#heda{
    justify-content: space-between;
}


#datamenu{
    width: 30px;
    height: 30px;
    fill: var(--myColor);
}
#fxx button{
    font-family: var(--font8);
    text-transform: capitalize;
}


.cartbx{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  
    padding-right: 10px;
}

.cartbx a {
    position: relative;
    width: fit-content;
    height: fit-content;
}


.cartbx svg{
    height: 23px;
    width: 23px;
    fill: var(--myColor);
    cursor: pointer;
    transition: ease-in-out 0.1s;
    outline: none;
}
.cartbx a{
    font-weight: 700;
}