<!DOCTYPE html>
<!--[if lte IE 8]><html lang="tr" class="ie8"><![endif]-->
<!--[if !IE]><!--><html lang="tr"><!--<![endif]-->
<html lang="tr-TR">
<head>
<meta name="content-language" content="tr" />
<meta charset="windows-1254">
<title>Tbk-008 Bıc Otomatik Tornavida</title>
<meta name="title" content="Tbk-008 Bıc Otomatik Tornavida">
<meta name="description" content="Tbk-008 Bıc Otomatik Tornavida">
<meta name="keywords" content="" >
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.euas.com.tr/urun/tbk-008-bic-otomatik-tornavida">
<meta property="og:title" content="Tbk-008 Bıc Otomatik Tornavida">
<meta property="og:description" content="Tbk-008 Bıc Otomatik Tornavida">
<meta property="og:image" content="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-8988.webp">

<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.euas.com.tr/urun/tbk-008-bic-otomatik-tornavida">
<meta property="twitter:title" content="Tbk-008 Bıc Otomatik Tornavida">
<meta property="twitter:description" content="Tbk-008 Bıc Otomatik Tornavida">
<meta property="twitter:image" content="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-8988.webp">


<meta name="viewport" content="target-densitydpi=device-dpi, initial-scale=1.0, user-scalable=no" />
<meta name="robots" content="all, index, follow"/>
<meta name="distribution" content="Global"/>
<meta name="Author" content="erzincanwebtasarim.com"/>


    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Sriracha&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">


<script type="text/javascript">
  var link = !!document.querySelector("link[rel='canonical']") ? document.querySelector("link[rel='canonical']") : document.createElement('link');
  link.setAttribute('rel', 'canonical');
  link.setAttribute('href', location.protocol + '//' + location.host + location.pathname);
  document.head.appendChild(link);
</script>



    <link href="https://www.euas.com.tr/images/favicon.png" rel="icon" />

    <!--Google font-->
    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&amp;display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Raleway&amp;display=swap" rel="stylesheet">

    <!--icon css-->
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/font-awesome.css">
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/themify.css">

    <!--Slick slider css-->
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/slick.css">
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/slick-theme.css">

    <!--Animate css-->
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/animate.css">
    <!-- Bootstrap css -->
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/bootstrap.css">

    <!-- Theme css -->
    <link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/css/color1.css" >


<script src="https://www.euas.com.tr/assets/js/jquery-3.3.1.min.js"></script>


<link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/kvkk/cookie.min.css" />	 

<style>
      .blink {
      animation: blinker 2s linear infinite;
      color: white;
      }
      @keyframes blinker {  
      50% { opacity: 0.5; }
      }
	  
	  .yeni{background-color:green;color:#FFF;padding:3px;border-radius:5px;font-size:18px;}
</style>

<style>
        /* Animasyon tanımı */
        @keyframes yanipSonme {
            0%, 100% {
                opacity: 1; /* Tam görünür */
            }
            50% {
                opacity: 0.7; /* Tam görünmez */
            }
        }

        /* Yanıp sönen yazı stili */
        .yanip-sönen-yazi {
           
            font-weight: bold;
            color: red;
            animation: yanipSonme 1s infinite; /* 1 saniyede bir tekrar */
        }
    </style>

    <style>
        /* EUAS (E-ticaret Üst Alan Stilleri) */
        #euas-category-menu {
            display: none;
            background-color: #f8f9fa;
            padding: 10px 0;
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
			margin-bottom:10px;
        }
        
        .euas-category-item {
            display: inline-block;
            text-align: center;
            margin: 0 0px;
            vertical-align: top;
            white-space: normal;
            width:100px;
        }
        
        .euas-category-img {
            width: 50px;
            height: 50px;
          
            margin-bottom: 5px;
			

    border-radius: 50% !important;
    object-fit: cover !important;

    border: 1px solid #e0e0e0 !important;
        }
        
        .euas-category-name a {
            font-size: 12px;
            line-height: 1.3;
            color: #424242;
			font-weight:600;
            font-family: Arial, sans-serif;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 30px;
            word-break: break-word;
        }
		
		.euas-category-name a:hover {
		color: #000;
		
		}
        
        @media only screen and (min-width: 768px) {
            #euas-category-menu {
                display: block;
            }
        }
    </style>



<div id="cart_side" class="add_to_cart right"></div>

<div class="theme-pannel-main"><ul>

<li class="sidebar-btn dark-light-btn"><a href="javascript:void(0)" class="dark-light"><span class="theme-layout-version"><i class="fa fa-moon-o" aria-hidden="true"></i></span></a></li>

</ul></div>
<body  class="bg-light" >
<div class="loader-wrapper">
    <div>
        <img src="https://www.euas.com.tr/images/logo.png" alt="loader">
    </div>
</div>


<header  id="stickyheader">
  <div class="mobile-fix-option"></div>
  
  <div class="top-header2" style="border-bottom: 1px solid #ebe9e7;" class="darkarka">
    <div class="custom-container">
      <div class="row">
        <div class="col-md-8 col-sm-12">
          <div class="top-header-left">
            <ul>
			
              <li>
                <a  class="darkyazi" href="javascript:void(0)"><i class="fa fa-bullhorn" ></i>&nbsp;EUAS Tekno Market | Teknolojiye Ulaşmanın En Kolay Yolu</a>
              </li>
			 
              <li >
                <a  class="darkyazi" href="javascript:void(0)"></a>
              </li>

			  
			  
			  
			  
            </ul>
          </div>
        </div>
		
        <div class="col-md-4 col-sm-12">
          <div class="top-header-right">
            <ul>

              <li onclick="openAccount()">
                <a class="darkyazi"  href="javascript:void(0)"><i class="fa fa-user"></i> Hesabım</a>
              </li>
            </ul>
          </div>
        </div>
		
      </div>
    </div>
  </div>
  
  
  <div class="searchbar-main header7">
      <div class="custom-container">
        <div class="row">
          <div class="col-12">
            <div class="header-contain">
              <div class="logo-block">
                <div class="brand-logo">
                  <a href="https://www.euas.com.tr" class="logowhite">
                    <img src="https://www.euas.com.tr/images/logo.png" class="img-fluid " alt="EUAS Tekno Market">
                  </a>
                  
                  <a href="https://www.euas.com.tr" class="logodark">
                    <img src="https://www.euas.com.tr/images/logodark.png" class="img-fluid " alt="EUAS Tekno Market">
                  </a>
                  
                  
                </div>
              </div>
              <div class="menu-block">
                <nav id="main-nav">
                  <div class="toggle-nav"><i class="fa fa-bars sidebar-bar"></i></div>
                  <ul id="main-menu" class="sm pixelstrap sm-horizontal">
                    <li>
                      <div class="mobile-back text-right">Geri<i class="fa fa-angle-right ps-2" aria-hidden="true"></i></div>
                    </li>

<style>

ul#main-menu li ul li img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin-right: 12px !important;
    border: 1px solid #e0e0e0 !important;
}
</style>


<li >
<a class="dark-menu-item" href="javascript:void(0)">Kategoriler</a>
<ul >


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/oyun-konsollari">

<img src="https://www.euas.com.tr/images/kategoriler/oyun-konsollari.webp" width="32px" alt="Kategori:OYUN KONSOLLARI">
OYUN KONSOLLARI</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/bilgisayar-sarf-malzeme">

<img src="https://www.euas.com.tr/images/kategoriler/bilgisayar-sarf-malzeme.webp" width="32px" alt="Kategori:BİLGİSAYAR SARF MALZEME">
BİLGİSAYAR SARF MALZEME</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/hafiza-ve-flash-bellek">

<img src="https://www.euas.com.tr/images/kategoriler/hafiza-ve-flash-bellek.webp" width="32px" alt="Kategori:HAFIZA VE FLASH BELLEK">
HAFIZA VE FLASH BELLEK</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/ofis-ev-elektronigi">

<img src="https://www.euas.com.tr/images/kategoriler/ofis-ev-elektronigi.webp" width="32px" alt="Kategori:OFİS EV ELEKTRONİĞİ">
OFİS EV ELEKTRONİĞİ</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/el-aletleri">


<img src="https://www.euas.com.tr/images/favicon.png" width="32px" alt="Kategori:EL ALETLERİ">

EL ALETLERİ</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/kisisel-bakim">

<img src="https://www.euas.com.tr/images/kategoriler/kisisel-bakim.webp" width="32px" alt="Kategori:KİŞİSEL BAKIM">
KİŞİSEL BAKIM</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/otomobil-ve-motorsiklet">

<img src="https://www.euas.com.tr/images/kategoriler/otomobil-ve-motorsiklet.webp" width="32px" alt="Kategori:OTOMOBİL VE MOTORSİKLET">
OTOMOBİL VE MOTORSİKLET</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/ses-ve-goruntu">

<img src="https://www.euas.com.tr/images/kategoriler/ses-ve-goruntu.webp" width="32px" alt="Kategori:SES VE GÖRÜNTÜ">
SES VE GÖRÜNTÜ</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/cep-telefonu-aksesuar">

<img src="https://www.euas.com.tr/images/kategoriler/cep-telefonu-aksesuar.webp" width="32px" alt="Kategori:CEP TELEFONU AKSESUAR">
CEP TELEFONU AKSESUAR</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/aydinlatma-ekipmanlari">

<img src="https://www.euas.com.tr/images/kategoriler/aydinlatma-ekipmanlari.webp" width="32px" alt="Kategori:AYDINLATMA EKİPMANLARI">
AYDINLATMA EKİPMANLARI</a></li>


<li>


<a target="_blank" href="https://www.euas.com.tr/kategori/masaj-aletleri">

<img src="https://www.euas.com.tr/images/kategoriler/masaj-aletleri.webp" width="32px" alt="Kategori:MASAJ ALETLERİ">
MASAJ ALETLERİ</a></li>

                      </ul>
                    </li>
                   
                 

 

<li><a class="dark-menu-item" href="https://www.euas.com.tr/cok-satanlar">ÇOK SATANLAR</a></li>
<li><a class="dark-menu-item" href="https://www.euas.com.tr/kampanyali-urunler">KAMPANYALI ÜRÜNLER</a></li>
<li><a class="dark-menu-item" href="https://www.euas.com.tr/sayfalar/iletisim">İLETİŞİM</a></li>



                  </ul>
                </nav>
              </div>
              <div class="icon-block" >
<ul class="theme-color">
                  <li class="mobile-search">

<i class="icon-search" style="color:#FFF;"></i>

                  </li>

<li class="mobile-setting icon-desk-none" >

<i class="icon-home" style="color:#FFF;"></i>

</li>

<li class="mobile-user icon-desk-none" onclick="openAccount()">

<i class="icon-user" style="color:#FFF;"></i>

</li>

<li  class="mobile-wishlist  item-count" onclick="openWishlist()">


<i class="icon-heart" style="color:#FFF;"></i>

<div class="item-count-contain inverce" id="favorisayisi">0</div>
</li>

                  <li class="mobile-cart item-count" onclick="openCart()">

<i class="ti-shopping-cart" style="color:#FFF;"></i>

<div class="item-count-contain inverce" id="sepetsayisi">0</div>
</li>
</ul>                
                
                
                <div class="toggle-nav"><i class="fa fa-bars sidebar-bar"></i></div>
              </div>
            </div>
          </div>
        </div>
      </div>
	  
	  
	  
	  <form method="post" action="https://www.euas.com.tr/ara.html" id="arak" >
      <div class="searchbar-input" >
      
        <div class="input-group">       
          <span class="input-group-text"><button type="submit" id="aramaform" class="btn btn-default darkyazi"><i class="fa fa-search"></i></button></span>         
          <input type="text" type="text" class="form-control foc" placeholder="Aradığınız Tüm Ürünler Burada..." required="" id="input" type="text" name="kelime" >
          <span class="input-group-text close-searchbar"><svg viewBox="0 0 329.26933 329" xmlns="http://www.w3.org/2000/svg"><path d="m194.800781 164.769531 128.210938-128.214843c8.34375-8.339844 8.34375-21.824219 0-30.164063-8.339844-8.339844-21.824219-8.339844-30.164063 0l-128.214844 128.214844-128.210937-128.214844c-8.34375-8.339844-21.824219-8.339844-30.164063 0-8.34375 8.339844-8.34375 21.824219 0 30.164063l128.210938 128.214843-128.210938 128.214844c-8.34375 8.339844-8.34375 21.824219 0 30.164063 4.15625 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921875-2.089844 15.082031-6.25l128.210937-128.214844 128.214844 128.214844c4.160156 4.160156 9.621094 6.25 15.082032 6.25 5.460937 0 10.921874-2.089844 15.082031-6.25 8.34375-8.339844 8.34375-21.824219 0-30.164063zm0 0"/></svg></span>
       
        </div>
         </form>

      </div>

  </div>
 
</header>

  <div id="euas-category-menu">
    <div class="custom-container">
      <div class="row">

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/oyun-konsollari">

<img src="https://www.euas.com.tr/images/kategoriler/oyun-konsollari.webp" class="euas-category-img" alt="Kategori:OYUN KONSOLLARI">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/oyun-konsollari">OYUN KONSOLLARI</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/bilgisayar-sarf-malzeme">

<img src="https://www.euas.com.tr/images/kategoriler/bilgisayar-sarf-malzeme.webp" class="euas-category-img" alt="Kategori:BİLGİSAYAR SARF MALZEME">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/bilgisayar-sarf-malzeme">BİLGİSAYAR SARF MALZEME</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/hafiza-ve-flash-bellek">

<img src="https://www.euas.com.tr/images/kategoriler/hafiza-ve-flash-bellek.webp" class="euas-category-img" alt="Kategori:HAFIZA VE FLASH BELLEK">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/hafiza-ve-flash-bellek">HAFIZA VE FLASH BELLEK</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/ofis-ev-elektronigi">

<img src="https://www.euas.com.tr/images/kategoriler/ofis-ev-elektronigi.webp" class="euas-category-img" alt="Kategori:OFİS EV ELEKTRONİĞİ">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/ofis-ev-elektronigi">OFİS EV ELEKTRONİĞİ</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/el-aletleri">

<img src="https://www.euas.com.tr/images/favicon.png"  class="euas-category-img" alt="Kategori:EL ALETLERİ">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/el-aletleri">EL ALETLERİ</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/kisisel-bakim">

<img src="https://www.euas.com.tr/images/kategoriler/kisisel-bakim.webp" class="euas-category-img" alt="Kategori:KİŞİSEL BAKIM">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/kisisel-bakim">KİŞİSEL BAKIM</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/otomobil-ve-motorsiklet">

<img src="https://www.euas.com.tr/images/kategoriler/otomobil-ve-motorsiklet.webp" class="euas-category-img" alt="Kategori:OTOMOBİL VE MOTORSİKLET">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/otomobil-ve-motorsiklet">OTOMOBİL VE MOTORSİKLET</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/ses-ve-goruntu">

<img src="https://www.euas.com.tr/images/kategoriler/ses-ve-goruntu.webp" class="euas-category-img" alt="Kategori:SES VE GÖRÜNTÜ">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/ses-ve-goruntu">SES VE GÖRÜNTÜ</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/cep-telefonu-aksesuar">

<img src="https://www.euas.com.tr/images/kategoriler/cep-telefonu-aksesuar.webp" class="euas-category-img" alt="Kategori:CEP TELEFONU AKSESUAR">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/cep-telefonu-aksesuar">CEP TELEFONU AKSESUAR</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/aydinlatma-ekipmanlari">

<img src="https://www.euas.com.tr/images/kategoriler/aydinlatma-ekipmanlari.webp" class="euas-category-img" alt="Kategori:AYDINLATMA EKİPMANLARI">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/aydinlatma-ekipmanlari">AYDINLATMA EKİPMANLARI</a></div>
</div>

<div class="euas-category-item">
<a target="_blank" href="https://www.euas.com.tr/kategori/masaj-aletleri">

<img src="https://www.euas.com.tr/images/kategoriler/masaj-aletleri.webp" class="euas-category-img" alt="Kategori:MASAJ ALETLERİ">

</a>
 <div class="euas-category-name"><a  href="https://www.euas.com.tr/kategori/masaj-aletleri">MASAJ ALETLERİ</a></div>
</div>

</div>
 </div>
</div>



<style>
.glass {
  width: 128px;
  height: 128px;
  position: absolute;
  border-radius: 8px;
  cursor: crosshair;
  
  
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  
 
  display: none;
}
</style>






<style>
      .yanson {
      animation: blinker 0.5s linear infinite;
      color: #1c87c9;
      font-size:12px;
      font-weight: bold;
      font-family: sans-serif;
      }
      @keyframes blinker {  
      50% { opacity: 0.5; }
      }
    </style>
	
 <script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "Tbk-008 Bıc Otomatik Tornavida",
      "image": ["https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-8988.webp"],
      "description": "Tbk-008 Bıc Otomatik Tornavida",
      "sku": "20155",
      "mpn": "DMTDRK-20155",
	  
      "brand": {
        "@type": "Brand",
        "name": "Tbk"
      },
"review": {
        "@type": "Review",
        "reviewRating": {
          "@type": "Rating",
          "ratingValue": "4",
          "bestRating": "5"
        },
        "author": {
          "@type": "Person",
          "name": "Kullanıcı Gizlendi."
        }
      },
          
        "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4,52777777777778",
        "reviewCount": "72"
      },
      
      
      "offers": {
        "@type": "Offer",
        "url": "https://www.euas.com.tr/urun/tbk-008-bic-otomatik-tornavida",
        "priceCurrency": "USD",
        "price": "1951.25",
        "priceValidUntil": "2027-04-04",
		"condition": "new",
        "itemCondition": "https://schema.org/NewCondition",
        "availability": "https://schema.org/InStock"
      }
    }
    </script>


<script id="rendered-js">
var $p = jQuery.noConflict(); 
jQuery(function ($p) {
    // Load more data
    $p('.load-more').click(function(){
        var row = Number($p('#row').val());
        var allcount = Number($p('#all').val());
        row = row + 8;

        if(row <= allcount){
            $p("#row").val(row);

            $p.ajax({
                url: 'https://www.euas.com.tr/yorumlar.asp?urun=20155&veri='+row,
                type: 'post',
                data: {row:row},
                beforeSend:function(){
                    $p(".load-more").text("Yükleniyor...");
                },
                success: function(response){

                    // Setting little delay while displaying new content
                    setTimeout(function() {
                        // appending posts after last post with class="post"
                        $p(".urun:last").after(response).show().fadeIn("slow");

                        var rowno = row + 5;

                        // checking row value is greater than allcount or not
                        if(rowno > allcount){
                            // Change the text and background
                            $p('.load-more').text("Hepsi Bu Kadar :)");
                        }else{
                            $p(".load-more").text("Daha Fazlası");
                        }
                    }, 100);
                }
            });
        }else{
            $p('.load-more').text("Yükleniyor...");

            // Setting little delay while removing contents
            setTimeout(function() {

                // Change the text and background
                $p('.load-more').text("Hepsi Bu Kadar...");

            }, 100);
        }

    });

});
</script>


<div class="breadcrumb-main ">
    <div class="container">
        <div class="row">
            <div class="col">
                <div class="breadcrumb-contain">
                    <div>
                        <h2>Tbk-008 Bıc Otomatik Tornavida</h2>
                        <ul>
                    <li class="breadcrumb-item"><a href="https://www.euas.com.tr/index.html">Anasayfa</a></li>
		<li class="breadcrumb-item"><a href="https://www.euas.com.tr/kategori/el-aletleri">EL ALETLERİ</a></li><li class="breadcrumb-item"><a href="https://www.euas.com.tr/kategori/sarjli-tornavida-matkap">ŞARJLI TORNAVİDA - MATKAP</a></li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
		
								 
        
    </div>
</div>




<section class="section-big-pt-space bg-light">
    <div class="collection-wrapper">
        <div class="custom-container">
            <div class="row">
                <div class="col-sm-3 collection-filter">
                    
                    <div class="collection-filter-block creative-card creative-inner">
                        <div class="product-service">

                            <div class="media">
                                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 480 480" style="enable-background:new 0 0 480 480;" xml:space="preserve" width="512px" height="512px">
                                        <g>
                                            <g>
                                                <g>
                                                    <path d="M472,432h-24V280c-0.003-4.418-3.588-7.997-8.006-7.994c-2.607,0.002-5.05,1.274-6.546,3.41l-112,160     c-2.532,3.621-1.649,8.609,1.972,11.14c1.343,0.939,2.941,1.443,4.58,1.444h104v24c0,4.418,3.582,8,8,8s8-3.582,8-8v-24h24     c4.418,0,8-3.582,8-8S476.418,432,472,432z M432,432h-88.64L432,305.376V432z" fill="#ff4c3b" />
                                                    <path d="M328,464h-94.712l88.056-103.688c0.2-0.238,0.387-0.486,0.56-0.744c16.566-24.518,11.048-57.713-12.56-75.552     c-28.705-20.625-68.695-14.074-89.319,14.631C212.204,309.532,207.998,322.597,208,336c0,4.418,3.582,8,8,8s8-3.582,8-8     c-0.003-26.51,21.486-48.002,47.995-48.005c10.048-0.001,19.843,3.151,28.005,9.013c16.537,12.671,20.388,36.007,8.8,53.32     l-98.896,116.496c-2.859,3.369-2.445,8.417,0.924,11.276c1.445,1.226,3.277,1.899,5.172,1.9h112c4.418,0,8-3.582,8-8     S332.418,464,328,464z" fill="#ff4c3b" />
                                                    <path d="M216.176,424.152c0.167-4.415-3.278-8.129-7.693-8.296c-0.001,0-0.002,0-0.003,0     C104.11,411.982,20.341,328.363,16.28,224H48c4.418,0,8-3.582,8-8s-3.582-8-8-8H16.28C20.283,103.821,103.82,20.287,208,16.288     V40c0,4.418,3.582,8,8,8s8-3.582,8-8V16.288c102.754,3.974,185.686,85.34,191.616,188l-31.2-31.2     c-3.178-3.07-8.242-2.982-11.312,0.196c-2.994,3.1-2.994,8.015,0,11.116l44.656,44.656c0.841,1.018,1.925,1.807,3.152,2.296     c0.313,0.094,0.631,0.172,0.952,0.232c0.549,0.198,1.117,0.335,1.696,0.408c0.08,0,0.152,0,0.232,0c0.08,0,0.152,0,0.224,0     c0.609-0.046,1.211-0.164,1.792-0.352c0.329-0.04,0.655-0.101,0.976-0.184c1.083-0.385,2.069-1.002,2.888-1.808l45.264-45.248     c3.069-3.178,2.982-8.242-0.196-11.312c-3.1-2.994-8.015-2.994-11.116,0l-31.976,31.952     C425.933,90.37,331.38,0.281,216.568,0.112C216.368,0.104,216.2,0,216,0s-0.368,0.104-0.568,0.112     C96.582,0.275,0.275,96.582,0.112,215.432C0.112,215.632,0,215.8,0,216s0.104,0.368,0.112,0.568     c0.199,115.917,91.939,210.97,207.776,215.28h0.296C212.483,431.847,216.013,428.448,216.176,424.152z" fill="#ff4c3b" />
                                                    <path d="M323.48,108.52c-3.124-3.123-8.188-3.123-11.312,0L226.2,194.48c-6.495-2.896-13.914-2.896-20.408,0l-40.704-40.704     c-3.178-3.069-8.243-2.981-11.312,0.197c-2.994,3.1-2.994,8.015,0,11.115l40.624,40.624c-5.704,11.94-0.648,26.244,11.293,31.947     c9.165,4.378,20.095,2.501,27.275-4.683c7.219-7.158,9.078-18.118,4.624-27.256l85.888-85.888     C326.603,116.708,326.603,111.644,323.48,108.52z M221.658,221.654c-0.001,0.001-0.001,0.001-0.002,0.002     c-3.164,3.025-8.148,3.025-11.312,0c-3.125-3.124-3.125-8.189-0.002-11.314c3.124-3.125,8.189-3.125,11.314-0.002     C224.781,213.464,224.781,218.53,221.658,221.654z" fill="#ff4c3b" />
                                                </g>
                                            </g>
                                        </g>
                                    </svg>
                                <div class="media-body">
                                    <h4>7/24 Sipariş</h4>
                                    <p>Online Sipariş İle 7/24 Sipariş Verebilirsiniz.</p>
                                </div>
                            </div>
                            <div class="media">
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -14 512.00001 512">
                                    <path d="m136.964844 308.234375c4.78125-2.757813 6.417968-8.878906 3.660156-13.660156-2.761719-4.777344-8.878906-6.417969-13.660156-3.660157-4.78125 2.761719-6.421875 8.882813-3.660156 13.660157 2.757812 4.78125 8.878906 6.421875 13.660156 3.660156zm0 0" fill="#ff4c3b" />
                                    <path d="m95.984375 377.253906 50.359375 87.230469c10.867188 18.84375 35.3125 25.820313 54.644531 14.644531 19.128907-11.054687 25.703125-35.496094 14.636719-54.640625l-30-51.96875 25.980469-15c4.78125-2.765625 6.421875-8.878906 3.660156-13.660156l-13.003906-22.523437c1.550781-.300782 11.746093-2.300782 191.539062-37.570313 22.226563-1.207031 35.542969-25.515625 24.316407-44.949219l-33.234376-57.5625 21.238282-32.167968c2.085937-3.164063 2.210937-7.230469.316406-10.511719l-20-34.640625c-1.894531-3.28125-5.492188-5.203125-9.261719-4.980469l-38.472656 2.308594-36.894531-63.90625c-5.34375-9.257813-14.917969-14.863281-25.605469-14.996094-.128906-.003906-.253906-.003906-.382813-.003906-10.328124 0-19.703124 5.140625-25.257812 13.832031l-130.632812 166.414062-84.925782 49.03125c-33.402344 19.277344-44.972656 62.128907-25.621094 95.621094 17.679688 30.625 54.953126 42.671875 86.601563 30zm102.324219 57.238282c5.523437 9.554687 2.253906 21.78125-7.328125 27.316406-9.613281 5.558594-21.855469 2.144531-27.316407-7.320313l-50-86.613281 34.640626-20c57.867187 100.242188 49.074218 85.011719 50.003906 86.617188zm-22.683594-79.296876-10-17.320312 17.320312-10 10 17.320312zm196.582031-235.910156 13.820313 23.9375-12.324219 18.664063-23.820313-41.261719zm-104.917969-72.132812c2.683594-4.390625 6.941407-4.84375 8.667969-4.796875 1.707031.019531 5.960938.550781 8.527344 4.996093l116.3125 201.464844c3.789063 6.558594-.816406 14.804688-8.414063 14.992188-1.363281.03125-1.992187.277344-5.484374.929687l-123.035157-213.105469c2.582031-3.320312 2.914063-3.640624 3.425781-4.480468zm-16.734374 21.433594 115.597656 200.222656-174.460938 34.21875-53.046875-91.878906zm-223.851563 268.667968c-4.390625-7.597656-6.710937-16.222656-6.710937-24.949218 0-17.835938 9.585937-34.445313 25.011718-43.351563l77.941406-45 50 86.601563-77.941406 45.003906c-23.878906 13.78125-54.515625 5.570312-68.300781-18.304688zm0 0" fill="#ff4c3b" />
                                    <path d="m105.984375 314.574219c-2.761719-4.78125-8.878906-6.421875-13.660156-3.660157l-17.320313 10c-4.773437 2.757813-10.902344 1.113282-13.660156-3.660156-2.761719-4.78125-8.878906-6.421875-13.660156-3.660156s-6.421875 8.878906-3.660156 13.660156c8.230468 14.257813 26.589843 19.285156 40.980468 10.980469l17.320313-10c4.78125-2.761719 6.421875-8.875 3.660156-13.660156zm0 0" fill="#ff4c3b" />
                                    <path d="m497.136719 43.746094-55.722657 31.007812c-4.824218 2.6875-6.5625 8.777344-3.875 13.601563 2.679688 4.820312 8.765626 6.566406 13.601563 3.875l55.71875-31.007813c4.828125-2.6875 6.5625-8.777344 3.875-13.601562-2.683594-4.828125-8.773437-6.5625-13.597656-3.875zm0 0" fill="#ff4c3b" />
                                    <path d="m491.292969 147.316406-38.636719-10.351562c-5.335938-1.429688-10.820312 1.734375-12.25 7.070312-1.429688 5.335938 1.738281 10.816406 7.074219 12.246094l38.640625 10.351562c5.367187 1.441407 10.824218-1.773437 12.246094-7.070312 1.429687-5.335938-1.738282-10.820312-7.074219-12.246094zm0 0" fill="#ff4c3b" />
                                    <path d="m394.199219 7.414062-10.363281 38.640626c-1.429688 5.335937 1.734374 10.816406 7.070312 12.25 5.332031 1.425781 10.816406-1.730469 12.25-7.070313l10.359375-38.640625c1.429687-5.335938-1.734375-10.820312-7.070313-12.25-5.332031-1.429688-10.816406 1.734375-12.246093 7.070312zm0 0" fill="#ff4c3b" />
                                </svg>
                                <div class="media-body">
                                    <h4>Kampanyalı Ürünler</h4>
                                    <p>Sitemizi Takip Edin Kampanyaları Kaçırmayın.</p>
                                </div>
                            </div>
                            <div class="media border-0 m-0">
                                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512px" height="512px">
                                        <g>
                                            <g>
                                                <g>
                                                    <path d="M498.409,175.706L336.283,13.582c-8.752-8.751-20.423-13.571-32.865-13.571c-12.441,0-24.113,4.818-32.865,13.569     L13.571,270.563C4.82,279.315,0,290.985,0,303.427c0,12.442,4.82,24.114,13.571,32.864l19.992,19.992     c0.002,0.001,0.003,0.003,0.005,0.005c0.002,0.002,0.004,0.004,0.006,0.006l134.36,134.36H149.33     c-5.89,0-10.666,4.775-10.666,10.666c0,5.89,4.776,10.666,10.666,10.666h59.189c0.014,0,0.027,0.001,0.041,0.001     s0.027-0.001,0.041-0.001l154.053,0.002c5.89,0,10.666-4.776,10.666-10.666c0-5.891-4.776-10.666-10.666-10.666l-113.464-0.002     L498.41,241.434C516.53,223.312,516.53,193.826,498.409,175.706z M483.325,226.35L226.341,483.334     c-4.713,4.712-11.013,7.31-17.742,7.32h-0.081c-6.727-0.011-13.025-2.608-17.736-7.32L56.195,348.746L302.99,101.949     c4.165-4.165,4.165-10.919,0-15.084c-4.166-4.165-10.918-4.165-15.085,0.001L41.11,333.663l-12.456-12.456     c-4.721-4.721-7.321-11.035-7.321-17.779c0-6.744,2.6-13.059,7.322-17.781L285.637,28.665c4.722-4.721,11.037-7.321,17.781-7.321     c6.744,0,13.059,2.6,17.781,7.322l57.703,57.702l-246.798,246.8c-4.165,4.164-4.165,10.918,0,15.085     c2.083,2.082,4.813,3.123,7.542,3.123c2.729,0,5.459-1.042,7.542-3.124l246.798-246.799l89.339,89.336     C493.128,200.593,493.127,216.546,483.325,226.35z" fill="#ff4c3b" />
                                                    <path d="M262.801,308.064c-4.165-4.165-10.917-4.164-15.085,0l-83.934,83.933c-4.165,4.165-4.165,10.918,0,15.085     c2.083,2.083,4.813,3.124,7.542,3.124c2.729,0,5.459-1.042,7.542-3.124l83.934-83.933     C266.966,318.982,266.966,312.229,262.801,308.064z" fill="#ff4c3b" />
                                                    <path d="M228.375,387.741l-34.425,34.425c-4.165,4.165-4.165,10.919,0,15.085c2.083,2.082,4.813,3.124,7.542,3.124     c2.731,0,5.459-1.042,7.542-3.124l34.425-34.425c4.165-4.165,4.165-10.919,0-15.085     C239.294,383.575,232.543,383.575,228.375,387.741z" fill="#ff4c3b" />
                                                    <path d="M260.054,356.065l-4.525,4.524c-4.166,4.165-4.166,10.918-0.001,15.085c2.082,2.083,4.813,3.125,7.542,3.125     c2.729,0,5.459-1.042,7.541-3.125l4.525-4.524c4.166-4.165,4.166-10.918,0.001-15.084     C270.974,351.901,264.219,351.9,260.054,356.065z" fill="#ff4c3b" />
                                                    <path d="M407.073,163.793c-2-2-4.713-3.124-7.542-3.124c-2.829,0-5.541,1.124-7.542,3.124l-45.255,45.254     c-2,2.001-3.124,4.713-3.124,7.542s1.124,5.542,3.124,7.542l30.17,30.167c2.083,2.083,4.813,3.124,7.542,3.124     c2.731,0,5.459-1.042,7.542-3.124l45.253-45.252c4.165-4.165,4.165-10.919,0-15.084L407.073,163.793z M384.445,231.673     l-15.085-15.084l30.17-30.169l15.084,15.085L384.445,231.673z" fill="#ff4c3b" />
                                                    <path d="M320.339,80.186c2.731,0,5.461-1.042,7.543-3.126l4.525-4.527c4.164-4.166,4.163-10.92-0.003-15.084     c-4.165-4.164-10.92-4.163-15.084,0.003l-4.525,4.527c-4.164,4.166-4.163,10.92,0.003,15.084     C314.881,79.146,317.609,80.186,320.339,80.186z" fill="#ff4c3b" />
                                                    <path d="M107.215,358.057l-4.525,4.525c-4.165,4.164-4.165,10.918,0,15.085c2.083,2.082,4.813,3.123,7.542,3.123     s5.459-1.041,7.542-3.123l4.525-4.525c4.165-4.166,4.165-10.92,0-15.085C118.133,353.891,111.381,353.891,107.215,358.057z" fill="#ff4c3b" />
                                                </g>
                                            </g>
                                        </g>
                                    </svg>
                                <div class="media-body">
                                    <h4>Güvenli Ödeme</h4>
                                    <p>Kredi Kartı İle %100 Güvenli Ödeme Yapabilirsiniz.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- side-bar single product slider start -->
                    
                    <!-- side-bar single product slider end -->
                </div>
                <div class="col-lg-9 col-sm-12 col-xs-12">
                    <div class="container-fluidx">
                        
                        <div class="row">

                        
                        
                            <div class="col-lg-6">
                                <div class="product-slick ">

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-8988.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="magniflier img-fluid  image_zoom_cls-1"></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-35369.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="magniflier img-fluid  image_zoom_cls-2"></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-7850.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="magniflier img-fluid  image_zoom_cls-3"></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-15666.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="magniflier img-fluid  image_zoom_cls-4"></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-9080.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="magniflier img-fluid  image_zoom_cls-5"></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-29779.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="magniflier img-fluid  image_zoom_cls-6"></div>
	
                                </div>
                                <div class="row">
                                    <div class="col-12 p-0">
                                    
                                    
                                    
                                        <div class="slider-nav">

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-8988.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="img-fluid  image_zoom_cls-1" id="" ></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-35369.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="img-fluid  image_zoom_cls-2" id="" ></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-7850.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="img-fluid  image_zoom_cls-3" id="" ></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-15666.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="img-fluid  image_zoom_cls-4" id="" ></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-9080.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="img-fluid  image_zoom_cls-5" id="" ></div>

<div><img src="https://www.euas.com.tr/urunresim/tbk-008-bic-otomatik-tornavida-29779.webp" alt="Tbk-008 Bıc Otomatik Tornavida" class="img-fluid  image_zoom_cls-6" id="" ></div>
	
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="col-lg-6 rtl-text">
                                <div class="product-right">
								<div class="pro-group">
                                    <h2>Tbk-008 Bıc Otomatik Tornavida</h2>




                    <ul class="pro-price">
                      <li>1.951,25 <i class="fa fa-try"></i></li>
                      
                    </ul> 

<hr>
                    <ul class="best-seller">
                      <li>
                        <svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><g><path d="m102.427 43.155-2.337-2.336a3.808 3.808 0 0 1 -.826-4.149l1.263-3.053a3.808 3.808 0 0 0 -2.063-4.975l-3.036-1.256a3.807 3.807 0 0 1 -2.352-3.519v-3.286a3.808 3.808 0 0 0 -3.809-3.808h-3.3a3.81 3.81 0 0 1 -3.518-2.35l-1.269-3.052a3.808 3.808 0 0 0 -4.98-2.059l-3.032 1.258a3.807 3.807 0 0 1 -4.152-.825l-2.323-2.323a3.809 3.809 0 0 0 -5.386 0l-2.336 2.336a3.808 3.808 0 0 1 -4.149.826l-3.053-1.263a3.809 3.809 0 0 0 -4.975 2.063l-1.257 3.036a3.808 3.808 0 0 1 -3.519 2.353h-3.285a3.808 3.808 0 0 0 -3.809 3.808v3.3a3.808 3.808 0 0 1 -2.349 3.519l-3.053 1.266a3.809 3.809 0 0 0 -2.059 4.976l1.259 3.035a3.81 3.81 0 0 1 -.825 4.152l-2.324 2.323a3.809 3.809 0 0 0 0 5.386l2.337 2.337a3.807 3.807 0 0 1 .826 4.149l-1.263 3.056a3.808 3.808 0 0 0 2.063 4.975l3.036 1.256a3.807 3.807 0 0 1 2.352 3.519v3.286a3.808 3.808 0 0 0 3.809 3.808h3.3a3.809 3.809 0 0 1 3.518 2.35l1.265 3.052a3.808 3.808 0 0 0 4.984 2.059l3.035-1.259a3.811 3.811 0 0 1 4.152.825l2.323 2.324a3.809 3.809 0 0 0 5.386 0l2.336-2.336a3.81 3.81 0 0 1 4.149-.827l3.053 1.264a3.809 3.809 0 0 0 4.975-2.063l1.257-3.037a3.809 3.809 0 0 1 3.519-2.352h3.285a3.808 3.808 0 0 0 3.809-3.808v-3.3a3.808 3.808 0 0 1 2.349-3.518l3.053-1.266a3.809 3.809 0 0 0 2.059-4.976l-1.259-3.036a3.809 3.809 0 0 1 .825-4.151l2.324-2.324a3.809 3.809 0 0 0 -.003-5.39z" fill="#f9cc4e"/><circle cx="64" cy="45.848" fill="#4ec4b5" r="29.146"/><path d="m59.795 41.643 4.205-12.614 4.205 12.614h12.615l-8.41 8.41 4.205 12.615-12.615-8.41-12.615 8.41 4.205-12.615-8.41-8.41z" fill="#f9cc4e"/><path d="m87.579 74.924h-1.6a3.809 3.809 0 0 0 -3.519 2.352l-1.257 3.037a3.809 3.809 0 0 1 -4.975 2.063l-3.053-1.264a3.81 3.81 0 0 0 -4.149.827l-2.336 2.336a3.809 3.809 0 0 1 -5.386 0l-2.323-2.324a3.811 3.811 0 0 0 -4.152-.825l-3.029 1.259a3.808 3.808 0 0 1 -4.977-2.059l-1.265-3.052a3.809 3.809 0 0 0 -3.518-2.35h-1.618l-17.417 35.386 17.255-5.872 5.872 17.256 17.868-36.304 17.868 36.3 5.872-17.256 17.26 5.876z" fill="#f95050"/></g></svg>
                        Stok Durumu : 
											

Stokta Var

                      </li>
                    </ul>
					
                    <ul class="best-seller" style="margin-top:15px;">
                      <li>
<i class="fa fa-2x fa-barcode"></i>&nbsp;Stok Kodu : ST34262
                      </li>
                    </ul>					
					
                    <ul class="best-seller" style="margin-top:15px;">
                      <li>
<i class="fa fa-2x fa-bookmark-o"></i>&nbsp;Marka : <a class="darkyazi" href="https://www.euas.com.tr/marka/tbk">&nbsp;Tbk</a>
                      </li>
                    </ul>						
					

                    <ul class="best-seller" style="margin-top:15px;">
                      <li>
<i class="fa fa-2x fa-eye"></i>&nbsp;İncelenme : 1525 kulllanıcı
                      </li>
                    </ul>


					
                  </div>

</div>
   <div class="product-description border-product">              
                                    
                                       
                                        <div class="size-box">


                                       
 <hr>                                      
<form method="post" id="form9920155" >
<input type="hidden" name="islem"  value="ekle">
<input type="hidden" name="id"  value="20155" >
<input type="hidden" value="tbk-008-bic-otomatik-tornavida" name="link" >
<input type="hidden" value="0" name="secenekid" id="secenekid">
<div class="product-buttons">
 <div class="qty-box">
<div class="input-group"  style="display:none;"><span class="input-group-prepend"><button type="button" class="btn quantity-left-minus" data-type="minus" data-field=""><i class="ti-angle-left"></i></button> </span>
<input type="text" max="477" readonly name="adet"  class="form-control input-number" value="1"> 
<span class="input-group-prepend"><button type="button" class="btn quantity-right-plus" data-type="plus" data-field=""><i class="ti-angle-right"></i></button></span>

</div>
                                        
                                        
                                        <div class="product-buttons">
                                        
										
                                        <a href="javascript:void(0)" onClick='gonder(9920155);' class="btn cart-btn btn-success tooltip-top" data-tippy-content="Add to cart">
                        <i class="fa fa-shopping-cart"></i> sepete ekle</a> 
						
                                        
<a href="https://www.euas.com.tr/favori.asp?islem=ekle&id=20155" class="btn btn-danger add-to-wish tooltip-top"><i class="fa fa-heart"></i><span class="title-font"> Favori Listeme Ekle</span></a>
  					  
					  
					  

                                        </div>
                                        
                                        </div>
                                        </form>
                                    </div>
                                    
                                    
                                    
                                    
                                    <div class="on-sale3" id='xsonuc9920155'></div>

                                    <div class="border-product" style="margin-top:15px;">
                                        <div class="product-icon">
                                            <ul class="product-social">
                            <li><a style="color:#25d366;" href="https://api.whatsapp.com/send?text=https://www.euas.com.tr/urun/tbk-008-bic-otomatik-tornavida"   title="Whatshap da Arkadaşınla Paylaş" onclick="window.open('', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow" ><i class="fa fa-whatsapp"></i></a></li>
                            <li><a  style="color:#3b5998;" href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),'facebook-share-dialog','width=626,height=436');return false;" title="Facebook da Paylaş" onclick="window.open('', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"  target="popupwindow"><i class="fa fa-facebook"></i></a></li>
                            <li><a  style="color:#1da1f2;" href="https://twitter.com/share?url=https://www.euas.com.tr/urun/tbk-008-bic-otomatik-tornavida&text=Tbk-008 Bıc Otomatik Tornavida" title="Twitter da Paylaş" onclick="window.open('', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"  target="popupwindow" ><i class="fa fa-twitter"></i></a></li>
                            <li><a  style="color:#0077b5;" href="http://www.linkedin.com/shareArticle?url=https://www.euas.com.tr/urun/tbk-008-bic-otomatik-tornavida&title=Tbk-008 Bıc Otomatik Tornavida" title="LinkedIn de Paylaş" onclick="window.open('', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow" href="#"><i class="fa fa-linkedin"></i></a></li>

                                            </ul>
                                            <form class="d-inline-block">

                                              
                                                
                                                
                                            </form>
                                        </div>
                                    </div>
                                    
                                </div>
                            </div>
                        </div>
                    </div>
                    <section class="tab-product tab-exes creative-card creative-inner">
                        <div class="row">
                            <div class="col-sm-12 col-lg-12">
                                <ul class="nav nav-tabs nav-material" id="top-tab" role="tablist">
                                    <li class="nav-item"><a class="nav-link active" id="top-home-tab" data-toggle="tab" href="#top-home" role="tab" aria-selected="true"><i class="icofont icofont-ui-home"></i>Ürün Detayları</a>
                                        <div class="material-border"></div>
                                    </li>
                                    <li class="nav-item"><a class="nav-link" id="profile-top-tab" data-toggle="tab" href="#top-profile" role="tab" aria-selected="false"><i class="icofont icofont-man-in-glasses"></i>Yorumlar (0)</a>
                                        <div class="material-border"></div>
                                    </li>
                                    <li class="nav-item"><a class="nav-link" id="contact-top-tab" data-toggle="tab" href="#top-contact" role="tab" aria-selected="false"><i class="icofont icofont-contacts"></i>Yorum Yap</a>
                                        <div class="material-border"></div>
                                    </li>
                                    
                                </ul>
                                <div class="tab-content nav-material" id="top-tabContent">
                                    <div class="tab-pane fade show active" id="top-home" role="tabpanel" aria-labelledby="top-home-tab" >
											
											<p></p>
											
											<p></p>
											
											
										
											
											 
											
											
											<br><p>
											Tag : </p>
                                    </div>
                                    <div class="tab-pane fade" id="top-profile" role="tabpanel" aria-labelledby="profile-top-tab">

 <section class="review  section-big-py-space">
            <div class="container">
                <div class="row review-block">

  

 </div>
  </div>
   </section>                                      
                                    </div>
                                    <div class="tab-pane fade" id="top-contact" role="tabpanel" aria-labelledby="contact-top-tab">
 <form class="theme-form" method="post" action="https://www.euas.com.tr/yorumkaydet.asp" id="formkontol">
                                            <div class="form-row">
                                                <div class="col-md-12">
                                                    <div class="media">
                                                        <label style="margin-top:5px;">Puan</label>
                                                        <div class="media-body ml-3">
<script type="text/javascript">

  function TextAreaKarakterSayisiDogrula()
    {

        var sonSayi = 500 - document.getElementById("Adres").value.length;

        if (sonSayi >= 0)

        {

            document.getElementById("KalanKarakterSayac").innerHTML ='Kalan Karakter : '+ sonSayi;

        }
        else

        {

            document.getElementById("Adres").value = document.getElementById("Adres").value.substring(0, 500);

            document.getElementById("KalanKarakterSayac").innerHTML = 0;

        }

    }

</script>


<input type="hidden" value="20155" name="urunid"  >
<input type="hidden" value="tbk-008-bic-otomatik-tornavida" name="urunlinki" >
<input type="hidden" value="9" name="mysec"  >
	<script type="text/javascript">
var $h = jQuery.noConflict(); 
		$h(function(){

			var kontrol=0;//kontrol değişkenimiz.tıklandıktan sonra renkler sıfırlanmasın diye



			$h("#yildiz i").mouseover(function(){//yıldızların üzerine mouse ile gelinirse

					var index=$h(this).index();//üzerine gelinenin sayfadaki sırasını al.

					$h("#yildiz i").css("color","#CECECE")//tüm yıldızları siyah yap

					

					for(i=index;i>=0;i--){//seçtiğimiz yıldız ve altındakileri döngüye alıyoruz.

						$h("#yildiz i:eq("+i+")").css("color","#F6BC3E");//tek tek renklerini değiştiriyoruz.

					}

			})



			$h("#yildiz i").mouseout(function(){//yıldızların üzerinden mouse çekilirse

				if(kontrol==0){//kontrol 0 ise

					$h("#yildiz i").css("color","#CECECE");//hepsini siyah yap

				}

			})



			$h("#yildiz i").click(function(){//yıldıza tıklanırsa

				var index=$h(this).index()+1;//seçilen yıldız sayısını buluyoruz.

				kontrol=1;//kontrolü 1 yapıyoruz

document.getElementById('puan').value = index;
document.getElementById('yazdir').innerHTML=(index+" yıldız verdiniz.");//yıldız sayısını ekrana bastırıyoruz.
			})

		})

	</script>
                                    <div class="form-group col-12">
                                        <div id="yildiz">
    <i class="fa fa-2x fa-star" style="cursor:pointer;"></i>
    <i class="fa fa-2x fa-star" style="cursor:pointer;"></i>
    <i class="fa fa-2x fa-star" style="cursor:pointer;"></i>
    <i class="fa fa-2x fa-star" style="cursor:pointer;"></i>
    <i class="fa fa-2x fa-star" style="cursor:pointer;"></i>
                                 <div id="yazdir"></div>    
                                    </div> 
                                    </div>
                                    
                                    <input  name="puan" type="hidden" id="puan" value="5">
                                                              </div>
                                                    </div>
                                                </div>

                                                <div class="col-md-12">
                                                    <label for="review">Yorumunuz</label>
                                                    <textarea class="form-control" rows="4" required   id="Adres" name="yrm" onkeyup="TextAreaKarakterSayisiDogrula()" placeholder="Yorumunuzu buraya yazabilirsiniz."></textarea>
                                                    <div  id="KalanKarakterSayac" class="text-danger"></div>
                                                </div>
                                                
                                                
                                    <div class="col-md-3">
                                  6 + 3 = ?      <input required class="form-control" type="number" maxlength=2 name="cevap">
                                    </div>

                                                
                                                
                                                <div class="col-md-12">
                                                    <button  type="submit"  class="btn btn-normal" type="submit">Yorumu Kaydet</button>
                                                </div>
                                            </div>
                                            
                                            <div style="display:none;"><div class="error" ></div></div>
                                        </form>                                       
                                    </div>
                                    
                                </div>
                            </div>
                        </div>
                    </section>
                </div>
            </div>
        </div>
    </div>
</section>



<section class="section-big-py-space  ratio_asos bg-light">
    <div class="custom-container">
        <div class="row">
            <div class="col-12 product-related">
                <h2>Kategoridekiler</h2>
            </div>
        </div>
        <div class="row ">
           <div class="col-12 product">
                <div class="product-slide-6 no-arrow">
                    
                    
  
                   
                    
                    
                    
                    
                </div>
           </div>
        </div>
    </div>
</section>




<script id="rendered-js">
var $xr= jQuery.noConflict();
$xr(function () {
  $xr(".loadx").slice(0, 8).show();
  $xr("#loadMore").on('click', function (e) {
    e.preventDefault();
    $xr(".loadx:hidden").slice(0, 8).slideDown();
    if ($(".loadx:hidden").length == 0) {
      $xr("#load").fadeOut('slow');
    }
  });
});
</script>



<script type="text/javascript">
var $t= jQuery.noConflict();
$t(function(){
    $t('.direktikla').trigger('click');
});
</script>

 <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  
      <script id="rendered-js" >
$(function () {

  var native_width = 0;
  var native_height = 0;
  var mouse = { x: 0, y: 0 };
  var magnify;
  var cur_img;

  var ui = {
    magniflier: $('.magniflier') };


  // Add the magnifying glass
  if (ui.magniflier.length) {
    var div = document.createElement('div');
    div.setAttribute('class', 'glass');
    ui.glass = $(div);

    $('body').append(div);
  }


  // All the magnifying will happen on "mousemove"

  var mouseMove = function (e) {
    var $el = $(this);

    // Container offset relative to document
    var magnify_offset = cur_img.offset();

    // Mouse position relative to container
    // pageX/pageY - container's offsetLeft/offetTop
    mouse.x = e.pageX - magnify_offset.left;
    mouse.y = e.pageY - magnify_offset.top;

    // The Magnifying glass should only show up when the mouse is inside
    // It is important to note that attaching mouseout and then hiding
    // the glass wont work cuz mouse will never be out due to the glass
    // being inside the parent and having a higher z-index (positioned above)
    if (
    mouse.x < cur_img.width() &&
    mouse.y < cur_img.height() &&
    mouse.x > 0 &&
    mouse.y > 0)
    {

      magnify(e);
    } else
    {
      ui.glass.fadeOut(100);
    }

    return;
  };

  var magnify = function (e) {

    // The background position of div.glass will be
    // changed according to the position
    // of the mouse over the img.magniflier
    //
    // So we will get the ratio of the pixel
    // under the mouse with respect
    // to the image and use that to position the
    // large image inside the magnifying glass

    var rx = Math.round(mouse.x / cur_img.width() * native_width - ui.glass.width() / 2) * -1;
    var ry = Math.round(mouse.y / cur_img.height() * native_height - ui.glass.height() / 2) * -1;
    var bg_pos = rx + "px " + ry + "px";

    // Calculate pos for magnifying glass
    //
    // Easy Logic: Deduct half of width/height
    // from mouse pos.

    // var glass_left = mouse.x - ui.glass.width() / 2;
    // var glass_top  = mouse.y - ui.glass.height() / 2;
    var glass_left = e.pageX - ui.glass.width() / 2;
    var glass_top = e.pageY - ui.glass.height() / 2;
    //console.log(glass_left, glass_top, bg_pos)
    // Now, if you hover on the image, you should
    // see the magnifying glass in action
    ui.glass.css({
      left: glass_left,
      top: glass_top,
      backgroundPosition: bg_pos });


    return;
  };

  $('.magniflier').on('mousemove', function () {
    ui.glass.fadeIn(100);

    cur_img = $(this);

    var large_img_loaded = cur_img.data('large-img-loaded');
    var src = cur_img.data('large') || cur_img.attr('src');

    // Set large-img-loaded to true
    // cur_img.data('large-img-loaded', true)

    if (src) {
      ui.glass.css({
        'background-image': 'url(' + src + ')',
        'background-repeat': 'no-repeat' });

    }

    // When the user hovers on the image, the script will first calculate
    // the native dimensions if they don't exist. Only after the native dimensions
    // are available, the script will show the zoomed version.
    //if(!native_width && !native_height) {

    if (!cur_img.data('native_width')) {
      // This will create a new image object with the same image as that in .small
      // We cannot directly get the dimensions from .small because of the 
      // width specified to 200px in the html. To get the actual dimensions we have
      // created this image object.
      var image_object = new Image();

      image_object.onload = function () {
        // This code is wrapped in the .load function which is important.
        // width and height of the object would return 0 if accessed before 
        // the image gets loaded.
        native_width = image_object.width;
        native_height = image_object.height;

        cur_img.data('native_width', native_width);
        cur_img.data('native_height', native_height);

        //console.log(native_width, native_height);

        mouseMove.apply(this, arguments);

        ui.glass.on('mousemove', mouseMove);
      };


      image_object.src = src;

      return;
    } else {

      native_width = cur_img.data('native_width');
      native_height = cur_img.data('native_height');
    }
    //}
    //console.log(native_width, native_height);

    mouseMove.apply(this, arguments);

    ui.glass.on('mousemove', mouseMove);
  });

  ui.glass.on('mouseout', function () {
    ui.glass.off('mousemove', mouseMove);
  });

});
//# sourceURL=pen.js
    </script>




<footer>
    <div class="footer1">
      <div class="container">
          <div class="row">
            <div class="col-12">
              <div class="footer-main">
                  <div class="footer-box">
                    <div class="footer-title mobile-title">
                        <h5>Kurumsal</h5>
                    </div>
                    <div class="footer-contant">
                      <div class="footer-logo">
                  <a href="https://www.euas.com.tr" class="logowhite">
                    <img src="https://www.euas.com.tr/images/logo.png" class="img-fluid " alt="EUAS Tekno Market">
                  </a>
                  
                  <a href="https://www.euas.com.tr" class="logodark">
                    <img src="https://www.euas.com.tr/images/logodark.png" class="img-fluid " alt="EUAS Tekno Market">
                  </a>
                      </div>
                      <p>EUAS Tekno Market: Teknolojiye Ulaşmanın En Kolay Yolu

EUAS Tekno Market, teknolojiyi herkes için erişilebilir kılma misyonuyla yola çıkan ve "Teknolojiye Ulaşmanın En Kolay Yolu" sloganıyla kullanıcılarına yenilikçi çözümler sunan bir tekn...</p>
                      <ul class="paymant">
                        <li><a href="javascript:void(0)"><img style="background-color:#FFF;" src="https://www.euas.com.tr/images/carts.png" class="img-fluid" alt="pay"></a></li>
                      </ul>
                    </div>
                  </div>
                  <div class="footer-box">
                      <div class="footer-title">
                          <h5>Sayfalar</h5>
                      </div>
                      <div class="footer-contant">
                          <ul>

<li><a href="https://www.euas.com.tr/sayfalar/kurumsal">KURUMSAL</a></li>

<li><a href="https://www.euas.com.tr/sayfalar/kisisel-verilerin-kullanimi">KİŞİSEL VERİLERİN KULLANIMI</a></li>

<li><a href="https://www.euas.com.tr/sayfalar/gizlilik-ve-guvenlik">GİZLİLİK VE GÜVENLİK</a></li>

<li><a href="https://www.euas.com.tr/sayfalar/mesafeli-satis-sozlesmesi">MESAFELİ SATIŞ SÖZLEŞMESİ</a></li>


                          </ul>
                      </div>
                  </div>
                  
                  <div class="footer-box">
                      <div class="footer-title">
                          <h5>Bilgilendirmeler</h5>
                      </div>
                      <div class="footer-contant">
                          <ul>

<li><a href="https://www.euas.com.tr/sayfalar/odeme-ve-teslimat">ÖDEME VE TESLİMAT</a></li>

<li><a href="https://www.euas.com.tr/sayfalar/uyelik-sozlesmesi">ÜYELİK SÖZLEŞMESİ</a></li>

<li><a href="https://www.euas.com.tr/sayfalar/iade-ve-degisim">İADE VE DEĞİŞİM</a></li>

<li><a href="https://www.euas.com.tr/sayfalar/iletisim">İLETİŞİM</a></li>


                          </ul>
                      </div>
                  </div>
                  
<div class="footer-box">
                        <div class="footer-title">
                            <h5>İletişim Bilgilerimiz</h5>
                        </div>
                        <div class="footer-contant">
                            <ul class="contact-list">
                                <li><i class="fa fa-map-marker"></i> Nişancı Mah. Otakçılar Cad. No:59 34050 Eyüpsultan/İstanbul</li>
                                <li><i class="fa fa-phone"></i>destek: <span>wa.me/905360319834</span></li>
                                <li><i class="fa fa-envelope-o"></i>eposta: info@euas.com.tr</li>
                            </ul>
                        </div>
                  </div>                  
                  
                  
              </div>
            </div>
          </div>
      </div>
    </div>
    <div class="subfooter dark-footer ">
        <div class="container">
            <div class="row">
                <div class="col-xl-4 col-md-6 col-sm-12">
                    <div class="footer-left">
                        <p>EUAS Tekno Market - 2026 </p>
                    </div>
                </div>
				
				
				<div class="col-xl-4 col-md-2 col-sm-12">
                    <div style="text-align:Center;color:#FFFFFF;">
                       <a style="text-align:Center;color:#FFFFFF;" href="https://www.erzincanwebtasarim.com/"><i class="fa fa-paint-brush"></i> erzincan web tasarım</a>
                    </div>
                </div>
				
				
                <div class="col-xl-4 col-md-4 col-sm-12">
                    <div class="footer-right">
                        <ul class="sosiyal">
						  
                          <li><a href="https://www.facebook.com/euasteknomarket"><i class="fa fa-facebook"></i></a></li>
                          <li><a href="https://www.youtube.com/@euasteknomarket"><i class="fa fa-youtube"></i></a></li>
                          <li><a href="https://www.instagram.com/euasteknomarket"><i class="fa fa-instagram"></i></a></li>

                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>





<div id="myAccount" class="add_to_cart right account-bar">
    <a href="javascript:void(0)" class="overlay" onclick="closeAccount()"></a>
  <div class="cart-inner" style="height:100%;">
    

    
        <div class="cart_top">
            <h3>Üye Girişi</h3>
            <div class="close-cart">
                <a href="javascript:void(0)" onclick="closeAccount()">
                    <i class="fa fa-times" aria-hidden="true"></i>
                </a>
            </div>
        </div>
     <form class="theme-form" action="https://www.euas.com.tr/uye_tani.asp" method="post"   id="formkontol">
     
     
    
     
		<input type="hidden" name="avci" value="dizayner">
            <div class="form-group">
                <label for="email">E-posta Adresiniz</label>
                <input  class="form-control" type="email" name="eposta" required minlength="3" maxlength="50" placeholder="E-posta Adresiniz">
            </div>
            <div class="form-group">
                <label for="review">Şifreniz</label>
                <input  class="form-control" type="password" name="sifre" required minlength="4" maxlength="18">
            </div>
            <div class="form-group">
                <input type="submit" class="btn btn-normal btn-block " name="login" value="GİRİŞ YAP">
            </div>
            
            <div>
                <h5 class="forget-class"><a href="https://www.euas.com.tr/sifremiunuttum.html" class="d-block">Şifrenizi hatırlatalım mı?</a></h5>
                <h6 class="forget-class"><a   href="https://www.euas.com.tr/uyeol.html" >Üyeliğiniz yok mu ? Hemen üye olun.</a></h6>
				
            </div>
			<div style="display:none;"><div class="error" ></div></div>
        </form>				


    
</div>
</div>


<div id="wishlist_side" class="add_to_cart right">
    <a href="javascript:void(0)" class="overlay" onclick="closeWishlist()"></a>
    <div class="cart-inner">
        <div class="cart_top">
            <h3>favori listem</h3>
            <div class="close-cart">
                <a href="javascript:void(0)" onclick="closeWishlist()">
                    <i class="fa fa-times" aria-hidden="true"></i>
                </a>
            </div>
        </div>
        <div class="cart_media">
            <ul class="cart_product">
            
                
            </ul>
           
        </div>
    </div>
</div>
 <!-- 
  <div class="product-notification" id="dismiss">
    <span  onclick="dismiss();" class="close" aria-hidden="true">×</span>
    <div class="media">
      <img class="mr-2" src="assets/images/layout-1/product/5.jpg" alt="Generic placeholder image">
      <div class="media-body">
        <h5 class="mt-0 mb-1">emrah</h5>
        Cras sit amet nibh libero, in gravida nulla.
      </div>
    </div>
  </div>
  -->


<script src="https://www.euas.com.tr/assets/js/slick.js"></script>
<script src="https://www.euas.com.tr/assets/js/popper.min.js" ></script>
<script src="https://www.euas.com.tr/assets/js/menu.js"></script>
<script src="https://www.euas.com.tr/assets/js/bootstrap.js"></script>
<script src="https://www.euas.com.tr/assets/js/bootstrap-notify.min.js"></script>
<script src="https://www.euas.com.tr/assets/js/script.js"></script>
<script type="text/javascript" src="https://www.euas.com.tr/assets/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="https://www.euas.com.tr/assets/sorgu/jquery.js"></script>
<script type="text/javascript" src="https://www.euas.com.tr/assets/sorgu/jquery.autocomplete.pack.js"></script>
<link rel="stylesheet" type="text/css" href="https://www.euas.com.tr/assets/sorgu/jquery.autocomplete.css" />

<script src="https://www.euas.com.tr/assets/kvkk/cookie.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#000"
},
"button": {
"background": "#f1d600"
}
},
"theme": "classic",
"content": {
"message": "Elektronik Mağazamızda Paylaşacağınız Bilgiler 6698 Sayılı Kişisel Verilerin Korunması Kanununa Uygun Olarak İşlenmektedir.",
"dismiss": "Tamam",
"href": "https://www.euas.com.tr/sayfalar/kisisel-verilerin-kullanimi"
}
});
</script>


<script type="text/javascript">
var arm= jQuery.noConflict();
arm().ready(function() {
	arm("#input").autocomplete("https://www.euas.com.tr/sorgu.asp", {		
		delay: 300,
        minChars: 2,
        max: 12,
			});
	arm("#input").result(function(event, data, formatted) {	
	    document.getElementById("input").value = document.getElementById("input").value.replace(/(<.+?>)/gi, '');
		arm("#arak").submit();
		if (data)
			arm(this).parent().next().find("input").val(data[1]);
	});
});
</script>
  





<script type="text/javascript">
var $e = jQuery.noConflict(); 
function gonder(id){
$e('#sonuc'+id).slideDown('slow');
$e("#sonuc"+id).html('<div id=resim style=margin-top:-15px;><center><img src="https://www.euas.com.tr/images/loading.gif"></center></div>');
$e.ajax({
type:'POST',
url:'https://www.euas.com.tr/sepete_ekle.asp',
data:$e('#form'+id).serialize(),
success:function(cevap){   
 $e("#sonuc"+id).html(cevap)
 $e("#cart_side").load('https://www.euas.com.tr/sepet_yan.asp');
 $e("#sepetsayisi").load("https://www.euas.com.tr/sepet_say.asp");
 $e("#favorisayisi").load("https://www.euas.com.tr/favori_say.asp");
openCart();
}})
}
</script>


<script type="text/javascript">
var $r = jQuery.noConflict(); 
function adetartir(id){
$r('#sonucxx'+id).slideDown('slow');
$r("#sonucxx"+id).html('<i class="fa fa-spinner text-warning fa-1x  fa-pulse fa-fw "></i> <span style="margin:5px;">Lütfen Bekleyin.</span>');
$r.ajax({
type:'POST',
url:'https://www.euas.com.tr/sepete_guncelle.asp',
data:$r('#formadetartir'+id).serialize(),
success:function(cevap){   
    $r("#sonucxx"+id).html(cevap)
     $r("#cart_side").load('https://www.euas.com.tr/sepet_yan.asp');
openCart();
}})
}
</script>



<script type="text/javascript">
var $r = jQuery.noConflict(); 
function adetazalt(id){
$r('#sonucxx'+id).slideDown('slow');
$r("#sonucxx"+id).html('<i class="fa fa-spinner text-warning fa-1x  fa-pulse fa-fw "></i> <span style="margin:5px;">Lütfen Bekleyin.</span>');
$r.ajax({
type:'POST',
url:'https://www.euas.com.tr/sepete_guncelle.asp',
data:$r('#formadetazalt'+id).serialize(),
success:function(cevap){   
    $r("#sonucxx"+id).html(cevap)
     $r("#cart_side").load('https://www.euas.com.tr/sepet_yan.asp');
openCart();
}})
}
</script>


<script>
var $s = jQuery.noConflict(); 
$s(document).ready(function() {
$s("#cart_side").load("https://www.euas.com.tr/sepet_yan.asp");
$s("#sepetsayisi").load("https://www.euas.com.tr/sepet_say.asp");
$s("#favorisayisi").load("https://www.euas.com.tr/favori_say.asp");
});
</script>


<div id="main-div"  style="bottom:20px;"  >
<div id="main-button" class="wave open" style="background-color:#25D366" ><a style="color:#FFF;" target="_blank" href="https://wa.me/9wa.me/905360319834"<i id="emrah" class="fa fa-whatsapp fa fa-whatsapp"></i></a></div>
</div>
<script>
var mainDiv = document.getElementById('main-button');
mainDiv.addEventListener('click', function(){
  this.children.item(0).classList.toggle('fa-times');
  this.classList.toggle('open');  
});

</script>

</body>

</html>
