.catalog-menu {
    height:     calc(100% - 67px);
    padding:    20px 16px 87px;
    background: #f7f7f7;
    position:   fixed;
    right:      0;
    bottom:     67px;
    left:       0;
    overflow:   auto;
    z-index:    1100;
    font-family: 'My', sans-serif;
}

.catalog-menu__item {
    padding:     8px 0;
    position:    relative;
    color:       #333;
    font-size:   20px;
    line-height: 22px;
}

.catalog-menu__item_open {
    padding-bottom: 0;
}

.catalog-menu__item_has-submenu::before,
.catalog-menu__item_has-submenu::after,
.catalog-submenu__title::before,
.catalog-submenu__title::after {
    content:       '';
    width:         7px;
    height:        1.5px;
    border-radius: 2px;
    background:    #2e2e2e;
    position:      absolute;
    top:           16px;
    right:         8px;
    transform:     rotate(45deg);
}

.catalog-menu__item_has-submenu::after,
.catalog-submenu__title::after {
    top:       20px;
    transform: rotate(-45deg);
}

.catalog-menu__item_open::before,
.catalog-submenu__title_open::before {
    transform: translate(-2px, 2px) rotate(45deg);
}

.catalog-menu__item_open::after,
.catalog-submenu__title_open::after {
    transform: translate(2px, -2px) rotate(-45deg);
}

.catalog-menu__item-link {
    color: #383838 !important;
}
.catalog-menu__item-link:hover {
    color: #7b7878;
}


.catalog-menu__item-link:active,
.catalog-menu__item_active > .catalog-menu__item-link {
    color: #e600ad !important;
}

.catalog-submenu {
    display: none;
    padding: 8px 0 0 16px;
    transition:    all .3s;
}

.catalog-menu__item_open > .catalog-submenu {
    display: block;
}

.catalog-submenu__title {
    padding:  8px 0;
    position: relative;
}

.catalog-submenu__item {
    display: block;
    padding: 8px 0;
    color:   #383838 !important;
}


.catalog-submenu__item:active,
.catalog-submenu__item_active {
    color: #e600ad !important;
}

.catalog-submenu__title + .catalog-submenu__items {
    display:      none;
    padding-left: 16px;
}

.catalog-submenu__title_open + .catalog-submenu__items {
    display: block;
}

@media (min-width: 1200px) {
    .catalog-menu {
    	display: none;
    }
    .mobile-sticky-panel {
    	display: none;
	}
}



@media (max-width:1199px){
.button__O2Pep, .__jivoDesktopButton, .__jivoMobileButton{
        display: none!important;
    }
.mobile-sticky-panel {
    display:         flex;
    align-items:     flex-start;
    justify-content: space-around;
    width:           100%;
    height:          72px;
	box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.06);
    background:      #fff;
    overflow:        hidden;
    position:        fixed;
    bottom:          0;
    left:            0;
    user-select:     none;
    z-index:         150;
    }

.mobile-sticky-panel__item,
.mobile-sticky-panel__item:focus,
.mobile-sticky-panel__item:hover {
    display:         flex;
    flex:            1 1 0;
    flex-direction:  column;
    align-items:     center;
    justify-content: center;
    min-height:      47px;
    padding:         14px 8px 0;
    outline:         0 !important;
    color:           #383838 !important;
    text-align:      center;
    text-decoration: none;
    transition:      .15s;
    position:        relative;
    cursor:          pointer;
    }

.mobile-sticky-panel__item_active,
.mobile-sticky-panel__item_active:focus,
.mobile-sticky-panel__item_active:hover,
.mobile-sticky-panel__item:active {
    color: #adadad !important;
    }

.mobile-sticky-panel__item path {
    fill: #383838;
}    

.mobile-sticky-panel__item_active path{
    fill: #adadad;
    }

.mobile-sticky-panel__item::before {
    content:       '';
    width:         2px;
    height:        2px;
    border-radius: 50%;
    background:    #e600ad;
    opacity:       0;
    position:      absolute;
    top:           calc(50% - 1px);
    left:          calc(50% - 1px);
    z-index:       -1;
    transition:    transform .3s;
    }

.mobile-sticky-panel__item:active::before {
    opacity:   .05;
    transform: scale(50);
    }

.mobile-sticky-panel__item-icon {
    flex: 0 0 auto;
    }

.mobile-sticky-panel__item-name {
    margin-top:  7px;
    font-family: 'My', sans-serif;
    font-size:   10px;
    text-transform: uppercase;
    font-style:  normal;
    font-weight: 600;
    line-height: 11px;
    }
    
.mobile-sticky-panel__qty {
    display:         flex;
    align-items:     center;
    justify-content: center;
    width:           16px;
    height:          16px;
    border-radius:   50%;
    background:      #ff6ca7;
    position:        absolute;
    top:             4px;
    left:            50%;
    color:           #fff;
    font-size:       10px;
    font-style:      normal;
    font-weight:     600;
    line-height:     10px;
    }
}
}
@media (max-width: 359px) {
    .mobile-sticky-panel__item-name {
    	display: none;
    }
}

.rb-modal__close {
    align-self: center;
    background: url(/images/i-close.svg) 50% no-repeat;
    border: 0;
    cursor: pointer;
    height: 24px;
    outline: 0 !important;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 19px;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 24px;
}

.catalog-menu_close {
    background-color: #ffb5db;
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.rb-modal__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding-right: 28px;
    text-transform: uppercase;
}

.mb-4 {
    margin-bottom: 20px !important;
}