.home-box .category-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, .2) 0px 2px 8px 0px;
    margin-bottom: 0;
}

.home-box img {
    width: 100%;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px);
}

.block-categories__item.category-card.category-card--layout--classic {
    border-left: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.block-categories__item.category-card.category-card--layout--classic:first-child {
    border-left: 1px solid #ccc;
}

.block-categories__item.category-card.category-card--layout--classic:nth-child(6n + 1) {
    border-left: 1px solid #ccc;
}

.category-custom-page .widget-categories-list__body a {
    font-size: 15px;
    font-weight: 100!important;
}

.category-custom-page .widget-categories-list__body .widget-categories-list__child-link {
    font-size: 12px;
}

.block-categories__item:hover {
    cursor: pointer;
}

.block-categories__item:hover .category-card__body {
    background: rgba(0, 0, 0, 0.03);
}

.block-categories__item {
    position: relative;
}

.block-categories__item:nth-child(-n+6) {
    border-top: 1px solid #ccc;
}

.block-categories__item:hover::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid red;
    /* სამკუთხედის ფერი */
    border-left: 20px solid transparent;
}


.megamenu-links__item {
    position: relative;
}

.megamenu-links__item>ul.megamenu-links {
    display: none;
    position: absolute;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    top: -10px;
    left: 120px;
    /* მარჯვნივ გადააქვს */
    background-color: white;
    min-width: 200px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.megamenu-links__item:hover>ul.megamenu-links {
    display: block;
}


.megamenu-links .megamenu-links__item-link {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 13px;
}