@media (min-width:992px) {
.tabs__header_off {
    display: none !important;
    }
}

@media (max-width: 991px) {
    .tabs-product .tabs__header.ft__mobile .my-tabs.nav-tabs > li > a {
        padding: 8px 20px;
        color: #919290;
    }
}

.top_header_tabs {
    /*text-align: center;*/
    position: sticky;
    top: 90px;
    z-index: 1005;
    background-color: white;
    /*margin-bottom: 5px;*/
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
   /* border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
    /*border-bottom: 5px solid #f2f2f2;*/
    /*border: 1px solid #f2f2f2;*/
}

@media (min-width: 992px) and (max-width: 1500px){
.top_header_tabs {
    top: 90px;
    }
}

.tabs-product .tabs__header {
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-product {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.my-tabs {
    background: none;
}

.tabs__active_line {
    height: 5px;
    bottom: -10px;
}

@media (min-width: 769px) {
.my-tabs {
    display: flex;
    justify-content: space-between;
}
}
.my-tabs li {
    flex: 1; /* Усі вкладки отримують однакову ширину */
    text-align: center;
    /*padding: 10px 15px;*/
}

#product .fix_true .sticky {
    top: 130px !important;
}

@media (max-width: 991px) {
.top_header_tabs {
    display: none;
    }
}

.tabs__header .my-tabs.nav-tabs > li.active > a:focus, .tabs__header .my-tabs > li.active a {
    box-shadow: none;
    background: transparent;
    border: 0px;
}

.my-tabs.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 0px;
    color: #000;
    padding: 12px 25px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .tabs-product .tabs__header.ft__mobile .my-tabs {
        /* padding: 4px 10px; */
        padding: 6px 10px;
        border-radius: 0px;
        min-width: 100%;
        /*background-color: #ffced1;*/
        /*background-color: #edfaea;*/
                background-color: #3f3f3f;
        /* background-color: #60c70d; */
        /* border-bottom: 1px solid #e9e9e9; */
        height: 50px;
/*        border-bottom: 0.1rem solid #e4071b;*/
        border-bottom: 0.1rem solid #43b02b;
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .tabs-product .tabs__header.ft__mobile {
        position: fixed;
        left: 0px;
        right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        z-index: 1007;
        top: 0;
    }
}




.he ader-bottom-tabs-controls__delimiter {
    height: 3.2rem;
    width: 0.1rem;
    background-color: #ababab;
    transition: all 0.3s linear;
    margin-top: 10px;
}

.divider-line {
    height: 2.8rem;
    width: 0.1rem;
    background-color: #ababab;
    transition: all 0.3s linear;
    margin-top: 10px;
}

@media (max-width:991px) {}
.divider-line {
    background-color: #43b02b;
    }
}

@media (max-width: 991px) {
.divider-line {
    margin-top: 5px;
    }
}
@media (min-width: 992px) {
.my-tabs {
    padding: 0px !important;
}
}
.tabs__header .my-tabs > li.active a:hover {
    /*background-color: #dce0e5;*/
    border-radius: 0px;
}

.my-tabs.nav-tabs > li:hover {
    background-color: #fafafa;
}

.tabs__header__scroll {
    padding-bottom: 0px !important;
}

.tabs__active_line {
    height: 5px;
    bottom: -5px;
}

.nav.nav-tabs.my-tabs li.active {
    background-color: #e4e4e4; /* Колір фону для активного елемента */
    color: #fff; /* Колір тексту */
    font-weight: bold; /* Жирний шрифт */
    /*border-radius: 5px;*/ /* Закруглені кути */
    /*border: 1px solid #0056b3;*/ /* Межа для активного елемента */
}

@media (max-width: 991px) {
.nav.nav-tabs.my-tabs li.active {
    background-color: transparent; /* Колір фону для активного елемента */
    }
}

.nav.nav-tabs.my-tabs li.active a {
    color: #000000; /* Колір посилання */
    text-decoration: none; /* Забрати підкреслення */
}

.tabs__active_line {
    display: none !important;
}

@media (min-width: 769px) {
. tabs-product . tabs__header {
    display: none;
    }
. top_header_tabs . tabs-product . tabs__header {
    display: block;
    }    
}

@media (min-width: 992px) {
.top_header_tabs .nav-tabs .my-tabs {
    display: contents !important;*/
    /* gap: 10px; */
/*    }
}


.p-short-info{
    “
    /*background-color: tan;*/
}

.p-short-info {
    position: relative;
    padding: 0 0.8rem 0 1.6rem;
    display: flex;
    gap: 1.2rem;
    align-items: center;
}

.p-short-info__img-wr {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 4.4rem;
    min-width: 4.4rem;
}
}

.p-short-info__img {
    max-height: 5.6rem;
    max-width: 5.6rem;
}

.p-short-info__name {
    max-width: 11rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.p-short-info .price__old-price {
    font-size: 1.2rem;
    white-space: nowrap;
}

.p-short-info .price__current {
    font-size: 2rem;
    line-height: 2.4rem;
    white-space: nowrap;
}

.p-short-info__buy-btn {
    min-width: 5.2rem;
    width: 5.2rem;
    height: 4.2rem;
}

.p-short-info__img {
    max-height: 5.6rem;
    max-width: 5.6rem;
}

.price-short-info .procent-skidka {
    background: #ff0301;
    justify-content: center;
    color: var(--color-white);
    font-size: 10px;
    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;
}

.top-floating-cart-button .text-cart-add {
    display: none;
}

.top-floating-cart-button .btn-general {
    background: #43b02a;
    margin-bottom: 0px;
}

.top-floating-cart-button .btn-general[disabled] {
    display: block;
}

.tabs__header__scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.nav-tabs.my-tabs {
    display: inline-flex;
    /*gap: 10px;*/ /* Интервал между вкладками */
}


@media (min-width: 992px) {
.tabs__header__scroll {
    display: flex; /* Гарантує горизонтальне вирівнювання вкладок */
    overflow-x: auto; /* Додає горизонтальну прокрутку */
    white-space: nowrap; /* Забороняє перенесення вкладок на новий рядок */
    scrollbar-width: thin; /* Додає тонку прокрутку для Firefox */
    }
}

@media (min-width: 992px) {
.nav-tabs.my-tabs {
        display: contents;
    /*display: inline-flex; *//* Зберігає вкладки на одній лінії */
    /*flex-wrap: nowrap;*/ /* Забороняє перенесення рядків */
/*    gap: 10px;*/ /* Додає проміжок між вкладками */
}
}
.tabs__header {
    position: relative;
    width: 100%; /* Займає всю ширину доступного простору */
    max-width: 100%; /* Переконується, що не перевищує батьківський контейнер */
    overflow-x: hidden; /* Щоб уникнути зайвої прокрутки */
}

.my-tabs.nav-tabs > li {
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
}

.tabs__header .my-tabs {
    margin-bottom: 0px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    margin-top: 0px;
    transition: .3s;
}

@media (min-width: 992px) {
    .top_header_tabs_mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .tabs__header .my-tabs.nav-tabs > li.active > a:focus, .tabs__header .my-tabs > li.active a {
        color: #ffffff !important;
    }
}

/*.top-floating-cart-button .btn-primary[disabled], .btn-primary[disabled]:hover {
        height: 34px;
    width: auto;
    padding: 0px;
}*/

.top-floating-cart-button .btn-primary {
        height: 34px;
    width: auto;
    padding: 0px;
}

.price-short-info .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;
}

.price-short-info .price-new {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
}

.price-old-tabs {
    display: flex;
}

