#product .product-flag-extra {
    position: unset;
    left: 0;
}

.product-flag-extra .extra-flags {
    position: absolute;
    font-size: 15px;
    line-height: normal;
    background: none;
    padding: 0;
    width: 100%;
    text-align: center !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media screen and (max-width: 768px) {
    .product-flag-extra .extra-flags {
        font-size: 10px;
    }
}

#desktop-header-container .extra-flags{
    font-size: 14px;
}

.product-flag-extra .extra-flag-img {
    width: 85px;
}

.product-flag-extra .top-left {
    left: 0;
    top: 0
}

.product-flag-extra .top-left span{
    padding: 5px 45px 7px 45px;
    width: 100%;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-flag-extra .top-right {
    right: 0;
    top: 0;
}

.product-flag-extra .top-right span{
    padding: 5px 45px 7px 45px;
}

.product-flag-extra .bottom-left {
    bottom: 7px;
    left: 0;
}

.product-flag-extra .bottom-left span{
    padding: 7px;
}

.product-flag-extra .bottom-right {
    bottom: 7px;
    right: 0;
}

.product-flag-extra .bottom-right span{
    padding: 7px;
}

.product-flag-extra .left-center {
    left: 0;
    top: calc(50% - 35px);
}

.product-flag-extra .left-center span{
    padding: 7px;
}

.product-flag-extra .right-center {
    right: 0;
    top: calc(50% - 35px);
}

.product-flag-extra .right-center span{
    padding: 7px;
}

.product-flag-extra .bottom-center {
    bottom: 0;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.product-flag-extra .bottom-center span{
    padding: 7px;
    margin: 0;
}

.product-flag-extra .top-center {
    top: 0;
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.product-flag-extra .top-center span{
    padding: 7px;
}

.product-flag-extra .center {
    top: calc(50% - 35px);
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.product-flag-extra .center span{
    padding: 7px;
}

@media (max-width: 1500px) {
    #desktop-header-container .extra-flags{
        font-size: 12px;
    }
}

@media (max-width: 526px) {
    .product-flag-extra .extra-flag-img {
        width: 45px !important;
    }

}