

/* zeynepjs menu styles */
.zeynep {
    background-color: #ffffff;
    color: #404143;
    width: 325px;
}

.zeynep ul {
    list-style-type: none;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
    display: block;
}

.zeynep ul > li > a {
    display: block;
    width: 100%;
    color: #585858;
    font-weight: 400;
    padding: 10px 25px;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.zeynep ul > li > a:hover{
    color: #e9ae56;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.zeynep ul > li:not(:last-child) > a {
    border-bottom: 1px solid #d9d9d9 !important;
}

.zeynep ul > li.has-submenu > a {
    background-image: url("../images/arrow.png");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
}



.has-submenu-none img#user{
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    position: relative;
    top: -3px;
    z-index: -100;
}

/* zeynepjs submenu styles */
.zeynep .submenu {
    background-color: #ffffff;
    left: -100%;
}

.zeynep .submenu-header {
    background-image: url("../images/menu-back.svg");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
    position: relative;
}

.zeynep .submenu-header > a {
    display: block;
    color: #585858;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 24px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.zeynep .submenu-header > a:before {
    background-image: url("../images/submenu-arrow.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    content: "";
    height: 100%;
    left: 26px;
    position: absolute;
    top: 0;
    transform: rotate(-180deg);
    width: 20px;
}
.zeynep .submenu-header > a:hover{
    color: #8d8d8d;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.zeynep .submenu > label {
    color: #e77691;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 19px;
    opacity: .5;
    padding-left: 40px;
    width: 100%;
}

.zeynep {
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    /*    transform: translateX(-100%);*/
    transform: translateX(100%);
    right: 0;
    z-index: 999999999999999999999;
}
.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
    transition: all 450ms;
}
.zeynep-overlay {
    background-color: rgba(0, 0, 0,.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}
.zeynep-opened .zeynep-overlay {
    display: block;
}
.zeynep.opened {
    pointer-events: auto;
    transform: translateX(0);
    right: 0;
}
.zeynep.submenu-opened {
    overflow: hidden;
}
.zeynep .submenu {
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
}
.zeynep .submenu.opened {
    left: 0;
    pointer-events: auto;
}
.zeynep .submenu.opened:not(.current) {
    overflow: hidden;
}


.sm-menu-cross {
    display: flex;
    align-items: center;
    /*    padding: 20px 20px;*/
    padding: 20px 20px;
    border-bottom: 1px solid #d9d9d9;
    background: #222222;
}

.sm-menu-cross-left img {
    display: inline-block;
    width: 25px;
    cursor: pointer;
}

.sm-menu-cross-right img {
    display: inline-block;
    width: 70px;
}

.sm-menu-cross-right {
    margin-left: 72px;
}

.has-submenu img#user {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    position: relative;
    top: -3px;
    z-index: -100;
}

.submenu-header a img {
    display: inline-block;
    width: 12px;
    margin-right: 15px;
}

.submenu ul li a {
    border: none!important;
    padding-left: 52px !important;
}

img.opaimg {
    opacity: 0!important;
}

.hasborder a {
    border-bottom: 0!important;
}

.overfix .zeynep-overlay {
    display: none;
}


.bx-submenu-lg{
    background: transparent;
    position: absolute;
    z-index: 999;
    width: 100%;
    color:#585858;
    font-size: 14px;
}
.bx-submenu-lg a{
    color:#585858;
}
.bx-submenu-lg .bx-submenu-lg1{
    background: #fff;
    padding: 30px 45px;
}
.bx-submenu-lg h4{
    font-size: 16px;
    color: #af1b1e;
}