*{
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: Roboto,sans-serif;
  box-sizing: border-box;
}

html{
  overflow-y: scroll; /* Scroll bar her zaman gösterilecek */
}
html,body{
  min-height: 100vh;
  height: auto;
  margin: 0;
  background-color: #fff;
}

body{
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

strong{
  font-size: inherit!important;
}

/*backgrond colors*/
.bg-red{
  background-color: #ff4436
}
.bg-gray{
  background-color: #eaf0fc;
}
.bg-green{
  background-color: #57cc24;
}
.bg-orange{
  background-color: #E67A00;
}

.color-black{
  color:#0F1111;
}

.border-grey{
  border-color: rgba(188,188,188,0.5);
}
/**/
.button-blue{
  background-color: #13517c;
}
.button-blue:hover{
  background-color: #225f89;
}

.cookie_policy{
  z-index: 999;
}
.carousel-control-next, .carousel-control-prev {
  z-index: 0!important;
}

/*navbar*/

.menu_icon{
  cursor: pointer;
}


.searchInput{
  width: 50%;
  height: 40px;
  margin-left: 10px;
  text-indent: 12px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.searchInput:focus,.searchSelect:focus{
  outline: none;
}
.searchButton{
  width: 10%;
  border: none;
  height: 40px;
  background-color: #f4a757;
}
.searchSelect{
  width: 40%;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 12px;
  text-align: left;
  background-color: #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.navbarInfo{
  display: none;
}

.searchWrapper{
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.searchIcon{
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbarListIcons{
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
}
.navbarListIcons i{
  font-size: 18px;
}

#navbar_before{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: rgba(19,81,124);
  box-sizing: border-box;
  padding: 5px 10px 15px 10px;
}

#navbar_before .companyNamePhone{
  font-size: 14px;
  font-family: Arial,sans-serif;
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
}

#navbar_before .phoneMenu{
  display: flex;
  justify-content: center;
  align-items: center;
}



#navbar_before .navbarListIcons{
  position: relative;
  height: 34px;
  color:#fff;
}
#navbar_before i{
  color:#fff;
  padding: 0 7px;
  font-size: 18px;
  font-weight: bold;
}

#navbar_before .userButton{
  position: absolute;
  right:0;
  height: 34px;
  outline: none;
  border: none;
  color: #fff;
  background: none;
}

#navbar_before .menuButton {
  height: 36px; /* Buton boyutu biraz küçültüldü */
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  color: #f0a500; /* Normal görünümde ikon rengi */
  background-color: #555; /* Normal görünümde arka plan rengi */
  border-radius: 50%; /* Yuvarlak tasarım */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Gölge efekti */
  transition: transform 0.2s ease; /* Tıklama efekti için geçiş */
  cursor: pointer;
}

#navbar_before .menuButton:active {
  transform: scale(0.9); /* Tıklama efekti - buton küçülür */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Tıklamada gölge küçülür */
}

/* Menü ikonunun stilini özelleştirme */
#navbar_before .menuButton i {
  font-size: 18px; /* İkon boyutu küçültüldü */
  transition: none; /* Hover efekti olmadığı için geçiş kaldırıldı */
}

#navbar_before .menuButton:hover {
  background-color: #555; /* Hover olduğunda arka plan rengi */
  transform: scale(1.1); /* Hover sırasında buton biraz büyür */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Daha belirgin bir gölge */
}

#navbar_before .menuButton:hover i {
  color: #f0a500; /* Hover sırasında ikon rengi */
}

#navbar_before .searchSelect{
  display: none;
}

#navbar_before .searchInput{
  width: 100%;
}


/*navbar bootstrap*/

#navbar{
  display: none;
  background-color: rgba(19,81,124);
  height: 57px;
}

#navbar .companyName{
  font-size: 18px;
  font-family: 'Anton', sans-serif;
  padding: 5px 10px;
  height: 28px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  color: #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  text-decoration: none;
}

#navbar ul li .active{
  text-decoration: underline!important;
}

.sticky{
  position: fixed!important;
  top:0;
  left:0;
  width: 100%;
  z-index: 6;
  background-color: rgba(19,81,124,1)!important;
}

#navbar #urunlerDropdown::after{
 content: " ";
 position: absolute;
 bottom: calc(100% - 2px);  /* At the top of the tooltip */
 left: calc(100% - 30px);
 border-width: 8px;
 border-style: solid;
 border-color: transparent transparent #fff transparent;
}
#urunlerDropdown{
  top:calc(100% - 8px);
  right:-50px;
  border:none;
  z-index: 900;
}
#urunlerDropdown .menu{
  width: 540px;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  border: 1px solid #ddd;
}
#urunlerDropdown .menu .link{
  text-decoration: none;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  padding: 5px;
  font-size: 16px;
  color: #111;
  width: 50%;
  line-height: 19px;
  height: 29px;
  max-height: 29px;
  overflow-y: hidden;
  border: 1px solid #ddd;
  position: relative;
}
#urunlerDropdown .menu .link:hover{
  background-color: #f2f2f2;
}
#urunlerDropdown .menu .link .link_icon{
  position: absolute;
  right: 5px;
}

#userDropdown{
  border: 1px solid #bcbcbc;
}
#userDropdownWrapper div:first-child{
  border-right: 1px solid #bcbcbc;
}


#nav-cover{
  width: 100%;
  height: 100vh;
  z-index: 1;
  left:0;
  top:57px;
}

/**/



/*content*/
.content{
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden; /* Taşmaları engeller */
}


/**/

/*navbar.php*/
.border-active{
  border-bottom: 1px solid #111!important;
}
.hover-border{
  border: 1px solid transparent;
  transition: 0.4s ease;
  box-sizing: border-box;
  cursor: pointer;
}

.hover-border:hover{
  border: 1px solid #111;
}

.hover-underline{
  cursor: pointer;
}
.hover-underline:hover{
  text-decoration: underline!important;
}

/*--*/

/*anasayfa.php*/


.marka{
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: 600;
  color: #f85757;
}

.urun_adi{
  font-size: 12px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: 500;
  text-decoration: none;
  line-height: 14px;
  color: #111;
  font-weight: 600;
}

.sliderLink{
  text-decoration: none;
}

.icon_new{
  background: #57a635;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 4px 4px;
}



.icon_coksatan{
  background: #f81111;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 4px 4px;
}

.changeButton{
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #1590ec;
  color: #fff;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
  transition: .2s ease;
  border: 1px solid transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
   z-index: 1;
}
.changeButton:hover{
  background-color: #299aef;
  border: 1px solid #111;
}

.slider{
  width: 100%;
  min-height: 450px;
  height: auto;
}

.slider .slider_img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hideQuickLinks{
  display: none!important;
}

.laboratuvar .passive{
  display: none!important;
}
.laboratuvar a{
  text-decoration: none!important;
}

.laboratuvar .productImage{
    width: 350px;
    height: 350px;
    border: 1px solid #ddd;
}

.leftMenu{
  width: 280px;
  max-width:280px;
  overflow-y: scroll;
  position: fixed;
  top: 182px;
}
.leftMenu li{
  margin: 2px;
  cursor: pointer;
  transition: .2s ease;
  border-radius: 3px;
  padding: 0;
  display: flex;
}

.leftMenu li a{
  width: 100%;
  height: 100%;
  padding: 5px;
}

/*kullanıcı profili*/
.profil_link{
  border: 1px solid #bcbcbc;
  width: 300px;
  height: 90px;
  max-height: 90px;
}
.profil_link:hover{
  background-color: #f3f6f4;
}

.ayalar_section{
  border-bottom: 1px solid #bcbcbc;
  height: 90px;
}

/**/
/*urunler*/
.fastLinksMenu{
  min-width: 250px;
}
.fastLinksMenu li{
  padding: 0;
}
.fastLinksMenu li a{
  width: 100%;
  height: 100%;
}

/**/



/*Urunler anasayfa*/
.productCard{
  background: #eeeeee;
  height: auto;
  box-sizing: border-box!important;
}
.productCard a{
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.productCard a:hover{
  text-decoration: underline;
}

.productCard img{
  max-width: 150px;
  max-height: 150px;
}

.productCardMain{
  height: auto;
  min-height: 220px;
}

.pdf_link{
  text-decoration: none;
  color: #444;
}
.pdf_link:hover{
  text-decoration: underline;
}

.textJustify{
  text-align: justify;
}


/* CSS */
.button_orange{
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 90%;
  border: 0;
  transition: ease .2s;
  margin: 2px auto;
}

.button_orange:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
  color: #ddd;
  text-decoration: none!important;
}



/*ürünler genel*/

.urunDetay h2{
  font-size: 22px;
  font-weight: 600;
}

.urunDetay h3{
  font-size: 16px;
}

.urunDetay li{
  font-size: 16px;
}
.urunDetay a{
  font-size: 16px;
}
.urunDetay b{
  font-size: 16px;
}
.urunDetay p{
  font-size: 16px;
}


.urunDetay ul{
  margin-left: 20px;
  padding: 10px;
}

/*footer.php*/

.turnBackTop{
  background-color: #5b5b5b;
  cursor: pointer;
  transition: .2s ease;
}
.turnBackTopText{
  font-family: Verdana,Helvetica;
  font-size: 14px;
}
.turnBackTop:hover .turnBackTopText{
  text-decoration: underline;
}
.turnBackTop:hover{
  background-color: #534f4f;
}

/*--*/

/*for mobile phones*/

.image_carousel_full{
  width: 300px;
  height: 300px;
}

.bigContainer{
  width: 320px;
  height: 320px;
}

.vitrinUrunleri{
  width: 170px;
  margin: 0 5px;
}

.pageNav{
  overflow-x: auto;
  height: 45px;
  z-index: 0;
}
.leftMenuListItem{
  width: auto;
}

/*urun_goster*/

.productDiv{
  width: 90%;
  min-width: 190px;
  max-width: 340px;
  margin: 0 auto;
  height: 488px;
  background-color: #f4f4f4;
}
.productDiv img{
  min-width: 186px;
}

.productMainRight{
  width: 100%;
}

.productDiv img{
  cursor: pointer;
}
.productDiv .buttonTeklif{
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
}

.urunLink{
  text-decoration: none;
  color: black;
}
.urunLink *{
  line-height: 15px;
}
.urunLink:hover{
  text-decoration: underline;
  color: #bc9620
}
.urunLink h2{
  display: flex;
  justify-content: center;
}
.urunLink span{
  text-align: center;
  padding: 0;
  margin: 0;
  padding: 0 5px;
}
/**/

.productMainLeft{
  width: 100%;
  margin-top: 80px;
  display: none;
}


/**urun**/
.productShareIcon{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  transition: 0.3s ease;
}
.productShareIcon:hover{
  border: 1px solid #111;
}

.productRow{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 1355px;
  min-height: calc(100vh - 173px);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}



.magnifier{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ddd;
  z-index: 1;
  width: 500px;
  height: 500px;
}



/*ürün sayfası mobil*/

.productLeft,.productMid,.productRight{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.productLeft{
  padding: 5px;
  flex-direction: column;
}

.productLeft .smallPicturesWrapper{
  flex-direction: column;
  height: 100%;
  margin-right: 10px;
  box-sizing: border-box;
}
.productLeft .smallPicturesWrapper .small_image{
  border: 2px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.5s ease;
  cursor: pointer;
  margin: 2px 0;
  width: 50px;
  height: 50px;
}
.productLeft .smallPicturesWrapper .small_image:hover{
  border: 2px solid #111;
}

.productLeft .smallPicturesWrapper .selected{
  border: 2px solid #ed7d7d;
}

.productLeft{
  position: relative;
}
.productLeft #pic{
  min-width: 250px;
}

.productRight{
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 20px;
}

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

#picture{
  margin: 0 auto;
}

.productMid{
  flex-direction: column;
  justify-content: flex-start;
  padding: 5px 20px;
}

.productRecommend{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  /* Scroll bar stilini gizlememek için */
  scrollbar-width: thin; /* Firefox için */
  scrollbar-color: #888 #f0f0f0; /* Renkler: Thumb, Track */
}

/* WebKit tarayıcılar için */
.productRecommend::-webkit-scrollbar,.scroll::-webkit-scrollbar{
  height: 8px; /* Scroll bar yüksekliği */
}

.productRecommend::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track {
  background: #f0f0f0; /* Arka plan rengi */
  border-radius: 10px; /* Yuvarlatılmış köşeler */
}

.productRecommend::-webkit-scrollbar-thumb, .scroll::-webkit-scrollbar-thumb {
  background: #888; /* Scroll bar rengi */
  border-radius: 10px; /* Thumb köşelerini yuvarlat */
  border: 2px solid #f0f0f0; /* Daha temiz görünüm için */
}

.productRecommend::-webkit-scrollbar-thumb:hover,.scroll::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover sırasında renk */
}

.productTitle{
  font-size: 24px;
  font-family: Arial,sans-serif;
  color: #0F1111;
}

.productExtraLinks{
  font-size: 14px;
  font-family: Arial,sans-serif;
  text-decoration: none;
  color: #2162A1;
  cursor: pointer;
  line-height: 18px;
  font-weight: 500;
}
.productExtraLinks:hover{
  text-decoration: underline;
  color: #444444;
}

.productInfoText{
  font-size: 14px;
  font-family: Arial,sans-serif;
  color: #0F1111;
}

.generalText, .generalText *{
  font-size: 17px;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  color: #212529;
}

.generalText strong{
}

.productButton{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  font-family: Arial,sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 3px 2px;
  width: 100%;
  max-width: 200px;
}

.productPageTitle{
  font-size: 21px;
  font-family: Arial,sans-serif;
  font-weight: bold;
}

hr{
  width: 100%!important;
  height: 1px!important;
}

.picture{
  position: relative;
}

.rect{
  display: none;
  z-index: 1;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  background-color: #78787c4d;
  cursor: pointer;
}

.icon_truck{
  background-image: url('/svg/truck.svg');
}

.icon_support{
  background-image: url('/svg/support.svg');
}

.icon_secure{
  background-image: url('/svg/secure.svg');
}

.icon_boxes{
  background-image: url('/svg/boxes.svg');
}

.icon_pdf{
  background-image: url('/svg/pdf.svg');
}

.icon_home{
  background-image: url('/svg/home.svg');
}

.icon_questionmark{
  background-image: url('/svg/questionmark.svg');
}

.icon_whatsapp{
  background-image: url('/svg/whatsapp_logo.svg');
}

.icon_facebook{
  background-image: url('/svg/facebook_logo.svg');
}

.icon_twitter{
  background-image: url('/svg/twitter_logo.svg');
}

.icon_support,.icon_truck,.icon_secure,.icon_boxes,.icon_pdf, .icon_home, .icon_questionmark,.icon_twitter,.icon_whatsapp,.icon_facebook{
  display: flex;
  width: 22px;
  height: 22px;
  margin: 2px 0;
  background-size: cover; /* Görselin kutuyu doldurması için */
  background-repeat: no-repeat; /* Tekrarlamayı engeller */
  background-position: center; /* Görseli kutunun ortasına yerleştirir */
}

.icon_pdf{
  width: 45px;
  min-width: 45px;
  min-height: 45px;
  height: 45px;
  box-sizing: border-box;
  margin-right: 5px;
}


/**/

/**anasayfa**/

/**div breaked**/
/**tüm ekranlar, genel özellikler**/
.product_row_breaked{
  display: flex;
  flex-direction:column;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 40px);
  flex-wrap: wrap;
  margin: 0 20px 20px 20px;
}

.product_row_breaked_child{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
}

.product_row_breaked_child:last-child{
  margin-right: 0;
  margin-bottom: 0;
}

.b_wrapper{
  display: flex;
  flex-wrap: wrap;
}

.b_product_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: calc(50% - 6px);
  max-width: calc(50% - 6px);
  max-height: calc(50% - 6px);
  margin: 3px;
}

.b_product_name{
  font-family: Arial,sans-serif;
  overflow-y: hidden;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  max-height: 30px;
  overflow-y: hidden;
  cursor: pointer;
  color: #111;
}
.b_product_name:hover{
  color: #bc9620
}


.b_product_image{
  width: 100%;
  height: auto;
  max-height: calc(100% - 28px);
  cursor: pointer;
  max-width: 186px;
  max-height: 186px;
  max-width: 186px;
  max-height: 186px;
}

.product_title{
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  text-indent: 3px;
  font-size: 21px;
  font-weight: bold;
  margin: 3px 0;
}

/**div full**/
.product_row_full{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin: 0 20px 20px 20px;
  width: calc(100% - 40px);
  padding: 10px;
}



.product_wrapper{
  display: flex;
  flex-wrap: nowrap; /* Yatay sarma olmaması için nowrap */
  overflow-y: hidden;
  overflow-x: auto;
}
.product_wrapper .button_slide_right,
.product_wrapper .button_slide_left {
  display: none; /* Mobilde görünmesin */
  width: 50px; /* Buton genişliği */
  height: 50px; /* Buton yüksekliği */
  font-size: 24px; /* Metin boyutu */
  color: #fff; /* Metin rengi */
  border: none; /* Kenarlıkları kaldır */
  border-radius: 10%; /* Yuvarlak butonlar */
  background-color: rgba(30, 30, 30, 0.8); /* Koyu arka plan rengi */
  position: absolute;
  top: 50%; /* Dikeyde ortala */
  transform: translateY(-50%);
  align-items: center; /* İçeriği ortala */
  justify-content: center; /* İçeriği ortala */
  cursor: pointer; /* El işareti */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4); /* Daha belirgin bir gölge */
  transition: all 0.3s ease; /* Geçiş animasyonu */
}

.product_wrapper .button_slide_right:hover,
.product_wrapper .button_slide_left:hover {
  background-color: rgba(20, 20, 20, 1); /* Hover'da daha koyu arka plan rengi */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.6); /* Hover'da daha güçlü gölge */
  transform: translateY(-50%) scale(1.1); /* Hover'da hafif büyütme efekti */
}

.product_wrapper .button_slide_right {
  right: 10px; /* Sağda yer alır */
}

.product_wrapper .button_slide_left {
  left: 10px; /* Solda yer alır */
}

.product{
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; /* Yatay sıkışmayı önler */
  position: relative;
  border: 1px solid #ddd;
  max-width: 200px;
}
.product img{
  cursor: pointer;
}

.product_brand{
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.product_link{
  font-family: Arial,sans-serif;
  height: 40px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #0F1111;
  padding: 0 5px;
  overflow-y: hidden;
}
.product_link:hover{
  color: #bc9620;
}


.icon_vitrin{
  background: #ff9629;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 4px 4px;
}
/*spacing div */
.spacing {
  display: flex;
  margin: 0 20px 20px 20px;
  box-sizing: border-box;
  background-color: #f9f9f9; /* Hafif gri arka plan */
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  width: calc(100% - 40px);
  min-height: 60px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
  transition: all 0.3s ease; /* Geçiş efekti */
}
.bg-mainpage{
  background-color: #4a4a4a;
}
/*mainpage top*/
.mainpage_top_wrapper{
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  z-index: 0;
  margin: 0 20px 20px 20px;
  width: calc(100% - 40px);
  background: #fff;
}
#genel_urunler{
  height: 100%;
  width: 100%;
}
#genel_urunler .carousel-inner,#genel_urunler .carousel-inner .carousel-item{
  height: 100%;
  max-height: 100%;
}
.c_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: hidden;
}
.c_wrapper .product_info{
  display: none;
  flex-direction: column;
  max-width: 50%;
  width: 350px;
  height: calc(100% - 10px);
  background: #f8f9fa;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  margin: 5px 0;
  border: 1px solid #ddd;
}
.c_wrapper .product_info a {
  position: absolute;
  margin: 0;
  bottom: 5px;
  padding: 5px;
  background: linear-gradient(135deg, #4a6fc1, #2e448d);
  text-decoration: none;
  width: calc(100% - 10px);
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #fff;
  height: 35px;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.c_wrapper .product_info a:hover {
  background: linear-gradient(135deg, #5c87e1, #3c5ab0);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.c_wrapper .product_info a:active {
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.c_wrapper .product_image{
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: calc(100% - 10px);
  margin: 5px 0;
  padding: 5px;
  position: relative;
}
.c_wrapper .product_image img{
  height: 245px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: auto;
  transition: 0.8s ease;
}
.c_wrapper .product_image img:hover{
  cursor: pointer;
  border: 1px solid #ddd;
}
.c_wrapper .product_image a {
  position: absolute;
  width: calc(100% - 10px);
  bottom: 7px;
  padding: 5px;
  font-family: Arial, sans-serif;
  color: #fff;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #ff8c42, #ff6f1f);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.c_wrapper .product_image a:hover {
  background: linear-gradient(135deg, #ff9e5e, #ff7f2e);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.c_wrapper .product_image a:active {
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/*--*/

/*google button*/

.login-with-google-btn {
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}

.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}

.login-with-google-btn:active {
  background-color: #eeeeee;
}

.login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25), 0 0 0 3px #c8dafc;
}

.login-with-google-btn:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  cursor: not-allowed;
}


/*--*/


.shareMenu{
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: absolute;
  z-index: 9999;
  padding: 10px 5px;
  left: 0;
  top: 0;
  flex-direction: column;
  width: 300px;
}
.shareMenu .closeButton{
  position: absolute;
  top: -10px;
  left: calc(100% - 9px);
  background-color: #111;
  color: white;
  border: none;
  outline: none;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border-radius: 50%;
}

.whatsappShareButton,.facebookShareButton,.twitterShareButton{
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 2px 0;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s ease;
  height: 35px;
}
.whatsappShareButton i,.facebookShareButton i,.twitterShareButton i{
  margin: 3px;
}
.whatsappShareButton{
  background-color: #128C7E;
  color: white;
}
.facebookShareButton{
  background-color: #1877F2;
  color: white;
}
.twitterShareButton{
  background-color: #000000;
  color: white;
}
.whatsappShareButton:hover,.facebookShareButton:hover,.twitterShareButton:hover{
  text-decoration: underline;
  color: #fff;
}

.pageContent{
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (min-width: 576px) {

  /**anasayfa**/
  /*div breaked*/
  .product_row_breaked{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  .product_row_breaked_child:last-child,.product_row_breaked_child:nth-child(3){
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .product_row_breaked_child:nth-child(3),.product_row_breaked_child:nth-child(2){
    margin-right: 0;
  }


  .product_row_breaked_child{
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
    max-width: 50%;
    margin-bottom: 0;
  }
  .b_wrapper{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .b_product_wrapper{
    flex-direction: column;
    width: 50%;
    height: 50%;
    padding: 0;
    max-height: 50%;
  }
  .b_product_name{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    max-height: 28px;
    height: 28px;
    padding: 0 2px;
  }
  /*anasayfa top*/
  .c_wrapper .product_info{
    display: flex;
  }
  /*--*/

  #navbar{
    display: flex;
  }
  #navbar_before .companyNamePhone,.companyNamePhoneList{
    display: none;
  }
  #navbar_before{
    height: 60px;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
    background-color: #fff;
  }
  #navbar_before ul li i{
    color: #111;
  }
  #navbar_before .searchSelect{
    display: flex;
    width: 120px;
  }
  #navbar_before .navbarInfo{
    color: #111;
  }
  /*urun sayfası 576*/
  .productLeft .smallPicturesWrapper{
    display: flex;
  }
  .productLeft{
    flex-direction: row;
  }
  .productMainLeft{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 180px;
  }

  .navbarListIcons{
    width: auto;
  }
  .navbarListIcons i{
    font-size: 24px;
    padding: 0 2px;
  }
  .navbarInfo{
    display: none;
  }
  .searchWrapper{
    width:100%;
  }
  .searchInput{
    width: 100%;
  }
  .searchButton,.searchIcon{
    width: 40px;
  }
  .searchSelect{
    width: 120px;
  }
  .searchButton{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .productDiv{
    width: 100%;
    padding: 2px;
    margin: 2px;
  }

  .marka{
    font-size: 14px;
  }

  .leftMenuListItem{
    width: 100%;
  }

  .productMainRight{
    width: calc(100% - 200px);
  }

  #vitrin_urunleri,#cok_satanlar,#laboratuvar_cihazlari,#kimyasal_urunler,#endustriyel_urunler{
    width: 360px;
    max-width: 360px;
  }

  .image_carousel_full{
    width: 300px;
    height: 300px;
  }

  .bigContainer{
    width: 400px;
    height: 400px;
  }

}


@media only screen and (min-width: 768px) {

  /**anasayfa**/
  /*div breaked*/
  .product_row_breaked{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  
  .product_row_breaked_child:last-child{
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .product_row_breaked_child:nth-child(3){
    margin-right: 0;
    margin-top: 0;
    width: calc((100% - 40px) / 3);
  }

  .product_row_breaked_child:nth-child(2){
    margin-right: 20px;
  }

  .product_row_breaked_child{
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
    max-width: 34%;
  }

  .b_wrapper{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }

  .b_product_wrapper{
    flex-direction: column;
    width: 50%;
    height: 50%;
    padding: 0;
    max-height: 50%;
  }

  .b_product_name{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    max-height: 28px;
    height: 28px;
    padding: 0 2px;
  }

  #navbar_before .phoneMenu{
    display: none;
  }
  /*ürün sayfası 768*/
  .productRow{
    flex-direction: row;
  }

  .productLeft{
    width: 400px;
  }

  .productRight{
    width: 240px;
  }

  .productMid{
    width: 500px;
  }
  .productRight span{
    display: block;
  }

  #picture{
    margin: 0;
  }

  .productRecommend{
    flex-wrap: wrap;
    overflow: auto;
  }

  /*--*/

  .navbarInfo{
    display: flex;
    white-space: nowrap;
  }

  .searchWrapper{
    width:100%;
  }

  .searchInput{
    width: 100%;
  }

  .searchButton,.searchIcon{
    width: 40px;
  }

  .searchSelect{
    width: 120px;
  }

  #navbar .companyName{
    font-size: 18px;
    white-space: nowrap;
  }

  .productDiv{
    width: 249px;
  }

  .productMainLeft{
    width: 230px;
  }
  .productMainRight{
    width: calc(100% - 230px);
  }

  .vitrinUrunleri{
    width: 260px;
  }

  #vitrin_urunleri,#cok_satanlar,#laboratuvar_cihazlari,#kimyasal_urunler,#endustriyel_urunler{
    width: 520px;
    max-width: 520px;
  }

  .laboratuvar .productImage{
      width: 100%;
      height: 100%;
      border: 1px solid #ddd;
  }

  .productCardMain{
    min-height: auto;
  }

 .slider{
    width: 95%;
    top:157px;
  }

 .slider .sliderDiv{
    margin: 0;
    padding: 0;
  }

  .slider{
    width: 95%!important;
  }

  .button_blue{
    -webkit-appearance: none;
    border-radius: 0;
  }

 .slider .slider_img{
    display: flex;
    flex-direction: column;
  }

 .slider .slider_img a{
    position: static!important;
    font-size: 16px!important;
    margin: 0 auto;
  }

  .no-phone {
    display: none!important;
  }

  .image_carousel_full{
    width: 400px;
    height: 400px;
  }

  .bigContainer{
    width: 500px;
    height: 500px;
  }

}



@media only screen and (min-width: 992px) {
  /**anasayfa**/
  /*div breaked*/
  .product_row_breaked{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  .product_row_breaked_child:last-child{
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .product_row_breaked_child:nth-child(3){
    margin-right: 0;
  }
  .product_row_breaked_child{
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
    max-width: 34%;
  }
  .b_wrapper{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .b_product_wrapper{
    flex-direction: column;
    width: 50%;
    height: 50%;
    padding: 0;
    max-height: 50%;
  }
  .b_product_name{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    max-height: 28px;
    height: 28px;
    padding: 0 2px;
  }


  .searchWrapper{
    width:600px;
  }
  .searchInput{
    width: 550px;
  }
  .searchButton,.searchIcon{
    width: 40px;
  }
  .searchSelect{
    width: 120px;
  }

  .productMainLeft{
    width: 250px;
  }
  .productMainRight{
    width: calc(100% - 250px);
  }

  .vitrinUrunleri{
    width: 350px;
  }
  #vitrin_urunleri,#cok_satanlar,#laboratuvar_cihazlari,#kimyasal_urunler,#endustriyel_urunler{
    width: 700px;
    max-width: 700px;
  }

  .image_carousel_full{
    width: 500px;
    height: 500px;
  }

  .bigContainer{
    width: 600px;
    height: 600px;
  }

}

@media only screen and (min-width: 1100px) {
  /**anasayfa**/
  /*div breaked*/
  .product_row_breaked{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  .product_row_breaked_child:last-child{
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .product_row_breaked_child:nth-child(3){
    margin-right: 0;
  }
  .product_row_breaked_child{
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    margin-right: 20px;
    width: calc((100% - 60px) / 3);
    max-width: 34%;
  }
  .b_wrapper{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .b_product_wrapper{
    flex-direction: column;
    width: 50%;
    height: 50%;
    padding: 0;
    max-height: 50%;
  }
  .b_product_name{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    max-height: 28px;
    height: 28px;
    padding: 0 2px;
  }
}


@media only screen and (min-width: 1200px) {

  /**anasayfa**/
  /*div breaked*/
  .product_row_breaked{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  .product_row_breaked_child{
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    margin-right: 20px;
    width: calc((100% - 60px) / 4);
    max-width: 25%;
  }
  .product_row_breaked_child:last-child,.product_row_breaked_child:nth-child(3){
    max-width: 25%;
    width: calc((100% - 60px) / 4);
    margin-top: 0;
  }
  .product_row_breaked_child:nth-child(3){
    margin-right: 20px;
  }
  .b_wrapper{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .b_product_wrapper{
    flex-direction: column;
    width: 50%;
    height: 50%;
    padding: 0;
    max-height: 50%;
  }
  .b_product_name{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    max-height: 28px;
    height: 28px;
    padding: 0 2px;
  }
  /*div full*/
  .product_row_full{
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .product_title{
    font-weight: bold;
    margin: 3px 0;
  }
  .product_wrapper{
    height: 260px;
    max-height: 260px;
  }
  .product_wrapper .button_slide_right,.product_wrapper .button_slide_left{
    display: flex;
    width: 50px;
    height: 80px;
  }
  .product{
    margin: 0 5px;
    width: 226px;
    height: 246px;
  }



  .searchWrapper{
    width:600px;
  }
  .searchInput{
    width: 550px;
  }
  .searchButton{
    width: 45px;
  }
  .searchSelect{
    width: 120px;
  }
  .productMainLeft{
    width: 300px;
  }
  .productMainRight{
    width: calc(100% - 300px);
  }
  .vitrinUrunleri{
    width: 400px;
  }
  #vitrin_urunleri,#cok_satanlar,#laboratuvar_cihazlari,#kimyasal_urunler,#endustriyel_urunler{
    width: 800px;
    max-width: 800px;
  }

  .image_carousel_full{
    width: 600px;
    height: 600px;
  }

  .bigContainer{
    width: 700px;
    height: 700px;
  }
}

@media only screen and (min-width: 1400px) {
  /**anasayfa**/
  /*div breaked*/
  .product_row_breaked{
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
    padding: 0;
  }
  .product_row_breaked_child{
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    margin-right: 20px;
    width: calc((100% - 60px) / 3);
    max-width: 25%;
  }
  .b_wrapper{
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .b_product_wrapper{
    flex-direction: column;
    width: 50%;
    height: 50%;
    padding: 0;
    max-height: 50%;
  }
  .b_product_name{
    text-align: center;
    max-height: 28px;
    height: 28px;
    padding: 0 2px;
  }
  /*div full*/
  .product_row_full{
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px;
  }
  .product_title{
    font-weight: bold;
    margin-top: 3px 0;
  }
  .product_wrapper{
    height: 260px;
    max-height: 260px;
  }
  .product_wrapper .button_slide_right,.product_wrapper .button_slide_left{
    display: flex;
    width: 50px;
    height: 80px;
  }
  .product{
    margin: 0 5px;
    width: 226px;
    height: 246px;
  }
  /*--*/

  .searchWrapper{
    width:600px;
  }
  .searchInput{
    width: 550px;
  }
  .searchButton{
    width: 45px;
  }
  .searchSelect{
    width: 120px;
  }

  .productMainLeft{
    width: 400px;
  }
  .productMainRight{
    width: calc(100% - 400px);
  }

  .vitrinUrunleri{
    width: 450px;
  }
  #vitrin_urunleri,#cok_satanlar,#laboratuvar_cihazlari,#kimyasal_urunler,#endustriyel_urunler{
    width: 900px;
  }

  .image_carousel_full{
    width: 600px;
    height: 600px;
  }

  .bigContainer{
    width: 700px;
    height: 700px;
  }

}
