html {}

body {
    background-color: #f6f6f6;
}

.btn {
    border: 0;
}

.color_telegram {
    color: #0088cc;
}

.color_whatsApp {
    color: #25d366;
}

.color_telegram:hover {
    text-decoration: none;
    color: #0088cc;
}

.color_whatsApp:hover {
    text-decoration: none;
    color: #25d366;
}

.search_block {
    border: 2px solid #ffcc01;
    border-radius: 5px;
}

.button_category {
    background-color: #ff343d !important;
}

.button_category:hover {
    opacity: 0.8;
}

.nav-link {
    color: #000;
}

.nav-item:hover {
    font-weight: bold;
}

.nav-link.active {
    font-weight: bold;
}

.control_button_slider {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control_button_slider:hover {
    background-color: #ffcc01 !important;
    color: #fff !important;
}

.price_conc_newpaid:hover {
    color: #000 !important;
}

@media (max-width: 991.98px) {
    .mobile_search {
        position: fixed;
        z-index: 1000 !important;
        top: 0px;
        left: 0px;
        padding: 0.2rem !important;
        background-color: #ffcc01;
    }

    .mobile_icon_search img {
        display: block !important;
        width: 2rem;
    }
}

#bottom_menu {
    bottom: 0%;
    left: 0%;
    z-index: 100000;
    padding-bottom: calc(0.2rem + env(safe-area-inset-bottom)) !important;
}

#bottom_menu button:hover {
    border: 1px dashed #fff;
}

#bottom_menu a:hover {
    border: 1px dashed #fff;
}

.card {
    height: 100%;
}

.card-title {
    min-height: 40px;
}

.bonus_card span {
    color: #ffcc05;
}

.card-title a {
    font-size: 14px;
    color: #000;
}

.card-title a:hover {
    color: #ffcc00;
    text-decoration: none;
}

.wishlist_card {
    cursor: pointer;
    right: 0px;
}

.wishlist_card i {
    color: #ffcc00;
}

.wishlist_card i:hover {
    font-weight: bold;
}

.page-item.active .page-link {
    border-color: unset;
}

.bonus_acc_element {
    font-size: 12px;
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    color: #10ff00;
}

.tooltip {
    font-size: 12px;
    text-align: left !important;
}

footer {
    background-color: #f5f5f7;
}

footer li {
    list-style: none;
    color: #000;
}

.social_link {
    z-index: 111111;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
}

.hide_share_click {
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}

.share_click:hover {
    color: #ffcc00;
}

.icon_compare:hover,
.icon_wishlist:hover {
    color: #ffcc00 !important;
}

.special_block .collapsed .fa-right {
    display: block;
}

.special_block .collapsed .fa-down {
    display: none;
}

.special_block .fa-right {
    display: none;
}

.nav-pills-base .nav-link-base.active,
.nav-pills-base .show>.nav-link-base {
    background-color: #f9f3f4;
}

.nav-pills-base .nav-link-base.active>i {
    color: #ffcc00;
}

.bonus_history {
    background-color: #ddd;
}

.bonus_history.active {
    background-color: #ffcc00;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.button_hover_base:hover {
    color: #ffcc00 !important;
}

.hide_block_compare {
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.24);
}

.small_image_product.active,
.small_image_location.active,
.small_image_video.active {
    border: 2px solid #ffcc00 !important;
}

#product-compare-new {
    --property-width: 250px;
    --property-name-width: 215px;
    overflow-x: hidden;
}

#product-compare-new .settings {
    width: var(--property-name-width);
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-compare-new .settings button i {
    width: 20px;
    height: 16px;
}

#product-compare-new .items {
    overflow-x: auto;
    width: 100%;
}

#product-compare-new .items .product-layout {
    flex: none;
    width: var(--property-width);
    max-height: 430px;
}

#product-compare-new .items .carousel-item img {
    height: 150px;
}

#product-compare-new .property-name {
    width: var(--property-name-width);
    font-size: 18px;
}

#product-compare-new .attr_group_name {
    font-size: 21px;
}

#product-compare-new .properties .attr_group {
    display: flex;
}

#product-compare-new .properties .block_attributes {
    overflow-x: auto;
}

#product-compare-new .attribute {
    width: var(--property-width);
    font-size: 18px;
}

#product-compare-new .attribute:not(:first-child) {
    padding-left: 10px !important;
}

#product-compare-new .controll_compare {
    top: -40px;
    right: 0;
    background: #fff;
}

#product-compare-new *::-webkit-scrollbar {
    width: 0px;
    display: none;
}

#product-compare-new .categories {
    width: calc(100% - 60px);
}

#product-compare-new .categories .active {
    border-color: #ffcc00 !important;
}

#product-compare-new .settings .only-difference .fa-toggle-on {
    display: none;
}

#product-compare-new .settings .only-difference .fa-toggle-off {
    display: inline-block;
}

#product-compare-new .settings .only-difference.active .fa-toggle-on {
    display: inline-block;
}

#product-compare-new .settings .only-difference.active .fa-toggle-off {
    display: none;
}

#product-compare-new .compare-info {
    padding-top: 12px;
}

#product-compare-new .compare-info.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9;
    padding-left: 0;
    padding-right: 38px;
}

#product-compare-new .settings-for-mobile {
    display: none;
}

#product-compare-new .open-settings-popover {
    line-height: 28px;
    font-size: 24px;
    display: none;
}

#product-compare-new .popover .only-difference,
#product-compare-new .popover .open-category {
    display: none;
}

#product-compare-new .controll_compare i {
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border-radius: 32px;
    font-size: 16px !important;
}

#product-compare-new .items .card {
    border: none;
}

#product-compare-new .items .switcher {
    display: none;
}

@media only screen and (max-width: 700px) {
    #product-compare-new .settings button i {
        width: 24px;
        height: 21px;
        font-size: 24px;
        margin-right: 8px !important;
    }

    #product-compare-new .only-difference {
        font-size: 18px;
        padding: 12px 0;
    }

    #product-compare-new .open-settings-popover {
        display: block;
    }

    #product-compare-new .items .compare_remove {
        order: 1;
    }

    #product-compare-new .items .bonus_card {
        display: none;
    }

    #product-compare-new .fixed .items .cart_button_bloc {
        display: none !important;
    }

    #product-compare-new .compare-info .settings {
        display: none !important;
    }

    #product-compare-new .settings-for-mobile,
    #product-compare-new .settings-for-mobile .settings {
        display: block !important;
    }

    #product-compare-new .settings-for-mobile .delete-all,
    #product-compare-new .settings-for-mobile .delete-category,
    #product-compare-new .settings-for-mobile .open-category {
        display: none;
    }

    #product-compare-new .properties .attr_group {
        display: block;
    }

    #product-compare-new .property-name {
        color: #6c757d;
        white-space: nowrap;
    }

    #product-compare-new .compare-info.fixed {
        top: 48px;
        box-shadow: 0px 10px 8px 0px rgba(34, 60, 80, 0.2);
        left: 0;
        padding-right: 0px;
    }

    #product-compare-new .controll_compare {
        display: none !important;
    }

    #product-compare-new .categories {
        width: 100%;
    }

    #product-compare-new .fixed .categories {
        padding: 0 12px;
    }

    #product-compare-new .attribute {
        border-right: 1px solid #eee;
        margin-bottom: 10px;
    }

    #product-compare-new .items .switcher {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #6c757d;
        padding-top: 12px;
    }

    #product-compare-new .items .switcher .fa-arrow-left {
        margin-right: auto;
        padding-left: 12px;
    }

    #product-compare-new .items .switcher .fa-arrow-right {
        margin-left: auto;
        padding-right: 12px;
    }

    #product-compare-new .fixed .switcher {
        position: absolute;
        top: 50px;
    }

    #product-compare-new .fixed .switcher span {
        opacity: 0;
    }

    #product-compare-new .fixed .items .product-layout {
        max-height: 320px;
    }

    #product-compare-new .items .product-layout {
        width: auto;
    }

    #product-compare-new .items {
        overflow-x: hidden;
    }
}

.stock-indicator {
    display: flex;
    align-items: center;
    gap: 5px;
    /* Расстояние между элементами */
    font-size: 14px;
}

/* Сам кружочек */
.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* Делает круг */
    border: 1px solid;
}

/* Цвета для кружочков (используем стандартные цвета Bootstrap или свои) */
.dot-green {
    border-color: #28a745;
}

.dot-orange {
    border-color: #fd7e14;
}

.dot-red {
    border-color: #dc3545;
}

.product-layout.product-grid.p-lg-2.p-1.col-xl-4.col-6:hover .inner_product {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 10px 10px;
}

.product-layout.product-grid.p-lg-2.p-1.col-xl-4.col-6:hover .card {
    -webkit-box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
}

.loader-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* Высота блока загрузки */
}

/* Стиль каждой буквы */
.loader-text span {
    font-size: 30px;
    /* Размер шрифта */
    font-weight: bold;
    color: #333;
    /* Цвет букв */
    display: inline-block;
    margin: 0 2px;
    /* Расстояние между буквами */

    /* Сама анимация: имя, время, бесконечность, направление */
    animation: bounce 0.6s infinite alternate;
}

/* Окрасим слово "Загружаю" в ваш желтый цвет, если хотите */
.loader-text span {
    color: #b89a23;
}

/* ЗАДЕРЖКИ (чтобы буквы прыгали по очереди) */
.loader-text span:nth-child(1) {
    animation-delay: 0s;
}

.loader-text span:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-text span:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-text span:nth-child(4) {
    animation-delay: 0.3s;
}

.loader-text span:nth-child(5) {
    animation-delay: 0.4s;
}

.loader-text span:nth-child(6) {
    animation-delay: 0.5s;
}

.loader-text span:nth-child(7) {
    animation-delay: 0.6s;
}

.loader-text span:nth-child(8) {
    animation-delay: 0.7s;
}

/* Ключевые кадры анимации (сам прыжок) */
@keyframes bounce {
    100% {
        transform: translateY(-20px);
        /* Поднимаем вверх на 20px */
        text-shadow: 0 15px 10px rgba(0, 0, 0, 0.1);
        /* Тень под буквой */
    }
}

.active_page {
    background-color: #ffcc01;
    color: #fff;
    padding: 0.5rem 0.8rem;
    border-radius: 100%;
    font-weight: bold;
}

.pagination_page {
    padding: 0.5rem 0.8rem;
    text-decoration: none;
}

.hover-line {
    position: relative;
    padding-bottom: 3px;
}

.hover-line::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 50%;
    /* Ставим в центр */
    transform: translateX(-50%);
    /* Центрируем саму точку отсчета */
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}

.hover-line:hover::after {
    width: 100%;
}

.group_feature .show_feature_icon {
    display: none;
}

.group_feature.collapsed .hide_feature_icon {
    display: none;
}

.group_feature.collapsed .show_feature_icon {
    display: block;
}

.order_step {
    color: #858fa4 !important;
}

.order_step.active {

    color: #000 !important;
    font-weight: bold !important;
}


.delivery-card:has(.form-check-input:checked),
.payment-card:has(.form-check-input:checked) {
    border: 2px solid #ffcc05 !important;

}


.form-check-input {
    border-color: #ffcc05 !important;
    box-shadow: 0 0 0 0 rgb(255 255 255) !important;
    background-color: transparent !important;

}

.form-check-input:checked,
.form-check-input:active {
    background-color: #ffcc05 !important;
    border-color: #ffcc05 !important;
    box-shadow: 0 0 0 0 rgb(255 255 255) !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0 rgb(255 255 255) !important;
}

.subscribe_newsletter {
    color: #858FA4;
    background-color: #393A3E !important;
}


body.menu-backdrop-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 999;
    transition: opacity 0.2s fade-in;
}

#registration_tab button,
#page_registration_tab button {
    background-color: #f1f3f5;

}

#registration_tab button.active,
#page_registration_tab button.active {
    background-color: #fff;
    border-bottom: 4px solid #ffcc01;
}

.active.account_tab {

    background-color: #ffcc01 !important;
    color: #fff !important;

}