.main-content{
    background-color: black;
    width: 100%;

    background-image: url('../images/footbg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 39%;
}
.logo-image{
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
body{
    background-color: #000;
}
.content-block{
    margin-top: 30px;
    margin-bottom: 60px;
}
.product-card{
    /*width: 300px;*/
}
.product-image{
    max-width: 300px;
}

.product-description{
    white-space: pre-wrap;
}

.purchase-btn{
}
.mebory-login-btn{
}
.btn-delete-product-in-cart{
}
.use-coupon-checkbox{
}

.mono-text-link{
    margin-left: 16px;
    margin-right: 16px;
    text-decoration: none;
    color:white;
    font-weight: bold;
    font-size: x-large;
}
.mono-text-link:link { 
    text-decoration: none; 
    color:white;
}
.mono-text-link:visited { 
    text-decoration: none;
    color:white;
}
.mono-text-link:hover { 
    text-decoration: none;
    color:#ffffba;
}
.mono-text-link:active { 
    text-decoration: none;
    color:white;
}

.footer-background-container{
    background: black;
}

.voucher-list-table{
    background: black !important;
}

.voucher-list-td{
    background: black !important;
    color: #ffffba !important;
}

.error-msg{
    margin-top: 30px;
    color: red !important;
}

.desc-text{
    color: #ffffba !important;
}