/* Advanced > CSS */

/*Ionicons replace*/
/*User Icon*/
.icon-user:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/06/person-circle-outline.svg'); /* Set the background image */
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(5%) sepia(3%) saturate(255%) hue-rotate(314deg) brightness(95%) contrast(84%);
}

/*Cart icon*/
.icon-shopping-basket:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/06/bag-outline.svg'); /* Set the background image */
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(5%) sepia(3%) saturate(255%) hue-rotate(314deg) brightness(95%) contrast(84%);
}

/*Facebook Icon*/
.icon-facebook:before {
    content: '';
    display: inline-block;
		filter: invert(1);
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/logo-facebook.svg'); /* Set the background image */
    background-size: cover;	
}

/*Email Icon*/
.icon-envelop:before {
    content: '';
    display: inline-block;
		filter: invert(1);
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/mail-open-outline.svg'); /* Set the background image */
    background-size: cover;
}


/*Cart Icon*/
.icon-x:before {
    content: '';
    display: inline-block;
		filter: invert(1);
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/logo-twitter.svg'); /* Set the background image */
    background-size: cover;
}

/*Phone Icon*/
.icon-phone:before {
    content: '';
    display: inline-block;
		filter: invert(1);
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/call-outline.svg'); /* Set the background image */
    background-size: cover;	
}

/*500px to House Icon*/
.icon-500px:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/home-outline.svg'); /* Set the background image */
    background-size: cover;
}


/*Cross to Tools Icon*/
.icon-cross:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/construct-outline.svg'); /* Set the background image */
    background-size: cover;
}


/*Pinterest Icon*/
.icon-pinterest:before {
    content: '';
    display: inline-block;
		filter: invert(1);
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/uploads/2024/02/logo-pinterest.svg'); /* Set the background image */
    background-size: cover;
}

.category-page-row {
    max-width: 100% !important;
}
.category-page-row .row {
    max-width: 100% !important;
}