.ap5-pack-product-image a img{
    /* width:240px;
    height:299px; */
}
.ap5-pack-product-name a{
    color:#444444;
    font-size:1rem;
    font-weight: bold;
}
.text-center {
    text-align: left;
    display: flex !important;
    flex-direction: column;
}
.ap5-pack-product .product-discount .regular-price{
    font-size: 1rem;
    line-height: 1rem;
    color: #666666;
    text-decoration: unset;
}
.ap5-pack-product .product-prices .product-price span,.ap5-pack-product .product-prices .product-price{
    color:#7A7A7A;
    font-size:0.813rem;
}
.ap5-pack-product-name{
    margin:0;
}
.product-prices{
    padding-top:0 !important;
}
.is-available {
    font-size: 14px;
    color: #4CAF50;
    font-weight: 500;
}
.ap5-pack-product{
    max-width:240px;
    position:relative;
}
.ap5-product-footer-pack{
    padding-top: 5em;
}
.ap5-product-footer-pack > div > div > div{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.ap5-product-footer-pack  > div > div > div:first-of-type::after {
    content: "+";
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin: 0 10px;
    vertical-align: middle;
    position: absolute;
    top: 34%;
    right: 0;
}

.summary-cart:last-of-type::after {
    content: "=";
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin: 0 10px;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    left: -15%;
}
.plus-icon{
    width: 5%;
    position: absolute;
    top: 30%;
    left: 30%;
    z-index: 9999;
}
.summary-cart{
    height: 413px;
    display: flex;
    position: relative;
    justify-content: space-around;
    flex-direction: inherit;
}
.summary-cart > div{
    padding-top:2em;
}
.ap5-price-container{
        padding-top: 2em;
    padding-bottom: 2em;
}
.ap5-price-container .price{
    display: flex;
    flex-direction: column;
}
.ap5-pack-product-reduction-value{
    background: #C5122C;
    color: #fff;
    width: 40%;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 15px;
    line-height: 1em;
    font-weight: bold;
    display:block;
}
.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #7C8390;
}
.product-price{
        font-size: 24px;
    font-weight: bold;
    color: #000000;
}
.btn-secondary{
    background: unset;
    color: #881750;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
    width: 100%;
    font-weight: 400;
    text-align: left;
    padding-left: 22px;
    padding-top: 1em;
}
.btn-secondary:hover{
    background-color: unset !important;
        color: #881750 !important;
}
.add-to-cart{
        background-color: var(--btn-bg);
    color: var(--btn-color);
    border-radius: 4px;
    padding: 1em 2em;
    border-radius:15px;
}