@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//antalyayikesfediyoruz.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(48,48,48);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(235,122,97);
	--wd-alternative-color: rgb(2,184,160);
	--wd-link-color: rgb(24,90,165);
	--wd-link-color-hover: rgb(235,122,97);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(235,122,97);
	--btn-accented-bgcolor-hover: rgb(214,111,88);
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(250,239,237);
	background-image: url(https://antalyayikesfediyoruz.com/wp-content/uploads/2023/03/w-delivery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(119,119,119);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.blok > h3 {
  position: relative;
  padding-left: 20px; 

}

.blok > h3::before {
content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 37px;
    border-radius: 5px;
    background-color: #02B8A0;
}

body.hide-single-post-header header.wd-single-post-header.wd-align,
body.hide-single-post-header .wd-single-footer,
body.hide-single-post-header .wd-single-post-footer,
body.hide-single-post-header .wd-page-nav {
    display: none;
}

.wd-entry-content blockquote a {
    color: #556137;
    font-weight: bold;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px;
    font-size: 13px;
}

.single-post .wd-content-area .wd-entry-content  {
    line-height: 33px;
}

blockquote {
	

	
	background: #c8ede8;
    width: auto;
    display: inline-block;
    padding: 15px;
    color: #3d5e54;
    border-radius: 15px;
    list-style-position: inside;
    border-left: none !important;
    font-size: 100% !important;
}

.ust-kategori-buton-wrapper {
  text-align: center;
  padding: 20px 12px 0 12px;
}

.ust-kategori-buton {
display: inline-block;
    background-color: #03b8a1;
    box-shadow: 0px 0px 9px 1px #56565675, -8px -8px 15px #ffffff;
    color: #fff;
    padding: 10px 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ust-kategori-buton:hover {
  background-color: #c0392b;
	color: #fff;
}


.wd-content-area h1.title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.wd-content-area h1.title::after {
  content: '';
  display: block;
  width: 60px;              
  height: 3px;    
  background-color: #EB7A61;   
  margin: 8px auto 0 auto;  
  border-radius: 2px;
}


.wd-entry-content > h3 {
  position: relative;
  padding-left: 20px; 

}

.wd-entry-content > h3::before {
content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 37px;
    border-radius: 5px;
    background-color: #02B8A0;
}

.footer-container .footer_food_delivery {
	border-radius: 200px !important
}

body {
letter-spacing: 0.3px;
}

.wd-entry-content > ul {
    background: #ddedc8;
    width: auto;
    display: inline-block;
    padding: 15px;
    color: #555e3d;
    border-radius: 15px;
    list-style-position: inside;
}

.wd-meta-author {
    display: none !important;
}
.kategori-slider-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: -10px;
    margin-bottom: 20px;
}
.kategori-slider {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.kategori-box {
  flex: 0 0 auto;
    width: calc((100vw - 100px) / 2);
    max-width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #03b8a1;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 9px 1px #eb7a6175, -8px -8px 15px #ffffff;
    margin-right: 10px;
    padding: 15px;
}

.kategori-box:hover {
  background-color: #c0392b;
  color: #fff;
}

.kategori-box a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/* Masaüstünde 6 kutu göster */
@media (min-width: 1024px) {
  .kategori-box {
    width: calc((100% - 100px) / 6);
    max-width: 130px;
    height: 130px;
    font-size: 15px;
  }
	
}


@media (min-width: 768px) {
 
	.mobg {top:-83px}
}

.wd-post-meta {
    display: none !important;
}



.btn-shine {
   background: linear-gradient(to right, #666 0, #ECCF00 10%, #666 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
  }
  @-moz-keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }
  @-webkit-keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }
  @-o-keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }
  @keyframes shine {
    0% {
      background-position: 0;
    }
    50% {
      background-position: 180px;
    }
    100% {
      background-position: 360px;
    }
  }