html, body {
    /*font-family: Tahoma, Arial, sans-serif;*/
    font-size: 13px;
    /*color: #666;*/
}
@font-face {
    font-family: "Jost";
    src: url(/html/font/Jost/Jost-VariableFont_wght.ttf) format("truetype");
}
/*
@font-face {
    font-family: "TrebucetMS";
    src: url(/html/font/TrebuchetMS.ttf) format("truetype");
}
@font-face {
  font-family: "OswaldRegular";
  src: url(/html/font/Oswald/Oswald-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "OswaldLight";
  src: url(/html/font/Oswald/Oswald-Light.ttf) format("truetype");
}*/
@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url(/html/font/Roboto_Condensed/RobotoCondensed-Regular.ttf) format("truetype");
}
/*@font-face {
    font-family: 'HelveticaNeueItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue Italic'), url('/html/font/helvetica-neue-5/HelveticaNeueItalic.woff') format('woff');
}
@font-face {
font-family: 'HelveticaNeueMedium';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Medium'), url('/html/font/helvetica-neue-5/HelveticaNeueMedium.woff') format('woff');
}
/*@font-face {
    font-family: "Segoe";
    src: url(/html/font/SegoeUI/segoeui.ttf) format("truetype");
}
@font-face {
    font-family: "Lato";
    src: url(/html/font/Lato/Lato-Regular.ttf) format("truetype");
}*/
.SiteResimleri {
    background-image: url("/html/Temp/B2B.120925/resimler/oto_mercan_com.png");
}

@media(max-width:767px){
    body {
        padding-top: 50px; 
    }
    #Logo { 
        background-repeat: no-repeat;
        display: block;
        height: 38px;
        /*margin-top: 4px;*/
        overflow: hidden;
        text-decoration: none;
        text-indent: -1000px;
        width: 50px;
        background-position: -255px -21px;
        /*margin-top: 8px;*/
    }

    .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media(min-width:768px){
    body {
        padding-top: 125px; 
    }
    #Logo { 
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        /*margin-top: 5px;*/
        overflow: hidden;
        text-decoration: none;
        text-indent: -1000px;
        width: 190px;
        background-position: -14px -28px;
        margin: 3px;
    }
    /*#PPanel { //sorunlu
        width: 45px;
    }*/
}

#LogoAlt { 
    background-repeat: no-repeat;
    display: block;
    height: 82px;
    /*margin-top: 5px;*/
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 293px;
    background-position: -25px -546px;
}

#LogoBayiGirisEkrani {
    background-repeat: no-repeat;
    display: block;
    height: 82px;
    /*margin-top: 5px;*/
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 293px;
    background-position: -20px -393px;
}

.IcerikListeOge3 {
    min-height: 90px;
    background-size: cover;
}

.icerik_resim_stil { 
    border: 1px solid #D4D4D4;
    margin: 5px 15px 15px 5px;
    padding: 10px;
    /*img-responsive*/
    display: block;
    height: auto;
    max-width: 100%;
}

/*.GaleriListeOge {
    background-color: #f7f4f4;
    margin-bottom: 15px;
    padding: 15px;
}
.GaleriListeOge h5 {
    text-shadow: -1px 0 1px rgba(80, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.GaleriListeOge h5:hover {
    color: #337ab7;
}
.GaleriListeOge a{
    text-decoration: none;
}
.GaleriListeOge figure:hover img {
    -webkit-transform:scale(1.1) rotate(-2deg);
    transform:scale(1.1) rotate(-2deg);
}
.GaleriListeOge figure {
    overflow:hidden;
}
.GaleriListeOge img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


@font-face {
    font-family: "OswaldRegular";
    src: url(/html/font/Oswald-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "TrebucetMS";
    src: url(/html/font/TrebuchetMS.ttf) format("truetype");
}
*/

.input-fiyat {
    width: 65px;
    text-align:right;
    padding: 3px;
}
.input-adet {
    width: 35px;
    text-align:right;
    padding: 3px;
}
.UrunKutuStokAdi {
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#kayan-carousel {
    /*padding: 5px 10px 0;*/
    cursor: pointer;
}
/*#kayan-carousel .carousel-inner > .carousel-item {
    -webkit-transition: 7s ease-in-out left;
    -webkit-transition: 7s, ease-in-out, left;
    -moz-transition: 7s, ease-in-out, left;
    -o-transition: 7s, ease-in-out, left;
    transition: 7s, ease-in-out, left;
}*/
#kayan-carousel .carousel-item {
    font-size: 14px;
    /*color: white !important;*/
    font-style: italic;
}

.YukleniyorBar1 {
    width: 0;
    animation-name: YukleniyorBar1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes YukleniyorBar1 {
    0%   {width: 0;}
    25%  {width: 25%;}
    50%  {width: 50%;}
    100% {width: 100%}
}

/*@media(max-width:1097px){
    .TabletTablo { 
        max-width: 330px;
    }
}

@media(min-width:1098px){
    .TabletTablo { 
        max-width: 530px;
    }
}*/

.table-warning2, .table-warning2 > td, .table-warning2 > th {
    background-color: #FEFF49;
}
