.ui-menu-item, .ui-menu-item:hover,
.ui-menu-item a, .ui-menu-item a:hover,
.ui-menu .ui-menu-item a{ 
    background: #ffffff none no-repeat; 
    /*padding:0;*/
    margin:0;
    list-style-image: unset;
}
.ui-menu .ui-menu{
    position: unset;
}

/* MENU STYLES START */
.sidebar-open__btn {
    color: #ffffff;
    background-color: #0061af;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 15px 35px 15px 40px;
    text-transform: uppercase;
}
.sidebar-open__btn:after{
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.sidebar-open__btn:before{
    content: "";
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-image: url(/client/images/allCategoriesBtn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sidenav {
    height: 105vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -200%;
    transition: left .4s ease;
}

.sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 105vh;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.sidenav.open .sidebar-overlay {
    cursor: default;
    opacity: 0.8;
    visibility: visible;

}

.sidenav.open {
    overflow-y: scroll;
    overflow-x: visible;
    margin-right: -640px;
    /*padding-right: 640px;*/
    left: 0;
    padding-right: 100%;
    z-index: 999999;
}


.nav-categories {
    position: relative;
    color: #444444;
    display: block;
}


.sidebar-back {
    padding: 20px;
    font-size: 20px;
    color: #4F4F4F;
    font-weight: 900;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    display: block;
}

.sidebar-back:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #aeaeae;
    right: 25px;
    top: 23px;
    -webkit-transform: rotate(
            45deg
    );
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.sidebar-back:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #aeaeae;
    right: 25px;
    top: 23px;
    -webkit-transform: rotate(
            -45deg
    );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
            -45deg
    );
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.sidenav .nav-categories {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow: visible !important;
    scrollbar-color: transparent transparent;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .15);
}


.nav-menu {
    padding-bottom: 130px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-left: 0;
}

.nav-menu__icon {
    position: absolute;
    background-image: url(icon/icon.svg);
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav-menu__item {
    position: relative;
    transition: background-color .3s ease;
}

.nav-menu__item:not(:last-child) {
    border-bottom: 1px solid #cdcdcd40;
}

.has-child:after {
    content: "\f107";
    top: 13px;
    transition: transform .3s;
    pointer-events: none;
    /*transform: rotate(270deg);*/
    font-family: 'FontAwesome';
    font-size: 14px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    position: absolute;
    z-index: 5;
    right: 26px;
    color:  #0061af;
}


.nav-menu__link {
    max-width: 360px;
    width: 100vw;
    min-width: 320px;
    display: block;
    position: relative;
    color: #000000;
    transition: all .4s ease;
    font-size: 16px;
    padding: 10px 35px 10px 35px;
    margin-left: 10px;
}

.nav-menu__link:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 10px);
    height: 2px;
    background-color:  #0061af;
    bottom: 0;
    left: 0;
    margin-left: -10px;
    transform: translate(-100%, 0);
    transition: transform .4s ease;
}

.sub-menu {
    position: absolute;
    left: 100%;
    background-color: #ffffff;
    top: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .15);
    display: none;
    list-style: none;
    padding-left: 0;
}


.sub-menu__link.nav-menu__link {
    padding-left: 50px;
}


.sub-menu__link {
    overflow-x: hidden;
    transition: transform .4s ease;
}


.sub-menu__link:before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 2px;
    background-color:  #0061af;
    top: 50%;
    left: 50px;
    transform: translate(-10px, -50%);
    transition: transform .4s ease;
}

@media screen and (max-width: 1199px) {
    .nav-menu__open-btn {
        position: absolute;
        background-color: transparent;
        right: 0;
        top: 0;
        height: 100%;
        width: 61px;
        z-index: 5;
    }

    .sub-menu {
        position: relative;
        left: 0;
        background-color: #ffffff;
        top: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
        display: none;
        transition: opacity .4s ease, transform .4s ease;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }

    .sub-menu.active {
        display: block;
    }

    .sub-menu.open {
        opacity: 1;
        transform: scaleY(1);
    }
}

@media screen and (min-width: 1200px) {

    .nav-menu__link:hover.nav-menu__link:before,
    .nav-menu__link:active.nav-menu__link:before,
    .nav-menu__link:focus.nav-menu__link:before {
        transform: translate(0, 0);
    }

    .sub-menu__link:hover.sub-menu__link:before,
    .sub-menu__link:active.sub-menu__link:before,
    .sub-menu__link:focus.sub-menu__link:before {
        transform: translate(-13px, -50%);
    }

    .has-child:hover ~ .sub-menu,
    .sub-menu:hover {
        display: block;
    }

    .nav-menu__item:hover {
        background-color: #cdcdcd40;
    }

    .sub-menu__link:hover {
        transform: translateX(10px);
        color:  #0061af;
    }

    .has-child:after {
        transform: rotate(-90deg);
    }

    .sidebar-back:hover.sidebar-back:before,
    .sidebar-back:hover.sidebar-back:after {
        background-color: red;
    }
}

/*MENU STYLES END*/

/*BG FOR PAGE HEADER*/

.page-header{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*new*/
    background-blend-mode: overlay;
}


/* AUTOCOMPLETE START */
.search-suggest{
    position: absolute;
    left: 0;
    top: 100%;
    /*z-index: 90;*/
    z-index: 1;
    width: 100%;
    padding-top: 8px;
    /*padding-bottom: 8px;*/
    /*border-top: 1px solid #e9e9e9;*/
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    overflow: hidden;
}

.search-suggest__item{
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

/*.suggest-list .ui-menu-item{

}*/

/*.suggest-list a:not(.nohover){}*/

.suggest-list .search-suggest__item a:hover,
.suggest-list .search-suggest__item a:active{
    background-color: #f6f6f6;
    color: #221f1f;
}

.suggest-list .search-suggest__item-content{
/*    padding-left: 16px;
    padding-right: 16px;*/
    padding: 0px 16px;
    display: flex;
    align-items: center;
}

.search-suggest__item-text{
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    color: #221f1f;
}

.search-suggest__item-text--type-nowrap{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.suggest-list .search-suggest__heading{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    font-size: 11px;
    line-height: 32px;
    color: #797878;
    margin: 0;
}

.search-suggest__group{
    border-bottom: 1px solid #e9e9e9;
}

.search-suggest__item-request{
    margin-right: 5px;
}

.caption,
.search-suggest__item-caption{
    color: #a6a5a5;
}

.category-icon{
    /*background-color: red;*/
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.icon-catalog{
    fill: #d2d2d2;
}

.search-suggest__item-icon{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.icon-magnifier{
    fill: #d2d2d2;
}

/* NEW */
.search-suggest .suggest-list{
    position: unset;
}

.search-suggest ul{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
/*.ui-menu .ui-menu-item-wrapper*/
/*.suggest-list*/
/*.search-suggest .ui-menu .ui-menu-item-wrapper{
    padding: unset;
}*/
/* AUTOCOMPLETE END */



/*PRODUCT CARD - ICONS DISCOUNTS*/

.c-cart__img{
    position: relative;
}

.c-cart__discount-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;

}

.c-cart__discount-icon--text{
    border-radius: 50%;
    /*background-color: #3a2020;*/
    color: white;
    background: rgb(131,58,180);
    background: linear-gradient(331deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.c-cart__discount-icon--bg{
    background: url(/client/images/icons/discount.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
}

.product-page__discount{
    width: 15%;
    height: 15%;
    font-size: 1.5em;
}

@media screen and (max-width: 576px) {
    .c-cart__discount-icon{
        width: 30%;
        height: 34%;
    }

    .product-page__discount{
        width: 20%;
        height: 20%;
    }
}