
    hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 13px 0 !important;
    margin-top: -25px !important;
}

.sidebar-item.sb-latest-new{

    display: none !important;
}

.card-product.style-2 {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    width: 250px; /* isteğe göre kart genişliği */
}

.card-product.style-2 .image {
    height: 200px; /* sabit yükseklik */
    overflow: hidden; /* taşan kısmı gizle */
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product.style-2 .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* taşmayı önler, tüm görsel sığar */
    display: block;
}

.card-product.style-2 .name-product {
    margin: 10px 15px 5px 15px !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
    min-height: 44px !important; /* 2 satırlık alan için minimum yükseklik */
    text-align: center !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;          /* çok satır için kutu modeli */
    -webkit-box-orient: vertical !important;  /* dikey yön */
    -webkit-line-clamp: 2 !important;         /* maksimum 2 satır */
    overflow: hidden !important;              /* taşanı gizle */
    text-overflow: ellipsis !important;       /* 3 nokta */
    white-space: normal !important;           /* satır kayması olsun */
    word-break: break-word !important;        /* uzun kelimeler kırılabilsin */
}


.card-product.style-2 .pricing-star {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 10px 0px;
}

.card-product.style-2 .product-btn-list {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 15px 15px;
}

.pricing-star {
    display: flex;
    flex-direction: column; /* üst üste dizmek için */
    align-items: flex-start; /* istersen ortala: center */
    gap: 2px; /* yıldız ile fiyat arası boşluk */
}

.wg-rating {
    order: 1; /* yıldızlar üstte */
    font-size: 11px;
}

.price-wrap {
    order: 2; /* fiyat altta */
}
.card-product .pricing-star {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 25px;
}


.s-about-us {
    padding-top: 130px;
     padding-bottom: 30px; 
}

.main-content.page-portfolio-1 {
    padding: 4px 0px 68px;
}



   hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 1px 0 !important;
    margin-top: -25px !important;
}


.s-about-us .img-hover .hover-item img {
    max-height:373.5px !important;
    width: 100%;
    transform: none !important;
    transition: none !important; 

    border-radius: 20px;
}

   header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
} 

.box-portfolio .content .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    margin-right: 14% !important   ;
}

.box-portfolio .text{
    margin-right: 14%;
}

.s-about-us .main-section .content-right .box-trust {
    height: 59.7% !important;
   
    border-radius: 20px;
    padding: 19px;
    background-color: var(--Primary);
    border: none !important;
}

.page-title .content .breadcrumb .icon {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    top: 2px !important; /* yukarı veya aşağı kaydır */}


.img-hover .hover-item img {
    max-height: 342px;
    width: 100%;
    transform: scale(1.1);
    transition: all 1s ease-in-out;
    border-radius: 20px;
}

.mobile-button::before {
  display: none !important;
}

.mobile-button::after {
 display: none !important;
}

.footer {
    background-color: var(--Primary);
    padding-top: 25px;
     margin-top: 0px !important; 
    position: relative ;
}

    .tf-header-shop .header-topbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed var(--Border);
    padding-bottom: 22px;
}

/* Mobil (768px ve altı) */
@media (max-width: 768px) {
    .tf-header-shop .header-topbar {
        flex-direction: column;     /* Dikey yığılma */
        align-items: flex-start;    /* Sol hizalama */
        justify-content: flex-start;
        padding-bottom: 15px;       /* Daha küçük padding */
        gap: 10px;                  /* Elemanlar arası boşluk */
    }
}

.header .header-inner .header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobil (768px ve altı) */
@media (max-width: 768px) {
    .header .header-inner .header-left {
        flex-direction: column;  /* Dikey yığılma */
        align-items: flex-start;  /* Sol hizalama */
        justify-content: flex-start;
        padding: 10px;           /* İç boşluk */
        gap: 10px !important;               /* Elemanlar arası boşluk */
    }
}

@media (max-width: 450px) {
    .heading-section .title {
        font-size: 29px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .heading-section {
        margin-bottom: 15px !important;
        text-align: center;
    }
}

    @media (max-width: 991px) {
    .tf-header-shop .header-topbar {
        padding-bottom: 0px;
        border: unset;
    }
}
@media (max-width: 1600px) {
    .header .header-inner {
        gap: 0px !important     ;
    }
}

 /* Desktop (varsayılan) */
.tf-header-shop .header-topbar .logo-site img {
    max-width: 209px;
    width: 100%;
    height: auto; /* Oranları korumak için */
}

/* Mobil (768px ve altı) */
@media (max-width: 768px) {
    .tf-header-shop .header-topbar .logo-site img {
        max-width: 150px; /* Mobilde daha küçük */
        width: 100%;
        height: auto;
    }
    
}

}

/* Başlangıçta görünür */
@media  (max-width: 475px)
.article-blog-item.style-2.type-3 .content {
    text-align: center;
    padding: 23px 20px 25px 2px !important;
}

.tf-btn.bg-white {
    background-color: var(--White);
    color: var(--Text-2);
    margin-bottom: 10px;
}

.desktop-only {
  display: block;
}

/* Mobilde gizle */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.header .header-inner .header-right .icon-wrap .icon.wg-bag::after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    content: "2";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--Secondary);
    color: var(--Text-5);
    font-weight: 600;
    font-size: 14px;
    top: -9px;
    right: -7px;
}



/* kart genel */
.card-product.style-2 {
  width: 320px;       
  height: 520px;        /* kart genişliği - sen ihtiyacına göre oynat */
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transition: .2s;
}

.card-product.style-2:hover {
  transform: translateY(-4px);
}

/* görsel kutusu */
.card-product.style-2 .image {
  width: 100%;
 height:  520px;        /* sabit yükseklik veriyoruz */
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  justify-content: center;
   min-height: 250px; /* istediğin boy */
  object-fit: cover; /* oranı bozma / doldur */
}

/* görsel */
.card-product.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* taşmadan kutuyu doldurur */
  display: block;
}

/* ürün ismi */
.card-product.style-2 .name-product {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #333;
  text-decoration: none;
}

/* fiyat */
.card-product.style-2 .price-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.card-product.style-2 .price-1 {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.card-product.style-2 .price-2 {
  font-size: 15px;
  font-weight: 700;
  color: #e67e22;
}

/* rating */
.card-product.style-2 .wg-rating i {
  color: #ffc107;
  font-size: 14px;
}

/* buton listesi */
.product-btn-list {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.product-btn-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  background: #f8f9fa;
  color: #333;
  text-decoration: none;
  transition: .2s;
}

.product-btn-list a:hover {
  background: #e67e22;
  color: #fff;
}




.mobile-button {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    display: none;
    margin-left: 60px  !important;
}

   .sb-latest-new {
    position: sticky !important;
    top: 20px; /* Üstten boşluk */
}

}
.tf-sidebar .sidebar-item .sb-content {
    padding: 38px 35px;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid var(--Border-6);
}

.s-faq .s-right .content {
    height: 307px;
    border-radius: 0px 0px 20px 20px;
    background-color: var(--Text-4);
    padding: 40px 50px 50px 46px;
           object-fit: cover;
}
.tf-btn.bg-white {
    background-color: var(--White);
    color: var(--Text-2);
    top: 22px;
    margin-bottom: 10px;
}

    .footer .footer-inner .footer-inner-wrap .new-post-list li {
    /* display: -webkit-box; */
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    
    height: 70px;
    overflow: hidden;
}



    .img-hover .hover-item img {
    width: 100%;
    transform: scale(1.1);
    transition: all 1s ease-in-out;
    min-height: 290px;
}

    .s-contact-us .content-section {
    height: 100%;
    background-color: var(--Primary);
    border-radius: 20px;
    padding: 92px 54px 7px 51px;
    position: relative;
    z-index: 1 !important;
}

.s-testimonial .content-wrap .image img {
    height: 682px;
    object-fit: cover;
    margin-top: 87px !important;
    margin-left: -15px;
}

.tf-animate-2 {
     clip-path: inset(0 0 0% 0) 
 !important;
}


.clip-color-text p {
    font-size: 150px;
    line-height: 140px;
    background-image: url(images/widget/clip-text.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    padding-bottom: 12px !important;
}

.progress-wrap.active-progress {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0) !important;
}



.header .header-inner {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.s-blog-post {
    position: relative;
    padding-top: 50px!important;
    padding-bottom: 175px;
}

  .content {
    max-width: 100% ;
    width: 100%;!important
    margin-right: auto; 
}
.main-content.page-portfolio-details .content {
    max-width: 1920px!important;
    width: 100%;
    margin-right: auto;
}


.page-title .content .title {
    font-family: 'GlitterySnowfall';
    text-transform: uppercase;
    color: var(--White);
    margin-bottom: 2px !important;
    font-size: ;
}




/* Genel Ayarlar ve Masaüstü Düzeni */
.header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.header-left {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
}

/* Logo Ayarları */
.logo-site img {
    max-width: 295px !important;
    max-height: 95px !important;
    min-width: 127px !important;
    min-height: 45px !important;
    height: auto !important;
    width: auto !important;
}

/* Masaüstü Navigasyon Ayarları */
.main-nav {
    flex-grow: 1 !important;
    text-align: center !important;
}

.nav-list {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin-left: 65px !important;
}

.nav-list li {
    margin: 0 15px !important;
    white-space: nowrap !important;
}

/* Sağdaki İkonlar */
.header-right {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
     height: auto !important;
    width: auto !important;
}

.icon-wrap {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.icon-wrap .icon {
    margin-left: 15px !important;
    margin-right: 0 !important;
}

/* Mobil Menü Butonunu Masaüstünde Gizle */
.mobile-button {
    display: none !important;
}



/* Mobil Görünüm (768px ve altı) */
@media (max-width: 768px) {
    .header-left {
        width: auto !important;
        justify-content: flex-start !important;
        margin: 0px;
        padding: 0px;
    }

    /* Logo Mobil Görünümde Responsive Olacak */
    .logo-site img {
        max-width: 100% !important;
        max-height: 45px !important;
        height: auto !important;
        width: auto !important;
    }

    /* Navigasyon Menüsünü Mobil Görünümde Gizle */
    .main-nav {
        display: none !important;
    }

    /* Sağdaki İkonları Düzenle */
    .header-right {
        order: 1 !important;
        display: flex !important;
        justify-content: flex-end !important;
        width: auto !important;
    }

    .icon-wrap {
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        flex-shrink: 0 !important;
    }

    /* İKONLARIN RESPONSİVE AYARLARI */
    .icon-wrap .icon {
        margin: 0 5px !important; /* İkonlar arası mobil boşluk */
        font-size: 20px !important; /* İkon boyutunu küçült */
        padding: 5px !important;
        min-width: 35px !important; /* Minimum dokunma alanı */
        min-height: 35px !important; /* Minimum dokunma alanı */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
      height: auto !important;
        width: auto !important;
    }

    /* Mobil Menü Butonunu Göster */
    .mobile-button {
        display: block !important;
        cursor: pointer !important;
        margin-left: 15px !important;
        order: 3 !important;
        flex-shrink: 0 !important;
    }

    /* Mobil Menü Butonunun Kendisi */
    .mobile-button span {
        display: block !important;
        width: 25px !important;
        height: 3px !important;
        background-color: #333 !important;
        position: relative !important;
        transition: background-color 0.3s !important;
    }

    .mobile-button span::before,
    .mobile-button span::after {
        content: '' !important;
        display: block !important;
        width: 25px !important;
        height: 3px !important;
        background-color: #333 !important;
        position: absolute !important;
        left: 0 !important;
        transition: transform 0.3s !important;
    }

    .mobile-button span::before {
        top: -8px !important;
    }

    .mobile-button span::after {
        top: 8px !important;
    }

    /* Hamburger Menü Açıldığında Çizgilerin X'e Dönüşmesi */
    .mobile-button.open span {
        background-color: transparent !important;
    }

    .mobile-button.open span::before {
        transform: rotate(45deg) !important;
        top: 0 !important;
    }

    .mobile-button.open span::after {
        transform: rotate(-45deg) !important;
        top: 0 !important;
    }

    .icon-wrap .wg-hum{
    display: none !important;
}
}


.item.has-child img{
    width: 15px;
    height: 15px;
color: grey;
opacity: 0.5;
}

.box-progress-checkout {
    display: flex;
    justify-content: center; /* Yatay ortalama */
    align-items: center;     /* Dikey ortalama */
    height: 100%;            /* Eğer dikey ortalama için kapsayıcı yüksekliği gerekiyorsa */
}

.tl-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  color: white;
}
/* Butonun kendisi */

fieldset {
 border: 0px solid #c0c0c0 !important; 
    margin: 0 -11px !important;
    padding: .35em .625em .75em;
}

.footer .footer-inner .footer-inner-wrap .new-post-list p a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
color:white;
    flex-direction: column;
    gap: 9px !important;
      
}

.footer .footer-inner .footer-inner-wrap .new-post-list p a:hover {

color:yellow;
   
}

.main-content.page-portfolio-1 {
    padding: 4px 0px 0px;
}

@media (max-width: 1600px) {
    .s-testimonial {
        padding-bottom: 2px;
    }
}
 
 @media(max-width: 768px){

    .s-contact-us .content-section {
    height: 102%;
    background-color: var(--Primary);
    border-radius: 20px;
    padding: 89px 54px 7px 51px;
    position: relative;
    z-index: 1 !important;
}
 }

 @media (max-width: 768px){

  hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 13px 0 !important;
    margin-top: -25px !important;
  }

  .page-title .content .breadcrumb .icon {
    display: flex !important
;
    align-items: center !important;
    position: relative !important;
    top: -9px !important;
}
}

@media (max-width: 767px) {
  .card-product {
    max-width: 90%;   /* genişlik fazla olmasın */
    margin: 0 auto;   /* yatayda ortala */
  }
}

.s-customer-say .testimonial {
    padding: 50px 50px 42px 43px;
    min-height: 350px;
}

.font-worksans {
    font-family: "Work Sans", sans-serif !important;
    position: relative;
    top: -2px;
}

.text-def a{
color: black    ;
}

thead .fw-medium.text-def{
    font-weight: bolder !important;
    color: black;
}
@media (max-width: 768px) {

.s-about-us {
    padding-top: 10px !important;
    padding-bottom: 30px;
}    
}
.s-about-us {
    padding-top: 40px !important;
    padding-bottom: 30px;
}    

    @media (max-width: 768px) {
        .s-about-us .main-section .content-right {
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex
;
            flex-direction: column;
            gap: 45px !important;
        }

        .box-portfolio .content {
    bottom: 30px !important;
    left: 35px;
    right: 35px;
    position: absolute;
    -webkit-transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
    top: auto;
    z-index: 2;
}
    }

 .mobile-only {
  display: block;  /* mobilde göster */
}

@media (min-width: 768px) {
  .mobile-only {
    display: none; /* 768px ve üstü gizle */
  }

  
}

.tac{
    text-align: center;
    justify-align: center;
    margin: 0;
    justify-content: center;
    font-size: 202%;
    color: black;
    font-weight: bold;
    font-family: "GlitterySnowfall" sans-serif;

}

.article-blog-item.style-2.type-3 .content {
    text-align: center;
    padding: 23px 20px 25px 20px;
    margin: 0 auto !important;
    text-align: center !important;
    max-width: 90% !important;
}


.s-contact-us .contact-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 8px;
}


@media (max-width: 767px) {
    .clip-color-text p {
        font-size: 80px;
        line-height: 90px;
    
    }

    .form-def fieldset input {
        padding: 10px 15px;
        border-radius: 4px;
        margin: 0 10px;
    }

    .form-def fieldset label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 10px;
}

.header .header-inner .header-right .icon-wrap .icon i {
    color: var(--Primary);
    font-size: 12px;
}
.header .header-inner .header-right .icon-wrap .icon.wg-bag {
    position: relative;
}

.header .header-inner .header-right .icon-wrap .icon.wg-bag i {
    font-size: 15px;
}

.header .header-inner .header-right .icon-wrap .icon.wg-bag::after {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    content: "2";
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: var(--Secondary);
    color: var(--Text-5);
    font-weight: 300;
    font-size: 15px;
    top: -9px;
    right: -7px;
}
}
@media (max-width: 1199px) {
    .clip-color-text p {
        font-size: 100px;
        line-height: 100px;
    }
}
.clip-color-text p {
    font-size: 150px;
    line-height: 140px;
    background-image: url(./../images/widget/clip-text.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
}
.clip-text-bg-vertical {
    -webkit-animation: BackgroundAnimatedVertical 10s 
linear infinite;
    -moz-animation: BackgroundAnimatedVertical 10s linear infinite;
    -ms-animation: BackgroundAnimatedVertical 10s linear infinite;
    -o-animation: BackgroundAnimatedVertical 10s linear infinite;
    animation: BackgroundAnimatedVertical 10s 
linear infinite;
}

@media (max-width: 991px) {
    .s-service {
        padding-top: 46px;
        /* padding-bottom: 90px; */
    }
}

@media (max-width: 991px) {
    .s-testimonial .content-wrap .image {
        position: relative;
        width: 100%;
        margin: unset;
        left: 0;
        margin-top: -100px;
    }
}

@media (max-width: 991px) {
    .s-faq {
        margin-top: -20px;
        padding-bottom: 150px;
    }
}

    .s-faq {
        margin-top: -20px;
        padding-bottom: 150px;
        margin-bottom: -140px;
    }
}



.mobile-nav-wrap .inner-mobile-nav .logo {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 991px) {
    .footer .footer-top {
        margin-bottom: 40px !important;
        gap: 20px !important;
        flex-wrap: wrap !important;
        margin: 0 auto !important;
        max-width: 90%!important;
        text-align: center !important;
    }
}

.canvas-sidebar .canvas-body {
    padding: 15px;
    padding-top: 120px;
}

@media (max-width: 768px) {
  #mbAccount.offcanvas-start {
    width: 70% !important;
    max-width: 70% !important;
  }
  .btn-sidebar-account {
    margin-left: -15px;
    top: 20%;
}
}
.sidebar-item.sb-latest-new {
    display: block !important;
}
.sidebar-item.sb-latest-newo {
    display: none !important;
}
.card-product.style-2 .trendy-item p
 {
    padding: 2px 15px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 91px;
    margin-top: -5px;
}

.card-product.style-2 .niga .product-btn-list .icon {
    width: 310px;
    height: 39px;
    border-radius: 6px;
    uppercase: none;
    font-family: 'GlitterySnowfall';
}

.card-product .niga .product-btn-list .icon i {
    -webkit-transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
    color: var(--Primary);
    font-family: 'GlitterySnowfall';
    font-size: 18px;
}



.niga .product-btn-list a.icon.shoping {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;

  background-color:white !important;              /* Normal arka plan: beyaz */
  color: #235130 !important;      /* Normal yazı: yeşil */
  border: 2px solid #235130 !important; /* Çerçeve yeşil */
  
  border-radius: 6px !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.niga .product-btn-list a.icon.shoping:hover {
  background-color: #235130 !important; /* Hover: yeşil arka plan */
  color: white !important;                               /* Hover: beyaz yazı */
}




.card-product.style-2  .product-btn-list {
    display: flex;
    /* justify-content: space-between; */
    margin: 0 15px 15px 15px;
    align-items: center;
    justify-content: center;

}

/* MOBIL MENU FIX */
.overlay-mobile-nav{
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.45) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: all .25s ease !important;
    z-index: 99998 !important;
}

.overlay-mobile-nav.is-open{
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.mobile-nav-wrap{
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 320px !important;
    max-width: 86vw !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 99999 !important;
    transform: translateX(100%) !important;
    transition: transform .35s ease !important;
    box-shadow: -10px 0 30px rgba(0,0,0,.14) !important;
    overflow: hidden !important;
}

.mobile-nav-wrap.is-open{
    transform: translateX(0) !important;
}

.mobile-nav-wrap .inner-mobile-nav{
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 100% !important;
    padding: 18px 18px 28px !important;
    background: #fff !important;
    overflow-y: auto !important;
    display: block !important;
    z-index: auto !important;
}

.mobile-nav-wrap .top{
    display: block !important;
}

.mobile-nav-wrap .bottom{
    display: block !important;
}

@media (min-width: 992px){
    .mobile-nav-wrap,
    .overlay-mobile-nav{
        display: none !important;
    }
}

@media (max-width: 550px) {
    .s-testimonial .content-section .heading-section .title {
        position: relative;
        margin-bottom: 0px;
        z-index: 20;
    }
}

@media (max-width: 768px) {
    .s-about-us .main-section .content-right .box-trust .benefit-list {
        border: none;
        padding-bottom: 11px;
        margin-bottom: 6% !important;
    }
}

.s-faq {
    margin-top: 60px;
    padding-bottom: 150px;
    margin-bottom: -126px;
}

@media (max-width: 768px){
    .s-faq {
    margin-top: -18px !important;
    padding-bottom: 150px;
    margin-bottom: -126px;
 }
}

.heading-section.style-2 .img-item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .box-icon.style-6 {
        width: 97% !important;
        min-height: auto !important;
        margin: 30px auto !important;
        padding: 15px 10px 25px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .heading-section.has-text .title {
        margin-bottom: 0px;
        margin-top: -4px;
    }
}

@media (max-width: 991px) {
    .s-our-agriculture.style-3 {
        padding-bottom: 45px;
    }

    .main-content.pt-93 {
    padding-top: 27px;
}

    .s-our-history .content-section .image {
        width: 100%;
        height: 450px;
        margin-bottom: -67px;
    }

.card-product.style-2 .trendy-list {
    gap: 70px;
 }
}
@media (max-width: 767px) {
  .card-product {
    max-width: 90%;
    margin: 0 auto;
    text-align: center; /* başlık, fiyat, açıklama ortalanır */
  }

  .card-product .product-btn-list {
    display: flex;
    justify-content: center; /* butonlar ortalanır */
    gap: 10px; /* butonlar arası boşluk */
  }

  .card-product .image img {
    display: block;
    margin: 0 auto; /* resim ortalanır */
  }
}

.wg-counter.style-3 .sub-odo {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    left: -5px;
    color: var(--Secondary);
    top: 9px;
}

.testimonial .author-wrap .infor .name-wrap .name {
    font-size: 18px;
    font-weight: 600;
    color: var(--Text-2);
    margin-right: 20px;
    white-space: nowrap;
}
.button-submit {
  display: flex;
  justify-content: center; /* yatayda ortala */
  align-items: center;     /* dikeyde ortala (parent yüksekliği varsa) */
}

.button-submit button.tf-btn-nor {
  display: block;
  max-width: 200px;   /* isteğe bağlı genişlik */
  width: 100%;        /* parent genişliğine uyar */
  text-align: center;
}

.s-relate-product {
    padding-top: 50px!important;
    position: relative;
    z-index: 2;
}
.s-product-detail .tf-product-media-main {
    margin-bottom: 17px;
    border-radius: 20px;
    border: 1px solid var(--Border);
    overflow: hidden;
    max-width: 550px;
    width: 100%;
    max-height: 1200px!important;
    margin-left: 0px;
}
.s-product-detail {
    padding-top: 20px!important;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.comment-wrap {
    padding-bottom: 27px;
    margin-bottom: 27px!important;
    border-bottom: 1px solid var(--Border);
}
.main-content {
    padding: 120px 0px 60px;
}
.swiper-slide > * {
    max-height: 1200px;

    height: 85%;
}
.card-product .product-btn-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top:5%;
    gap: 10px;
    justify-content: center;
}
.slider-relate-product .card-product.style-2 .pricing-star {
    margin-bottom: 5px!important;
}
.s-product-detail {
    padding-top: 119px !important;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.slide-home-1::after {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 109% !important;
    z-index: 0;
    background-color: var(--Bg-2);
} 

@media(min-width:769px ){

    .s-about-us .main-section .content-right .box-trust {
    height: 59.3% !important;
    border-radius: 20px;
    padding: 19px;
    background-color: var(--Primary);
    border: none !important;
}
}



@media(max-width:901px ){

    .s-about-us .main-section .content-right .box-trust  {
    height: 60.1% !important;
    border-radius: 20px;
    padding: 19px;
    background-color: var(--Primary);
    border: none !important;
}
.s-about-us .main-section .content-right .box-trust hr{

    border: 0;
    border-top: 1px solid #eee;
    margin: 76px 0 !important;
    margin-top: -25px !important;

}
}

@media(max-width:901px ){

    .s-about-us .main-section .content-right .box-trust  {
    height: 60.1% !important;
    border-radius: 20px;
    padding: 19px;
    background-color: var(--Primary);
    border: none !important;
}
.s-about-us .main-section .content-right .box-trust hr{

    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0 !important;
    margin-top: -25px !important;

}
}




@media(max-width:992px ){
.wg-counter.style-2 {
    max-width: 440px;
    width: 100%;
    background-color: var(--Secondary);
    padding: 18px 18px 20px 19px;
    border-radius: 20px;
    height: 291px !important;
}
}



@media (max-width: 768px) {
    .btn-sidebar-account {
        margin-left: 0px;
        top: 20%;
    }
}
form .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 23px 22px;
    width: 97%;
}

