.catalog-menu-popup .container>.columns>.column:last-child .is-size-4 {
    margin-bottom: 30px;
}

.catalog-menu-popup .has-child.btn:before{
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: -17px;
    background: url(/local/templates/.default/../.default/images/icons/arrow-gray-right-small.png) no-repeat center center;
    top: 13px;
    float: right;
}

.catalog-menu-popup .has-child.btn:before {
    top: 5px !important;
}

.catalog-menu-popup .popular > a.banner-promo {
    position: relative;
    margin-bottom: 35px;
    height: 135px;
}

.catalog-menu-popup .popular > a.banner-promo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all .3s linear;
}

.catalog-menu-popup .popular > a.banner-promo:hover:before {
    background-color: rgba(0, 0, 0, .1);
    transition: all .3s linear;
}

.catalog-menu-popup .popular > a.product-promo {
    box-sizing: border-box;
    width: 270px;
    height: 135px;
    border: 1px solid #eee;
    display: flex;
    position: relative;
}

.catalog-menu-popup .popular > a.product-promo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s linear;
}
.catalog-menu-popup .popular > a.product-promo:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
}

.catalog-menu-popup .popular > a.product-promo img {
    width: 135px;
    height: 135px;
    padding: 20px;
    object-fit: contain;
}

.catalog-menu-popup .popular > a.product-promo .info {
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
}

.catalog-menu-popup .popular > a.product-promo .info::after {
    content: "";
    background-image: url(images/arrowCard.png);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
.catalog-menu-popup .popular > a.product-promo:hover .info::after {
    background-image: url(images/arrowHoverCard.png);
    right: 7px;
    bottom: 7px;
    width: 40px;
    height: 40px;
}

.catalog-menu-popup .popular > a.product-promo .info .name {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    height: 45px;
    line-height: 15px;
    overflow-y: hidden;
    font-family: RobotoMedium;
    font-size: 13px;
    color: #444;
}

.catalog-menu-popup .popular > a.product-promo .info .price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 68px;
    padding-bottom: 25px;
}

.catalog-menu-popup .popular > a.product-promo .info .price-block .old-price {
    font-family: AbradeMedium;
    font-size: 14px;
    color: #afa7a7;
    text-decoration: line-through;
}

.catalog-menu-popup .popular > a.product-promo .info .price-block .price {
    font-family: AbradeBold;
    font-size: 18px;
    color: #1e1e1e;
}

.catalog-menu-popup .columns .subcategories{background-color: transparent;
    width: 330px;
}
.catalog-menu-popup .columns .subcategories:after{
    display: none;
}
.categories__list{position: relative;}
.catalog-menu-popup .columns{justify-content: flex-start;}
.catalog-menu-popup .columns .categories__content > div:first-child:before{
    content: ""; position: absolute; height: 98%; top: 1%;
    left: -33px; width: 10%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.catalog-menu-popup .popular-column:after{display: none;}
.columns .categories__content > div.popular-column:before{
    left: -94px !important;
}
.columns .categories__content div.popular-column .is-size-4{line-height: 36px;}

.collection-title {
    line-height:18px;margin-top:13px;font-size:15px!important;font-family:RobotoBold;
}

.collection {
    font-family:'RobotoLight' !important;
    line-height:10px !important;
}

.catalog-menu-popup .mobile-header {
    display: none;
}

.catalog-menu-popup .categories__header, .section-btn, .series-btn {
    display: none !important;
}

.subcategories.show-mobile {
    display: none;
}

@media (max-width: 998px) {
    .subcategories.show-mobile {
        display: block;
    }

    .catalog-menu-popup {
        position: absolute;
        top: 0;
        width: 100vw;
        background: white;
        z-index: 999;
        min-height: 100vh;
        overflow-y: scroll;
        height: 100vh;
        display: block;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: transform .4s ease-in-out;
        -webkit-transition: -webkit-transform .4s ease-in-out;
    }

    .catalog-menu-popup .mobile-header {
        display: block !important;
        height: auto;
    }

    .catalog-menu-popup.active {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .catalog-menu-popup .header .back {
        font-family: AbradeBold;
        font-size: 18px;
        color: black;
        line-height: 28px;
        padding: 23px 0 10px 0;
    }

    .catalog-menu-popup .header {
        position: relative;
        background: #f9f9f9;
        border-bottom: #e1e1e1 solid 1px;
    }

    .catalog-menu-popup  .header .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
        display: block;
    }

    .catalog-menu-popup .container.is-widescreen {
        padding: 0;
    }

    .catalog-menu-popup .search .input {
        background: #fff url(/local/templates/.default/css/../images/icons/search.svg) no-repeat calc(100% - 16px) center;
        background-size: 20px;
    }

    .catalog-menu-popup .categories__list-item {
        border-bottom: #e1e1e1 solid 1px;
        position: relative;
        padding: 20px 15px;
        transition: opacity .3s ease-in-out;
    }

    .catalog-menu-popup .categories {
        max-width: 100%;
    }

    .catalog-menu-popup .container>.columns>.column {
        padding: 0;
    }

    .catalog-menu-popup .categories__list-item.has-child:before {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        height: 100%;
        right: 5px;
        background: url(/local/templates/.default/css/../images/icons/arrow-gray-right-small.png) no-repeat center center;
        top: 0;
    }

    .categories__content {
        top: 0;
        height: 100%;
        overflow-y: scroll;
        display: none;
        position: absolute;
        width: 100vw;
        background: #fff;
        z-index: 100;
    }

    .categories__content.active {
        display: block;
    }

    .catalog-menu-popup .columns .subcategories {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .catalog-menu-popup .columns .subcategories a.icon-more {

    }

    .catalog-menu-popup .columns .categories__content > div:first-child:before {
        display: none;
    }

    .catalog-menu-popup .subcategories a {
        border-bottom: #e1e1e1 solid 1px;
        position: relative;
        padding: 20px 15px;
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .catalog-menu-popup .subcategories a.icon-more:before {
        content: "";
        position: absolute;
        display: block;
        width: 30px;
        height: 100%;
        right: 5px;
        background: url(/local/templates/.default/css/../images/icons/arrow-gray-right-small.png) no-repeat center center;
        top: 0;
    }

    .catalog-menu-popup .categories__header {
        display: block !important;
    }

    .catalog-menu-popup .columns {
        height: 100vh;
    }

    .catalog-menu-popup .categories__header .back {
        font-family: AbradeBold;
        font-size: 18px;
        color: black;
        line-height: 28px;
        padding: 23px 15px 23px 45px;
        background: url(/local/templates/.default/css/../images/icons/arrow_black_left.png) no-repeat center left;
    }

    .collection-title {
        display: none;
    }

    body .catalog-menu-popup .btn.categories__list-item--active {
        background-color: transparent !important;
        color: #000 !important;
    }

    body .catalog-menu-popup .btn.categories__list-item--active:hover {
        color: #000 !important;
        opacity: .7;
    }

    .collection-block {
        position: absolute !important;
        display: none;
        height: 100vh;
        top: 0;
        background: #fff !important;
        z-index: 200 !important;
    }

    .collection-block.active {
        display: block;
    }

    .subcategories a {
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }

    .subcategories a:hover {
        opacity: .7;
        text-decoration: none !important;
        color: #000 !important;
    }

    .section-btn, .series-btn {
        display: block !important;
    }

    .collection {
        font-family: RobotoBold !important;
    }
}