.page-wrapper-content .breadcrumbs{
    align-items: center;
    position: relative;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list{
    position: absolute;
    background:#EDF3FF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: 3px;
    top: 28px;
    width:450px;
    padding:20px 1px 5px 12px;
    border-radius: 0px 0px 10px 10px;
    z-index: 10;
    display: none;
    justify-content: space-between;
    flex-wrap:wrap;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li{
    width:47%;
    margin-bottom:8px;
    margin-right:8px;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li a{
    border-radius: 8px;
    border: 1px solid #5A96FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    color: #5A96FF !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    box-shadow: none !important;
}

.page-wrapper-content .breadcrumbs ul li a:after,
.page-wrapper-content .breadcrumbs + a:first-child:after{
    display: none !important;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li a:hover{
    background: #5A96FF;
    color:#fff !important;
}

.page-wrapper-content .breadcrumbs span.arrow{
    position: relative;
    transform: rotate(90deg);
}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs{
    position: relative;
    padding-left:3px;
}
.page-wrapper-content .breadcrumbs .choiced-breadcrumbs a{
    border-radius: 10px 10px 0 0;
    color: #070E25;
}

.page-wrapper-content .breadcrumbs a{
    color:#070E25;
    position: relative;
    display: flex;
    align-items: center;
    padding:5px;
}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs a:after{
    width:16px;
    height:16px;
    display: block;
    content:"";
    background:url(/images/payless/brc-caret-down.svg) no-repeat center center;
    margin-left:2px;
}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs:hover a{
    background:#EDF3FF;
    color: #5E36FF;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs:hover a:after{
    background:url(/images/payless/brc-caret-down-hover.svg) no-repeat center center;
}

.page-wrapper-content .breadcrumbs .divider{
    color:#CBCDE0;
}

.page-wrapper-content .active-breadcrumbs{
    padding:5px;
    margin:0;
}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs:hover ul{
   display: flex;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li.bottom-link{
    width:100%;
}
.page-wrapper-content .breadcrumbs ul.dropdown-list li.bottom-link a{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #32C7A3 !important;
    border:none;
    padding:0;
    margin-top:5px;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li.bottom-link a svg path{
    fill:#32C7A3 !important;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li.bottom-link:hover a{
    background:transparent;
    color: #5E36FF !important;
}

.page-wrapper-content .breadcrumbs ul.dropdown-list li.bottom-link:hover a svg path{
    fill:#5E36FF !important;
}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs:nth-of-type(2) ul.dropdown-list{
    width:100%;
    min-width:100px;
}
.page-wrapper-content .breadcrumbs .choiced-breadcrumbs:nth-of-type(2):hover ul.dropdown-list{

}

.page-wrapper-content .breadcrumbs .choiced-breadcrumbs:nth-of-type(2) ul.dropdown-list li{

}



@media(max-width:767px){
    .page-wrapper-content .breadcrumbs ul{
        top:50px;
    }
    .page-wrapper-content .breadcrumbs ul.dropdown-list{
        display: none !important;
    }

    .page-wrapper-content .breadcrumbs .choiced-breadcrumbs:hover a {
       background:none;
        color: #5E36FF;
        box-shadow: none;
    }
    .page-wrapper-content .breadcrumbs .choiced-breadcrumbs a:after{
        display: none;
    }
    .page-wrapper-content .breadcrumbs .choiced-breadcrumbs{
        padding-left:0;
    }
}