#ap-container {
    background: #eee;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #aaa;
}

#ap-container.hidden {
    display: none;
}

#ap-container .card {
    margin-bottom: 0 !important;
    border-radius: 0;
    border: none;
    border-top: 1px solid #aaa;
    position: relative;
    display: block;
    background-color: #fff;
}

#ap-container .ap-product-row {
    background: #fff;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}

#ap-container .ap-image {
    text-align: center;
    width: 25%;
    padding: 0 5px;
}

#ap-container .ap-image img {
    max-width: 80px;
    height: auto;
    width: 100%;
}

#ap-container .ap-image.thumb-mask > .mask {
    margin: -10px auto;
    max-width: 80px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
}

#ap-container .ap-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    font-size: .875rem;
    color: #7a7a7a;
    width: 25%;
}

#ap-container .ap-label .pack-product-name a {
    font-weight: 500;
}

#ap-container .ap-label .tvproduct-pack.product-reference {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
#ap-container .ap-product-price {
    width: 25%;
    text-align: center;
}
#ap-container .ap-product-price .pack-product-price .tvproduct-tax-label {
    margin-left: 5px;
    font-size: 12px;
}
#ap-container .ap-actions {
    width: 25%;
    text-align: center;
    border-left: 1px solid #aaa;
    margin-left: 10px;
}

#ap-container .ap-actions .product-add-to-cart .add-to-cart {
    margin-right: 0;
    box-shadow: none;
    padding: 8px 10px;
}
#ap-container .ap-actions .product-add-to-cart .add-to-cart i {
   margin-right: 0;
   
}

#ap-container .ap-actions-add-to-cart i.material-icons.shopping-cart {
    margin-right: 0;
}

#ap-container .ap-label-flags {
    text-align: right;
}
#ap-container .ap-actions-price {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 3px 2px;
}
#ap-container .ap-title {
    background-color: #df0004;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 5px 10px;
}