.button_block__text {
    font-size: 11px;
    font-weight: 400;
    line-height: 14.86px;
    text-align: center;
    padding: 25px 31px 18px 31px;
    white-space: initial;
    color: #555555;
}

.btn.btn-gray {
    color: #333333;
    background-color: #FAFAFA;
    border-color: #ECECEC;
}

.btn.btn-gray:hover,
.btn.btn-gray:active,
.btn.btn-gray:focus {
    background-color: #006cc6;
    border-color: #006cc6;
}

.btn.btn-gray:hover {
    color: #ffffff;
}

body .product-item-detail-tabs-container-fixed.fixed,
#headerfixed {
    display: none !important;
}

/**favorete custom**/
.product-container .product-main .like_icons--custom {
    left: initial;
    right: 0;
    top: 0;
    border: initial;
    margin-right: -4px;
    margin-top: 0;
}

.product-container .product-main .like_icons--custom span {
    font-size: 10px !important;
    line-height: 36px !important;
    height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.product-container .product-main .like_icons--custom .btn svg {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.product-container .product-main .like_icons--custom .btn.to:not(:hover) svg {
    background-color: #999999;
    -webkit-mask-image: url(./img/favorite.svg);
    mask-image: url(./img/favorite.svg);
    transition: none;
}

.product-container .product-main .like_icons--custom .btn.to:not(:hover) svg path {
    fill: #999999;
    transition: none;
}

.product-container .product-main .like_icons--custom .btn.to:hover svg,
.product-container .product-main .like_icons--custom .btn.to:hover svg path {
    fill: #F16666;
    transition: none;
}

.product-container .product-main .like_icons--custom .btn:not(:hover) {
    border-color: #eee;
    border-color: var(--stroke_black);
    background: var(--black_bg_black);
    color: var(--white_text_black);
}

.payment-min {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;

    &:not(:has(.active)) {
        display: none;
    }
}

.payment-min__color {
    font-weight: 700;
    color: #e76608;
}