.flag {
    left: 3px;
    position: relative;
    top: 3px;
    border-radius: 4px;
    clear: both;
    color: #fff;
    fill: #fff;
    float: left;
    font-size: 10px;
    line-height: 1;
    /* margin-bottom: 5px; */
    max-width: 221px;
    overflow: hidden;
    padding: 2px 8px !important;
    white-space: nowrap;
    font: 9px "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

.flags-default .flag:after, .flags-default .flag:before {
    visibility: hidden;
}
.flag.flag-discount {
    background-color: #c31414e8;
    border-radius: 3px;
   }
.flag.flag-xy-discount {
    background-color: rgb(208, 0, 0);
    position: absolute;
    top: 2px;
    right: 3px;
    left: auto;
    z-index: 0 !important;
    margin: 0px;
    padding: 3px 7px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flags-extra .flag {
    width: 55px;
    height: 25px;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: -5px;
}
.flag-freeshipping .icon-van {
    font-size: 24px;
    margin-bottom: -6px;
    margin-top: -1px;
    font-weight: 100;
}
.flag.flag-freeshipping .flag-text {
    line-height: 2.5;
    white-space: normal;
    font-size: 9px;
    font-weight: 500;
}
.flag.flag-freeshipping {
    background-color: #2d8727d4;
    border-radius: 15px;
}
.price-save {
    font-size: 12px !important;
    font-family: arial !important;
}


