.turinys {

    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 100px;
  
}

.turinys > h1 {

    color: red;
    font-size: 60px;
    margin: 0px;
}

.turinys > p {
    color:#555;
    font-size: 15px;
    font-weight: bold;
}

.kaina {

    color:black;
    font-size: 20px;

}

.turinys >a {
    text-decoration: none;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.Pirkti {

    color:white;
    text-transform: uppercase;
    background-color: red;
    padding: 10px;

}

.turinys> a >.fa {

    color:white;
    background-color: black;
    padding: 11px;

}

.numbering {

    color: #CCC0D4;
    font-size: 100px;
    position: absolute;
    right: 130px;
    top: 30%;
    transform: translateY(-50%);

}

.social {
    display: flex;
    flex-direction: column;
    gap:10px;
    position: absolute;
    right: 0px;
    top:50%;
    transform: translateY(-50%);

}

.social > a > .fa {
   
    width: 20px;
    height: 30px;
    color: #555;
    border-radius: 19px;
    border: solid 2px #555;
    text-align: center;
    line-height: 30px;
      
}

.slankiklis {
    
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 200px;
 
}

.top {

    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
     
}

.curent-item {

    color: red;
    font-size: 15px;
   
}

.total-items {
  
    color: red;
    font-size: 15px;

}

.bar {

    display: inline-block;
    height: 5px;
    width: 100%;
    background-color: #555;

}

.slankiklis > .bar >.value {

    height: 100%;
    width: 30%;
    background-color:red;
}