﻿body {
}
.bg-mad
{
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0 !important;
}

.nav-link{
    color: #fff !important;
}

.hidden{
    display:none;
}

.product-card {
    border-radius: 10px;
    border-color: #fff;
    margin-right: 12px;
}

.product-card img {
    border-radius: 10px;
}

.limited{
    height: 40px;
    overflow: hidden;
}

.plus-button {
    position: relative;
    top: 20px;
    z-index: 12;
    left: 100%;
}

.eventImage
{
    border-radius: 20px;
    margin: 20px;
    max-width: 940px;
}

.event-info {
    max-width: 940px;
    margin: 20px;
}

.event-info h4{
    padding-top: 20px;
}

.product-link, .product-link a:visited, .product-link a:active, .card-body a:active, .product-link a:hover, .product-link a {
    color: #000;
    text-decoration: none;
}

.card-body a:visited, .card-body a:active, .card-body a, .card-body a:hover {
    color: #000;
    text-decoration: none;
}

.btn-mad
{
    background-color: #000;
    color: #fff;
}

.sale-closed
{
    background-color: #fff;
    border: solid 2px #ffd800;
    padding: 3px;
    border-radius: 6px;
    text-align:center;
}

.event-date-table {
    width:100%;

}
.event-date-table tr {
    width: 100%;

}
.event-date {
    background-color: #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.event-dates h4{
    margin-left: 20px;
   
}

.btn-same-event {
    background-color: #808080;
    color: #000;
}