.list-group-item.list-group-item-action.list-group-item-light:nth-child(3) {
    display: none !important;
}
.add-to-wishlist {
    display: none;
}
.ti-menu-2::before {
    content: "";
    display: inline-block;
    width: 30px;   /* عدّل المقاس */
    height: 30px;  /* عدّل المقاس */
    background-image: url("https://i.postimg.cc/B6kY9GdJ/11.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-light-subtle {
    background-color: #fdfdfd00 !important;
}
.text-bg-primary {
    color: #000000!important;
}


.text-primary {
    color: #000 !important;
}
.rounded-pill {
    background-color:#b9201500 !important
}
.text-danger-emphasis {
    color: #000000 !important;
}
.css-logo {
    height: 200% !important;
}
.header-search {
    display: none !important;
}

.ti-search::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/855dfdd8-e357-4dd0-b784-e997e449ee11.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ti-shopping-bag::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/9c7396f1-52ed-4e15-b1ca-6f67ad456553.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.link-primary {
    color: #2d3c2f !important;
}