@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

<style>
a{
text-decoration:none;
color:#000000;
cursor:hand;
outline-width:0px;
}

body {
  font-family: "Montserrat", sans-serif;
  margin:0px;
  padding:0px;
  font:normal 14px Arial;
  <?
  if ($mobil==true) { ?>
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  <? } ?>
;
 
}

.AraButon:hover {
  transform: scale(1.02);
  background: linear-gradient(0deg, rgba(255, 150, 70, 1) 0%, rgba(235, 100, 145, 1) 100%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.top ul li a:hover { color:#e75c0d; }


.tab-content li a:hover { color:#de5978; }
.yeni-cikanlar .urun .text h5:hover { color:#ed881f; }
.top { background:#f8eae9;  width: 100%; float: left}
.top ul {
    padding: 0;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
}
.top li {
    float: left;
    list-style-type: none;
    font-size: 13px;
    color: #983700;
    margin-left: 15px;
}

.top ul li a { color:#983700; }
.si-wrapper  input:focus { 
    color: #dc5774;
} 
.si-wrapper input::placeholder  {  color:#dc5774; }
.container {width: 1280px;margin:auto;}
.sol-menu {width: 270px;float: left;height: 392px;background: white;border-radius: 20px;margin-top: 20px;}
.slider-wrap {
    float: left;
    margin-top: 20px;
}
.yeni-cikanlar {
    float: right;
    width: 270px;
    background: white;
    border-radius: 20px;
    height: 390px;
    margin-top: 20px;
}
.yeni-cikanlar .baslik {background: #f8ece6;border-top-left-radius: 15px;border-top-right-radius: 15px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #983700;}
.yeni-cikanlar .urun {
    width: 100%;
    float: left;
    padding: 15px;
    padding-bottom: 0;
    padding-top: 13px;
}
.yeni-cikanlar .urun .resim {
    float: left;
}
.yeni-cikanlar .urun .resim img {
    margin-right: 15px;
    width: 75px;
}
.yeni-cikanlar .urun .text {
    text-align: left;
    height: 61px;
    color: #c5bfc3;
    padding-top: 8px;
    margin-bottom: 0px;
}
.yeni-cikanlar .urun .text h5 {
    margin: 0px;
    color: black;
    font-weight: 600;
}
.yeni-cikanlar .urun .stars {}


.tab-container {width: 100%;float: left;}
 
.bannerlar {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: -30px;
}
.bannerlar .banner-one {
    float: left;
    width: 610px;
}
.bannerlar .banner-one img {
    width: 640px!important;
}
.bannerlar .banner-two {
    float: left;
}
.bannerlar .banner-two img {
    width: 271px!important;
    margin-left: 49px;
}
.bannerlar .banner-there {
    float: right;
    width: 320px;
}
.bannerlar .banner-there img  {
    width: 330px!important;
    margin-bottom: 20px;
    float: right;
    height: 191px;
}
.kayan-urunler-yeni {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.kayan-urunler-yeni .icerik {
    border: 1px solid #de537d;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    margin: 0px;
    padding-right: 0;
}
.kayan-urunler-yeni .baslik {
    color: #de537d;
    font-weight: bold;
    font-size: 19px;
    float: left;
    margin-bottom: 12px;
}
.kayan-urunler-yeni .baslik h5 {}

.icerik {
  max-width: 1165px;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.urunSlayt_container {
  display: flex;
  transition: transform 0.5s ease;
}

.product {
  flex: 0 0 23.1%;
  box-sizing: border-box;
  padding: 10px;
  height: 300px;
  background: #eee;
  border-radius: 10px;
  margin-right: 30px;
}

.urunSlayt_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #de537d;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 50%;
  opacity: 0.7;
  z-index: 10;
}
.urunSlayt_btn:hover {
  opacity: 1;
}
.urunSlayt_prev {left: -20px;padding-left: 24px;height: 60px;}
.urunSlayt_next {right: -20px;height: 60px;padding-right: 24px;}

@media (max-width: 992px) {
  .product { flex: 0 0 33.333%; }
}
@media (max-width: 768px) {
  .product { flex: 0 0 50%; }
}
@media (max-width: 480px) {
  .product { flex: 0 0 100%; }
}

.sol-menu-yeni ul ul ul  {
    top: -1px;
    padding-left: 0;
    left: 5px;
}

.sol-menu-yeni {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: <?=$renk7;?>;
  color: <?=$renk9;?>;
}

.sol-menu-yeni ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sol-menu-yeni > ul > li {
}

.sol-menu-yeni a {
  display: block;
  color: <?=$renk9;?>;
  text-decoration: none;
  padding: 11px 12px;
  transition: background 0.3s, color 0.3s;
  padding-left: 14px;
}

.sol-menu-yeni a:hover {
  background: <?=$renk8;?>;
  color: <?=$renk10;?>;
}

.sol-menu-yeni ul ul {
  display: none;
  background: #f9f9f9;
  border-left: 3px solid <?=$renk8;?>;
  margin-left: 271px;
  position: absolute;
  z-index: 9;
  max-width: 260px;
  top: 213px;
  border: 1px solid #e7e7e7;
  padding: 7px;
}

.sol-menu-yeni ul ul li a {
  padding-left: 15px;
  font-size: 13px;
}

.sol-menu-yeni ul ul ul li a {
  padding-left: 40px;
  font-size: 12px;
}


.sol-menu-yeni ul li  {}

.sol-menu-yeni ul li  ul {}

.sol-menu-yeni ul li  ul li {}

.sol-menu-yeni ul li  ul li ul {}

.sol-menu-yeni ul li  ul li ul li {}



.sol-menu-yeni li.has-sub > a::after {
  float: right;
  font-size: 10px;
  margin-top: 4px;
}

.sol-menu-yeni li.active > a::after {
}





.kriter {background-image: url('https://www.bilgesincap.com/tema/Tema_03/images/ara.png')!important;background-repeat: no-repeat!important;background-position: 3px!important;outline-width:0px;font-family:Arial;font-size: 13px;border-top-left-radius:10px;border-bottom-left-radius:10px;width:360;height: 44px;padding:3px;padding-left:42px;border:none;background: #f8eae9;}

header {font-size:0;display:block;background: #ffffff;line-height:60px;height:60px;text-align: center;width:100%;position:fixed;border: 0px solid #FFFFFF; z-index:9999999999;}}
.tab-header {
  width: 100%;
  float: left;
  background: #f8ece6;
  border-top: 20px;
  border-top-left-radius: 15px;
  position: relative;
}
.tab-header button {
  flex: 1;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  background: #f8ece6;
  width: 50%;
  float: left;
  color: #983700;
  height: 50px;
  position: relative;
}
.tab-header button.active {
  background: #f3e1d7;
  color: #983700;
  font-weight: 600;
  width: 50%;
  float: left;
  padding: 9px;
  font-size: 14px;
  border-top: 30px;
  height: 50px;
  position: relative;
  outline-width:0px;
  outline:none;
}

 
.tab-header button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #f3e1d7;
 
  border-radius: 2px;
  z-index: 5;
}

.tab-content {
  display: none;
  padding: 0px;
}
.tab-content.active {
  display: block;
}
.tab-content ul {
  list-style: none;
  padding: 0;
  max-height: 565px;
  float: left;
  margin: 0;
  padding: 0;
}
.tab-content li {
  text-align: left;
  font-size: 13px;
  color: #535353;
  width: 100%;
  float: left;
}

.kayan-bannerlar-container {
  width: 1280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 18px;
  float: left;
  margin-bottom: 20px;
}

.kayan-bannerlar {
  display: flex;
  transition: transform 0.4s ease;
}

.kayan-bannerlar-container .owl-carousel .owl-item img { height:auto; }


 

 kayan-bannerlar-container .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 67px;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

#bannerCarousel .owl-prev  { font-size: 36px;background: #de537d;color: rgb(255, 255, 255);border-radius: 50%;width: 30px;height: 30px;line-height: 42px;text-align: center;pointer-events: auto;cursor: pointer;border-top-left-radius: 0px;border-bottom-left-radius: 0px;font-size: 14px;margin-top: -20px;margin-left: -11px;line-height: 20px;padding-left: 9px!important; }


#bannerCarousel .owl-next  {font-size: 36px;background: #de537d;color: rgb(255, 255, 255);border-radius: 50%;width: 30px;height: 30px;line-height: 42px;text-align: center;pointer-events: auto;cursor: pointer;border-top-left-radius: 15px;border-bottom-left-radius: 15px;font-size: 14px;margin-top: -20px;margin-right: -11px;line-height: 20px;padding-right: 3px!important;}

.kayan-bannerlar-container .owl-prev:hover,
.kayan-bannerlar-container .owl-next:hover {
  background: #c0456d;
}

 




.kayan-bannerlar a {
  flex: 0 0 151.4px;
  margin-right: 20px;
}

.kayan-bannerlar img {
  width: 100%;
  display: block;
  height: auto;
}


.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 5px;
}
 .slider-btn.prev {
  left: 0px;
  top: 68px;
  background-image: url('images/left-1.png')!important;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 20px;
  text-indent: -9999px;
}

.slider-btn.next {
 right: -10px;
 top: 68px;
 background-image: url('images/right-1.png')!important;
 background-repeat: no-repeat;
 width: 10px;
 height: 40px;
 background-size: 20px;
 text-indent: -9999px;
}

.urunCarousel .owl-nav .owl-prev {
    float: left;
    background: #4f3c69!important;
    width: 30px!important;
    height: 60px!important;
    margin-left: -30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: white!important;
}
.urunCarousel .owl-nav .owl-next {
    float: right;
    background: #4f3c69!important;
    width: 30px;
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: white!important;
}


.urunCarousel .owl-nav {
    width: 100%;
    margin-top: -185px;
    float: left;
    position: relative;
} 





.owl-theme .owl-controls {
    margin-top: -20px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.slider-wrap #featured {float:left;background: none;margin-left: 20px;}
.slider-wrap #featured img {border-radius: 15px;}

.orbit-bullets {
    width: 100%;
    float: left;
    margin-left: 260px!important;
}
.orbit-bullets li {
    width: 36px!important;
    height: 3px!important;
    border-radius: 10px!important;
}
.orbit-bullets .active {
    background: #39d7f0!important;
}


div.slider-nav span.left {background: url('images/left-1.png')!important;width: 30px;height: 55px;background-size: 30px!important;margin-left: -10px;}

div.slider-nav span.right  {background: url('images/right-1.png')!important;width: 30px;height: 55px;background-size: 30px!important;right: 0px!important;}



@media only screen and (max-width: 500px)
.owl-theme .owl-controls {
    margin-top: -20px;
    text-align: center;
    position: absolute;
    width: 100%;
} 
@media only screen and (max-width: 750px)
.owl-theme .owl-controls {
    margin-top: -50px;
    text-align: center;
    position: absolute;
    width: 100%;
}

#top-nav a:first-child{
    border-left:1px solid #ccc;
}

#vertical-nav a {
    display:block;
    text-align:center;
    font:bold 20px/50px Tahoma, Geneva, sans-serif;
    text-decoration:none;
    color:#666;
    -webkit-transition:color 0.2s;
    transition:color 0.22s;
}

#vertical-nav a.active,  #vertical-nav a:hover {
    color:#BBB;
}


.aramakutu {
width:100%;padding:0px; position:fixed; top:-10px;
transition:all 200ms;
}
.aramakutuopen {
width:100%;padding:0px; position:fixed; top:60px;
transition:all 200ms;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
z-index:1000;
}

.mesajkutu {
display:none;
transition:all 200ms;
}
.mesajkutuopen {
background:#FFFFFF;
border-radius:6px;
padding:10px; position:fixed; 
<? if ($mobil==true) { ?>
width:240px; height:206px; 
top:50%; margin-top:-90px; 
left:50%; margin-left:-130px;
<? } else { ?>
width:290px; height:206px; 
top:50%; margin-top:-90px; 
left:50%; margin-left:-145px;
<? } ?>
transition:all 200ms;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
z-index:1000;
}


.sorukutu {
display:none;
transition:all 200ms;
}
.sorukutuopen {
background:#FFFFFF;
border-radius:6px;
width:240px; height:206px; padding:10px; position:fixed; top:50%; margin-top:-90px; left:50%; margin-left:-130px;
transition:all 200ms;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
z-index:1000;
}

.bgkapali {
background: RGBA(0,0,0,0);
transition:all 200ms;
}
.bgacik {
width:100%;
height:100%;
background: RGBA(0,0,0,0.60);
position:fixed;
top:0px;
left:0px;
transition:all 200ms;
z-index:999;
}

.bgacik2 {
width:100%;
height:100%;
background: RGBA(0,0,0,0.85);
position:fixed;
top:0px;
left:0px;
transition:all 200ms;
z-index:999;
}

.sepetkutu {
background:#FFFFFF; width:320px; height:100%; float:right; padding:0px; position:fixed; top:0px; right:-370px;
transition:all 200ms;
}


.sepetkutuopen {
background:#FFFFFF; width:320px; height:100%; float:right; padding:0px; position:fixed; top:0px; right:0px;
transition:all 200ms;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
z-index:1000;
}

@media only screen and (max-width: 800px) {

  .sepetkutu {
  background:#FFFFFF; width:260px; height:100%; float:right; padding:0px; position:fixed; top:60px; right:-300px;
  transition:all 200ms;
  }


  .sepetkutuopen {
  background:#FFFFFF; width:260px; height:100%; float:right; padding:0px; position:fixed; top:60px; right:0px;
  transition:all 200ms;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  z-index:1000;
  }
}




.hesapkutu {
background:#FFFFFF; width:260px; height:100%; float:right; padding:0px; position:fixed; top:0px; right:-310px;
transition:all 200ms;
}


.hesapkutuopen {
background:#FFFFFF; width:260px; height:100%; float:right; padding:0px; position:fixed; top:0px; right:0px;
transition:all 200ms;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
z-index:1000;
}

@media only screen and (max-width: 800px) {

  .hesapkutu {
  background:#FFFFFF; width:240px; height:100%; float:right; padding:0px; position:fixed; top:60px; right:-290px;
  transition:all 200ms;
  }


  .hesapkutuopen {
  background:#FFFFFF; width:240px; height:100%; float:right; padding:0px; position:fixed; top:60px; right:0px;
  transition:all 200ms;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
  z-index:1000;
  }
}



.menukutu {
background:#FFFFFF; width:300px; height: calc(100% - 60px); float:left; padding:0px; position:fixed; top:60px; left:-320px;
transition:all 200ms; 
}
.menukutuopen {
background:#FFFFFF; width:300px; height: calc(100% - 60px); float:left; padding:0px; position:fixed; top:60px; left:0px;
transition:all 200ms;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
z-index:1000;
}

.menucontainer {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #333;
  transition: 0.3s;
  border-radius:1px;
}

.bar1a {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #333;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
  border-radius:1px;
}

.bar2a {  
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #333;
  transition: 0.3s;
  opacity: 0;
}

.bar3a {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #333;
  transition: 0.3s;
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
  border-radius:1px;
}

  .filter-white{
        filter: invert(1)
    }

.sepet_mini {
outline-width:0px;
cursor:hand;
padding:8px;
font-size:14px;
border-radius:30px;
color:#FFFFFF;
background:#000000;
border:3px solid #d0d0d0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #BBBBBB;
  border: 0px none #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #333333;
}
::-webkit-scrollbar-thumb:active {
  background: #333333;
}
::-webkit-scrollbar-track {
  background: #F0F0F0;
  border: 0px none #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-track:hover {
  background: #F0F0F0;
}
::-webkit-scrollbar-track:active {
  background: #F0F0F0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


.hesapbuts {
padding:0px; padding-top:14px; -webkit-text-size-adjust: 100%; padding-bottom:13px; border-bottom:1px solid #e5e5e5; font-size: 15px; font-family:Arial;
}

.sepet-icerik {
height:100%;
padding:0px; 
overflow-y: auto;
}
.AraButon {outline-width:0px;font-family:Arial;font-size:15px;width:80px;height: 33px;border:none;?>;color:#FFFFFF;cursor:hand;background: #F68635;background: linear-gradient(0deg, rgba(246, 134, 53, 1) 0%, rgba(222, 83, 126, 1) 100%);border-radius: 12px;}
 
.BigSepetSag {
-moz-appearance: none; -webkit-appearance:none; border-radius:5px; cursor:hand; outline-width:0px; width:100%; text-align:center; height:40px; border:none; background-color:<?=$renk1;?>; color:#FFFFFF;
}
.BigSepetSag:hover {
background-color:<?=$renk2;?>;
}
.BultenBut {
border-top-right-radius:8px; border-bottom-right-radius:8px; outline-width:0px; font-family:Arial; font-weight:bold; font-size:14px; width:96px; height:45px; border:none; border-top:3px solid #FFFFFF; border-right:3px solid #FFFFFF; border-bottom:3px solid #FFFFFF; background-color:<?=$renk1;?>; color:#FFFFFF; cursor:hand;
}
.BultenBut:hover {
background-color:<?=$renk2;?>; 
}


.kriter2 {
background-image: url('https://www.bilgesincap.com/tema/Tema_03/images/ara.png'); background-repeat: no-repeat; background-position: left center; outline-width:0px; font-family:Arial; font-size:16px; border-top-left-radius:3px; border-bottom-left-radius:3px; width:360; height:60px; padding:7px; padding-left:42px; border:none; border-left:4px solid #E5E5E5; border-top:3px solid #E5E5E5; border-bottom:3px solid #E5E5E5;
}


.AraButon2 {
border-top-right-radius:3px; 
border-bottom-right-radius:3px; 
outline-width:0px; 
font-family:Arial; 
font-size:15px; 
width:90px; 
height:60px; 
border:none; 
margin-top:3px;
border-top:4px solid #E5E5E5; 
border-right:4px solid #E5E5E5; 
border-bottom:4px solid #E5E5E5; 
background-color:<?=$renk1;?>; 
color:#FFFFFF;
cursor:hand;
}
.AraButon2:hover {
background-color:<?=$renk2;?>; 
}


.owl-theme .owl-controls {
    margin-top: -20px;
    text-align: center;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 500px)
.owl-theme .owl-controls {
    margin-top: -20px;
    text-align: center;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 750px)
.owl-theme .owl-controls {
    margin-top: -50px;
    text-align: center;
    position: absolute;
    width: 100%;
}
</style>


.kayan-bannerlar-container {
  position: relative;
  width: 1280px;
  margin: 0 auto;

}


.kayan-bannerlar-wrapper {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  user-select: none;
  cursor: grab;
}


.kayan-bannerlar-wrapper.grabbing {
  cursor: grabbing;
}


.kayan-bannerlar-wrapper a {
  flex: 0 0 auto;
  width: 164px;
  display: block;
}

 .slider-ok {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgb(223 81 126);
  color: #fff;
  border: none;
  padding: 9px 10px 9px 6px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 10;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 19px;
}
.slider-ok.left {left: 0;}
.slider-ok.right {right: 2px;border-top-right-radius: 0px;border-top-left-radius: 50px;border-bottom-right-radius: 16px;border-bottom-left-radius: 50px;border-bottom-right-radius: 0px;padding: 9px 6px 9px 10px;}


.kayan-bannerlar-wrapper::-webkit-scrollbar { height: 8px; }
.kayan-bannerlar-wrapper::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 4px; }
.kayan-bannerlar-wrapper { scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.2) transparent; }
.kayan-bannerlar-wrapper img {width: 151px; border-radius:15px; height: 151px;}








.owl-wrapper-outer .suckerdiv { display:none; }




