/** tema ekleme: 13/12 */
html, body {
    background:#fbfbfb;
    scroll-behavior: auto !important;
}

.products.new {
    padding-top:0px;
}

.products__head.new {
    max-width:100%;
    align-items:start;
    padding-top:45px;
    margin-bottom:30px;
}

.products__head.new .subtitle {
    font-size:1.75rem;
    font-weight:600;
    color:#000;
    letter-spacing:-1px;
}

.products__head.new .subtitle img {
    float:left;
    width:48px;
    height:48px;
    padding:5px;
    margin-right:10px;
}

.products__head.new .headline {
    font-size:.875rem;
    font-weight:400;
    color:#202125a3;
    letter-spacing:1px;
}

.products__wrapper.new {
    grid-template-columns: repeat(auto-fill, minmax(min(50%, 420px), 1fr));
    gap: 1.5rem 1rem;
}

.products__wrapper.new a {
    display:table;
    border:1px solid #e2e2e2;
    border-radius:8px;
    padding:10px;
    background:#fff;
    box-shadow:0 0 .375rem #0000000a,0 .125rem .375rem #00000014;
}

.products__wrapper.new a .products__item-img {
    display:table-cell;
    width:128px;
    height:auto;
    vertical-align:middle;
}

.products__wrapper.new a .products__item-info {
    display:table-cell;
    vertical-align:middle;
    position:relative;
    padding-left:10px;
}

.products__wrapper.new .products__item-title {
    display: -webkit-box;
    text-align:left;
    margin-top:0px;
    height: 1.375rem;
    margin: 0;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    line-height: 1.25rem;
    overflow: hidden;
    text-transform: none;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right:58px;
}

.products__wrapper.new .products__item-desc {
    color:#202125a3;
    text-align: start;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    line-height: 1.25rem;
    display: -webkit-box;
    overflow: hidden;
    height:40px;
    margin-bottom:15px;
    word-break: break-all;
    padding-right:58px;
}

.products__wrapper.new span.price {
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    line-height: 1.25rem;
    color:#009de0;
}

.products__wrapper.new .cart-add {
    position:absolute;
    right:0px;
    top:0px;
    width:48px;
    height:40px;
    line-height:32px;
    font-size:2.25rem;
    font-weight:400;
    background:#ebf7fd;
    color:#009de0;
    text-align:center;
    z-index:3;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-left-radius: 10%;
}

.homeIntro .container {
    min-height:240px;
    align-items: flex-end;
}

.homeIntro__content {
    margin-left:0px;
}

.homeIntro__images {
    height:240px;
}

.homeIntro__headline {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    grid-area: heading;
    margin: 0;
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    line-height: 3.5rem;
    display: -webkit-box;
    color:#fff;
    letter-spacing:-1px;
}

.homeIntro__subtitle {
    text-transform: none;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    line-height: 1.5rem;
    color:#fff;
    letter-spacing:0px;
    padding-top:10px;
    padding-bottom:30px;
}

.stickymenu {
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    text-align:left;
    background:#ffffff;
    position: sticky;
    top: 69px; /* 89 */
    border-top:1px solid #e2e2e2;
    box-shadow: 0 1px rgb(223, 223, 223);
    z-index: 4;
    background-color: #fff;
}

.stkmenu {
    margin-bottom:15px;
}

@media(max-width:576px) {
    .stickymenu {
        top:69px;
    }
}

.stickymenu a, .stkmenu a {
    text-transform: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 1rem;
    outline: none;
    justify-content: center;
    align-items: center;
    height: 2.25rem;
    padding: 10px 15px;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    line-height: 1.25rem;
    transition: outline .1s linear, color .1s linear, background .1s linear, border-color .1s linear;
    display: inline-flex;
    color:#000;
    border-radius:24px;
    text-transform: uppercase;
    letter-spacing:-1px;
    user-select:none;
}

.stickymenu a:hover, .stickymenu a:focus, .stickymenu a:active, .stkmenu a:hover {
    color:#009de0;
}

.stickymenu a.active, .stkmenu a.active {
    color:#009de0;
    background:#c4edff;
}

.stickymenu a img, .stickymenu a i, .stickymenu a em {
    display:block;
    float:left;
    width:24px;
    height:24px;
    text-align:center;
    line-height:24px;
    padding:2px;
    margin-right:10px;
}

.stickymenuswiper .swiper-slide {
    width:auto !important;
}

.navbar-brand {
    transform:none;
}

.navbar .d-flex, .navbar-menu, .navbar-meta {
    min-width:25%;
}

.navbar-meta, .navbar .d-flex:last-child {
    justify-content: flex-end;
    padding-right:10px;
}

.navbar-meta .dropdown-menu {
    z-index:6;
}

header {
    top:-1px;
}

#detailModal .modal-body {
    padding:0px;
}

#detailModal .productDetail__title {
    margin-top:15px;
    margin-bottom:15px;
}

#detailModal .productDetail__quantity .cart__detail-group {
    height:52px;
}

#detailModal .productDetail__add {
    margin:0px;
}

.products__wrapper.new .incart {
    position:absolute;
    right:0px;
    bottom:0px;
    font-weight:400;
    background:#ebf7fd;
    text-align:center;
    z-index:3;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    line-height: 1.25rem;
    color: #000;
    padding:3px 10px;
    padding-left:28px;
    min-width:48px;
    text-align:center;
    border-radius:24px;
    background-image:url(../icons/carbon--shopping-bag.svg);
    background-repeat:no-repeat;
    background-position:left 10px center;
    background-size:13px 13px;
}

.productDetail__wrapper {
    padding:0px;
    justify-content: flex-start !important;
}

.productDetail__slider {
    height:auto !important;
    width:100%;
}

.productDetail__thumbnails-container {
    margin-left:0px;
}

.productDetail__left {
    width:auto !important;
    /* display:none !important; geçici */
}

.productDetail__right {
    /* max-width:100%; geçici */
}

#detailModal .productDetail__header {
    height:250px;
    overflow:hidden;
    margin-top:15px;
    position:relative;
}

#detailModal .productDetail__header img {
    width:100%;
    height:250px;
    -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all ease-in-out 200ms;
}

#detailModal .productDetail__footer {
    margin-top:20px;
    padding-top:24px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    border-top:1px solid #e2e2e2;
}

#detailModal .productDetail__total {
    border:none;
    margin-bottom:0px;
}

.prodozelvars {
    padding:0px;
    margin:0px;
}

.prodozelvars li {
    padding-top:10px;
}

.prodozelvars li label {
    font-size:15px;
}

.prodozelvars li input {
    margin-right:5px;
}

.prodozelvars li em {
    float:right;
    color:#000;
    font-weight:bold;
    font-style: normal !important;
}

.prodozelvars li i {
    display:block;
    font-size:13px;
    color:#999;
}

.bodyCanvas__table-item span, .bodyCanvas__table-head span {
    justify-content: flex-start;
    padding-left:10px;
    padding-right:10px;
}

.pd_close {
    z-index:99;
    position:absolute;
    right:15px;
    top:10px;
    font-size:15px;
    font-weight:bold;
    color:#000;
    background:#fff;
    border-radius:50%;
    cursor:pointer;
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    box-shadow:1px 0px 5px #000;
}

.pd_close:hover {
    background:#000;
    color:#fff;
}

#detailModal .productDetail__description {
    margin-bottom:0px;
    max-height:50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margintop {
    margin-top:24px;
}

.cscroll::-webkit-scrollbar {
    width: 5px;
}

/* Kaydırma çubuğu rengi */
.cscroll::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border-radius: 10px;
}

/* Kaydırma çubuğu arkaplanı */
.cscroll::-webkit-scrollbar-track {
    background-color: transparent;
}

#detailModal .modal-body {
    position:relative;
}

.prodPopupcont {
    position:relative;
    max-height: 70vh;
    overflow-y: auto;
    padding-left:15px;
    padding-right:15px;
}

.pdescReadmore {
    font-size:13px;
    font-weight:bold;
    color:#009de0;
    cursor:pointer;
}

.pdescReadmore:hover {
    text-decoration:underline;
}

#detailModal .productDetail__description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    max-height:999px;
}

#detailModal .productDetail__total {
    justify-content: space-between;
}

.topnav__item {
    cursor:default;
}

.products__item-title label {
    display:inline-block;
    max-width:140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;
}

.products__info {
    display:inline-block;
    color:#999;
    font-size:10px;
    font-weight:300;
    font-style: normal;
    text-decoration:underline !important;
    float:right;
    margin-left:10px;
    cursor:pointer;
}

.products__info:hover {
    color:#009de0;
}

#footerCart {
    position:fixed;
    width:100%;
    padding:15px 24px;
    bottom:0px;
    left:0px;
    z-index:4;
}

#footerCart a {
    font-family: "Inter", sans-serif;
    display:block;
    padding:15px;
    border-radius: 8px;
    background-color: #282828;
    color:#fff;
    text-align:center;
    -webkit-appearance: button;
}

#footerCart a:hover {
    background:#000;
}

#footerCart a button {
    display:block;
    float:left;
    width:24px;
    height:24px;
    margin-top:-3px;
}

#footerCart a button span {
    background:#fff;
    color:#000;
}

#footerCart a label {
    display:block;
    float:right;
    letter-spacing:1px;
}

.responsediv {
    padding:24px;
    text-align:center;
    padding-top:64px;
    padding-bottom:64px;
}

.responsediv .payment__right-content {
    width:500px;
    margin:0px auto;
    max-width:100%;
}

.responsediv .payment__product {
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 8px;
}

.responsediv .totalprd {
    background:#000;
    color:#fff;
}

.responsediv .totalprd * {
    color:#fff;
    font-weight:bold;
}

.responsediv em {
    text-align:left;
}

.cart__detail .table tbody tr .prodcut-td, .cart__detail .table tbody tr .amount-td, .cart__detail .table tbody tr .total-td {
    padding:24px 0px;
}

.homeIntro__headline {
    font-size:2.2rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homeIntro__subtitle {
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow:hidden;
}

.homeIntro .container {
    position:relative;
}

.homeIntro .shadw {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    box-shadow: 0px 0px 198px 25px rgba(0,0,0,0.90) inset !important;
    -webkit-box-shadow: 0px 0px 198px 25px rgba(0,0,0,0.90) inset !important;
    -moz-box-shadow: 0px 0px 198px 25px rgba(0,0,0,0.90) inset !important;
}

.headercart_item .offcanvas__note-show {
    font-size:11px;
    color: rgba(40, 40, 40, 0.7);
    text-align: left;
    text-decoration: underline !important;
    display: block;
    font-weight:300;
    letter-spacing:1px;
}

.logregModal .modal-body {
    padding:0px;
    border-radius:0.5rem;
}

.logregModal .modal-content {
    border-radius:0.5rem;
    overflow:hidden;
}

.logregModal .btn-close {
    position:absolute;
    right:15px;
    top:15px;
}

.mailModal__wrapper {
    grid-template-columns: repeat(1, 1fr);
}

.mailModal__right.colored {
    background-color:rgb(245, 240, 228);
}

.mailModal__right.colored2 {
    background-color:#f2f2f2;
}

.mailModal__form {
    gap:1.5rem;
}

.logregModal .row {
    margin-left:-15px;
    margin-right:-15px;
    width:100%;
    font-size:13px;
}

.logregModal label {
    font-size:13px;
}

.logregModal label input {
    float:left;
    margin-top:3px;
    margin-right:6px;
}

.logregModal .col-md-6 {
    padding:0px;
}

.txleft {
    text-align:left;
}

.txright {
    text-align:right;
}

.logregModal .mailModal__title {
    margin-bottom:24px;
}

.logregModal .mailModal__description {
    margin-top:24px;
}

.mailModal__form a {
    text-decoration:underline !important;
}

form .offcanvas-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    background-color: #282828;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    height: 52px;
    width: 100%;
    gap: 12px;
    overflow: hidden;
}

form .offcanvas-bottom-btn::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background: no-repeat url("../icons/material-symbols-light--lock-outline.svg");
  background-size: cover;
  background-position: center;
}
form .offcanvas-bottom-btn-text {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all ease-in-out 200ms;
}
form .offcanvas-bottom-btn-text span {
  display: flex;
  align-items: center;
  gap: 12px;
}
form .offcanvas-bottom-btn-text span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  display: block;
}
form .offcanvas-bottom-btn.active .offcanvas-bottom-btn-text {
  opacity: 0;
}
form .offcanvas-bottom-btn.active .offcanvas-bottom-btn-loading {
  opacity: 1;
}
form .offcanvas-bottom-btn-loading {
  border: 2px solid #282828;
  border-top: 2px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.loadingnw {
    display:inline-block;
    border: 2px solid #282828;
    border-top: 2px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin-bottom:-13px;
}

#validationContent {
    width:100%;
}

.mailValidate .row {
    margin:0px;
}

.mailValidate .col-7 {
    padding:0px;
}

.mailValidate .col-5 {
    padding-right:0px;
}

.mailModal__title.abs {
    position:absolute;
    left:20px;
    top:10px;
}

.mailModal__title.abs a {
    text-decoration:none !important;
    color:#000;
    cursor:default;
}

.mailModal__title.abs a img {
    width:24px;
    height:24px;
    float:left;
    margin-right:10px;
    margin-top:4px;
    cursor:pointer;
}

.profile_links, .mailModal_subcont, ul.orders {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.mailModal_subcont {
    margin-left:100%;
}

.mailModal_subcont {
    padding:10px;
}

.profile_links li {
    padding:10px 0px;
    padding-left:10px;
}

.profile_links li a {
    text-decoration:none !important;
    color:#333;
}

.profile_links li a:hover, .profile_links li a:focus, .profile_links li a:active {
    color:#009de0;
}

.profile_links li a img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    margin-top:2px;
}

.mailAccount .mailModal__form {
    padding-left:24px;
    padding-right:24px;
    padding-bottom:24px;
}

ul.orders li {
    padding:10px 15px;
    border:1px solid #999;
    border-radius:8px;
    margin-bottom:10px;
    font-size:13px;
}

ul.orders li:last-child {
    margin-bottom:0px;
}

ul.orders li label {
    float:right;
    color:#999;
    font-size:13px;
}

ul.orders li em {
    font-style:normal;
    padding:3px 6px;
    border-radius:8px;
    font-size:11px;
}

ul.orders li a {
    float:right;
    color:#009de0;
}

ul.orders li a img {
    width:16px;
    height:16px;
    float:right;
    margin-left:5px;
    margin-top:2px;
    transition: all 0.5s ease;
    transform: rotate(180deg);
}

ul.orders li a img.opened {
    transform: rotate(0deg);
}

ul.orders li:hover {
    background:#f2f2f2;
}

ul.orders li .orders_inline {
    height:0px;
    overflow:hidden;
    transition: all 0.5s ease;
}

ul.orders li i {
    font-style:normal;
}

ul.orders li .orders_inline hr {
    margin-top:10px;
    margin-bottom:10px;
    height:1px;
    width:100%;
    background:#e2e2e2;
}

.orders_inline strong {
    display:block;
}

.orders_inline b {
    display:block;
    font-weight:normal;
}

.orders_productline strong {
    display:inline-block;
    font-weight:normal;
}

.orders_productline b {
    display:inline-block;
    font-weight:normal;
    float:right;
}

.orders_inline u {
    font-size:11px;
    color:#999;
}

.orders_productline.bold * {
    font-weight:bold;
}

.ainput {
    border:none !important;
    color:#009de0 !important;
    background:url(../icons/v_wait.svg) no-repeat left 10px top 24px;
    background-size:16px 16px;
    padding-left:30px !important;
}

.ainput.green {
    background:url(../icons/v_check.svg) no-repeat left 10px top 24px;
    background-size:16px 16px;
    color:green !important;
}

.mailModal__form.nptop {
    padding-top:55px;
}

.offcanvas-bottom-btn.remove {
    background:#e2e2e2;
    color:#333;
    margin-top:10px;
}

.offcanvas-bottom-btn.remove::after {
    background-image:url(../icons/trash.svg);
    background-size:20px 20px;
}

.cartitemfocus {
    animation: bgColorAnim 1s ease-in-out infinite;
}

@keyframes bgColorAnim {
  0% {
    background-color: #ffffff; /* Beyaz renk */
  }
  50% {
    background-color: #ebf7fd; /* Hedef renk */
  }
  100% {
    background-color: #ffffff; /* Beyaz renk (tekrar başlangıç) */
  }
}

@media(min-width:1000px) {
    #footerCart {
        display:none !important;
    }
}

@media(max-width:1000px) {
    .navbar-brand img {
        margin-left:-10px;
        height:auto !important;
        max-height:80px;
    }
    
    #detailModal .modal-content {
        margin:0px auto !important;
    }
    
    .productDetail__left {
        width:100% !important;
    }
    
    .products__item-img .normal {
      opacity: 1 !important;
    }
    .products__item-img .hover {
      opacity: 1 !important;
      display:none !important;
    }
    
    .payment__left {
        padding-top:24px;
    }
    
    .payment__right.pcompleted {
        display:block !important;
        max-width:100% !important;
        overflow:hidden;
    }
    
    .payment__right.pcompleted li {
        flex-direction: column;
    }
    
    #orderform .cart__detail-prodcut {
        justify-content:center;
    }
    
    #orderform .cart__detail-prodcut * {
        text-align:center;
    }
    
    #orderform .cart__detail-price {
        display:block;
    }
    
    .cart__detail .table tbody tr .prodcut-td, .cart__detail .table tbody tr .amount-td, .cart__detail .table tbody tr .total-td {
        padding:14px 0px;
    }
    
    .payment__group-even.fixt {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .bodyCanvas__table-item {
        height:auto;
    }
    
    .homeIntro__headline {
        max-width:100%;
    }
    
    .homeIntro__subtitle {
        max-width:100%;
    }
    
    #navbarMail {
        display:flex !important;
    }
}
/** tema ekleme: 13/12 */

/** ekleme: yeni sepet sistemi + ek ürünler */
div.exprods {
    margin-top:15px;
}

div.exprods h3 {
    margin:0px;
    padding:0px;
    font-size:15px;
    font-weight:bold;
    padding-bottom:10px;
}

div.exprods h3 span {
    float:right;
    color:#999;
    font-weight:300;
}

div.exprods ul {
    margin:0px;
    padding:0px;
}

div.exprods ul li label {
    display:block;
    padding-bottom:5px;
}

div.exprods ul li span {
    float:right;
    font-weight:bold;
}

.cartexprodtext {
    display:block;
    font-size:10px;
    color:#999;
    font-style:italic;
}

@media(max-width:999px) {
    .cartCanvas__item .cart__detail-total {
        display:block !important;
    }
}
/** ekleme: yeni sepet sistemi + ek ürünler */

/** ekleme: tema alt sayfaları */
.page_title {
    margin:0px auto;
    text-align:left;
    padding-top:60px;
    padding-bottom:30px;
}

.page_title h1 {
    margin:0px auto;
    padding:0px;
    font-family: "Inter", sans-serif;
    font-size:34px;
    font-weight:300;
    letter-spacing:-1px;
    border-bottom:1px solid #999;
}

.page_title h1 span {
    display:inline-block;
    padding-right:3px;
    padding-bottom:15px;
    border-bottom:4px solid #000;
}

.singleitemwrap {
    margin-bottom:45px;
    grid-template-columns: repeat(6, 1fr);
}

.singleitemwrap .products__item-desc {
    word-break:break-all;
}

@media(max-width:999px) {
    .singleitemwrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

.singleitemwrap .products__item-img.bordered {
    border:1px solid #e2e2e2;
    max-height:180px;
    overflow:hidden;
}

.singleitemwrap .products__item-total span {
    font-weight:bold;
    font-size:18px;
}

.wrapsubtitle {
    color:#009de0;
    font-size:21px;
    font-weight:300;
}

.whour {
    display:table;
    width:500px;
    max-width:100%;
}

.whour .dhrow {
    display:table-row;
}

.whour .day {
    display:table-cell;
    vertical-align:top;
    font-weight:bold;
    text-align:left;
    border-bottom:1px solid #e2e2e2;
    padding:10px;
    color:#009de0;
}

.whour .hour {
    display:table-cell;
    vertical-align:top;
    text-align:right;
    width:140px;
    padding-top:10px;
    padding:10px;
    border-bottom:1px solid #e2e2e2;
}

.whour .hour span {
    display:block;
    margin-bottom:10px;
}

.whour .hour span:last-child {
    margin-bottom:0px;
}

.cartvartx {
    display:block;
    font-style:normal;
    font-size:11px;
    font-weight:bold;
    color:#666;
}

.cartexprodtext {
    font-style:normal;
}

.aboutimg img {
    width:100%;
    height:auto;
}

.flexed {
    display: flex;
    justify-content: space-between;
}

.contactcell {
    text-align:center;
}

.contactcell .col-2 {
    text-align:center;
}

.contactcell .col-10 {
    text-align:left;
}

.contactcell .row {
    margin:0px;
    padding:60px 30px;
    border:1px solid #e2e2e2;
    border-radius:8px;
}

.contactcell ul {
    margin:0px;
    padding:0px;
}

.contactcell i {
    font-size:44px;
    padding-top:3px;
    margin-left:3px;
    margin-right:3px;
}

@media(max-width:999px) {
    .flexed {
        flex-direction: column;
    }
    
    .flexdiv {
        width:100%;
    }
    
    .aboutimg {
        order:-1;
        margin-bottom:15px;
    }
    
    .contactcell {
        width:100%;
        margin-bottom:15px;
        text-align:left;
    }
    
    .contactcell .row {
        padding-right:15px;
        padding-left:15px;
    }
}

.gmaps_cont {
    margin-top:30px;
    border-radius:8px;
    overflow:hidden;
}

.gmaps_cont frame, .gmaps_cont iframe {
    width:100%;
    height:360px;
}

.navbar-ordertype .navbar-language-btn i, .navbar-tischarea .navbar-language-btn i {
    font-size:11px;
}

.tisch-areas {
    float: right;
    margin-left: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 5px 15px;
}

.tischWrapper {
    margin:0px;
    margin-top: 20px;
    padding: 0 15px;
    padding-bottom: 30px;
    width:100%;
}

.tisch__item {
    padding:15px;
    background:#b8ffcb;
    text-align:center;
    margin-bottom:15px;
    border-radius:5px;
    border:1px solid #00d439;
    color:#00d439;
    height:100px;
    overflow:hidden;
    font-size:13px;
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tisch__item.full {
    background:#ffc1bd;
    color:#ff0000;
    border:1px solid #ff0000;
}

.tisch__item.selected::after {
    content: "";
    display: block;
    position:absolute;
    right:8px;
    bottom:8px;
    width: 18px;
    height: 18px;
    color:#fff;
    border-radius:50%;
    background: no-repeat url(../icons/raphael--check.svg) #ffffff;
    background-size: 14px 14px;
    background-position:center;
}

.tisch__item:hover {
    cursor:pointer;
    cursor:hand;
    background:#fffead;
}

.tisch__item h3 {
    margin:0px;
    padding:0px;
    padding-bottom:5px;
    font-size:16px;
    letter-spacing:-1px;
    font-weight:bold;
    width:100%;
}

.navbar-area-btn {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-area-btn {
    background:url("../icons/map-pin.svg") no-repeat left;
    background-size:16px 16px;
    padding-left:20px;
}

.navbar-area-btn::after {
    content: "";
    display: block;
    min-width: 9px;
    width: 12px;
    height: 8px;
    background: no-repeat url(../icons/mdi--chevron-up.svg);
    background-size: cover;
    background-position: center;
    transition: all ease-in-out 200ms;
    transform: rotate(-180deg);
}

.navbar-area-btn.show::after {
    transform: rotate(0deg);
}

.navbar-ordertype .navbar-language-btn.oty_masa {
    background:url("../icons/tisch.png") no-repeat left;
    background-size:16px 16px;
    padding-left:20px;
    margin-right:15px;
}

.navbar-language-btn.oty_masa::after {
    content:"" !important;
    display:none !important;
}

.navbar-ordertype .navbar-language-btn.oty_paket {
    background:url("../images/cycle.png") no-repeat left;
    background-size:16px 16px;
    padding-left:20px;
}

.navbar-ordertype .navbar-language-btn.oty_gelal {
    background:url("../icons/carbon--shopping-bag.svg") no-repeat left;
    background-size:16px 16px;
    padding-left:20px;
}

.navbar-ordertype .dropdown-menu li a, .navbar-tischarea .dropdown-menu li a {
    padding: 0 !important;
    font-size: 0.9375rem;
    color: #282828;
    background-color: #fff;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 26px;
}

.navbar-ordertype .dropdown-menu.show, .navbar-tischarea .dropdown-menu.show {
    display: flex;
}

.navbar-ordertype .dropdown-menu, .navbar-tischarea .dropdown-menu {
    padding: 24px 32px;
    border-radius: 0.25rem;
    border: 1px solid #dfdfdf;
    right: -24px !important;
    left: auto;
    margin-top: 1.5rem;
    max-width: 200px !important;
    min-width: 136px !important;
    flex-direction: column;
    gap: 0.5rem;
}

.navbar-ordertype .dropdown-menu::before, .navbar-tischarea .dropdown-menu::before {
    position: absolute;
    content: "";
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #dfdfdf transparent;
    border-width: 9px;
    right: 27px;
}

.navbar-ordertype .dropdown-menu::after, .navbar-tischarea .dropdown-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    right: 28px;
}

.navbar-ordertype .dropdown-menu li, .navbar-tischarea .dropdown-menu li {
    width: -moz-max-content;
    width: max-content;
}

.navbar-ordertype .dropdown-menu li a, .navbar-tischarea .dropdown-menu li a {
    padding: 0 !important;
    font-size: 0.9375rem;
    color: #282828;
    background-color: #fff;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 26px;
}

.navbar-ordertype .dropdown-menu li a.active::after, .navbar-tischarea .dropdown-menu li a.active::after {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    background: no-repeat url(../icons/raphael--check.svg);
    background-size: cover;
    background-position: center;
}

.cartordertype {
    float:right;
    margin-left:5px;
    border:1px solid #e2e2e2;
    border-radius:8px;
    padding:5px 15px;
}

.cartordertype .dropdown-menu, .tisch-areas .dropdown-menu {
    right:auto !important;
    transform: translateX(-15%) !important;
    top:40px !important;
}

.searchCanvas__item-total {
    display:none !important;
}

.scpopup_img {
    width:96px;
    height:96px;
    margin:0px auto;
    background: no-repeat url(../images/closed.png) center;
    background-size:100% 100%;
    margin-top:45px;
}

.cspopup_title {
    margin:0px;
    padding:30px;
    padding-top:15px;
    padding-bottom:45px;
    font-size:18px;
    color:#666;
    text-align:center;
}

.tisch__bannerbtn {
    text-align:center;
    padding:5px 15px;
    padding-left:40px;
    background:#fff;
    color:#111;
    border-radius:8px;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -90%);
    z-index:2;
    background:url(../icons/tisch.png) no-repeat left 20px center #fff;
    background-size:24px 24px;
}

.tischpd {
    padding-left:7px;
    padding-right:7px;
}

.tischOrders {
    position:absolute;
    background:#fff;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
}

.tischCanvas .offcanvas-bottom-btn {
    background:#00691c;
}

.tischpaymet {
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    color: #282828;
    font-size: 12px;
    width: 100%;
    margin-bottom:15px;
}

.tisch__bannerbtn.mobonly {
    display:none;
}

.tisch-areas .oty_masa {
    margin-right:0px !important;
}

@media(max-width:999px) {
    .mobhide {
        display:none !important;
    }
    
    .tisch__bannerbtn {
        top:30px;
        transform: translate(-50%, 0);
    }
    
    .tisch__bannerbtn.mobonly {
        display:inline-block;
        position:relative;
        top:auto;
        left:auto;
        transform: translate(0%, 0%);
        padding:0px;
        padding-left:18px;
        background-position:0px;
    }
    
    .tisch__bannerbtn.mobonly button {
        font-size:10px;
        padding-right:0px;
    }
}
/** ekleme: tema alt sayfaları */