﻿.flag {
    width: 0px;
    height: 0px;
}

.flag-body {
    bottom: 100%;
    left: 0;
    border-radius: 4px 0 0 4px;
    height: 42px;
    padding-left: 5px;
    padding-right: 8px;
    color: #fff;
    line-height: 23px;
    text-decoration: none;
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
}

.flag-title {
}

.top {
    right: -10px;
    bottom: 0;
    border-width: 0px 10px 21px 0;
    border-style: solid;
    width: 0;
    height: 0;
    content: "";
}

.bottom {
    top: 0;
    right: -10px;
    border-width: 21px 10px 0 0;
    border-style: solid;
    width: 0;
    height: 0;
    content: "";
}

.tail {
    float: left;
}

.flag-discount {
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 400;
    position: relative;
}

.flag-discount-ba {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    display: block;
}

.flag-discount-b {
    top: 0;
    border-width: 11px 11px 0 0;
}

.flag-discount-a {
    bottom: 0;
    border-width: 0 11px 11px 0;
}