.footer-copyright {
    margin-top:10px;
    color: rgba(255, 255, 255, .75);
    background: #1d2226;
    padding: 0px 0;
    font-size: 13px;
}
.header_top{
    background: #1d2226;
    height:20px;
}
.baslik{
    background-color: #133069; /* For browsers that do not support gradients */
    background-image: linear-gradient(#315bae 10%, #133069 85%, #133069 90%);
}
.baslik_alt_cizgi{ background: #1d2226;height:1px;margin-top:4px; }
body{
    background: #ffffff;
}
.main_content{ padding:8px; }
.product,.main_content_container {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-top:10px;
}
.product .product-detail {
    width: 100%;
    border-bottom: 1px solid #ced4da;
    flex: 1;
    display: flex;
}
.product .product-detail {
    width: 100%;
    border-bottom: 1px solid #ced4da;
    flex: 1;
    display: flex
} 
.product-content{
    min-height:100px;
    padding:10px;
}
.breadcrumb_container{ margin-top:10px; font-size:0.8em; }
.breadcrumb-item a{ color:#3e3e3e; text-decoration: none; }
.breadcrumb-item a:hover{ color:#1a1c45; }


.mylink{ text-decoration: none !important;color:#666666; }
.btn+.btn {margin-left:0px !important; }
.btn-group-vertical a.btn{ margin-left:0px !important; }
a{ text-decoration: none; }

#mybackdrop{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(3px);
    z-index: 10000;
}
#smart_search{
    font-size:0.9em;
    display: none;
    position: absolute;
    top:0px;
    right:0px;    
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding:10px;
    border:1px solid #ffffff;
    max-height: 900px;
    min-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10010;
}
#top_search_input{
    padding:4px;
    border-radius: 4px;
    background-color: #ffffff;        
}
#top_search_input:focus{
    background-color: #afd3f7;   
    border:0px none; 
}
.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.search_mini_result{    
    margin-bottom:2px;
}
a.search_mini_result_link{ color:#666666; display: block;padding:4px;border-radius: 4px; }
a.search_mini_result_link:hover{ background-color: #e0f0ff; }
.search_mini_cap{ font-weight: bold; margin-top:4px;margin-bottom:4px;}
.search_mini_txt{ font-size:0.8em; }
@media (max-width: 900px) {
    .ruby-menu-container {
      display: none;
    }
}
  .firma_logolar_container{
    width:100%;
    overflow: hidden;
  }  
  @keyframes animatedBackground {
    from { background-position: -100% 0; }
    to { background-position: 100% 0; }
  }
  div.firma_logolar {
    width: 100%;
    height: 110px;    
    background-image: url(img/logolar.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    z-index: -2;
    animation: animatedBackground 60s linear infinite;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animatedBackground;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
}
.cap_grey{
    font-size:2em;
    color:#cccccc;
}
ul.myul_horizontal{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;  
}
ul.myul_horizontal li{
    float: left;
}
ul.myul_horizontal li a{
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.myicon{ width: 24px; height: 24px; display:inline-block }
.mymarka{  background: url("img/icon_brand.png"); background-size: cover;}
.mymodel{  background: url("img/icon_model.png"); background-size: cover;}