#TopSectionBGMenuSetif
{
    background-color: #ED1C24 !important;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}
#TopSectionBGMenuCafe
{
    align-content: center;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(Image/OFC-PICTURES/Image-16.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    background-position: center;
    height: 60vh;  
    position: relative;
}

#TopSectionBGMenuSetif::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
}

#TitlePage
{
    padding: 20px;
    font-size: 50px;
    color: #ED1C24;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/*
#MenuRow
{
    align-content: center;
    align-items: center;
}
*/

.section-bg
{
    padding: 25px;
}

.single-product 
{
    box-shadow: 2px 2px 8px white,
      2px 2px 12px rgba(255, 255, 255, 0.5),
       2px 2px 4px rgba(255, 255, 255, 0.1),
        2px 2px 8px rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 290px;
}

.single-product .product-title
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    align-items: center;
}

.single-product .product-title h3
{
    font-family: 'Oswald', sans-serif; 
    font-size: 20px;
    color: #ED1C24;
    padding-top: 25px;
}

.single-product:hover
{
    box-shadow: 2px 2px 8px white,
     2px 2px 12px rgba(255, 255, 255, 0.5),
       2px 2px 4px rgba(255, 255, 255, 0.1),
       2px 2px 8px rgba(0, 0, 0, 0.15);
}

#ProdctImg 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

#MainMenuButton
{
    padding: 25px;
    text-align: center;
}

.product-btns
{
    display: flex;
    justify-content: center;
}

.product-btns h5
{
    color: black;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    box-shadow: 2px 2px 8px white,
      2px 2px 12px rgba(255, 255, 255, 0.5),
       2px 2px 4px rgba(255, 255, 255, 0.1),
        2px 2px 8px rgba(0, 0, 0, 0.5);
    
    font-family: 'Playfair Display';
    
}

.product-btns h5:hover {
    box-shadow: 2px 2px 8px white,
     2px 2px 12px rgba(255, 255, 255, 0.5),
       2px 2px 4px rgba(255, 255, 255, 0.1),
       2px 2px 8px rgba(0, 0, 0, 0.15);
    color: #ED1C24;
    text-decoration: none;
}

#DescriptionSection
{
    padding: 30px;
}

#PartOfDescriptionText h1
{
    text-align: center;
    color: #ED1C24;
    padding-top: 50px;
}

#PartOfDescriptionText hr
{
    border: none;
    height: 1.5px;
    background: #dddddd;
    margin-left: 0;
    width: 70%;
}
#NbrPerson
{
    align-items: center;
    text-align: center;
}

/*#ImagePartDisc
{
    padding-top: 50px;
}*/

#GobackMenuButton
{
    display: inline-block;
    width: 160px;
    margin: 10px;
}

/*---------------------------------- Media Queries  -------------------------------*/


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{ 
    .single-product 
    {
        height: 230px;
    }
    
    #single-product-price
    {
        height: 290px;
    }
    
    #two-single-product
    {
        height: 230px;
    }
    
    .single-product .product-title h3
    {
        font-size: 16px;
    }
}

@media (min-width: 575.98px) 
{ 
    .single-product 
    {
        height: 270px;
    }
    
    #single-product-price
    {
        height: 350px;
    }
    
    #two-single-product
    {
        height: 270px;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (min-width: 767.98px) 
{
    .single-product 
    {
        height: 290px;
    }
    
    #single-product-price
    {
        height: 315px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (min-width: 991.98px)
{
    .single-product 
    {
        height: 250px;
    }
    
    #single-product-price
    {
        height: 300px;
    }
}

/* Large devices (desktops, less than 1200px)*/
@media (min-width: 1199.98px) 
{
    #ImagePartDisc
    {
        padding-top: 60px;
    }
    
    .single-product 
    {
        height: 260px;
    }
    
    #single-product-price
    {
        height: 330px;
    }
}
/*------------------------------------------  End  ----------------------------------------*/