body {
 font-family: "Outfit", sans-serif;
	background-color: #eeeeee !important;
	 top: 0px !important;
}
.skiptranslate {
  display: none !important;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}
.header-menu{
background: white;
}
header {
  padding: 12px 0;
  border-bottom: 1px solid #323334;
}
header .header-search {
  border-radius: 64px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  padding: 8px 15px;
  width: 360px;
}
header .header-search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
header .header-icons {
  background-color: transparent;
  border: none;
}
header .header-user {
  padding: 8px 13px;
  border-radius: 22px;
  border: 1px solid #22387a;
  color: #22387a;
  font-size: 15px;
  font-weight: 700;
}
header .header-user:hover {
  color: #fff;
  background-color: #22387a;
}

.header-bottom {
  padding: 0px 0px;
}
.header-bottom .header-items {
  color: #323334;
  font-size: 15px;
  font-weight: 700;
}

.main-banner {
  width: 100%;
}
.main-banner img {
  width: 100%;
  max-width: 100%;
  border-radius: 7px;
}

.main-title {
  font-size: 26px;
  font-weight: 600;
  color: #222;
}

.tumunu-gor-button {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tumunu-gor-button i{
background: #2a3779;
    color: white;
    padding: 15px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s;
}
.tumunu-gor-button:hover i{
padding-left: 25px;
	transition: all 0.3s;
}

#main-slider .items {
        height: calc(100vh - 230px);
}
#main-slider img {
  height: 100%;
  object-fit: cover;
}

.absolute-img {
  position: absolute;
  bottom: -45px;
  z-index: 9999;
  width: 100%;
}
.absolute-img img {
  width: 100%;
}

.mouse-svg {
  position: absolute;
  bottom: 46px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}

.pt-60 {
  padding-top: 60px;
}
.anasayfa-urun-slider .owl-stage-outer{
        padding-top: 85px;
}
.anasayfaTekliBlok .owl-stage-outer{
        padding-top: 85px;
}
.product-card {
 padding: 10px 20px 25px 20px;
    border-radius: 30px;
    background: white;
}
.product-card .image-box {
  width: 100%;
  height: 280px;
  position: relative;
}

.product-card .image-box img {
  width: 100%;
  object-fit: contain;
  max-width: 100%;
  border-radius: 15px;
  height: 100%;
  margin-top: -80px;
	    display: block;
	transition: all 0.4s;
}
.anasayfa-urun-slider .product-card:hover .image-box img{
    transform: translateY(-25px);
	transition: all 0.4s;
}
.kategori-urunler .product-card:hover .image-box img{
    transform: translateY(-25px);
	transition: all 0.4s;
}
.anasayfaTekliBlok .product-card:hover .image-box img{
    transform: translateY(-25px);
	transition: all 0.4s;
}
.arama-sonuclari .product-card:hover .image-box img{
    transform: translateY(-25px);
	transition: all 0.4s;
}
.product-card .category {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-name {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	    margin-bottom: 35px;
}
.product-card .price {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.product-card .sepete-ekle {
      border: 1px solid rgba(33, 134, 211, 0.5);
    border-radius: 54px;
    background-color: rgb(34 56 122);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    width: 35px;
    height: 35px;
    justify-content: center;
	transition: all 0.3s;
}
.product-card .sepete-ekle i{
	scale: 1;
	transition: all 0.3s;
}

.product-card .sepete-ekle:hover i{
    scale: 1.3;
	transition: all 0.3s;
}
.urun-detay-left-gorsel
{
    background: white;
    border-radius: 30px;
}
.urun-detay-gorsel{
border-radius: 30px;
    overflow: hidden;
	border-bottom: 1px solid #c5c3c3;
}
.urun-detay-kucuk-slider{
padding: 0 20px;
}
.urun-detay-left-btn{
  margin-left: -1.5rem !important;
}
.urun-detay-right-btn{
  margin-right: -1.5rem !important;
}
.urundetay-sepetekle{
display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.urun-detay-right{
    height: 100%;
    background: white;
    padding: 35px 40px;
    border-radius: 30px;
}
.detail-page .category {
  color: rgba(34, 34, 34, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.detail-page .name {
  color: #222;
  font-size: 22px;
  font-weight: 600;
}
.detail-page .price {
  color: #222;
  font-size: 30px;
  font-weight: 600;
}
.detail-page .taksit {
  color: rgba(34, 34, 34, 0.6);
  font-size: 15px;
  font-weight: 400;
}
.detail-page .satici-box {
  padding: 7px 15px;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
}
.detail-page .satici-box.blue {
  background-color: #BBE2FF;
}
.detail-page .satici-box.green {
  background-color: #D9FFC7;
}
.detail-page .satici-box.orange {
  background-color: #FFE3D0;
}
.detail-page .satici-box.light {
  background-color: #F3F3F3;
}
.detail-page .indirim-text {
  color: #35850F;
  font-size: 14px;
  font-weight: 300;
}

.variant-box {
  background-color: #f3f3f3;
  padding: 7px 15px;
  border: none;
  border-radius: 15px;
  font-size: 14px;
  color: #4B4B4B;
  font-weight: 400;
  border: 2px solid transparent;
}
.variant-box.active {
  border: 2px solid #2186D3;
}

.ebat-box {
  background-color: #f3f3f3;
  padding: 7px 15px;
  border: none;
  border-radius: 15px;
  font-size: 14px;
  color: #4B4B4B;
  font-weight: 400;
  border: 2px solid transparent;
}
.ebat-box.active {
  border: 2px solid #2186D3;
}

.quantity {
  border-radius: 4px;
  border: none;
  width: 150px;
}

.quantity .quantity-button {
  width: 40px;
  height: 40px;
  background-color: #E2E2E2;
  border: none;
  font-size: 14px;
}

#minus {
  border-radius: 10px 0 0 10px;
}

#plus {
  border-radius: 0 10px 10px 0;
}

.quantity .quantity-input {
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  background-color: transparent;
}

.quantity .quantity-input:focus {
  outline: none;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}

.sepet-detail {
  border-radius: 20px;
  border: 1px solid #22387a;
  background: #22387a;
  padding: 8px 60px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.tabs-detail-page {
  border-radius: 30px;
  border: 1px solid rgba(162, 163, 177, 0.5);
  background: #FFF;
}

.urundetay-tabs {
  padding: 10px 20px 0 20px;
}

.urundetay-tabs .nav-item .tabs-items {
  border: none;
  background-color: transparent;
  color: #303030;
  opacity: 0.25;
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
}

.urundetay-tabs .nav-item .tabs-items.active {
  color: #22387a;
    opacity: 1;
    border-bottom: 2px solid #22387a;
}

.category-page-title {
  padding: 7px 18px;
  border-radius: 100px;
  background-color: #F9F9FB;
  color: #B9B9B9;
}
.category-page-title:hover {
  background-color: rgb(33, 134, 211);
  color: #fff;
}

.header-bottom .header-items:hover+.absolute-dropdown {
  visibility: visible;
}

.header-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  position: relative;
}

.header-div:hover .absolute-dropdown {
  visibility: visible;
}

.absolute-dropdown {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  height: fit-content;
  width: 240px;
  z-index: 999;
  
}

.absolute-dropdown:hover {
  visibility: visible;
  transition: 0.6s;
}

.absolute-dropdown .dropdown-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  min-width: 240px;
  max-height: 300px;
  overflow: auto;
}
.absolute-dropdown .dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(57, 62, 70, 0.12);
  background-color: #f5f5f5;
}
.absolute-dropdown .dropdown-content::-webkit-scrollbar {
  height: 2px;
  width: 5px;
  background-color: rgba(57, 62, 70, 0.12);
}
.absolute-dropdown .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 50px;
  border: 2px solid #555555;
}

.absolute-dropdown .dropdown-content .dropdown-list .dropdown-title {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
}

.absolute-dropdown .dropdown-content .dropdown-list .dropdown-items {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.absolute-dropdown .dropdown-content .dropdown-list .dropdown-items:hover {
  color: red;
}
.product-card .rating 
{
  height: 19px;
  width: 100px;
}
.product-card .rating img 
{
  height: 100%;
  width: 100%;
}
#sp-iletisim-form 
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
#sp-iletisim-form .col-md-6:first-child
{
  padding-right: 3rem !important;
}
@media (max-width:990px)
{
  #sp-iletisim-form 
  {
    flex-direction: column;
  }
  #sp-iletisim-form .col-md-6
  {
    padding: 0 20px !important;
  }
}


.product-card .badge-div-detail
{
  left: 5px;
  top: 5px;
}
.badge-div-detail
{
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 9;
}
.badge-div-detail .product-badge
{
  padding: 5px 13px;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-div-detail .product-badge.ucretsiz 
{
  background-color: #dc7a00 !important;
}
.badge-div-detail .product-badge.indirimdeurun 
{
  background-color: red !important;
}
.badge-div-detail .product-badge.yeni 
{
  background-color: green !important;
}
.guvenilir-alisveris .cargo-badge {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid rgba(62, 62, 62, 0.25);
  border-radius: 5px;
}
.urunSecimTable
{
  border: none !important;
}

.reviews-text
{
  font-size: 14px;
}
.piyasa-fiyat
{
  font-size: 16px;
  color: #BBB;
  text-decoration: line-through;
}
.product-fav-button 
{
  color: #000;
  font-size: 20px;
}
.product-fav-button.active 
{
  color: red;
}

.whatsappburn {
  display: flex;
}
.whatsappburn a {
  margin-top: -1px !important;
  height: 42px;
  display: flex;
  align-items: center;
}
.whatsappburn a {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #4caf50;
  max-width: 525px;
  border-radius: 4px;
  padding: 17px;
  color: #fff;
  font-size: 17px;
  margin-bottom: 13px;
  margin-top: 4px;
}
.whatsappburn a p {
  font-size: 14px;
padding-left: 13px;
}
.urundetay-tabs-p
{
  padding: 15px 25px;
}
.product-disc p 
{
  font-size: 14px;
}
.etikets .etiket 
{
  color: #000;
  font-size: 14px;
}
.BreadCrumb {
  white-space: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-menubar li a::after {
  content: " » ";
  margin-left: 10px;
}

.breadcrumb-menubar li:nth-last-child(-n + 2) a::after {
  content: "" !important;
}

.breadcrumb-menubar li a {
  text-wrap: nowrap;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: nowrap;
}

.sayfaIcleri {
  padding: 30px 0;
}
.kategoriler li a 
{
  padding: 7px 18px;
    border-radius: 100px;
    background-color: #F9F9FB;
    color: #B9B9B9;
    text-wrap: nowrap;
}
.kategoriler li a:hover {
      background-color: rgb(42 55 121);
  color: #fff;
}
.kategoriler::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.kategoriler::-webkit-scrollbar {
  width: 100%;
  height: 3px;
  background-color: transparent;
}
.kategoriler::-webkit-scrollbar-thumb {
  background-color: #BBBB;
  border: 2px solid #BBB;
}
.detayblok {
  margin-top: 20px;
}
.anasBaslik
{
  margin-bottom: 20px;
}
.catSlider .viewport .overview li 
{
  border: 1px solid #EEE;
  padding: 15px;
}
.catSlider .viewport .overview li .sldimg
{
  border: 1px solid #EEE;
}
.sldinfo
{
  margin-left: 325px !important;
}
.gitbtn
{
  margin-left: 325px !important;
}
.catSlider .pagenum img
{
  width: 100% !important;
  height: 100%;
  max-width: 100%;
}
.page-inner-content .searchResultFilter
{
  padding-left: 0 !important;
}
.page-inner-content .searchResultFilter li
{
  padding: 5px 15px !important;
}
.page-inner-content .searchResultFilter li a 
{
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.topresults
{
  color: #000;
  font-weight: 500;
}
.page-title
{
  font-size: 26px;
  margin: 20px 0;
}
.page-title .BreadCrumb
{
  font-size: 22px;
  color: #000;
}
@media (max-width: 990px) {
  .catSlider .sldinfo
  {
    margin-left: 110px !important;
  }
  .catSlider .gitbtn {
    top: 145px !important;
    margin-left: 110px !important;
}

  .cat-slider-fiyat {
    margin-top: 0;
    font-size: 16px;
}
  .catSlider .overview li {
    width: 100%;
    height: 200px !important;
}
.max-2-lines
{
  font-size: 15px;
}
  .guvenilir-alisveris .cargo-badge {
    font-size: 10px !important;
    padding: 5px 6px !important;
  }

  .product-card .product-name {
    height: auto;
    font-size: 14px;
    height: 42px;
  }
  .product-card .sepete-ekle {
    width: 100%;
    justify-content: center;
  }
  .product-card .image-box {
    height: 110px;
  }
  .footer-body {
    flex-direction: column;
    gap: 10px !important;
  }
	#main-slider .owl-item{
	height:202px;
	}
  #main-slider .items {
    height: 100%;
  }
  #main-slider img {
    height: 100%;
  }
  footer
  {
    padding: 40px 25px;
  }
  .mobile-w-100
  {
    width: 100% !important;
  }
  footer .cozum-merkezi
  {
    text-align: center !important;
  }
  .header-bottom {
    background-color: #253b7c;
    padding: 15px 0;
  }
  .bars-button {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }
  header 
  {
    border: none;
  }
  header .header-search
  {
    width: 100%;
  }
  header .header-search-button
  {
    right: 20px;
  }
  .product-card .badge-div-detail .product-badge {
    padding: 3px 8px;
    color: #fff;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .badge-div-detail {
  left: 0px;
  top: 0px;
}
	
	.footer-sec{
	    background: #343577 !important;
	}
	.footer-sec .left-slogan .dvebf-footer-title {
    color: #ffffff !important;
}
	.dvebf-social-icon{
	    color: #ffffff !important;
	}
}

@media (max-width:990px)
{
  html ::-webkit-resizer {
    background-color: #fff
  }
  
  html ::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
    height:2px;
  }
  html ::-webkit-scrollbar-button {
    display: none
  }
  
  html ::-webkit-scrollbar-corner {
    background-color: #fff
  }
  html ::-webkit-scrollbar-thumb {
    background-color: rgba(138, 138, 138, .4);
    border-radius: 7px
  }
  html ::-webkit-scrollbar-track-piece {
    background-color: #fff
  }
}
/* Header styles */
.dveb-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
    font-size: 14px;
}

.dveb-container {
    width: 100%;

    margin: 0 auto;
    padding: 0 15px;
}

.dveb-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dveb-header-left, .dveb-header-right {
    display: flex;
    align-items: center;
}
.dveb-header-right .header-sosyal{
display: flex;
    gap: 20px;
	margin-right:25px;
}
.dveb-header-right .header-sosyal .header-social-icon{
    color: #22387a;
    font-size: 17px;
}
.dveb-info-link, .dveb-app-link {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.dveb-info-link:hover, .dveb-app-link:hover {
    color: #0056b3;
}

.dveb-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dveb-info-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/></svg>');
}

.dveb-fast-delivery-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 1 1 1.732 1h-1.464A2 2 0 0 1 12 10zm-9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/></svg>');
}

.dveb-free-shipping-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/></svg>');
}

.dveb-ios-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516.024.034 1.52.087 2.475-1.258.955-1.345.762-2.391.728-2.43Zm3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422.212-2.189 1.675-2.789 1.698-2.854.023-.065-.597-.79-1.254-1.157a3.692 3.692 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116-.508.139-1.653.589-1.968.607-.316.018-1.256-.522-2.267-.665-.647-.125-1.333.131-1.824.328-.49.196-1.422.754-2.074 2.237-.652 1.482-.311 3.83-.067 4.56.244.729.625 1.924 1.273 2.796.576.984 1.34 1.667 1.659 1.899.319.232 1.219.386 1.843.067.502-.308 1.408-.485 1.766-.472.357.013 1.061.154 1.782.539.571.197 1.111.115 1.652-.105.541-.221 1.324-1.059 2.238-2.758.347-.79.505-1.217.473-1.282Z"/><path d="M11.182.008C11.148-.03 9.923.023 8.857 1.18c-1.066 1.156-.902 2.482-.878 2.516.024.034 1.52.087 2.475-1.258.955-1.345.762-2.391.728-2.43Zm3.314 11.733c-.048-.096-2.325-1.234-2.113-3.422.212-2.189 1.675-2.789 1.698-2.854.023-.065-.597-.79-1.254-1.157a3.692 3.692 0 0 0-1.563-.434c-.108-.003-.483-.095-1.254.116-.508.139-1.653.589-1.968.607-.316.018-1.256-.522-2.267-.665-.647-.125-1.333.131-1.824.328-.49.196-1.422.754-2.074 2.237-.652 1.482-.311 3.83-.067 4.56.244.729.625 1.924 1.273 2.796.576.984 1.34 1.667 1.659 1.899.319.232 1.219.386 1.843.067.502-.308 1.408-.485 1.766-.472.357.013 1.061.154 1.782.539.571.197 1.111.115 1.652-.105.541-.221 1.324-1.059 2.238-2.758.347-.79.505-1.217.473-1.282Z"/></svg>');
}

.dveb-android-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M2.76 3.061a.5.5 0 0 1 .679.2l1.283 2.352A8.94 8.94 0 0 1 8 5a8.94 8.94 0 0 1 3.278.613l1.283-2.352a.5.5 0 1 1 .878.478l-1.252 2.295C14.475 7.266 16 9.477 16 12H0c0-2.523 1.525-4.734 3.813-5.966L2.56 3.74a.5.5 0 0 1 .2-.678ZM5 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm6 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/></svg>');
}

.dveb-dropdown-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
    width: 12px;
    height: 12px;
}

.dveb-language-selector {
    display: flex;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.dveb-language-selector:hover {
    background-color: #e9ecef;
}

.dveb-flag {
    margin-right: 5px;
}

/* Main content styles */
.dveb-main {
    padding: 20px 0;
}

/* Responsive styles */
@media (max-width: 768px) {
    .dveb-header-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .dveb-header-right {
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
    }
    
    .dveb-info-link, .dveb-app-link {
        margin-bottom: 8px;
    }
} 

/* Footer styles with dvebf prefix */
.footer-sec{
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 7.93%, rgb(34 57 122) 100.07%);
    padding: 1px;
}
.dvebf-footer {
   
    padding: 20px 0;
 
    font-size: 14px;
}

.dvebf-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.dvebf-footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-sec .left-slogan{
flex: auto !important;
    width: 350px !important;
}
.footer-sec .left-slogan .dvebf-footer-title{
font-size: 29px !important;
    width: 77% !important;
    color: #4e4f50 ;
}
.dvebf-footer-column {
    flex: 1;
    min-width: 200px;

    padding-right: 20px;
}

.dvebf-footer-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dvebf-footer-links {
    list-style: none;
	padding:0px;
}

.dvebf-footer-links li {
    margin-bottom: 10px;
}

.dvebf-footer-links a {
        color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dvebf-footer-links a:hover {
    color: #000;
}

/* Contact column specific styles */
.dvebf-contact-column {
    flex: 1.5;
}

.dvebf-contact-info {
    color: #666;
}

.dvebf-company-name {
    font-weight: 600;
    margin-bottom: 15px;
}

.dvebf-customer-service,
.dvebf-whatsapp,
.dvebf-address,
.dvebf-email {
    margin-bottom: 15px;
}

.dvebf-phone-link,
.dvebf-email-link {
    color: #0078D4;
    text-decoration: none;
    font-weight: 600;
}

.dvebf-phone-link:hover,
.dvebf-email-link:hover {
    text-decoration: underline;
}

/* Social media icons */
.dvebf-social-icons {
    display: flex;
    margin: 25px 0;
}

.dvebf-social-icon {
       display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    color: #333;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.2s ease;
    font-size: 18px;
}

.dvebf-social-icon:hover {
    background-color: #f0f0f0;
}

/* Newsletter subscription */
.dvebf-newsletter {
    margin-top: 30px;
}

.dvebf-newsletter-title {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.dvebf-newsletter-form {
    display: flex;
    margin-top: 15px;
}

.dvebf-newsletter-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
}

.dvebf-newsletter-button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.dvebf-newsletter-button:hover {
    background-color: #333;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .dvebf-footer-column {
        flex-basis: 33.33%;
    }
    
    .dvebf-contact-column {
        flex-basis: 50%;
    }
}

@media (max-width: 992px) {
    .dvebf-footer-column {
        flex-basis: 50%;
    }
    
    .dvebf-contact-column {
        flex-basis: 100%;
    }
}

@media (max-width: 768px) {
    .dvebf-footer-column {
        flex-basis: 100%;
    }
    
    .dvebf-newsletter-form {
        flex-direction: column;
    }
    
    .dvebf-newsletter-input {
        margin-bottom: 10px;
    }
    
    .dvebf-newsletter-button {
        width: 100%;
    }
} 

@media (max-width: 768px) { /* 768px altında yani mobilde */
    .dveb-header-right {
        display: none;
    }
}
@media (max-width: 768px) {
    .dveb-header-left {
        display: flex;
        flex-wrap: wrap; /* İçerik taşarsa alt satıra geç */
        gap: 5px; /* Öğeler arasına boşluk bırak */
    }
}


/* Genel Marquee (Kayan Yazı) Alanı */
.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color:#f94e3f;
    color: rgb(0, 0, 0);
    padding: 10px 0;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-textcontainer {
    white-space: nowrap;
    font-size: 20px;
    display: inline-block;
    animation: marquee 60s linear infinite;
    position: relative;
    left: 0;
}

.marquee-textcontainer span {
    padding: 0 28px;
    font-weight: bold;
}

/* Marquee Animasyonu */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}




.yeni #tel-birakin .number{
  display: none !important;
}

.yeni .whatsapp_tabela {
  margin-top: 0 !important;
  width: 100%;
}
.yeni .whatsapp_tabela .wrap {
  border: 1px solid #e5e5e5 !important;
  padding: 15px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  border-radius: 5px !important;
  width: 100% !important;
}
.yeni .whatsapp_tabela .wrap:hover {
  border-color: var(--green) !important;
}
.whatsapp_tabela .wrap .right {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.yeni .whatsapp_tabela .wrap .right {
  text-transform: uppercase !important;
  color: #fff ;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.yeni  p.title {
  text-transform: uppercase !important;
  color: #000 ;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.yeni .whatsapp_tabela .wrap .right p.number {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #5f5f5f !important;
  margin: 0 !important;
  display: none;
}
.yeni .whatsapp_tabela .wrap .right p.slogan {
  color: #5f5f5f !important;
  font-weight: 400 !important;
  margin: 0 !important;
  font-size: 8px !important;
  display: none;
}
.yeni .whatsapp_tabela .wrap .icon{
  height: 20px;
}
.yeni .whatsapp_tabela .wrap .icon i.fa {
  font-size: 20px !important;
}
.yeni .whatsapp_tabela .wrap .icon {
  width: auto !important;
}
.yeni .whatsapp_tabela a .wrap {
    background-color: #44C46F !important;
    color: #FFF !important;
}




/* BLOG CARD MOBIL GORUNUM START  */
@media(max-width:990px)
{
  .blog-card img 
  {
    height: auto;
  }
  .blog-date-tag
  {
    top: 10px;
    left: 10px;
    padding: 3px 16px;
    font-size:12px;
  }
  .blog-content
  {
    padding: 15px;
  }
  .blog-title
  {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;
    height: 63px;
  }
  .blog-arrow-icon
  {
    display: none !important;
  }
}
/* BLOG CARD MOBIL GORUNUM END  */






/* blog start*/
.blog-card {
            background-color: #e8d1c5;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .blog-card:hover {
            transform: translateY(-5px);
        }

        .blog-card img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .blog-date-tag {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: bold;
        }

        .blog-content {
            padding: 20px;
        }

        .blog-title {
			font-size: 18px;
			font-weight: bold;
			color: #181818;
			margin-bottom: 10px;
			line-height: 1.3;
        }

        .blog-arrow-icon {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background-color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog-arrow-icon::after {
            content: "→";
            font-size: 20px;
            color: #000;
        }
/* blog end*/

/* Makale Başlık Alanı */
.article-header {
    margin-bottom: 30px;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    text-align: center; /* Başlığı ortala */
}

/* Makale Meta Bilgileri */
.meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Meta bilgileri ortala */
    gap: 15px;
    color: #666;
    font-size: 14px;
    flex-wrap: wrap;
}

.meta li {
    display: flex;
    align-items: center;
}

.meta a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    transition: color 0.3s ease;
}

.meta a:hover {
    color: #333;
}

/* Tarih Kutusu */
.metatarih {
    background-color: #FFF3BF;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
}

.metatarih time {
    color: #666;
}

/* Yorum Alanı */
.dz-comment {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dz-comment i {
    color: #666;
}

/* Makale Resmi */
.article-image {
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto; /* Resmi ortala */
}

/* Makale İçeriği */
.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-top: 30px;
    text-align: justify;
}

.article-content p {
    margin-bottom: 20px;
}

/* Kategori Linki */
.kategori-link {
    color: #007bff !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.kategori-link:hover {
    text-decoration: underline;
    color: #0056b3 !important;
}


@media (max-width: 768px) {
  .logo img {
    max-width: 130px;
    height: auto;
  }
  
  .header-bottom .header-items {
color: #323334;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
}

.blog-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-card .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır göster */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.webgorunum
{
	display:none;
}
}

#site-reklam .item {
    width: 150px; /* Örnek */
}

.powered-by{
    display: none;
}
.anasayfa-blog .owl-stage-outer{
    padding-top: 30px;
}
.anasayfa-blog h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card{
    border-radius: 22px !important;
    background: white;
    overflow: hidden;
    min-height: 500px !important;
    padding: 0 !important;
    height: 525px !important;
}
.blog-card .blog-image-box {
    height: auto !important;
}

.blog-card .blog-image-box img{
  	width: 100% !important;
    max-width: 100% !important;
    border-radius: 15px 15px 0 0 !important;
    height: 385px !important;
    object-fit: cover !important;
	margin-top:0 !important;
}
.blog-card .blog-card-txt{
    padding: 15px 18px;
}
.blog-card .blog-btn{
    display: flex;
    justify-content: end;
}
.blog-card .blog-btn a{
    background: #303678;
    color: white;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.mobil-right-menu a{
    color: rgb(36 58 123);
}
.certifica-banner{
background: #2a3779;
}
.certifica-banner .banner-crf{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: moveUpDown 2s ease-in-out infinite;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px); /* aşağı iner */
    opacity: 0.6;
  }
  100% {
    transform: translateY(0); /* yukarı çıkar */
    opacity: 1;
  }
}

.detay-tablo{
	display: flex;
    flex-wrap: wrap;
	    justify-content: center;
}

.detay-tablo .detay-tablo-item{
    max-width: 245px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}
.detay-tablo .detay-tablo-item img{

}
.detay-tablo .detay-tablo-item .detay-txt{
text-align: center;
}
.detay-tablo .detay-tablo-item .detay-txt h4{

}
.detay-tablo .detay-tablo-item .detay-txt p{

}

@media (max-width: 1000px) {
  .detay-tablo .detay-tablo-item{
     max-width: 170px;
}
}

