@media (min-width: 992px) {
    .flying-box {
        display: none;
    }
}
@media (max-width: 991px) {
    .flying-box {
        position: fixed;
        bottom: 54px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*padding: 0 15px;*/
        background-color: #d5d5d5;
        /*background-color: #eefbea;*/
        /*background-color: #737373;*/
        /*border: 1px solid #ccc;*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        height: 60px;
        border: none;
    }
}

@media (max-width: 991px) {
    .floating-cart-button .cart .btn-general {
        background-color: #ff0000;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .floating-price-box {
        position: relative;
        margin-left: 15px;
        display: flex;
        align-items: center;
        /* top: 4px; */
                /*margin-left: auto;*/
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .floating-cart-button {
        position: relative;
        margin-right: 15px;
        display: flex;
        align-items: center;
        /*top: 2px;*/
                margin-left: auto;
        /*margin-right: auto;*/
    }
}

@media (max-width: 991px) {
    .floating-cart-button .btn-primary[disabled] {
    height: 34px;
    width: auto;
    background: #b0b0b0 !important;
    color: #000;
    }
}

@media (max-width: 991px) {
    .floating-cart-button .btn-primary {
    padding: 10px 10px;
    height: 50px;
    width: auto;
    background-color: #e4071b;
    }
}

/*@media (max-width: 991px) {
.breadcrumb > li {
    white-space: normal !important;
    }
}*/

.breadcrumb {
    white-space: nowrap;
        position: relative;
        overflow: auto;
        overflow-y: hidden;
        /* padding-bottom: 18px; */
        /*margin-bottom: 10px !important;*/
        /*background-color: rgba(0, 0, 0, 0.7);*/
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0px;}

.mr-10 {
    margin-right: 10px;
}

@media (max-width: 991px) {
h1 {
        font-size: 22px;
    }
}

.floating-price-old-box {
    display: flex;
}

.floating-price .price-new {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: black;
}

.floating-price-old-box .price-old {
text-decoration: line-through;
    display: block;
    font-size: 1.2rem;
    white-space: nowrap;
    position: relative;
    color: grey;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
}

span.sticker-ls-pd.procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1.4rem;
    /* font-weight: 700; */
    padding: 1px;
    border-radius: 1.2rem;
    color: white;
    margin-left: 5px;
    margin-bottom: 2px;
    /* font-size: 1.4rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-price {
    gap: 5px;
    display: grid;
}

span.price__percent-discount {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 14px;
    /* line-height: 1.4rem; */
    /* font-weight: 700; */
    /* padding: 1px; */
    border-radius: 1.2rem;
    color: white;
    /* margin-left: 5px; */
    /* margin-bottom: -9px; */
    /* font-size: 1.4rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2px;
}

.price {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}