
.btn-open {
  border: 0;
  border-radius: 27.5px;
  /* box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .05); */
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  /* min-width: 150px; */
  outline: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
  margin: 0 6px;
}
.btn-open:active {
  box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
}

.btn-open.first {
  background-color: #fd698d;
  color: #ffffff;
}
.btn-open.second {
  background-color: #ffffff;
  color: #fd698d;
}

/* zeynepjs menu styles */
.zeynep {
  background-color: var(--additional-color2);
  color: #404143;
  width: 350px;
  text-align: right;
  z-index: 1000;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  /* padding-right: 20px; */
  -webkit-overflow-scrolling: touch;
}

.zeynep ul > li {
  display: block;
}

.zeynep .submenu-header > a {
    position: unset;
    padding: 15px 19px;
    text-decoration: unset;
}

.zeynep-close svg path{
    fill: #fff;
}

.zeynep ul > li > a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 18px 20px;
  /* padding-right: 40px; */
  text-decoration: none;
  transition: all 150ms;
    text-align: right;
}
/*.zeynep ul > li > a:hover {*/
/*  background-color: #efefef;*/
/*  border-radius: 3px;*/
/*}*/

/*.zeynep ul > li:not(:last-child) > a {*/
/*  border-bottom: 1px solid #efefef;*/
/*}*/

.zeynep ul > li.has-submenu > a {
  /* background-image: url("../img/submenu-arrow.svg"); */
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zeynep ul > li.has-submenu > a:hover {
  /* background-image: url("../img/submenu-arrow-active.svg"); */
}
/*.zeynep ul > li.has-submenu > a svg path{*/
/*  fill: #FC0DA9;*/
/*}*/
/* zeynepjs submenu styles */
.zeynep .submenu {
    background-color: var(--additional-color2);
    left: 350px;
}

.zeynep .submenu-header {
  /*background-image: url("../img/menu-back.svg");*/
  cursor: pointer;
}

.menu_header{
    padding-top: 30px;
    padding-inline: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 13px;

}

.menu_header label{
    font-weight: 600;
    font-size: 16px;
    background: #6ea0c5;
    padding: 2px 15px;
    color: #ffff;
    border-radius: 2px;
    margin-bottom: 0;
}

.menu_header a{
    color: var(--secondary-color) !important;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
}

.zeynep .submenu-header > a {
    color: #eaeaea;
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 9px;
}

.submenu-header svg path{
    fill: #eaeaea;
    stroke: #eaeaea;
}

.zeynep .submenu-header > a:before {
    display: none;
}


.zeynep .submenu-header > a:before {
  background-image: url("../img/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-close{
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 1000;
  padding: 5px;
}


.zeynep .submenu > label,
.zeynep .submenu > label > a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 20px;
  width: 100%;
  padding-block: 15px;
}
.zeynep .submenu > label > a {
  padding-right: 0;
}
.zeynep img{
  width: 100px;
  height: 100px;
  margin-left: 10px;
  object-fit: contain;
}
.showAllMenu{
    border-bottom: 1px solid;
    padding: 0!important;
    float: left;
    padding-top: 20px!important;
    margin-left: 14px;
    color: var(--btn-back-color) !important;
}


@media screen and (max-width: 425px){

  .zeynep {
    width: 100%;
  }

    .zeynep .submenu {
        left: 100% !important;
    }

    .zeynep.submenu-opened .submenu {
        left: 0% !important;
    }

}
