#catalog ul.flexbox.list li .favor-line {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
#catalog ul.flexbox.list li .favor-line img {

}
#catalog ul.flexbox.list li .favor-line .trash {
	height: 21px;
	width: 21px;
	margin-top: 22px;
}
#catalog ul.flexbox.list li .favor-line .trash:before {
	content: '';
    width: 21px;
    height: 21px;
    background-image: url(./images/trash.svg);
    background-size: contain;
    display: block;
}

.product-item-container .icon ul li.ico-02 {
    display: table;
    background: #db27a2 !important;
    width: 100%;
    height: 30px !important;
    padding: 5px 15px !important;
    font-size: 13px !important;
    color: #ffffff;
}
@media only screen and (max-width: 1280px) {
    .product-item-container .icon ul li.ico-02 {
        height: 22px !important;
        padding: 5px 14px !important;
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 896px) {
    .product-item-container .icon ul li.ico-02 {
        height: 1vw !important;
        padding: 4vw !important;
        font-size: 4vw !important;
    }
}
