.desktop-header
{
    max-width : 1200px;
    height: 80px;
    background:white;
    border-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 16px;
    z-index: 1000;
}
.primary-header-logo-holder {
    display: block;
    width: 70px;
    height: 75%;
    margin-top: -6px;
}
.primary-header-logo-holder img
{
    width:100%;
    height:100%;
    object-fit: cover;
}
.primary-header-logo-holder a
{
    text-decoration : none;
    color : black;
}
.primary-header-menu-holder div
{
    cursor:pointer;
}
.primary-header-menu-holder i
{
    font-family:FA6Pro-Solid;
    font-size : 24px;
    color:#5C707A;
}
.primary-header-menu-holder span
{
    font-family:IRS-Fa-Bold;
    font-size:16px;
}
.primary-header-left-side
{
    width : auto;
    height: 100%;
    margin-right : auto
}
.primary-header-left-side div
{
    cursor:pointer;
    height : 100%;
}
.primary-header-left-side i
{
    font-family:FA6Pro-Regular;
    font-size : 29px;
    color: black;
}
.cart-count {
    width: 22px;
    height: 22px;
    background: #5C707A;
    border-radius: 100%;
    font-size: 10px;
    font-family: IRS-Fa-Bold;
    color: white;
    top: 0;
    right: 0;
    margin-top: 16px;
    margin-right: -8px;
}