/*!
 * kolayb2b
 * Copyright kolayb2b.com
 * 2017 websitecim.com Ekip
 */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&subset=latin-ext'); */

@font-face {
font-family: 'bariol_light';
src: 
     url('../font/bariol-light-webfont.woff') format('woff'),
     url('../font/bariol-light-webfont.eot') format('eot'),
     url('../font/bariol-light-webfont.svg') format('svg'),
        url('../font/bariol-light-webfont.ttf') format('ttf');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'bariol_regular';
src: 
    url('../font/bariol-regular-webfont.woff') format('woff'),
    url('../font/bariol-regular-webfont.eot') format('eot'),
    url('../font/bariol-regular-webfont.svg') format('svg'),
        url('../font/bariol-regular-webfont.ttf') format('ttf');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'bariol_bold';
   src: 
        url('../font/bariol-bold-webfont.woff') format('woff'), 
        url('../font/bariol-bold-webfont.eot') format('eot'), 
        url('../font/bariol-bold-webfont.svg') format('svg'), 
        url('../font/bariol-bold-webfont.ttf') format('ttf');
font-weight: bold;
font-style: normal;
}




 body{
    font-family: 'bariol_regular', sans-serif;
    font-weight: 400;
    color: #7c8387;
    background: #f5f5f5;
    font-size: 14px !important;
 }
 a,a:focus, a:hover {
    font-size: 14px !important;
    color: #3498db;
    text-decoration: none;
}

 b, strong{
    font-family: 'bariol_bold', sans-serif;
 }

.p0{ padding: 0 !important; }
.p5{ padding: 5px !important; }
.mt10{ margin-top: 10px !important }
.mt20{ margin-top: 20px !important }
.mt30{ margin-top: 30px !important }
.mt40{ margin-top: 40px !important }
.mt50{ margin-top: 50px !important }
.mb10{ margin-bottom: 10px !important }
.mb20{ margin-bottom: 20px !important }
.mb30{ margin-bottom: 30px !important }
.mb40{ margin-bottom: 40px !important }
.mb50{ margin-bottom: 50px !important }
.pt10{ padding-top: 10px !important }
.pt20{ padding-top: 20px !important }
.pt30{ padding-top: 30px !important }
.pt40{ padding-top: 40px !important }
.pt50{ padding-top: 50px !important }
.pb10{ padding-bottom: 10px !important }
.pb20{ padding-bottom: 20px !important }
.pb30{ padding-bottom: 30px !important }
.pb40{ padding-bottom: 40px !important }
.pb50{ padding-bottom: 50px !important }


textarea:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}
.b2bbuton{
    padding: 10px 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b2bbuton.renk1{
    background: #3498db;
    color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(52, 152, 219, 0.29);
}
.b2bbuton.renk1:hover{}
header.goster{
    margin-top: 50px;
}
header.goster .ustmenu{
    width: 100%;
    position: fixed;
    top: -50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
header.goster.ac .ustmenu,header:hover .ustmenu{
    top: 0px;
}
.topmenu{
    background: #f7f5ef;
    padding: 15px 0;
}
.topmenu a.logo{
    padding: 0;
    display: block;
    overflow: hidden;
    height: 87px;
    margin-bottom: -80px;
    z-index: 99991;
    position: relative;
    background: #f7f5ef;
    margin-right: 0px;
}
.topmenu a.logo img{
    max-height: 85px;
    width:initial;
    max-width: 278px;
    padding: 10px;
    width: 100%;
}
.topmenu a.giris{font-size: 18px;padding: 30px 5px;}

.dropdown.open a.giris.dropdown-toggle {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

a.giris.dropdown-toggle {
    padding: 10px 20px;
}

.topmenu .ustbilgi a:hover {
    opacity: 0.6;
}
.topmenu .ustbilgi .musterihatti{}
.topmenu .ustbilgi .diger:last-child{
    border-right: 1px solid #ccc;
}
.topmenu .ustbilgi .diger{
    float: right;
    padding-right: 10px;
    margin-right: 10px;
}
.topmenu .giris b{color: #3498db;}

.topmenu .giris i {
    margin-right: 5px;
}
.ustmenu{
    padding: 5px 0;
    background: #7f8c8d;
    position: relative;
    z-index: 9999;
}
.ustmenu .ustkategoriler:hover{
    opacity: 0.8
}
.ustmenu .ustkategoriler{
    font-size: 18px;
    padding: 7px;
    display: block;
    background: #3498db;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    height: 40px !important;
}
.ustmenu .ustkategoriler i{
    width: 26px;
    height: 26px;
    position: absolute;
    left: 30px;
    top: 6px;
}
.ustmenu .navbar-form{
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}
.ustmenu .navbar-form input{
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    padding: 10px;
    height: 40px !important;
}
.ustmenu .navbar-form button{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent !important;
    border: transparent !important;
}
.ustmenu .navbar-form button i{
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
}
.ustmenu .ustsepet{
    display: block;
    font-size: 16px;
    padding: 9px;
    background: #ffca2f;
    text-align: center;
    color: #333;
    text-decoration: none;
    padding-left: 20px;
}

.ustmenu .ustsepet i {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}
.ustmenu .ustsepet:hover{
    opacity: 0.8
}

.ustecik{
    bottom: 20px;
    position: fixed;
    left: 0;
}
.ustecik.goster a{
    right: -39px;
}
.ustecik.goster.ac a,.ustecik.goster a:hover{
    right: -45px;
}
.ustecik a{
    bottom: 20px;
    display: block;
    right: 0;
    padding: 16px 4px 14px 14px;
    position: absolute;
    text-decoration: none;
    transition: right .2s;
}
.bg-beyaz{
    background: white !important;
}
ul.kategorimenu{
    padding: 20px 0;
    list-style: none;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    background: #3498db;
    position: relative;
    z-index: 9;
}
ul.kategorimenu:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
ul.kategorimenu li {
    display: block;
    position: relative;
}
ul.kategorimenu li:last-child a{
    border:none;
}
ul.kategorimenu li a{
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #246d9e;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    font-family: 'bariol_bold', sans-serif;
}

ul.kategorimenu li:hover a {
    background: #ffca2f;
    color: #333;
    text-decoration: none;
}

ul.kategorimenu li ul li a:hover {
    background: #7f8c8d !important;
    color: #fff !important;
}
ul.kategorimenu li:hover ul{
    display: block;
    left: 278px;
    width: 200px;
    background: #ffca2f !important;
    margin: 0;
    padding: 0px;
    top: 0;
}
ul.kategorimenu li ul{
    display: none;
    position: absolute;
}
ul.kategorimenu li ul li{}
ul.kategorimenu li ul li a{
    color: #333 !important;
    border-bottom: 1px solid #b18d24;
    background: #ffca2f !important;
}
.bx-wrapper{
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}
.anaslider.bxslider{}
.anaslider.bxslider img{
    width: 100%
}
#bx-pager {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
#bx-pager a.active{
    border: 3px solid #ffca2f;
}
#bx-pager a.active:after {
     border-color: transparent transparent #ffca2f transparent;
     border-style:solid;
     border-width: 10px;
     width:0;
     height:0;
     content: '';
     position: absolute;
     margin: -20px 0px 0px -32px;
}
#bx-pager a {
    border: solid 3px rgba(255, 255, 255, 0);
    margin-left: 6px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px -7px #242424;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px -7px #242424;
    -moz-box-shadow: 0px 0px 20px -7px #242424;
    -o-box-shadow: 0px 0px 20px -7px #242424;
    display: inline-block;
}
#bx-pager a img{
    border: 0;
    width: 42px;
    height: 42px;
}
.onecikan-yazi{
    padding: 15px;
    background: #ededed;
    padding-top: 30px;
    height: 160px !important;
    padding-bottom: 0;
}
.onecikan-yazi h5{
    font-size: 25px;
    color: #3498db;
    font-weight: 300;
}
.onecikan-yazi a{
    color: #333;
    font-size: 12px;
}
.onecikan-yazi a:hover{}
.onecikan-urun{
    background: #fff !important;
    display: block;
    position: relative;
    border-left: 4px solid #ededed;
    height: 160px !important;
    overflow: hidden;
}
.onecikan-urun .resim{
    width: 50% !important;
    float: left;
    padding: 20px;
}
.onecikan-urun .kutu{
    float: left;
    width: 50%;
    padding: 10px;
    overflow: hidden;
}
.onecikan-urun .kutu .baslik{
    font-size: 14px;
    height: 60px;
    margin-top: 10px;
    line-height: 14px;
}

.onecikan-urun a {text-decoration: none;color: #333;}
.onecikan-urun .kutu .indirimsiz-fiyat{
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    text-decoration: line-through;
    color: #8c141d;
}
.onecikan-urun .kutu .fiyat{
    font-size: 18px;
    font-weight: 500;
    color: #3498db;
    line-height: 10px;
}
.onecikan-urun .kutu .indirim{
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 0px 9px;
    font-size: 10px;
    margin: 0;
    background: #c1303d;
    color: #fff;
}
.onecikan-urun .kutu .indirim b{
    font-size: 10px;
    font-weight: 600;
}
.onecikan-urun .kutu .yeni{
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 10px;
    padding: 0px 10px;
    background: #13bf8c;
    font-weight: 600;
    color: #fff;
}
.onecikan-urun:hover .resim,.onecikan-urun:hover .kutu{
    filter: blur(1px);
}
.b2b-incele{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    padding-top: 30%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    z-index: 9;
    filter: blur(0px) !important;
    cursor: pointer;
}
.b2b-incele:hover{
    background: rgba(237, 237, 237, 0.4);
    opacity: 1;
}

.b2b-incele .sepet{
    padding: 8px 12px;
    display: inline-block;
    background: #ffca2f;
    border-radius: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.b2b-incele .sepet:hover{
    box-shadow: 0px 0px 12px 0px #c79604;
}
.b2b-incele .incele{
    padding: 8px 12px;
    display: inline-block;
    background: #3498db;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
}
.b2b-incele .incele:hover{
     box-shadow: 0px 0px 12px 0px #1c73ad;
}
.urunler-slider .owl-nav{
    position: absolute;
    top: 5px;
    left: -15px;
}
.urunler-slider .owl-nav div{
    font-size: 25px;
    color: #7f8c8d;
    line-height: 22px;
}

.urunler-slider .owl-nav div:hover {
    color: #3498db;
}
.anasayfatab{
    border: 0;
    text-align: center;
}
.anasayfatab li *{
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
}
.anasayfatab li a{
    font-size: 18px;
    color: #333 !important;
    margin-right: 0px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-top: 0;
    margin-right: 10px;
}
.anasayfatab li:last-child a{
    margin:0
}
.nav-tabs>li>a:hover {
    background: #dddddd;
    border-color: #7f8c8d;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    font-family: 'bariol_bold', sans-serif;
    background: whitesmoke;
    padding: 20px 30px;
    margin-top: -10px;
    border-radius: 0;
}
.anasayfatabicerik .tab-pane{
    border: 1px solid #ddd;
    padding: 5px;
}
.btn{
        -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;

}
.btn-sepet{
    color: #333 !important;
    background-color: #ffca2f;
    border-color: transparent;
}
.btn-sepet:hover{
        color: #fff;
        background-color: #ffd047;
        border-color: #ffca2f;
        box-shadow: 9px 9px 12px 0px rgba(51, 51, 51, 0.2);
}
.urunliste{
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        border-radius: 3px;
        overflow: hidden;
}
.anasayfatabicerik:hover .urunliste{
    opacity: 0.5;
}
.urunliste:hover{
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
    opacity: 1 !important;

}
.urunliste .urunresim{
    position: relative;
    padding: 30px 0;
    background: #fff;
    height: 250px;
}
.urunliste .urunresim .indirim{
    position: absolute;
    top: 5px;
    left: 6px;
    padding: 0px 12px;
    font-size: 12px;
    margin: 0;
    background: #c1303d;
    color: #fff;
}
.urunliste .urunresim .hediyeli{
    display: block;
    text-align: center;
    margin: 0;
    color: #fff;
    background: #3498db;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'bariol_bold', sans-serif;
}

.urunliste .urunresim .hediyeli i {
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
}
.urunliste .urunresim .yeni{position: absolute;right: 5px;top: 5px;font-size: 12px;padding: 0px 10px;background: #13bf8c;font-weight: 600;color: #fff;}
.urunliste .urunresim .resim{
    width: 100%;
}
.urunliste .kutu{
    background: #e8e8e8;
    padding: 10px;
    height: 180px;
}

.urunliste .kutu a {
    color: #333;
    text-decoration: none;
}
.urunliste .kutu .baslik{
    margin: 0;
    font-size: 16px;
    height: 45px;
    overflow: hidden;
}
.urunliste .kutu .indirimsiz-fiyat{
    padding: 0;
    text-decoration: line-through;
    margin: 0;
    height: 16px !important;
    color: #8c141d;
}
.urunliste .kutu .fiyat{
    font-size: 30px;
    color: #3498db;
    top: -5px;
    position: relative;
    margin: 0;
}
.urunliste .kutu .fiyat .kurus{
    font-size: 20px !important;
}
.nav-tabs>li{
    width: 19%;
    text-align: center;
    display: inline-block;
    float: none;
}
.marka-slider{}
.marka-slider a{
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    background: #fff;
    border: 3px solid #ededed;
}
.marka-slider a img{
    width: 100% !important;
}
.blok-baslik{
    margin: 10px 0;
    color: #3498db;
    font-family: 'bariol_bold', sans-serif;
}
.odemeler{
    padding: 20px 0;
    background: #fff;
    margin-top: 30px;
    max-height: 100px;
    position: relative;
}
.odemeler img{max-width: 100%;}
footer .footer{
    background: #e8e8e8;
    padding: 20px 0;
}
footer .footer h6{
    font-size: 20px;
    color: #7f8c8d;
}
footer .footer ul{
    margin: 0;
    padding-left: 10px;
    list-style: none;
}
footer .footer ul li a{
    font-size: 16px !important;
}
footer .footer .footer-adres{}
footer .footer .footer-adres img{
    width: 100%;
}
footer .footer .footer-adres p,footer .footer-adres a{
    font-size: 14px;
    display: block;
    color: #333 !important;
    margin-bottom: 5px;
}
footer .footer-alt{
    background: #7f8c8d;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}
footer .footer-alt .imzakolayb2b{
    text-align: center;
    display: block;
    
}
footer .footer-alt .imzakolayb2b span:hover{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 2px 3px 6px rgba(0, 0, 0, 0.2);
}

footer .footer-alt .imzakolayb2b span{
    color: #7f8c8d;
    background: #e8e8e8;
    padding: 0px 10px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
footer .footer-alt .imzakolayb2b span b{
    color: #3498db;
}
footer .footer-alt ul.sosyal{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
footer .footer-alt ul.sosyal li{
    display: inline-block;
}
footer .footer-alt ul.sosyal li a{
    display: block;
    padding: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
}
footer .footer-alt ul.sosyal li a:hover{
    opacity: 0.8;
}
footer .footer-alt ul.sosyal li a i{width: 14px;height: 14px;}
.yonlendirme{
    background: #fff;
}

.alert {
    font-size: 18px;
    text-align: center;
    border-radius: 0;
    border: 0;
}
.yonlendirme .breadcrumb{
    margin: 0;
    background: transparent;
}
.yonlendirme .breadcrumb .breadcrumb-item a,.yonlendirme .breadcrumb .breadcrumb-item{
    font-size: 16px;
    color: #333;
}

.breadcrumb>li+li:before {
    content: "\007c";
}
.yanmenu{
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border-right: 0px solid #dfdfdf;
    border-bottom: 0px solid #dfdfdf;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.yanmenu.goster.ac{
    margin-top: 50px;
}
.yanmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.yanmenu ul li{
    position: relative;
}
.yanmenu ul li a{
    font-size: 16px;
    color: #4f5656;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    padding: 5px 0;
    font-family: 'bariol_bold', sans-serif;
}

.yanmenu ul li ul li a {
    padding: 3px;
    margin-left: 20px;
    font-size: 14px;
}
.yanmenu ul li span{
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #3498db;
}
.yanmenu ul li span.alt.collapsed:before{
    content: '\002b';
}
.yanmenu ul li span.alt:before{
    content: '\002d';
}
.kategori-baslik{
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin: 0 5px;
    margin-bottom: 10px;
}
.kategori-baslik h1{
    margin: 0;
    font-size: 26px;
    color: #3498db;
}
.kategori-baslik h2{
    margin: 0;
    font-size: 18px;
}




.urundetay{}
.urundetay .urunust{}
.urundetay .urunust h1{
    font-size: 24px;
}
.urundetay .urunust img{
    width: 80px;
    background: #ffffff;
    padding: 10px;
    border: 3px solid #ededed;
    border-radius: 6px;
    position: absolute;
    right: 15px;
    top: 0;
}
.urunaciklama{
    background: #fafafa;
    border-radius: 0px 10px 10px 0px;
    padding: 20px;
    height: 480px;
}
.urunaciklama .icerik{
    font-size: 16px;
    height: 240px;
    width: 100%;
    overflow-x: auto;
    clear: both;
    font-size: 14px !important;
}

.urunaciklama .icerik * {
    font-size: 14px !important;
    width: 100% !important;
}
.urunaciklama .fiyatblok{
    background: #ededed;
    padding: 10px;
    margin-top: 0px;
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 0;
    height: 80px;
    overflow: hidden;
}
.urunaciklama .fiyatblok .indirimsiz-fiyat{
    padding: 0;
    text-decoration: line-through;
    margin: 0;
    height: 8px !important;
    color: #8c141d;
    font-size: 14px;
}
.urunaciklama .fiyatblok .fiyat{
    font-size: 45px;
    color: #3498db;
    top: -5px;
    position: relative;
    margin: 0;
}

.urunaciklama .fiyatblok .fiyat .kurus {
    font-size: 30px !important;
}
.urunaciklama .fiyatblok .indirim{
    float: left;
    width: 25%;
    height: 45px;
    margin: 0;
    background: #c1303d;
    text-align: center;
    padding: 4px;
    color: #fff;
    margin-top: 10px;
}
.urunaciklama .fiyatblok .yeni{
    float: left;
    width: 25%;
    height: 45px;
    margin: 0;
    padding: 9px 4px;
    text-align: center;
    font-size: 20px;
    background: #13bf8c;
    color: #fff;
    margin-top: 10px;
}
.urunaciklama .fiyatblok .hediyeli{
    float: right;
    width: 40%;
    text-align: center;
    margin: 0;
    padding: 6px 15px;
    height: 60px;
    background: #3498db;
    color: #fff;
    font-size: 17px;
}

.sepetblok{
    padding: 15px;
    background: #7f8c8d;
    border-radius: 0px 0px 5px 5px;
}
.sepetblok .sepetadet{
    width: 30%;
    float: left;
    font-size: 23px;
    border: 0;
    padding: 5px;
}
.sepetblok .btn{
    width: 70%;
    background: #ffca2f;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: 'bariol_bold', sans-serif;
    color: #333 !important;
    font-size: 20px !important;
}
.urunresimdetay{
    background: #fff;
    overflow: hidden;
    height: 480px;
    padding: 20px;
    position: relative;
    display:block;
}

.col-sm-6 .urunresimdetay {
    height: 580px;
}
.urunresimdetay img{
    width: 100%;
    padding: 0px;
    cursor: pointer;
}
.urunkucuk{
    height: 480px;
    overflow-x: auto;
}
.urunkucuk a{
    display: block;
    border-bottom: 1px solid #f5f5f5;
}
.urunkucuk a img{
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-bottom: 2px;
    border-right: 2px solid #f5f5f5;
}
.Icerik{
    font-size: 15px;
    padding: 20px;
    background: #fff;
}
.Icerik h1{
    margin: 0;
    margin-bottom: 20px;
    color: #454848;
    font-weight: 600;
}
.row5{    
    margin-right: -5px;
    margin-left: -5px;
}
@media (min-width: 768px){
     .pr0{ padding-right: 0 !important; }
     .pl0{ padding-left: 0 !important; }
     #ustKategoriMenu{
    position: absolute;
    width: 95%;
}

     .pr0{ padding-right: 0 !important; }
     .pl0{ padding-left: 0 !important; }
     #ustKategoriMenu{
    position: absolute;
    width: 95%;
}


}
/* Mobil */
@media (max-width: 768px){
     .mpr0{ padding-right: 0 !important; }
     .mpl0{ padding-left: 0 !important; }
     #bx-pager{ display: none; }
     .onecikan-yazi{padding-top: 20px !important;height: 100px !important;}
     .nav-tabs>li{width: 100%}
     .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.anasayfatab li a{
        padding: 5px !important;
        margin-top: 0;
        margin: 0;
        border-radius: 0 !important;
     }
     #ustKategoriMenu{
    position: absolute;
    width: 90%;
}
ul.kategorimenu li:hover ul{
    display: none
}
.topmenu a.logo img{
    height: 80%;
}

.topmenu a.logo {
    height: inherit;
    margin: 0;
    text-align: center;
}

.topmenu * {
    text-align: center !important;
}

.urunler-slider .owl-nav{
    display: none;
}

.urunresimdetay{
    height: inherit;
}
.urunaciklama .icerik{
    height: initial;
}
.urunaciklama{
    height: initial;
}
.urunkucuk{
    height: initial;
}
.urunaciklama .fiyatblok .yeni,.urunaciklama .fiyatblok .hediyeli,.urunaciklama .fiyatblok .indirim{
    width: 100%;
    height: initial;
    padding: 0;
    font-size: 14px;
    margin: 0;
}
.urunaciklama .fiyatblok{
    height: initial;
}

 }

.odemeislemleri{
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    text-align: center;
}
.odemeislemleri h5{
    margin: 0;
    font-size: 20px;
    color: #0457a1;
    font-weight: bold;
}

.odemeislemleri h4{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0 !important;
}

.odemeislemleri .odenecek {
    margin-bottom: 0;
    color: #7f8c8d;
}
.odemeislemleri .ustsepet{
    background: #7f8c8d;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.odemeislemleri .ustsepet:hover{
    background: #ffca2f;
    color: #333;
}
.odemeislemleri .kupon{
    color: #3498db;
}

.KatDig{color: #333;}
.sepetdetay{
    padding: 20px;
    margin-top: 20px;
    background: #fff;
}
.sepetdetay h3.bos{
    text-align: center;
    color: #ea001b;
    font-size: 40px;
}
.sepetdetay h4.bos{
    text-align: center;
    color: #333;
}
.sepetdetay img{
    width: 100%;
}
.sepetdetay .SilHref{
    background: #ea001a;
    padding: 1px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.sepeturun{}
.sepeturun h4{
    margin: 0;
}
.sepeturun h6{
    margin: 0;
    margin-bottom: 5px;
}
.sepetdetay input,.sepetdetay input:focus{
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #7f8c8d;
    font-weight: bold;
}
.fiyatlar{}
.fiyatlar .indirimsiz-fiyat{
    padding: 0;
    text-decoration: line-through;
    margin: 0;
    height: 16px !important;
    color: #8c141d;
}
.fiyatlar .fiyat{
    font-size: 24px;
    color: #3498db;
    top: -5px;
    position: relative;
    margin: 0;
}

.fiyatlar .fiyat span {
    font-size: 16px !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0; 
}
.yenileme:before{
    content: 'Sepet Yenileniyor...';
    background: rgba(245, 245, 245, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    font-size: 50px;
    padding: 50px;
    text-align: center;
    color: #000;
}

.sepetsayfasi {
    position: relative;
}
.hesapsayfa{
    padding: 20px;
    background: #fff;
}
.hesapsayfa h4{
    font-size: 25px;
    font-weight: bold;
    color: #17468f;
}
.btn{
    border-radius: 0 !important
}
input{
    border-radius: 0 !important
}
.hesapform input{
    border: 1px solid #e8e8e8 !important;
    box-shadow: none;
    color: #333 !important;
}
.open>.dropdown-menu{
    right: 0 !important;
    z-index: 999999;
    border: 0;
    border-radius: 0;
    width: 100px;
    display: inline-block;
    left: inherit;
}
.Indirim{
    font-size: 14px;
    text-align: center;
}
.Indirim span{
    font-size: 20px;
    color: #0e4687;
    display: block;
}

.Indirim span span {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
.form-control{
    border-radius: 0 !important;
    -webkit-appearance: none; 
}
.hesapform h2{
    font-weight: bold;
    font-size: 25px;
    color: #7f8c8d;
    margin: 10px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-top: 0;
}
.anaresimkategori{
    display: block;
    position: relative;
    background: #ededed;
    text-align: center;
            -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        border-radius: 3px;
}
.anaresimkategori img{
    width: 100%;
}
.anaresimkategori p{}
.anaresimkategori:hover{
     box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}
.anaresimkategori .katadi{
    font-weight: bold;
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    padding: 5px;
    color: #7f8c8d;
}
.urunkodu{
    margin:0;
    font-weight: bold;
    color: #333;
}
.urunaciklama .icerik .urunkodu b{
    font-size: 20px !important;
}
.sayfaresimler{}
.sayfaresimler a{
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 20px;
    display: block;
}
.sayfaresimler a img{
    max-width: 100%;
}
.alertify-logs{}
.alertify-logs .default{
    width: 200px !important;
}
.tukendi{
    display: block;
    /* height: 45px; */
    margin: 0;
    background: #c1303d;
    text-align: center;
    padding: 4px;
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}
.stokdurum{
    color: #333;
    font-size: 14px !important;
}
p.sepetkampanya{
    margin: 0;
    font-size: 12px;
    display: inline-block;
    color: #08676d;
}
.iletisimformu input:focus{
    border: 1px solid #000;
}
.Icerik iframe{
    width: 100% !important;
}
span.kdvolayi{
    background: #ce0000;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    float: right;
}
.hesaptoplam{
    margin: 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.hesapkdv{border-bottom: 1px solid #ccc;padding-bottom: 10px;}