body
{
    position: relative;
}

.navbar-item-custom, .navbar-item-custom a
{
    color:white;
}

.footer-custom
{
    text-align: center;
    position: absolute;
    width: 100%;
    background-color:#dfeaff ;
    padding-top: 25px;
}

.product-item h5
{
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 1px;
}

.product-item .product-subtitle
{
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.product-item
{
    margin-top: 50px;
}
.product-item .product-price
{
    font-size:15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-container
{
    margin-bottom: 150px;
}

.product-page-price
{
    font-size: 19px ;
}
.pos-0
{
    bottom: 0;
}

.block-small
{
    max-width: 600px;
    margin: 0 auto;
}

.form-check
{
    background-color: #f4f8ff;
    padding:20px 65px;
    margin-top: 7px;
}

.order-summary
{
    background-color: #f4f8ff;
    padding: 20px;
    margin-top: 22px;
}
.account-item
{
    padding: 70px;
    background-color: #dfe6e9;
}
.account-item a
{
    text-transform: uppercase;
    font-size: 13px;
    color: #6c5ce7;
    font-weight: bold;
}

.account-item a:hover
{
    color:#74b9ff ;
    text-decoration: none;
}