#top{
    margin: 0;
    font-family: sofia_pro_bold, Helvetica, Arial, sans-serif;
}
.head{
    width: 100%;
    height: 77px;
    background-color: rgb(200, 16, 46);
    display: flex;
    position: fixed;
    z-index: 1;
   
}
.left-section{
    display: flex;
    width: 150px;
    flex: 1;
    align-items: center;

}
.left-menu,.left-franchise,.left-more{
    color:  rgb(255, 255, 255);
    font-family: sofia_pro, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    margin-left: 2.3rem;
    cursor: pointer;
}
.left-menu,.left-franchise,.left-more:hover{
    opacity: 0.8;
}

.middle-section{
    width: 150px;
    flex: 1;
    
}
.middle-tim{
    position: static;
    color: rgb(255, 255, 255);
    align-items: center;
}
.middle-logo{
    width: 147px;
    padding-left: 145px;
    margin-top: 14px;
}
.right-section{
    width: 150px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}
.right-flex{
    display: flex;
    justify-content: space-between;
    margin-left: 269px;
    
}
.right-sign{
    width: 95px;
    height: 32px;
    border-radius: 22px;
    background-color: #fff;
    border: 0px;
    color: rgb(200, 16, 46);
    font-weight: normal;
    font-size: 0.875rem;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
}
.right-sign:hover{
    opacity: 0.8;

}
.right-cart{
    width: 95px;
    height: 32px;
    border-radius: 22px;
    border: 0px;
    font-weight: normal;
    font-size: 0.875rem;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
    background-color: rgb(200, 16, 46);
}
.right-cart:hover{
    opacity: 0.8;
}