/* Bosch Icons */
.icon-drill::before { content: "\e900"; }
.icon-cart-add::before { content: "\e901"; }
.icon-cart::before { content: "\E93D"; }
.icon-arrow-right::before { content: "\e905"; }
.icon-user::before { content: "\e9Ce"; }
.icon-search::before { content: "\E93B"; }
.icon-category::before { content: "\E93C"; }
.icon-x::before { content: "\E911"; }
.icon-filter::before { content: "\E9A5"; }
.icon-contact::before { content: "\E913"; }
.icon-facebook::before { content: "\E92E"; }
.icon-instagram::before { content: "\E995"; }
.icon-youtube::before { content: "\E933"; }
.icon-whatsapp::before {
    content: "\E991";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; /* თეთრი ფონი */
    border-radius: 50%;        /* სრული წრე */
    color: #25D366;           /* იკონის ფერი */
    transition: all 0.3s ease;
    text-decoration: none;
}
.icon-delivery::before { content: "\E9C7"; }
.icon-creditcart::before { content: "\E91C"; }
.icon-phone::before { content: "\E902"; }
.icon-al::before { content: "\E905"; }
.icon-plus::before { content: "\E92A"; }
.icon-minus::before { content: "\E927"; }