.similarProductsTitle{
    font-size: 36px;
    font-weight: 600;
    margin: 22px 0;
    text-align: center;
}

.addToCartFromItem{
    width: 436px;
            width: 100%;
        max-width:620px;  
          left: 50%;
    transform: translate(-50%, 0);
    height: 60px;
    margin: 22px auto;
    background-color: #ec008c;
    color: white;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    position: fixed;
    bottom: 22px;
        z-index: 9999999999;
}

.itemSelectedTitle{
     padding-top: 89px;
    padding-bottom: 24px;
    font-size:28px;
}