/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-flags.li {
    background: #ff0000 ;
}
.custom-checkbox input[type=checkbox]+span {
    position: absolute;
    top: 1px;
    left: 0;
    margin-right: 3px;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #fff;
    z-index: 0
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: 0;
    font-size: 1.125rem;
    color: #fff
}