.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fcc956;
    line-height: 30px;
    text-align: center;
    transition: all .3s;
    color: #fff;
}
.slot--header-search .tws-article-search--no-label {
    display: block;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fcc956;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    right: 10px;
    position: absolute;
    top: 5px;
    pointer-events: auto;
    transition: all .3s;
}