/*
    arcor header-icons
*/
#mini-cart .minicart-icon{
    display: none !important;
}
#mini-cart .cart-head{
    background-image: url('../img/arcor-ic-cart.png');
    background-position: center center;
    background-size: 45px 50px;
}
#mini-cart .cart-items{
    top: -5px !important;
    right: -35px !important;
}

.porto-icon-user-2:before{
    content: '' !important;
    background-image: url('../img/arcor-ic-user.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 27px !important;
    width: 32.38px !important;
    vertical-align: middle;   
}

#header .searchform-popup .search-toggle i:before, #header .searchform button i:before{
    content: '' !important;
    background-image: url('../img/arcor-ic-search.png');
    background-size: 60px 55px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 27px !important;
    width: 32.38px !important;
    display: inline-block;
    vertical-align: middle;
}
/* remove update button on cart: */
button[name="update_cart"]{
    display: none;
}

/* ########################################################## */
/* DISCOUNT ON SECOND UNIT
/* ########################################################## */
/* #region */

.mco_discount-frame-2da{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 16px;
    width: 639px !important;
    border-radius: 10px !important;
}

.mco_border-2da-80off{
    border: solid rgba(255, 0, 107, 1) 2px !important;
    background-color: rgba(255, 0, 107, 0.1);
}

.mco_border-2da-50off{
    border: solid rgba(52, 88, 218, 1) 2px !important;
    background-color: rgba(52, 88, 218, 0.1);
}

.mco_info-discount-side .mco_info-2da-80off-discount-icon{
    background-image: url('/wp-content/themes/arcor/assets/images/icon-discount-80-off.png');
    background-repeat: no-repeat;
    height: 39px;
    width: 36px;
    left: 5px;
}

.mco_info-discount-side .mco_info-2da-50off-discount-icon{
    background-image: url('/wp-content/themes/arcor/assets/images/icon-discount-50-off.png');
    background-repeat: no-repeat;
    height: 39px;
    width: 36px;
    left: 5px;
}

/* #endregion */