.irs-handle
{
    width: 18px;
    height: 18px;
    background: #FF5A47 !important;
    border-radius: 50%;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -9px;
    cursor: pointer;
}

.irs-handle, .irs-slider {

    top: 30px !important;
    width: 18px !important;
    height: 18px !important;
}
.irs-bar {
    height: 2px !important;
    top: 30px !important;

}
.irs {
    height: 10px !important;
}
.irs-line {
    height: 2px !important;
    top: 30px !important;
}

.irs-handle.to
{
    margin-left: 0px;
}





.oc-notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oc-notification {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 300px;
    max-width: 400px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.35s ease;
}

.oc-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.oc-notification.removing {
    transform: translateX(120%);
    opacity: 0;
}

.oc-notification .oc-notification-icon {
    font-size: 28px;
    color: #4CAF50;
}

.oc-notification .oc-notification-content {
    flex: 1;
}

.oc-notification .oc-notification-title {
    font-weight: bold;
    margin-bottom: 3px;
    color: #333;
}

.oc-notification .oc-notification-text {
    font-size: 14px;
    color: #666;
}

.oc-notification .oc-notification-close {
    cursor: pointer;
    font-size: 18px;
    color: #aaa;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
}

#simplecheckout_button_confirm, #button-confirm {
    display: none !important;
}





.icon-badge {
    position: relative;
    display: inline-block;
}

/* Сам кружочек */
.badge-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background-color: #FF5449;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    white-space: nowrap;
    pointer-events: none;
}

.product-card__favorite.active  path
{
    fill: #000;
}
.search
{
    position: relative;
}





/* Панель поиска */
.mobile-search-panel {
    position: fixed;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #353535;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 15px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    border-radius: 16px 16px 16px 16px;
    top: 10px;
}

/* Открытое состояние */
.mobile-search-panel.open {
    transform: translateY(0);
}

/* Внутренний контейнер — строка с поиском и крестиком */
.mobile-search-panel__inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Форма поиска занимает всё доступное место */
.mobile-search-panel .search {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 0 12px;
    margin: 0;
}

.mobile-search-panel .search input {
    flex: 1;
    border: none;
    background: transparent;
    height: 44px;
    font-size: 16px;
    outline: none;
}

/* Кнопка закрытия */
.mobile-search-panel__close {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}


.messenger-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.messenger-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 90px;
    background: #fff;
    user-select: none;
}
.messenger-option:hover {
    border-color: #bdbdbd;
    background: #f9f9f9;
}
.messenger-option.active {
    border-color: #4caf50;
    background: #f1f8e9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.messenger-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.messenger-icon svg {
    width: 28px;
    height: 28px;
}
.messenger-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}



.header-mob-menu-top .top-icons .icon-heart-outline
{
    width: 25px;
    height: 25px;
}

.projects-more
{
    margin-top: 25px;
}