/*your custom css goes here*/
.hidden{
    display: none !important;
}

.padding-5px{
    padding: 5px;
}

.padding-2px{
    padding: 2px;
}

.product-name-custom{
    padding-bottom: 13px;
}

.product-box-min_qty{
    border: 1px solid #dee2e6!important;
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 5px;
    margin-left: 3px;
}
.product-box-flag{
    margin-left: 10px;
    border-radius: 3px;

    position: relative;
    top: -2px;
    display: initial !important;
}

.product-box-packing-unit{
    padding: 2px 6px;
    background: #959595;
    color: white;
    border-radius: 3px;
    margin-left: 3px;
}

.footer-top-categories a{
    color: black !important;
    display: inline-block;
    
}

.footer-top-categories a:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
}

.footer-top-categories a.not:after {
    content: "" !important;
}
