﻿body {
}
.ItemCardPadding {
    padding:3px;
    transition:all 0.3s;
}
.ItemCardPadding:hover {
    padding: 0px;
}
.ItemCard {
    
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.ItemCard img {
    width:100%;
 }
    .ItemCard a {
    color:black;
    width:100%;
    }
    .ItemCard a:hover {
        color: black !important;
    }
    .ItemCard a .CardBottom {
        padding: 5px;
    }
    .ItemCard a .CardBottom h2 {
        padding:0;
        margin:0;
        color: black;
        font-size: 1rem;
        line-height: 1rem;
        height: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        .ItemCard a .CardBottom h2:hover {
        color:black;
        }
        .ItemCard a .CardBottom .SellPrice {
            color: black;
            font-weight: bold;
            font-size: 1rem;
        }
    .ItemCard a .CardBottom .TextLight {
        text-decoration: line-through;
        font-size: 0.9rem;
    }
   .ItemCard a .CardBottom .OffCard {
            border: 1px solid #ff3f6c;
            color: #ff3f6c;
            font-size:0.9rem;
            padding:1px 5px;
   }
@media (min-width: 1300px) {
    .col-xl-3 {
        -ms-flex: 0 0 10%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}