.footer-copyright {
    margin-top:10px;
    color: rgba(255, 255, 255, .75);
    background: #1d2226;
    padding: 0px 0;
    font-size: 13px;
}
.header_top{
    background: #1d2226;
    height:10px;
}
.baslik{
    background-color: #133069; /* For browsers that do not support gradients */
    background-image: linear-gradient(#315bae 10%, #133069 85%, #133069 90%);
    padding-top:10px;
}
.urun_detay_seperator{
    font-size:1px;
    border-bottom: 1px solid #133069;
    margin-top:10px;
}
.baslik_alt_cizgi{ background: #1d2226;height:1px;margin-top:4px; }
body{
    background: #e9ecef;
}
.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;
}
div.header-nav2{ padding:0px; margin-top:30px; }
#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_inputc{
    position: relative;
    width: 400px;
    margin-right:10px;    
    border:1px solid #2e88fe;
    border-radius:4px;
    padding:6px;
    background-color: #ffffff;    
    background-image: url("img/icon_search.png");    
    background-repeat: no-repeat;
    background-position: left;
    padding-left:40px;
}
#top_search_input{
    padding:4px;    
    background-color: #ffffff;        
    width:100%;
    padding:0px;    
    border:0px;
    outline: none;
}
#top_search_input::placeholder {
    font-weight: bold;    
    color: #173774;
}
.search_active #top_search_input::placeholder {
    opacity: 0.2;
    color: #790b1d;
}
#top_search_input:focus{
    background-color: #ffffff;   
    border:none; 
    outline: 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;}

@media (max-width: 800px) {
    .header-nav2{ padding:0px; margin-top:10px !important;}
    #top_search_inputc{ width:250px !important; }
    #top_search_input::placeholder {
        font-weight: normal;    
        font-size:0.8em;
        color: #173774;
    }
}
@media (max-width:800px) {
    #top_logo_img{
        display: block;
        width: 80px;
    }
    #top_search_inputc{
        width: 150px;
        margin-right:0px;    
        border:1px solid #2e88fe;
        border-radius:4px;
        padding:4px;
        background-color: #ffffff;    
        background-image: url("img/icon_search.png");    
        background-repeat: no-repeat;
        background-position: left;
        padding-left:35px;
    }
    #top_search_input{
        padding:2px;    
        background-color: #ffffff;        
        width:90%;
        padding:0px;    
        border:0px;
        outline: none;
    }
}


