.zeynep {
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
  transform: translateX(-100vw);
  -webkit-overflow-scrolling: touch;
}
.zeynep.mobile_menu, .zeynep.side_cart{
  z-index: 1050!important;
}
.zeynep-overlay{
  z-index: 1049!important;
}
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
  /* if transitions are not disabled */
  transition: all 250ms;
}

.zeynep-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
/*  background-color: rgba(0, 0, 0, .42);*/
}

.zeynep-opened .zeynep-overlay {
  display: block;
}

.zeynep.right.opened {
  pointer-events: auto;
  transform: translateX(0px);
}

.zeynep.opened {
  pointer-events: auto;
/*  transform: translateX(0px);*/
}

.zeynep.submenu-opened {
  overflow: hidden;
}

.zeynep .submenu {
/*  top: 0;*/
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  min-height: unset;
  height: calc(100% - 5.8rem);
  top: 5.7em;
}

.zeynep .submenu.opened {
  left: 0vw!important;
  pointer-events: auto;
}

.zeynep .submenu.opened:not(.current) {
  overflow: hidden;
}




/* Base */
html {
  box-sizing: border-box;
}

body {
  background-color: #d53c61;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -3px;
  margin-top: 0;
}
h1 span {
  font-weight: 300;
}

.lead {
  font-size: 16px;
  line-height: 1.44;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 25px;
}

main {
  text-align: center;
  padding: 55px 20px;
}

.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: -webkit-linear-gradient(-90deg, #f8f8f8 0, #f8f8f8 1px, rgba(255,255,255,0) 100%), -webkit-linear-gradient(90deg, rgb(223,223,224) 0, rgb(222,223,224) 32%, rgba(247,247,247,1) 100%), rgba(0,0,0,0);
  background: -moz-linear-gradient(180deg, #f8f8f8 0, #f8f8f8 1px, rgba(255,255,255,0) 100%), -moz-linear-gradient(0deg, rgb(223,223,224) 0, rgb(222,223,224) 32%, rgba(247,247,247,1) 100%), rgba(0,0,0,0);
  background: linear-gradient(180deg, #f8f8f8 0, #f8f8f8 1px, rgba(255,255,255,0) 100%), linear-gradient(0deg, rgb(223,223,224) 0, rgb(222,223,224) 32%, rgba(247,247,247,1) 100%), rgba(0,0,0,0);
  color: #404143;
  width: 32rem;
-webkit-box-shadow: -3px 5px 20px -5px rgba(0,0,0,0.31); 
box-shadow: -3px 5px 20px -5px rgba(0,0,0,0.31);
}

.zeynep ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  display: block;
  padding: 23px 6rem;
  text-decoration: none;
  transition: all 150ms;
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
  display: flex;
}
.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 > a {
  border-bottom: 1px solid #bdbdbf61;
}

.zeynep ul > li.has-submenu > a {
  /* background-image: url("../images/submenu-arrow.svg"); */
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}

.zeynep ul > li.has-submenu > a:hover {
  /* background-image: url("../images/submenu-arrow-active.svg"); */
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background: -webkit-linear-gradient(-90deg, #f8f8f8 0, #f8f8f8 1px, rgba(255,255,255,0) 100%), -webkit-linear-gradient(90deg, rgb(223,223,224) 0, rgb(222,223,224) 32%, rgba(247,247,247,1) 100%), rgba(0,0,0,0);
  background: -moz-linear-gradient(180deg, #f8f8f8 0, #f8f8f8 1px, rgba(255,255,255,0) 100%), -moz-linear-gradient(0deg, rgb(223,223,224) 0, rgb(222,223,224) 32%, rgba(247,247,247,1) 100%), rgba(0,0,0,0);
  background: linear-gradient(180deg, #f8f8f8 0, #f8f8f8 1px, rgba(255,255,255,0) 100%), linear-gradient(0deg, rgb(223,223,224) 0, rgb(222,223,224) 32%, rgba(247,247,247,1) 100%), rgba(0,0,0,0);
  left: 32rem;
}

.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;
  display: none;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}

.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 > label {
  color: #e77691;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: .5;
  padding-left: 40px;
  width: 100%;
  display: none;
}

/* Left */
/* left side menu specific styles */
body {
  left: 0;
}

.zeynep-opened body {
  overflow: hidden;
}

.zeynep {
  right: auto;
  left: 0;
}


/* Right */
/* right side menu specific styles */
body {
  right: 0;
}

.zeynep.right {
  left: auto;
  right: 0;
}
.zeynep.right:not(.opened) {
  transform: translateX(100%);
}
