body {
  background-color: #f0f0f0;
  font-family: 'Coda', cursive;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.topbar {
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 50px;
  margin-right: auto;
}

.mlogo {
  height: 50px;
  margin-right: auto;
}

.mmenu_btn {
  height: 50px;
  width: 30px;
  font-size: 22px;
  line-height: 50px;
  color: #999;
  margin-right: 10px;
}

.msepet_btn {
  height: 50px;
  width: 30px;
  text-align: right;
  font-size: 22px;
  line-height: 50px;
  color: #999;
  margin-right: 10px;
}

.mmenu {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}
.mmenu .katmenu li a {
  text-align: center;
}
.mmenu .katmenu li a.active:hover {
  background-color: #e5e5e5;
}
.mmenu .katmenu li a.active {
  background-color: transparent;
  color: #111;
}
.mmenu .katmenu li a.active::before {
  content: none;
}

.msepet {
  padding: 20px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
}

.member {
  display: flex;
  align-items: center;
}
.mname {
  display: flex;
  flex-direction: column;
  align-items: right;
  padding: 10px 0;
}
.mname span {
  flex: 1;
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
}
.mname span:first-child {
  color: #9d152d;
  font-weight: 400;
}

.mfoto {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #7c858a;
  padding: 1px;
}
.mfoto img {
  width: 46px;
  height: 46px;
  border-radius: 46px;
}

.topmenu {
  height: 60px;
  height: 42px;
  background-color: #9d152d;
}

.content {
  /*padding: 60px 0;*/
  display: flex;
}

.lmenu {
  width: 230px;
  margin-right: 20px;
}

.rmenu {
  width: 230px;
  margin-left: 20px;
}

.cpage {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.katmenu ul {
  list-style: none;
  padding: 0;
}

.katmenu li {
  border-top: 1px solid #bcbcbc;
}
.katmenu li:first-child {
  border: none;
}

.katmenu li a {
  display: block;
  text-align: right;
  padding: 15px 12px;
  font-size: 14px;
  color: #111;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.katmenu li a:hover {
  background-color: #e5e5e5;
}

.katmenu li a.active {
  background-color: #9d152d;
  color: #fff;
}

.katmenu li a.active:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0;
  top: 16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f0f0f0;
}

.uruns-3col {
  margin-left: -10px;
  margin-right: -10px;
}
.uruns-3col .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.uruns-3col .urun {
  background-color: #fff;
  position: relative;
}

.urun_badge {
  position: absolute;
  left: -5px;
  top: 10px;
  padding: 6px 12px;
  background-color: #9d152d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.urun_img {
  height: 130px;
  background-size: cover;
  background-position: center center;
}

.urun_cont {
  padding: 25px 15px 15px 15px;
}

.urun_cont h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.urun_cont p {
  font-size: 13px;
  line-height: 16px;
  color: #999;
  margin-bottom: 10px;
}

.urun_fiyat {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: self-start;
}
.urun_fiyat span {
  font-size: 14px;
  margin: 5px 0 0 3px;
  vertical-align: top;
  border-bottom: 2px dashed #9d152d;
}

.urun_adet {
  display: flex;
  justify-content: space-between;
}
.urun_adet a {
  display: block;
  width: 24px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #9d152d;
}
.urun_adet a.disabled {
  opacity: 0.4;
}
.urun_adet span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #111;
  font-size: 14px;
}

.urun_sepet {
  border: 1px solid #9d152d;
  color: #9d152d;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  display: block;
  padding: 10px 0;
  font-size: 14px;
}
.urun_sepet:hover {
  background-color: #9d152d;
  color: #fff;
  text-decoration: none;
}

.sbox_title {
  display: block;
  text-align: center;
  padding: 15px 12px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background-color: #9d152d;
  position: relative;
}
.sbox_title:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0;
  top: 16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f0f0f0;
}

.sbox_total {
  background-color: #7c858a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.sbox_btn {
  display: block;
  text-align: center;
  padding: 15px 12px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background-color: #9d152d;
  border-radius: 4px;
  text-decoration: none;
}

.ssepet ul {
  list-style: none;
  padding: 0;
}
.ssepet li {
  position: relative;
  min-height: 60px;
  border-top: 1px solid #bcbcbc;
}
.ssepet li:first-child {
  border: none;
}
.ssepet li span {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
}
.ssepet li span:nth-child(1) {
  top: 10px;
  left: 0;
}
.ssepet li span:nth-child(2) {
  top: 30px;
  left: 0;
  color: #9d152d;
}
.ssepet li span:nth-child(3) {
  top: 30px;
  right: 0;
}

.ssepet li a {
  position: absolute;
  top: 10px;
  right: 0;
  color: #9d152d;
}

.ttakvim {
  padding: 15px 0;
}
.ttakvim table {
  width: 100%;
}

.ttakvim td,
.ttakvim th {
  text-align: center;
  border-radius: 4px;
  padding: 3px 0;
}

.ttakvim .today {
  background-color: #47535f;
  color: #fff;
}

.tinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  border-top: 1px solid #7c858a;
  padding: 15px 0;
}
.tinfo i {
  width: 12px;
  height: 12px;
  background-color: #9d152d;
  border-radius: 2px;
  margin-right: 10px;
}

.mmenubar {
  min-height: 50px;
  margin-top: 20px;
}

.mfilter {
  display: flex;
  flex-direction: column;
}
.mfilter .katmenu a {
  background-color: #fff;
}
.mfilter_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mfilter_btn {
  height: 50px;
  text-align: right;
  line-height: 50px;
  width: 30px;
  font-size: 18px;
  color: #9d152d;
}

.mfilter h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.bread a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.bread a:after {
  content: "•";
  margin-left: 3px;
}
.bread span {
  font-size: 14px;
  font-weight: 600;
  color: #9d152d;
}

footer {
  margin-top: 10px;
  background-color: #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyr {
  font-size: 12px;
  color: #666;
  
}

.basket_title {
  border-bottom: 2px solid #9d152d;
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  color: #9d152d;
}

.basket_count {
  display: flex;
  justify-content: center;
  align-items: center;
}

.basket_count > div:nth-child(2) {
  display: flex;
  margin-left: 10px;
}

.basket_count a {
  display: block;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  background-color: #9d152d;
  color: #fff;
  border-radius: 3px;
}

.basket_del {
  color: #999;
}

.basket_cont table tr th {
  font-size: 14px;
  white-space: nowrap;
}

.basket_cont table tr td {
  white-space: nowrap;
  font-size: 14px;
}

.basket_cont table tr > th:nth-child(3) {
  text-align: center;
}

.basket_cont table tr > td:nth-child(4),
.basket_cont table tr > th:nth-child(4) {
  text-align: right;
  font-weight: 700;
}

.basket_total {
  background-color: #9d152d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0.75rem;
}

.basket_btns {
  display: flex;
  justify-content: flex-end;
}
.basket_btns a {
  font-size: 14px;
  margin-left: 10px;
}

.adresbox {
  background-color: #e5e5e5;
  padding: 15px;
}

.teslimbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.teslimbox .form-group {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 15px 15px;
  background-color: #e5e5e5;
  width: 50%;
}

.teslimbox .form-group div {
  display: flex;
  justify-content: space-between;
}

.teslimbox .form-group b {
  font-weight: 700;
  color: #9d152d;
}

.teslimbox .form-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.teslimbox .form-group .btn i {
  margin-right: 10px;
}

.teslimbox .form-group .btn span {
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
}

.basket_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  background-color: #e5e5e5;
  padding: 15px;
}

.basket_filter select {
  font-size: 12px;
  margin-left: 10px;
}

.basket_filter div {
  display: flex;
  align-items: center;
}

.hidepic {
  color: #666;
}

.blist_name {
  display: flex;
}
.blist_name div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blist_name a {
  color: #9d152d;
}
.blist_name img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.basket_list td {
  min-height: 100px;
  vertical-align: middle;
}

.basket_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #999;
  font-size: 12px;
}

.basket_info i {
  color: #9d152d;
  margin-right: 4px;
}

.basket_pager {
  background-color: #e5e5e5;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
}
.basket_pager a {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  background-color: #c5c5c5;
  border-radius: 3px;
  color: #fff;
  margin: 0 2px;
  font-size: 12px;
}

.basket_pager a.active {
  background-color: #9d152d;
}

.blist_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid #ccc;
}

.order_res {
  background-color: #9d152d;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
  border-radius: 10px;
}

.order_res img {
  width: 10rem;
}

.order_res h2 {
  margin: 2rem 0;
  font-size: 22px;
  font-weight: 700;
}

.order_res span {
  font-size: 16px;
  opacity: 0.5;
  width: 50%;
  display: block;
  margin: 0 auto;
}

.urun_side {
  padding: 15px;
}

.urun img {
  width: 100%;
  height: auto;
}


.carousel-item {
  height: 500px;
  background-colorx: #9e9e9e;
  margin-bottom: 20px;
}

.carousel-item img {
    
    height: 500px;
    margin: 0 auto;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
 
 
  margin-top: 10px; 
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-image {
  /* The image used */
 

  /* Add the blur effect */
  filter: blur(50px);
  -webkit-filter: blur(50px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 0.9;
}



.appmenu{
  width: 100%;
  display: flex;
  justify-items: center;
  --max-height: 280px;
  overflow-x: auto;
  margin: 10px;
    background-color: #fff;
}
.appmenu img{
  width: 64px;
}

.appmenu .icon{
  display: grid;
    text-align: center;
    width: 64px;
    padding: 5px;
    margin-right: 10px;
}





.chapternav {
  /*background: rgba(245,245,247,0.7);*/
  padding: 0;
  /*padding-top: 8px;
  padding-bottom: 8px;*/
  text-align: center;
  height: 120px;
  z-index: 100;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.chapternav-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}

.chapternav-items {
  margin: 0 0px;
  margin-top: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-top: 10PX;
}


.chapternav-item {
  animation: chapternav-slidein 350ms backwards;
}

.chapternav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 -0.11765em;
  padding: 0 20px;
}

.chapternav-icon {
  width: 64px;
  height: 64px;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  
}

.chapternav-link {
  color: #1d1d1f;
 
  padding: 0;
  margin-top: 3px;
  position: relative;
  z-index: 1;
 
}

.chapternav-label {
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: .02em;
  display: block;
  margin: 0;
  margin-top: 8px;
}


.chapternav-paddle {
  font-size: 16px;
  color: #87152c;
  line-height: 1.76471;
  font-weight: 300;
  letter-spacing: 0em;
  border: 0 solid #d2d2d7;
  border-radius: 0;
 
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 33px;
  transition: opacity 150ms ease-out;
  z-index: 200;
  margin-top: 5px;
  height: 110px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #f4f4f5;
}

.chapternav-paddle-right {
  right: calc( max(env(safe-area-inset-left) + -10px, 0px));
}
.chapternav-paddle-right {
  border-left-width: 1px;
  right: -3px;
}

chapternav-paddle:disabled {
  opacity: 0;
}
button:disabled {
  cursor: default;
}

.chapternav-paddle-left {
  left: calc(max(env(safe-area-inset-left) + -10px, 0px));
}
.chapternav-paddle-left {
  border-right-width: 1px;
  left: -3px;
}

small {
  font-weight: inherit;
}