.product-cart{
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 35px;
}

.breadcrumbs{
    display: inline;
    width: 100%;
    background-color:#fff;
    text-align: left;
}


.breadcrumbs__item{
    font-family:Roboto;
    font-size:14px;
    color:#000;
    font-weight:500;
    line-height:1.4;
    text-transform:uppercase;
    text-decoration: none;
}

.breadcrumbs__item:hover{
    color: #000;
    text-decoration: underline;
}

h1{
    margin-top: 1.5rem;
    text-align: left;
    font-size: 23px;
    color: #000;
    padding: 0 0 8px 0;
}

.product-cart_product{
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.product_image{
    width: 35.4rem;
    position: relative;
    left: 0px;
    top: 0px;

}

h2{
    font-family: Roboto;
    font-size: 35px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-cart_desc_text{
    margin-bottom: 1.5rem;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    line-height: 1.4;
    color: #4f4f4f; 
}

.product-cart_price{
    margin-bottom: 1.5rem;
    font-family: Roboto;
    font-weight: 300;
    letter-spacing: 3px;
    color: #c502b1;
    font-size: 40px
}

.product-cart_btn{

    margin-bottom: 2.5rem;
    height: 4rem;
    background-color: #c502b1;
    padding: 15px 40px;
    color:#fff;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 6px;
    text-align: center;
    border: none; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
  
}