.new-pack-in li {
    border-radius: 0.5rem;
    width: 32%;
    float: left;
    border: 1px solid #ccc;
    list-style: none;
    position: relative;
    margin-bottom: 25px;
    margin-right: 12px;
    box-shadow: none;
    transition: box-shadow .3s ease-in-out;
    min-height: 152px;
}
.new-pack-in li:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    transition: box-shadow .3s ease-in-out;
}
.product-name {
    font-family: "BricolageGrotesque-Bold";
}
span.product-name{
    background-color: var(--boss-pure-red);
}


.new-p-in {
    width: 100%;
    display: flex;
    align-items: center;
}
.pack-left {
    width: 75%;
    float: left;
    padding: 20px;
    padding-bottom: 0;
}
.pack-left p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #da1012;
    margin-bottom: 0;
}
.pack-left h5 {
    margin: 0px 0px 10px;
}
.pack-left > h5 strong {
    font-size: 35px;
    font-weight: 800;
    margin-top: 0;
    color: #333;
}
.pack-right {
    width: 70px;
    display: flex;
    background: #da1012;
    height: 70px;
    border-radius: 100%;
    border: dotted 2px #ffff;
    display: flex;
    align-items: center;
}
.pack-right img{
    width: 45px;
}
.pack-right.ornge-l {
    background: #f88222;
}
.pack-right input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
}