.text-title-description-page{
    font-family: "Raleway", sans-serif;
    text-align: left;
    color: white;
    text-shadow: 2px 0 0 rgba(0, 0, 0, 0.47), -2px 0 0 rgba(0, 0, 0, 0.47), 0 2px 0 rgba(0, 0, 0, 0.47), 0 -2px 0 rgba(0, 0, 0, 0.47), 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.jumbutron-custom{
    padding: 8px !important;
    /*background-image: linear-gradient(#1d2329, #504949);*/
    border-bottom: 5px solid #ffc107;
    
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.foto-carrinho{
    width: 60px;
    height: 60px;
}

.listproduct{
    margin-bottom: 7px;
}

.img-product-cart{
    width: 150px;
    height: 150px;
}

.photo-product{
    margin: 0 auto;
}
.text-cart-item-option{
    resize: none;
    font-size: 14px;
    background: #ffffff00;
    border-color: #ffffff00;
    width: 100%;
}

.payment_final
{
    border:1px solid #f2f2f2;
    height:280px;
    border-radius:20px;
    background:#fff;
}
.payment_header_final
{
    background: #28a745;
    padding:20px;
    border-radius:20px 20px 0px 0px;

}

.check_final
{
    margin:0px auto;
    width:50px;
    height:50px;
    border-radius:100%;
    background:#fff;
    text-align:center;
}

.check_final i
{
    vertical-align:middle;
    line-height:50px;
    font-size:30px;
}

.content_final
{
    text-align:center;
}

.content_final h1
{
    font-size:25px;
    padding-top:25px;
    font-family: "Roboto Condensed",sans-serif;
}