.top-page-boxes{
    position: relative;
    z-index: 8;

}

.top-page-section{
    position: relative;
    z-index: 10;
}
.breadcrumbs-share{
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.page-template-default .content a.back-button{

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--secondary);
    text-align: right;
    display: block;
    margin-bottom: 26px;
    background: none;
    border: none;
    cursor: pointer;
}
.page-template-default .content a.back-button:hover{
    color: var(--primary);
}
.page-template-default .content a.back-button .arrow-back{
    color: var(--primary);
    margin-right: 10px;
}
.breadcrumbs-box{

}
.breadcrumbs-box .breadcrumbs{
    max-width: initial;
    margin-bottom: 0;
}
.breadcrumbs li{
    list-style: none;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    background: none;
    padding-left: 0px;
    color: #424343;
    margin-bottom: 0;
    margin-left: 0px;
}
.breadcrumbs li:after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
.breadcrumbs li:last-child:after,
.breadcrumbs li:first-child:after{
    display: none;
}
.breadcrumbs li:first-child{
    display: inline-block;
    margin-right: 20px;

}
.breadcrumbs li:first-child svg{
    color: var(--primary);
}
.breadcrumbs li a{
    font-size: 12px!important;
    line-height: 20px!important;
    color:  #424343!important;
    font-weight: 400!important;
}
.breadcrumbs li a:hover{
    color: var(--primary)!important;
}
.share-box{
    display: flex;
}
.share-page-title{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #424343;
    margin-right: 20px;
}
.share-box .share-list{
    display: flex;
    align-items: center;
}
.share-box a{
    width: 40px;
    height: 20px;
    border-left:1px solid #424343;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a svg{
    color: var(--primary);
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.share-box a:hover svg{
    opacity: 0.7;
}


.top-page-section .aside-menu{
    position: absolute;
    right:-40vw;
    width: 35vw;
    top: -120px;
    z-index: 8;
}
.no-slider + .width-sidebar .top-page-section .aside-menu{
    top: 0;
}
.top-page-section .aside-menu .aside-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    padding:30px 25px 20px;
    background: var(--primary);
}

.top-page-section .aside-menu .aside-block{
    background: var(--primary);
    padding: 25px;
}
.top-page-section .aside-menu .aside-block .menu-list-aside{
    width: 50%;
    margin-bottom: 17px;
    position: relative;
}
.top-page-section .aside-menu .parrent-aside{
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    width: 100%;
    display: block;
}



.top-page-section .aside-menu .parrent-aside:before{
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
}
.top-page-section .aside-menu .parrent-aside:after{
    content: "";
    background-color: #fff;
    width: 0%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
}
.top-page-section .aside-menu .parrent-box:hover .parrent-aside:after,
.top-page-section .aside-menu .parrent-box.active .parrent-aside:after{
    width: 100%;
    height: 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.top-page-section .aside-menu .menu-list-aside .childs-menu{
    margin-top: 17px;
    display: none;

}

.top-page-section .aside-menu .child-aside{
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    display: block;
    margin-bottom: 17px;
    position: relative;
}
.top-page-section .aside-menu .child-aside:before{
    content: "";
    background-color: #1A1B1F;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    display: none;
}
.top-page-section .aside-menu .child-aside:after{
    content: "";
    background-color: var(--primary);
    width: 0%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    display: none;
}
.top-page-section .aside-menu .child-aside:hover{
    opacity: 0.8;
}
.top-page-section .aside-menu .child-aside:hover:after{
    width: 100%;
    height: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.top-page-section .aside-menu .child-aside .child-minus{
    display: inline-block;
    margin-right: 5px;
    background: url(../../../assets/images/liarrow.svg) no-repeat left center;
    width: 10px;
    height: 13px;
    margin-right: 10px;
}
.top-page-section .aside-menu .parrent-box{
    position: relative;
}
.top-page-section .aside-menu .parrent-box .trigger-submenu{
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
    font-size: 9px;
    line-height: 9px;
    color: #fff;
}
.top-page-section .aside-menu .parrent-box .trigger-submenu .fa-plus{
    display: block
}
.top-page-section .aside-menu .parrent-box .trigger-submenu .fa-minus{
    display: none
}
.top-page-section .aside-menu .active .parrent-box .trigger-submenu .fa-plus{
    display: none
}
.top-page-section .aside-menu .active .parrent-box .trigger-submenu .fa-minus{
    display: block
}


.lang-ar  .top-page-section .aside-menu .aside-title{
    text-align: left;
}
.lang-ar .top-page-section .aside-menu .aside-block{
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.lang-ar .share-page-title{
    margin-left: 20px;
}
.lang-ar .share-box a{
    border-left: none;
    border-right: 1px solid #f8d1d0;
}
.lang-ar .breadcrumbs li:first-child {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0px;
}
@media only screen and (max-width: 1400px) {
    .width-sidebar .top-page-section .wrapper{
        padding: 0;
    }

}
@media only screen and (max-width: 1160px) {
    .top-page-section{
        margin-left: -5vw;
    }
}
@media only screen and (max-width: 1024px) {
    .top-page-section {
        width: 100vw;
    }

    .top-page-boxes{
        width: 100vw;
        margin-top: 0;
        box-sizing: border-box;
        padding: 40px 5vw 0;
    }
    .top-page-boxes .title-page{
        font-size: 3.5rem;
        line-height: 3.4rem;
    }
    .breadcrumbs-share{
        flex-direction: column;
    }
    .breadcrumbs-box{
        margin-bottom: 20px;
    }
    .share-box {
        justify-content: space-between;
    }
    .width-sidebar .main-wrapper .wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
    .width-sidebar .main-wrapper  .pagegallery-section .wrapper {

        flex-direction: column;
    }
    .top-page-section .aside-menu {
        position: relative;
        right: 0;
        width: 100vw;
        top: 0;
        z-index: 8;
        left: 0;
    }
    .aside-block{
        display: none;
    }
    .top-page-section .aside-menu .aside-block .menu-list-aside {
        width: 100%;
    }
    .share-box a.facebook{
        border: none;
    }
    .top-page-section .aside-menu .aside-title{
        color: #fff;
        padding: 20px 50px;
        background: #1A1B1F;
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    .top-page-section .aside-menu .aside-title:before{
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content:"\f03a";
        display: block;
        width: 20px;
        height: 20px;
        background-color: transparent;
        margin-bottom: 0;
        position: absolute;
        top: 20px;
        left: 20px;

    }

    .top-page-section .aside-menu .aside-title:after{
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f067";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .top-page-section .aside-menu .aside-title.active:after{
        content: "\f068";
    }
}
