/*
CTC Separate Stylesheet
Updated: 2026-02-13 11:55:35
*/

div#box-icons-header {
    display: flex !important;
    align-items: center;
    gap: 1.25rem !important; /* نفس المسافة flex gap-5 */
}

a.icon-btn {
    color: #8a7c75;
    background-color: unset !important;
    border: none !important;
    display: flex;
    align-items: center;
	box-shadow: none !important;
}


a.icon-btn:hover {
    color: hsl(var(--foreground));
}


    a.wishlist {
        display: flex; /* تظهر عند الشاشة أكبر من sm */
    }


a.cart {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -0.375rem; /* -1.5 / 4 */
    right: -0.375rem;
    width: 1rem;
    height: 1rem;
    background-color: #af6a75;
    color: white;
    font-size: 0.625rem; /* 10px */
    font-weight: 600;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a > svg.dgwt-wcas-ico-magnifier-handler path{
    stroke: #8a7c75 !important;
    stroke-width: 0.01px !important;
    opacity: 0.5 !important;

}