body .header-searchbox-items ul li .item-add-to-cart-btn button,
body .header-searchbox-items ul li .item-add-to-cart-btn:hover button{
    background-color: #fff;
}

body .header-searchbox-items ul li .b-icon-i-cart {
    position: relative;
}

body .header-searchbox-items ul li button:hover .i-plus {
    top: 0;
    right: -3px;
    opacity: 1;
    visibility: visible;
}

body .header-searchbox-items ul li .i-plus {
    width: 9px;
    height: 9px;
    padding-left: 1px;
    line-height: 7px;
    color: #faf1d6;
    border: 1px solid #faf1d6;
    border-radius: 50%;
    background-color: #927a4e;
    position: absolute;
    font-style: normal;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}