/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* КОШИК */

/* Прибираємо стандартні відступи Blocksy для цього текстового елемента */
.ct-header-text .entry-content {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.hb-header-integration {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    line-height: 1 !important;
}

.hb-cart-anchor {
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    text-decoration: none !important;
    color: #ffffff !important;
}

.hb-cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Зелена бульбашка поверх іконки */
.hb-badge-green {
    position: absolute;
    top: -4px;
    right: -7px;
    background-color: #2ab867 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #0056b3; /* Колір вашого топ-бару для ефекту "прорізу" */
    line-height: 1 !important;
    z-index: 5;
}

.hb-total-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    white-space: nowrap;
}

/* КНОПКИ ХЕДЕРА */

.booton-knw-1 .ct-icon {
	color: #1e8dab;
}

/* MEGA MENU */

.menu > [class*="ct-mega-menu"] > .sub-menu > .menu-item {
  border: 1px solid #1e8dab;
  border-radius: 5px;
}