.hotline {
    background-color: #db2d1b;
    color: white;
    padding: 5px 15px;
    position: relative;
    border-radius: 5px;
    text-decoration: none;
    display: flex
;
    align-items: center;
    transition: all 0.3s ease;
    margin-right: 15px;
    justify-content: center;
    gap: 0px 5px;
    font-weight: 600;
    font-size: 15px;
}
.item-images-slider-products img {
    width: 100%;
    height:100%;
}