﻿body {
    font-size: 14px;
    color: #27292B;
    line-height:18px;
}
[data-component="TopCategories"].newTopCategories {
    width: 100vw;
    position: relative;
    right: calc(-50vw + 50%);
    padding: 16px;
    background: var(--Gray4, #f6f6f6);
    display: flex;
    justify-content: center;
}
    [data-component="TopCategories"].newTopCategories .cateegoryContainer .topCategoriesWapper {
        display: flex;
        flex-direction: column;
    }
    [data-component="TopCategories"].newTopCategories .cateegoryContainer {
        display: flex;
        /*gap: 40px*/
        justify-content:space-around;
    }
.newTopCategories .topCategoriesWapper{
    width:100%;
}
.newTopCategories .topCategoriesWapper .titleWrapper {
    display: flex;
    justify-content: center;
}
.newTopCategories .topCategoriesWapper .rowTitleLink {
    color: black;
    font-weight: 600;
}


.newTopCategories .category-box {
    height: auto;
    width: auto;
    /*padding: 12px;*/
    border-radius: 4px;
    text-align: right;
    max-width:109px;
    min-width: 90px;
}
    .newTopCategories .category-box .category-title {
        font-size: 14px;
        color: #27292B;
        font-weight: 650;
        line-height: 21px;
        margin-bottom: 8px;
    }
    .newTopCategories .category-box .sub-category {
        font-size: 13px;
        color: #27292B;
        line-height: 22px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newTopCategories .category-box .more-in-category {
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 8px;
        color: black;
    }
.newTopCategories .SlideBox .category-image {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.newTopCategories .SlideBox {
    position: relative;
    height: 300px;
}
.newTopCategories .Arrow {
    top: 124px;
}

.newTopCategories .arrow-left {
    content: '';
    position: relative;
    -webkit-mask: url(https://img.zap.co.il/imgs/svg/zapdesktop/arrow-left.svg) no-repeat center;
    background-color: black;
    width: 5px;
    height: 9px;
    margin-right: 2px;
    display: inline-block;
}

/*old*/

body {
    font-size: 14px;
    color: #27292B;
    line-height: 18px;
}

.category-box {
    height: 280px;
    width: 186px;
/*    padding: 12px;*/
    border-radius: 4px;
}

    .category-box .category-title {
        font-size: 16px;
        color: #27292B;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .category-box .sub-category {
        font-size: 14px;
        color: #27292B;
        line-height: 22px;
        display: block;
    }

    .category-box .more-in-category {
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 8px;
        color: black;
    }

.SlideBox .category-image {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.SlideBox {
    position: relative;
    height: 300px;
}

.Arrow {
    top: 124px;
}

.arrow-left {
    content: '';
    position: relative;
    -webkit-mask: url(https://img.zap.co.il/imgs/svg/zapdesktop/arrow-left.svg) no-repeat center;
    background-color: black;
    width: 5px;
    height: 9px;
    margin-right: 2px;
    display: inline-block;
}

@media screen and (min-width: 1024px) and (max-width: 1392px) {
    [data-component="TopCategories"].newTopCategories .cateegoryContainer{
       /* gap:13px;*/
    }
}