
/*bottom */
#product.epac-bottom #epac-contentproduct {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    right: 0px;
    background: white;
    border-top: 1px solid #dddddd;
}


/*top */
#product.epac-top #epac-contentproduct {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
    right: 0px;
    background: white;
    border-top: 1px solid #dddddd;
}


/*end */

body.epac-bottom div#epac-container, body.epac-top div#epac-container {
    display: block!important;
}
#epac-contentproduct #epac-content-name{
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
    max-width: 80%;
}

div#epac-contentproduct > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

div#epac-contentproduct {
    padding: 0px 15px;
}

div#epac-content-price {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    line-height: 45px;
}

div#epac-content-price .product-unit-price {
    text-decoration: line-through;
    line-height: 26px;
    color: #959595;
    font-weight: 300;
    padding-left: 15px;
    font-size: 18px;
}

div#epac-content-price .current-price-value {
    line-height: 28px;
}

div#epac-content-price .ivaincl {
    line-height: 30px!important;
}
div#epac-content-combinations {
    display: flex;
    margin: 0 -5px;
}

div#epac-content-combinations > * {
    width: 100%;
    padding: 0px 5px;
}
div#epac-content-combinations {
    display: flex;
    margin: 10px -5px;
}

div#epac-content-combinations .title {
    display: none
}
#epac-contentproduct .product-add-to-cart.js-product-add-to-cart > .control-label,#epac-contentproduct #product-availability, #epac-contentproduct .js-product-minimal-quantity{
    display: none;
}
#epac-contentproduct .product-quantity .add {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    height: 45px;
}
#epac-contentproduct .add .add-to-cart{
    width: 100%
}
#epac-contentproduct .product-quantity .qty {
    margin-right: 0.4rem;
}
#epac-contentproduct .imgbtn {
    padding: 0px;
}
.openLateralPopup div#epac-contentproduct {
    display: none;
}
@media(max-width: 767px){
    div#epac-contentproduct > .row{
        display: block;
    }
    div#epac-content-combinations {
        display: flex;
        margin: 0px -5px 10px
    }
}