@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/MyriadPro-Bold.otf')  format('opentype'),
	     url('fonts/MyriadPro-Bold.woff') format('woff'), url('fonts/MyriadPro-Bold.ttf')  format('truetype'), url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf')  format('truetype'), url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,body{
height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	font-family: Tahoma;
	font-size: 13px;
	color: #000;
}
A:link {
	COLOR: #000000; 
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

A:active {
	color: #000000; 
	TEXT-DECORATION: none;
}
:focus {outline:none;}

#giris_logo
{
position: relative;
width:500px;
height: 232px;
top:0;
left: 0;
right: 0;
margin: auto;
background-image: url('images/giris_logo.png');
background-repeat: no-repeat;
background-size: cover;
text-align: center;
display: flex;
 justify-content: center;
 align-items: center;
}
#giris_logo img
{
top: 50%;           
position: absolute;
}
#giris_ekran
{
position: relative;
width:752px;
height: 370px;
left: 0;
right: 0;
margin: auto;
}
.giris_yazi
{
background-image: url('images/giris_sekil.png');
background-repeat: no-repeat;
background-position:0 14px;
text-align: center;
}
.giris_yazi span
{
font-family: 'MyriadPro-Regular';
font-size: 33px;
color: #676d70;
padding-left:10px;
padding-right:10px;
background: white;
}
.giris_yazi span i
{
font-style: normal;
font-family: 'MyriadPro-Bold';
}
.giris_sekil_alt
{
background-image: url('images/giris_sekil.png');
background-repeat: no-repeat;
}
.giris_alan
{
background-color: #f7f7f7;
border:1px solid #ebebeb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:30px;
padding-bottom:30px;
}
.bayigiris_baslik
{
height:43px;
background-color:#676d70;
text-align: center;
font-family: 'MyriadPro-Regular';
font-size:19px;
color: #FFF;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.bayigiris_yan
{
height:42px;
background-color:#e9e9e9;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.bayigiris_unuttum
{
font-family: 'MyriadPro-Regular';
font-size: 15px;
color: #676d70;
text-align: right;
}
A.unuttum_link:link{ COLOR: #676d70; TEXT-DECORATION: none }
A.unuttum_link:hover {COLOR: #676d70; TEXT-DECORATION: underline}
A.unuttum_link:visited {COLOR: #676d70; TEXT-DECORATION: none}
A.unuttum_link:active {COLOR: #676d70; TEXT-DECORATION: underline}
.bayigiris_input
{
width: 328px;
height: 30px;
background-color: transparent;
border:0px;
font-family: Tahoma;
font-size: 18px;
color: #7c7c7c;
}
.bayigiris_button
{
width: auto;
height: 40px;
border:0px;
padding-left:20px;
padding-right:20px;
background-color: #676d70;
font-family: 'MyriadPro-Regular';
font-size: 24px;
color: #FFF;
text-align: center;
padding-top:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
ul#girismenu {
    list-style: none;
    margin: auto;
    padding: 0;
}
ul#girismenu li {
    float: left;
    position: relative;
    text-align: center;
	/*
	padding-left:20px;
	padding-right:20px;
	*/
}
ul#girismenu li a {
    font: 18px 'MyriadPro-Regular';
    display: block;
    color: #676d70;
    text-decoration: none;
}
ul#girismenu li a:hover {
    text-decoration: underline;
}
.sayfa_yazi
{
font-family: Tahoma;
font-size: 13px;
color: #676d70;
text-align: justify;
line-height: 150%;
}
.sayfa_yazi p
{
margin-top:0px;
margin-bottom:15px;
}
.iletisim_anabaslik
{
font-family: 'MyriadPro-Bold';
font-size: 18px;
color: #676d70;
text-align: left;
}
.iletisim_baslik
{
background-color: #676d70;
width:100px;
height:30px;
font-family: 'MyriadPro-Regular';
padding-top:3px;
font-size: 16px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.iletisim_yazi
{
background-color: #e9e9e9;
font-family: Tahoma;
font-size: 13px;
color: #333;
text-align: left;
padding-left:12px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.iletisimformu_baslik
{
background-color: #676d70;
width:100px;
height:30px;
font-family: 'MyriadPro-Regular';
padding-top:3px;
font-size: 16px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.iletisimformu_yazi
{
background-color: #e9e9e9;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.iletisimformu_baslik2
{
background-color: #676d70;
width:100px;
height:30px;
font-family: 'MyriadPro-Regular';
padding-top:3px;
font-size: 16px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.iletisimformu_yazi2
{
background-color: #e9e9e9;
height:114px;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
}
.iletisimformu_input
{
width: 220px;
height: 30px;
background-color: transparent;
border:0px;
font-family: Tahoma;
font-size: 14px;
color: #7c7c7c;
}
.iletisimformu_button
{
margin-top:10px;
width: auto;
height: 30px;
border:0px;
padding-left:20px;
padding-right:20px;
background-color: #676d70;
font-family: 'MyriadPro-Regular';
font-size: 18px;
color: #FFF;
text-align: center;
padding-top:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.iletisimformu_baslikbayi
{
background-color: #676d70;
height:30px;
font-family: 'MyriadPro-Regular';
padding-top:3px;
font-size: 14px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.iletisimformu_yazibayi
{
background-color: #e9e9e9;
padding:10px;
font-family: Tahoma;
    font-size: 13px;
    color: #333;
    text-align: left;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
}
.arama_input
{
width: 380px;
height:28px;
background-color: transparent;
border:0px;
font-family: Tahoma;
font-size: 13px;
color: #0c0c0c;
}
.arama_buton
{
width:30px;
height:30px;
background-color: transparent;
border:0px;
background-image: url('images/arama_btn.png');
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
}
.yankategori_baslik
{
background-color: #333333;
height:33px;
font-family: 'MyriadPro-Bold';
font-size: 17px;
color: #FFF;
text-align: left;
padding-left:20px;
padding-top:4px;
}
.yankategori_madde
{
font-family: 'MyriadPro-Regular';
font-size: 15px;
color: #000;
height:34px;
padding-left:20px;
padding-top:3px;
cursor: pointer;
}
.yankategori_madde:hover
{
background-color:#333333;
color: #FFF;
}
.yankategori_madde_secili
{
background-color:#333333;
font-family: 'MyriadPro-Regular';
font-size: 15px;
color: #FFF;
height:34px;
padding-left:20px;
padding-top:3px;
cursor: pointer;
}
.yankategori_madde_alt
{
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #000;
height:26px;
padding-left:30px;
padding-top:3px;
cursor: pointer;
border-bottom:1px dotted #333;
}
.yankategori_madde_alt:hover
{
text-decoration: underline;
}
.yankategori_madde a
{
color: #000;
}
.yankategori_madde a:hover
{
color: #FFF;
}
.yankategori_madde_secili a
{
color: #FFF;
}
.bayiprofil_baslik
{
background-color: #333333;
height:33px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
text-align: left;
padding-left:34px;
padding-right:25px;
line-height:100%;
padding-top:4px;
background-image: url('images/bayi_panel_bg.png');
background-repeat:no-repeat;
cursor: pointer;
}

.profil_madde
{
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
padding-left:20px;
padding-top:4px;
color: #FFF;
border-bottom:1px solid #818181;
cursor: pointer;
}
.profil_madde a
{
color: #FFF;
}
.profil_madde a:hover
{
color: #FFF;
text-decoration: underline;
}
.profil_madde:hover
{
background-color:#333;
}
.bayisepet_baslik
{
background-color: #333333;
height:33px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
text-align: left;
padding-left:45px;
padding-top:4px;
background-image: url('images/sepet_bg.png');
background-repeat:no-repeat;
cursor: pointer;
}
.bayisepet_baslik span
{
font-family: 'MyriadPro-Bold';
font-size: 18px;
color: #faef03;
margin-left: 10px;
}
.bayisepet_madde
{
height:30px;
border-bottom:1px solid #e8e8e8;
cursor: pointer;
}
.bayisepet_urunismi
{
font-family: Tahoma;
font-size: 12px;
color: #333333;
text-align: left;
}
.bayisepet_urunadet
{
font-family: Tahoma;
font-size: 12px;
color: #333333;
font-weight:bold;
text-align: center;
}
.bayisepet_urunfiyat
{
font-family: Tahoma;
font-size: 12px;
color: #333333;
font-weight:bold;
text-align: right;
}
.bayisepet_tamamla
{
background-color: #333333;
height:24px;
font-family: 'MyriadPro-Bold';
font-size: 14px;
color: #faef03;
text-align: center;
padding-top:4px;
}
.bayisepet_tamamla a
{
color: #faef03;
}
.bayisepet_tamamla a:hover
{
color: #fff;
}
.sticky
{
width:230px;
z-index:99;
}
.yeniurunler_baslik
{
font-family: 'MyriadPro-Bold';
font-size: 18px;
color: #707070;
text-align: left;
padding-left: 20px;
font-style: italic;
}
.urunalan
{
background-color: #FFF;
padding: 9px;
    height: 350px;
    width: 100%;
}
.urunres
{
width:212px;
height:199px;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: top left;
background-color: #FFF;
}
.urunalan_urunismi
{
font-family: 'MyriadPro-Bold';
    /* font-size: 13px; */
    /* color: #333333; */
    padding-right: 5px;
    text-align: left;
    color: #000000;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: PRE-LINE;
    width: 100%;
    height: 65px;
}
.urunalan_urunfiyat
{
height:30px;
background-color: #fff51f;
font-family: Tahoma;
font-size: 12px;
color: #000;
font-weight: bold;
text-align: center;
}
.urunalan_urunfiyatyok
{
height:30px;
background-color: transparent;
font-family: Tahoma;
font-size: 12px;
color: #000;
font-weight: bold;
text-align: center;
}
.footer_iletisim
{
font-family: Tahoma;
font-size: 12px;
color: #FFF;
text-align: left;
line-height: 150%;
}
ul#footermenu {
    list-style: none;
    margin: auto;
    padding: 0;
	float: right;
}
ul#footermenu li {
    float: left;
    position: relative;
    text-align: center;
	padding-left:10px;
	padding-right:10px;
}
ul#footermenu li a {
    font: 14px 'MyriadPro-Regular';
    display: block;
    color: #dad9d9;
    text-decoration: none;
}
ul#footermenu li a:hover {
   color: #FFF;
}
.footer_yazi
{
font-family: Tahoma;
font-size: 11px;
color: #dad9d9;
text-align: left;
}
.icsayfa_baslik
{
font-family: 'MyriadPro-Bold';
font-size: 18px;
color: #707070;
text-align: left;
font-style: italic;
height:37px;
padding-left:16px;
}
.icsayfa_yazi
{
background-color: #FFF;
padding:20px;
font-family: Tahoma;
font-size: 13px;
color: #676d70;
text-align: justify;
line-height: 150%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.icsayfa_yazi p
{
margin-top:0px;
margin-bottom:15px;
}
.alisveris_adim
{
border:1px solid #bbbbbb;
width:30px;
height:26px;
text-align: center;
font-family: 'MyriadPro-Regular';
font-size: 16px;
padding-top:4px;
color: #333;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.alisveris_adim_secili
{
border:1px solid #ff0101;
width:30px;
height:26px;
text-align: center;
font-family: 'MyriadPro-Bold';
font-size: 16px;
padding-top:4px;
color: #ff0101;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.alisveris_adim_baslik
{
font-family: 'MyriadPro-Bold';
font-size: 20px;
padding-top:4px;
color: #333;
text-align: left;
padding-left:10px;
}
.alisveris_adim_baslik_secili
{
font-family: 'MyriadPro-Bold';
font-size: 20px;
padding-top:4px;
color: #ff0101;
text-align: left;
padding-left:10px;
}
.sepetim_tablobaslik
{
border-bottom:1px solid #e6e6e6;
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
font-style: italic;
}
.sepetim_tabloyazi
{
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color:#333;
}
.sepetim_tabloyazi span
{
font-family: Tahoma;
font-size: 11px;
font-style: italic;
color:#b9b9b9;
}
.sepetim_alturunalan
{
border:1px solid #e6e6e6;
padding:10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sepetim_alturunbaslik
{
font-family: 'MyriadPro-Bold';
font-size: 13px;
color:#333;
}
.sepetim_alturunyazi
{
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
padding-top:3px;
padding-bottom:3px;
border-bottom:1px solid #e6e6e6;
}
.sepetim_toplambaslik
{
height:34px;
background-color: #333;
font-family: 'MyriadPro-Bold';
font-size: 14px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.sepetim_toplamyazi
{
background-color:#e9e9e9;
font-family: 'MyriadPro-Bold';
font-size: 18px;
color: #FF0000;
text-align: center;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.sepetim_geribtn
{
width: 160px;
height:28px;
background-color: #333;
border:0px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
padding-top:4px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.sepetim_ileribtn
{
width: 200px;
height:28px;
background-color: #ff0101;
border:0px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
padding-top:4px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.adresim_anabaslik
{
font-family: 'MyriadPro-Bold';
font-size: 16px;
color:#333;
}
.adresim_tablobaslik
{
border-bottom:1px solid #e6e6e6;
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color:#333;
font-style: italic;
}
.adresim_tabloyazi
{
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
padding-top:5px;
padding-bottom:5px;
}
.adresim_islemana
{
width:24px;
background-color: #333;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.adresim_islemyazi
{
background-color: #E9E9E9;
font-family: 'MyriadPro-Regular';
font-size: 12px;
color: #333;
text-align: left;
padding-left:8px;
padding-top:3px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.adresim_yeniadres
{
background-color: #fb4d01;
border:0px;
height: 28px;
width: 120px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
text-align: center;
padding-top:4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.odemesecenek_tipbaslik
{
background-color: #333;
height: 27px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
padding-top:4px;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.odemesecenek_tipbakiye
{
padding-left:10px;
padding-right:10px;
background-color: #333;
height: 27px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
padding-top:4px;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.odemesecenek_bakiyebtn
{
padding-left:10px;
padding-right:10px;
height:31px;
background-color: #26b400;
border:0px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
padding-top:4px;
text-align: center;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
cursor: pointer;
}
.odemesecenek_bakiyebtn2
{
padding-left:10px;
padding-right:10px;
height:31px;
background-color: #ff9600;
border:0px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
padding-top:4px;
text-align: center;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
cursor: pointer;
}
.odemesecenek_tipyazi
{
background-color: #E9E9E9;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #333;
text-align: center;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.odemesecenek_kartbaslik
{
background-color: #333333;
height: 28px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
text-align: center;
padding-top:4px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.odemesecenek_kartalan
{
border:1px solid #333;
background-color: #FFF;
padding:20px;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
}
.odemesecenek_kartinput
{
border:1px solid #616161;
height: 28px;
background-color: #ebebeb;
width: 250px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left:10px;
padding-right: 10px;
padding-top:2px;
margin-bottom:8px;
}
.odemesecenek_kartbtn
{
border:0px solid #ebebeb;
height: 32px;
background-color: #ff0101;
width: 120px;
font-family: 'MyriadPro-Regular';
font-size: 15px;
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-left:10px;
padding-right: 10px;
padding-top:2px;
margin-bottom:8px;
cursor: pointer;
}
.video_baslik
{
font-family:Tahoma;
font-size: 16px;
font-weight:bold;
color: #6d6e71;
}
.video_yazi
{
 font-family: Arial;
 font-size: 12px;
 color: #6d6e71;
}
.video_detaybaslik
{
font-family:Tahoma;
font-size: 18px;
font-weight:bold;
color: #FFFFFF;
}
A.video_baslik:link{ COLOR: #6d6e71; TEXT-DECORATION: none }
A.video_baslik:hover {COLOR: #333333; TEXT-DECORATION: none}
A.video_baslik:visited {COLOR: #6d6e71; TEXT-DECORATION: none}
A.video_baslik:active {COLOR: #333333; TEXT-DECORATION: none}

A.video_yazi:link{ COLOR: #6d6e71; TEXT-DECORATION: none }
A.video_yazi:hover {COLOR: #6d6e71; TEXT-DECORATION: underline}
A.video_yazi:visited {COLOR: #6d6e71; TEXT-DECORATION: none}
A.video_yazi:active {COLOR: #6d6e71; TEXT-DECORATION: underline}

.down_baslik
{
font-family: Tahoma;
font-size:12px;
color:#6d6e71;
font-weight: bold;
text-align:center;
padding-top:5px;
}
A.down_baslik_link:link{ COLOR: #6d6e71; TEXT-DECORATION: none }
A.down_baslik_link:hover {COLOR: #333; TEXT-DECORATION: none}
A.down_baslik_link:visited {COLOR: #6d6e71; TEXT-DECORATION: none}
A.down_baslik_link:active {COLOR: #333; TEXT-DECORATION: none}

.urundetay_urunismi
{
font-family: 'MyriadPro-Bold';
font-size: 20px;
color: #353535;
text-align: left;
padding-bottom:30px;
}
.urundetay_urunismi span
{
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #353535;
}
.urundetay_urunaciklama
{
font-family: Tahoma;
font-size: 13px;
color: #353535;
text-align: justify;
padding-bottom:15px;
}
.urundetay_urunaciklama p
{
margin-top:0px;
margin-bottom:15px;
}
.urundetay_urunfiyat
{
font-family: 'MyriadPro-Bold';
font-size: 19px;
color: #353535;
text-align: left;
padding-bottom:15px;
}
.urundetay_urunfiyat span
{
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #353535;
text-align: left;
}
.urundetay_adetbaslik
{
width:74px;
height: 30px;
background-color: #333;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #FFF;
text-align: center;
padding-top:3px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.urundetay_adetalan
{
background-color: #e9e9e9;
text-align: center;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.urundetay_sepeteeklebtn
{
width: 130px;
height: 31px;
background-color: #faef03;
border:0px;
font-family:'MyriadPro-Regular';
font-size: 16px;
color: #000;
text-align: center;
padding-top:4px;
margin-left:25px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.urundetay_tablobaslik
{
height:30px;
border-bottom:1px solid #333;
font-family: Tahoma;
font-size: 13px;
font-weight:bold;
color: #333;
background-color: #f8f8f8;
}
.urundetay_tabloyazi
{
height:24px;
font-family: Tahoma;
font-size: 13px;
color: #333;
}
.bagliurun
{
background-color: #4caf50;
padding:5px;
margin-left: 10px;
font-family: Tahoma;
font-size: 11px;
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.bagliurun2
{
background-color: #ff5722;
padding:5px;
margin-left: 10px;
font-family: Tahoma;
font-size: 11px;
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.urundetay_secim
{
width: 210px;
height: 24px;
background-color: transparent;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #333;
padding-top:3px;
border:0px;
}
.bayiadres_anabaslik
{
height:34px;
background-color: #333;
font-family: 'MyriadPro-Regular';
font-size: 15px;
color: #FFF;
text-align: left;
padding-left:15px;
padding-top:4px;
}
.bayiadres_formbaslik
{
background-color: #333;
width:120px;
height: 30px;
font-family: Tahoma;
font-size: 12px;
color: #FFF;
font-weight: bold;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.bayiadres_formyazi
{
background-color: #e9e9e9;
height: 30px;
text-align: left;
padding-left:10px;
padding-right:10px;
font-family: Tahoma;
font-size: 13px;
color: #7c7c7c;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.bayiadres_input
{
width: 475px;
height: 30px;
background-color: transparent;
border:0px;
font-family: Tahoma;
font-size: 13px;
color: #7c7c7c;
}
.bayiadres_inputsifre
{
width: 475px;
height: 24px;
background-color: #FFF;
border:0px;
font-family: Tahoma;
font-size: 13px;
color: #7c7c7c;
padding-left:5px;
}
.bayiadres_button
{
width: auto;
height: 30px;
border:0px;
padding-left:20px;
padding-right:20px;
background-color: #676d70;
font-family: 'MyriadPro-Regular';
font-size: 18px;
color: #FFF;
text-align: center;
padding-top:5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.siparisonay_yazi
{
font-family:'MyriadPro-Regular';
font-size: 20px;
color: #333;
line-height:150%;
text-align: center;
}
.siparisonay_yazi a
{
color: #333;
}
.siparisonay_yazi a:hover
{
color: #333;
text-decoration: underline;
}
.siparisonay_yazi span
{
font-family:'MyriadPro-Bold';
font-size: 24px;
color: #0b9a00;
}
.siparislerim_tablobaslik
{
border-bottom:1px solid #e6e6e6;
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
font-style: italic;
}
.siparislerim_tabloyazi
{
height:28px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
}
.siparislerim_tabloyazi span
{
font-family: 'MyriadPro-Bold';
font-size: 14px;
color:#FF0000;
}
.carihareket_ustbaslik_borc
{
background-color: #de0000;
width:100px;
height:30px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.carihareket_ustbaslik_alacak
{
background-color: #23a600;
width:100px;
height:30px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.carihareket_ustbaslik_kalan
{
background-color: #ff7e00;
width:100px;
height:30px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.carihareket_ustyazi
{
background-color: #e9e9e9;
font-family: 'MyriadPro-Bold';
font-size: 15px;
color: #000;
text-align: center;
padding-top:3px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.carihareket_tarih_baslik
{
background-color: #333;
width:90px;
height:27px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color: #FFF;
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
padding-top:3px;
}
.carihareket_tarih_yazi
{
background-color: #e9e9e9;
text-align: left;
padding-left:8px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.carihareket_tarih_input
{
width:78px;
border:1px solid #c8c8c8;
background-color: transparent;
height:17px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:3px;
margin-right:5px;
}
.carihareket_tarih_select
{
width:170px;
border:1px solid #c8c8c8;
background-color: transparent;
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:3px;
}
.carihareket_tarih_btn
{
border:1px solid #c8c8c8;
background-color: #c8c8c8;
width:80px;
height:23px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding-top:4px;
cursor:pointer;
}
.tralan_secili
{
background-color: #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.tralan_secimsiz
{
background-color: transparent;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.bayicari_tablobaslik
{
border-bottom:1px solid #e6e6e6;
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color:#333;
font-style: italic;
text-align: center;
}
.bayicari_tabloyazi
{
height:24px;
font-family: 'MyriadPro-Regular';
font-size: 13px;
color:#333;
border-bottom:1px solid #e6e6e6;
text-align: center;
padding-top:3px;
}
.bayicari_tabloyazi a
{
border-bottom:1px dotted #000;
}
.bayicari_tabloyazi a:hover
{
color: #de0000;
border-bottom:0px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
font-family: 'MyriadPro-Regular' !important;
font-size: 14px !important;
padding-top:3px !important;
}
.lobibox-notify-title
{
font-family: Tahoma;
font-size: 13px;
color: #FFF;
font-weight: bold;
padding-bottom:8px;
}
.lobibox-notify-msg
{
font-family: Tahoma;
font-size: 13px;
color: #FFF;
}
.fancybox-outer, .fancybox-inner, .fancybox-skin {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-border-radius: 10px!important;
	-moz-border-radius: 10px!important;
    border-radius: 10px!important;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider, .nivoSlider img, .nivo-slice{
}
#slider-wrapper {
	position: absolute; 
	width: 745; 
	height: 360;  
	margin:0 auto;
	z-index: 2;  
}
#slider {
	position:relative;
    width:745px;/*uzunlugu*/
    height:360px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
text-align: center;
position:absolute;
margin-top:0px;
margin-left:0px;
}
.nivo-controlNav a {
	display:block;
	width:15px; /*sag sol arasindaki bosluk noktalar arasindaki*/
	height:10px;
	/*background:url(images/bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -48px;
}

.nivo-directionNav a {
	display:block;
	width:26px;
	height:42px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-26px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
#result
    {
        position:absolute;
        width:413px;
        padding:10px;
        display:none;
        margin-top:-1px;
        border-top:0px;
        overflow:hidden;
        border:1px #CCC solid;
        background-color: white;
		z-index:99;
    }
    .show
    {
        padding:10px; 
        border-bottom:1px #999 dashed;
        font-size:15px; 
        height:50px;
		font-family: 'MyriadPro-Regular';
		font-size: 13px;
    }
    .show:hover
    {
        background:#e5e5e5;
        color:#333;
        cursor:pointer;
    }
	.name
	{
	font-family: 'MyriadPro-Bold';
	font-size: 15px;
	color: #333;
	}
	.renkler
	{
	font-family: 'MyriadPro-Regular';
	font-size: 11px;
	}
	.spanlink
	{
	display:none;
	}
	#resimler ul, #resimler li
{
		margin:0;
		padding:0;
		list-style:none;
}
#resimler li{ 
		width:100%;
		height:auto;
		overflow:hidden; 
		}
#prevBtn2, #nextBtn2{ 
		display:none;
		width:20px;
		height:32px;
		position:absolute;
		margin-top:-160px;
		margin-left:5px;
		z-index:1000;
		}	
	#nextBtn2{ 
		margin-left:370px;
		margin-top:-160px;
		}														
	#prevBtn2 a, #nextBtn2 a{  
		display:none;
		position:relative;
		width:20px;
		height:32px;
		background:url(images/resim_geri.jpg) no-repeat 0 0;	
		}	
	#nextBtn2 a, #resimlernext2 a{ 
		background:url(images/resim_ileri.jpg) no-repeat 0 0;	
		}
#nonFooter{
min-height: 100%;
min-height: -moz-calc(100% - 110px);
min-height: -webkit-calc(100% - 110px);
min-height: -o-calc(100% - 110px);
min-height: calc(100% - 110px);
}
#footer {
height:110px;
margin: 0;
clear: both;
width:100%;
}
.stokyok_yazi
{
font-family: Tahoma;
font-size: 13px;
color: #FF0000;
text-align: left;
font-weight:bold;
}
.cins_adet
{
width: 50px;
height: 25px;
border:1px solid #aaaaaa;
background-color: #FFF;
font-family: Arial;
font-size: 13px;
color: #000;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cins_adet:disabled
{
width: 50px;
height: 25px;
border:1px solid #8e8e8e;
background-color: #8e8e8e;
font-family: Arial;
font-size: 13px;
color: #bdbdbd;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ul.sayfalama {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0 0;
    clear: left;

}
ul.sayfalama li {
    font:bold 11px Tahoma, Geneva, sans-serif;
    color:#fff;
    float:left;
    list-style:none;
    margin:0 2px;
    background:#333333;
	text-align: center;
}
ul.sayfalama li span {
    padding:5px 8px;
    display:block
}
ul.sayfalama li a {
    font:bold 11px Tahoma, Geneva, sans-serif;
    color:#000000;
    text-decoration:none;
    background-color:#e3e3e3;
    padding:5px 8px;
    display:block
}
ul.sayfalama li a:hover {
    background-color:#333333;
    color:#FFFFFF;
}

.badge {
	position: absolute;
	margin-top:-5px;
    background-color: #faef03;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	color: #000;
}
#cart i
{
color: #fff;
font-size:24px;
}

.shopping-cart {
  margin: 23px 0;
  float: right;
  background: white;
  width: 280px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
 } 
  
  .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
  }  
    .shopping-cart-total {
      text-align: right;
    }
  
  
  .shopping-cart-items {
    
	padding-left:0px;
    padding-top: 0px;
}
      li {
        margin-bottom: 10px;
		border-bottom:1px solid #e8e8e8;
      }

    
    .item-name {
      display: block;
	  float:left;
      font-family: Tahoma;
	  font-size: 12px;
	  color: #333333;
	  text-align:left;
	  padding-bottom:10px;
    }
    
    .item-price {
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    }
    
    

.shopping-cart:after {
	bottom: 100%;
	left: 21%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
ol, ul {
    list-style: none;
}


.lighter-text {
  color: #ABB0BE;
}

.main-color-text {
  font-family: 'MyriadPro-Bold';
   font-size: 18px;
   color: #333;
}

nav {
  padding: 20px 0 40px 0;
  background: #F8F8F8;
  font-size: 16px;
  
  .navbar-left {
    float: left;
  }
  
  .navbar-right {
    float: right;
  }
  ul {
    
    li {
      display: inline;
      padding-left: 20px;
      a {
        color: #777777;
        text-decoration: none;
        
        &:hover {
          color: black;
        }
      }
    }
  }
}

.container {
  margin: auto;
  width: 80%;
}
.button {
    background: #faef03;
    color: #333;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
	font-family: 'MyriadPro-Bold';
    font-size: 16px;
    margin: 27px 0 15px 0;
}