/********* public:nulumia_breadcrumb_essentials.less ********/
.p-breadcrumbs {
    margin-bottom: 10px
}

.p-breadcrumbs.with-icon.hide-label>li:first-of-type a {
    font-size: 0
}

.p-breadcrumbs.with-icon>li:first-of-type a:before {
    content: "\f015";
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: inherit
}

.p-breadcrumbs>li {
    position: relative;
    font-size: 14px
}

.p-breadcrumbs>li a {
    vertical-align: top;
    color: inherit;
    font-weight: inherit
}

.p-breadcrumbs>li:first-child,.p-breadcrumbs>li:first-child:last-of-type {
    font-weight: 500
}

.p-breadcrumbs>li:after {
    content: "\f105";
    width: 1.28571429em;
    display: inline-block;
    text-align: center;
    font-size: inherit;
    margin-left: .5em;
    color: #6d7582;
    font-weight: 700
}

.p-breadcrumbs>li:last-of-type a {
    font-weight: inherit
}

.p-breadcrumbs>li:last-of-type:after {
    display: none
}

.p-breadcrumbs>li:last-of-type:not(:first-child) {
    font-weight: 700
}

.p-breadcrumbs>li:hover a {
    color: inherit
}

.p-breadcrumbs.p-breadcrumbs--xf1 {
    margin-bottom: 10px;
    color: #6d7582;
    background: #101116;
    border: 1px solid #2b2b40;
    border-radius: 2px
}

.p-breadcrumbs.p-breadcrumbs--xf1>li {
    padding: 0 10px 0 24px;
    margin-right: 0;
    height: 38px;
    line-height: 38px;
    background: #101116
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:hover {
    background: white
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:after {
    display: none
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:first-child,.p-breadcrumbs.p-breadcrumbs--xf1>li:first-child:last-of-type {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 4px;
    font-weight: 500
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:first-child .arrow span,.p-breadcrumbs.p-breadcrumbs--xf1>li:first-child:last-of-type .arrow span,.p-breadcrumbs.p-breadcrumbs--xf1>li:first-child:hover .arrow span,.p-breadcrumbs.p-breadcrumbs--xf1>li:first-child:last-of-type:hover .arrow span {
    border-left-color:
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:last-of-type:not(:first-child) {
    font-weight: 700
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:last-of-type:not(:first-child) .arrow span,.p-breadcrumbs.p-breadcrumbs--xf1>li:last-of-type:not(:first-child):hover .arrow span {
    border-left-color:
}

.p-breadcrumbs.p-breadcrumbs--xf1 .arrow {
    border-style: solid;
    border-color: transparent;
    border-top-width: 19px;
    border-right: 1px none #000;
    border-bottom-width: 19px;
    border-left-width: 14px;
    border-left-color: #2b2b40;
    display: block;
    position: absolute;
    right: -14px;
    top: 0px;
    z-index: 50;
    width: 0px;
    height: 0px
}

.p-breadcrumbs.p-breadcrumbs--xf1 .arrow span {
    border-style: solid;
    border-color: transparent;
    border-top-width: 19px;
    border-right: 1px none #000;
    border-bottom-width: 19px;
    border-left-width: 14px;
    border-left-color: #101116;
    display: block;
    position: absolute;
    left: -15px;
    top: -19px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px
}

.p-breadcrumbs.p-breadcrumbs--xf1>li:hover .arrow span {
    border-left-color: white
}

.p-breadcrumbs.p-breadcrumbs--xf1.p-breadcrumbs--bottom {
    margin-bottom: 0
}

@media (max-width: 480px) {
    .p-body .p-breadcrumbs.p-breadcrumbs--xf1>li {
        padding:0 10px !important
    }
}

.bcrumb-content-right {
    float: right
}

.bcrumb-content-right a {
    color: inherit
}

.p-breadcrumbs--xf1 .bcrumb-content-right {
    height: 38px;
    line-height: 38px;
    padding: 0 10px
}

@media (max-width: 480px) {
    .p-breadcrumbs.with-custom-content>li:last-of-type {
        display:block
    }
}

.p-breadcrumbs-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.p-breadcrumbs-container .p-breadcrumbs {
    flex: 1
}

.p-breadcrumbs-container .shareButtons.shareButtons--iconic {
    flex: 0 0 auto;
    margin-left: 10px;
    margin-bottom: 10px
}

.p-breadcrumbs-container .shareButtons--iconic .shareButtons-buttons {
    display: flex
}

@media (max-width: 990px) {
    .p-breadcrumbs-container {
        flex-direction:column
    }

    .p-breadcrumbs-container .shareButtons.shareButtons--iconic {
        margin-left: 0
    }
}

.p-breadcrumbs--xf1+.shareButtons .shareButtons-label {
    display: none
}

.p-breadcrumbs--xf1+.shareButtons .shareButtons-button {
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 38px;
    box-sizing: content-box;
    margin-right: 1px
}

.p-breadcrumbs--xf1+.shareButtons .shareButtons-button:not(:hover) {
    border: 1px solid #2b2b40;
    background-color: #101116
}

.p-breadcrumbs--xf1+.shareButtons .shareButtons-button:hover {
    border: 1px solid transparent
}

.p-breadcrumbs-container--bottom .p-breadcrumbs--xf1+.shareButtons {
    margin-top: 20px;
    margin-bottom: 0
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button {
    color: #fff;
    transition: .2s opacity
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--facebook {
    background-color: #3B5998;
    border-color: #3B5998
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--twitter {
    background-color: #1DA1F3;
    border-color: #1DA1F3
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--tumblr {
    background-color: #35465c;
    border-color: #35465c
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--reddit {
    background-color: #FF4500;
    border-color: #FF4500
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--whatsApp {
    background-color: #25D366;
    border-color: #25D366
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--email {
    background-color: #1289ff;
    border-color: #1289ff
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button.shareButtons-button--link {
    background-color: #787878;
    border-color: #787878
}

.p-breadcrumbs--xf1+.shareButtons.shareButtons--brandColors .shareButtons-button:hover {
    opacity: 0.8
}









		
		
		
		
		