#home-slider    a
{
    cursor: pointer;
    text-decoration: none;
}

#home-slider h4
{
    padding-bottom: 8px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
   line-height: 20px;;
    color: #333;
    background-color: #fff;
    margin: 0px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
}
#home-slider    .price
{
    background-color: #ed1c24;
    font-size: 18px;
    font-weight: 700;
    color: white;
    padding: 2px;
    text-align: center !important;
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;

}

#home-slider  .thumbnail
{
      height: 410px;
       width: 300px;

}
#home-slider  .titre-homeSilder
{
    height: 40px;
}
#home-slider  .price-homeSilder
{
    height: 30px;
}


#home-slider  .thumbnail .price-old
{
    display: inline-block;
    color: #aaa;
    line-height: 5px;;
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through;
}

#home-slider  .thumbnail .line
{
    padding: 0px;
    margin: 0px;
}
#home-slider
.line-product
{
    border-bottom: 1px solid #d7d9e4;
    margin-bottom: 30px;
}
#home-slider h3
{
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #555;
    margin-left: 5px;
    padding: 10px;
}


#home-slider h5
{
    display: block;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #404040;
    margin: 5px;

}

#home-slider  .marque-taksit
{

    position: absolute;
    z-index: 999;
    background-image: url('/uploads/img/logo/taksit.jpg');
    background-size: 90%;
    background-position: center;
    border-radius: 10%;
    background-repeat: no-repeat;
    width: 65px;
    top: 5px;
    height: 25px;
    right: 20px;

}

#home-slider  .marque-free
{

    position: absolute;
    z-index: 999;
    background-image: url('/uploads/img/logo/cadeaux.png?v=2');
    background-size: 90%;
    background-position: center;
    border-radius: 10%;
    background-repeat: no-repeat;
    width: 65px;
    top: 5px;
    height: 25px;
    right: 20px;

}

#home-slider .titre
{
    padding: 5px;
    text-align: center;
}

#home-slider .img-homeSilder
{

    height: 300px;
    min-height: 300px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: grid;

}
#src123img
{
  max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}


@media screen and (max-width: 768px) {

    #home-slider  h3
    {
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #555;
        margin-left: 5px;
        text-align: center;
        padding: 5px;
    }
    #home-slider h4
    {
        padding-bottom: 8px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center !important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 11px;
        font-weight: 600;
        line-height: 16px;;
        color: #333;
        background-color: #fff;
        margin: 0px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 3em;
    }
    .line-product
    {
       display: none;
    }
    #home-slider    .price
    {
        color: white;
        padding: 2px;
        margin-top: 4px;
        font-size: 14px;
        font-weight: 700;
        text-align: center !important;
        white-space: nowrap;


    }
    #home-slider  .thumbnail .price-old
    {
        display: inline-block;
        color: #aaa;
        line-height: 3px;;
        font-size: 9px;
        font-weight: 400;
        text-decoration: line-through;
    }

    #home-slider h5
    {
        display: block;
        font-family: Roboto,Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
        color: #404040;
        margin: 3px;

    }

    #src123img
    {
        max-height: 130px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }
    #home-slider  .thumbnail
    {
        height: 220px;
        width:  auto ;


    }
    #home-slider  .col-product-slider
    {
      padding: 0px;
    }
    #home-slider  .
    {
        padding: 0px;
    }

    #home-slider .img-homeSilder
    {

        height: 130px;
        min-height: 130px;
        text-align: center;

        margin: auto;
        display: grid;

    }
    #home-slider  .titre-homeSilder
    {
        height: auto;

    }

}




