

/* flags */
.productsList .one_prod_block .list_item_img .status-mark {
    position: absolute;
    top:  0;
    left: 0;
}
.productsList .one_prod_block .list_item_img .status-mark .flag-goods-xxx {
    margin-bottom:4px;
    padding: 8px;
    background: #FF9836;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


.prod_page_top_line .prod_images .status-mark {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.prod_page_top_line .prod_images .status-mark .flag-goods-xxx {
    margin-bottom:4px;
    padding: 8px;
    background: #FF9836;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    z-index: 10;
}


.related_prod_slider .slick-item figure .status-mark,
.seen_prod_slider    .slick-item figure .status-mark {
    position: absolute;
    top: 0;
    left: 0;
}

.related_prod_slider .slick-item figure .status-mark .flag-goods-xxx, 
.seen_prod_slider .slick-item figure .status-mark .flag-goods-xxx {
    margin-bottom:4px;
    padding: 8px;
    background: #FF9836;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.home_catalog .slick-item figure .status-mark {
    position: absolute;
    top: 0;
}
.home_catalog .slick-item figure .status-mark .flag-goods-xxx {
    margin-bottom:4px;
    padding: 8px;
    background: #FF9836;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


.wishlist_products .wishlisting_item .status-mark {
    position: absolute;
    top: 0;
}
.wishlist_products .wishlisting_item .status-mark .flag-goods-xxx {
    margin-bottom:4px;
    padding: 8px;
    background: #FF9836;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

