.header-info .btn-cart {
    overflow: visible;
}

.btn-cart span.cart-count{
    position: absolute;
    top: -3px;
    right: -10px;
    background-color: #ff9276;
    color: #ffffff;
    width: 18px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 12px;
    padding-left: 1px;
    padding-top: 1px;
    text-indent: initial;

    transition: .4s;
    opacity: 0;
}
.btn-cart span.cart-count._show {
    opacity: 1;
}

.tovar-preview-order .request.byu.submit-button-in-cart{
    /*background-color: #ffa892;*/
}
