
.icon {
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon.member-login {
    background-image: url('../images/icons/icon-member.png');
}
.icon.home {
    background-image: url('../images/icons/icon-home.png');
}
.icon.phone {
    background-image: url('../images/icons/icon-phone.png');
}
.icon.settings {
    background-image: url('../images/icons/icon-settings.png');
}
.icon.property {
    background-image: url('../images/icons/icon-arrow.png');
}

.icon.title-icon {
    width: 46px;
    height: 46px;
}
.icon.title-icon.icon-suppliers {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}
.icon.icon-about-us {
    background-image: url('../images/icons/icon-about-us.png');
}
.icon.icon-suppliers {
    background-image: url('../images/icons/icon-suppliers.png');
    background-image: url('../images/icons/icon-suppliers.svg');
}
.icon.icon-marketplace-page {
    background-image: url('../images/Marketplace/icon-marketplace.png');
}
.icon.icon-dbot-page {
    background-image: url('../images/icons/icon-bot.png');
    width: 64px;
}
.icon.icon-main-and-soldc-page {
    /* background-image: url('../images/icons/icon-bot.png'); */
    background-image: url('../images/main-and-soldc/icon-main-and-soldc.png');
    width: 64px;
}
.icon.icon-blog-page {
    background-image: url('../images/blog/ecommerce-icons.png');
    width: 64px;
}

.icon.icon-direct-site-page {
    /* background-image: url('../images/icons/icon-bot.png'); */
    background-image: url('../images/direct-site/icon-pc.svg');
    width: 64px;
}
.icon.icon-phone-light-blue {
    width: 18px;
    height: 18px;
    background-image: url('../images/icons/icon-phone-light-blue.png');
}
.icon.icon-envelope-light-blue {
    width: 20px;
    height: 14px;
    background-image: url('../images/icons/icon-envelope-light-blue.png');
}