/*!
 * CinFikir Ödeme Ekranı
 * Copyright 2010-2015 Cinfikir
 * Licensed under the MIT license
 */
 @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);
body {
	background-color: #eee;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
a {color:#000;}
a:hover {color:#666;}


/*! Profil Sayfası */
.myprofile {
	padding: 70px 15px 5px 15px;
	 display: inline-block;
}
.myprofile a {
	color:#000;
	text-decoration:none;
}
.myprofile_sepetim div{
	background:url(../images/myprofile_sepet.jpg) center bottom no-repeat;
}
.myprofile_sepetim div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_siparis div{
	background:url(../images/myprofile_siparis.jpg) center bottom no-repeat;
}
.myprofile_siparis div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_adresler div{
	background:url(../images/myprofile_adres.jpg) center bottom no-repeat;
}
.myprofile_adresler div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_profil div{
	background:url(../images/myprofile_profil.jpg) center bottom no-repeat;
}
.myprofile_profil div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_iade div{
	background:url(../images/myprofile_iade.jpg) center bottom no-repeat;
}
.myprofile_iade div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_firsat div{
	background:url(../images/myprofile_firsat.jpg) center bottom no-repeat;
}
.myprofile_firsat div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_yardim div{
	background:url(../images/myprofile_yardim.jpg) center bottom no-repeat;
}
.myprofile_yardim div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile_cikis div {
	background:url(../images/myprofile_cikis.jpg) center bottom no-repeat;
}
.myprofile_cikis div:hover{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.myprofile h9 {
	font-size:20px;
	font-weight:300;
	letter-spacing:2px;
}
.myprofile p {
	font-size:12px;
	font-weight:300;
    height: 35px;
}
/*! Profil Sayfası Son */




.right {
	text-align: right;
}
.iban {
	padding:0;
	margin:0;
}

.panel {
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.06);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.06);
	margin-bottom: 12px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
    
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle;
}
.light{
    color:#fff;
}
.light a{
    color:#fff;
}
h4 {
    font-size: 15px;
}
.dropdown-menu li {
	width: 100%;
	height: 120px;
	padding: 10px 20px;
}
.nav-name {
	font-size: 11px;
}
.panel-title {
	font-size: 20px;
	font-weight: 600;
}
.adres-ekleme {
text-align:left; width:100%; margin-bottom:8px;
}
.teslimat-kargo {
	width: 100%;
	height: 75px;
	padding: 10px 20px;
	background-color: #F3F3F3;
	text-align: right;
	margin: 5px auto;
}
.checkout-navigation-container {
	background-color: #7e7e7e;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15)
}
.zemin_alt {
background: rgb(163,107,169);
background: linear-gradient(90deg, rgba(163,107,169,1) 0%, rgba(69,185,234,1) 50%, rgba(209,53,128,1) 100%);
	margin-bottom:20px;
}

.checkout-navigation {
	padding: 7px 0 13px;
}
.checkout-navigation .nav {
	padding: 0
}
.checkout-navigation .nav.has-extra-item {
	padding-left: 17px
}
.checkout-navigation .list-item {
	float: left
}
.checkout-navigation .nav-anchor {
	position: relative;
	padding-bottom: 15px;
	display: block;
	float: left;
	text-decoration: none;
	cursor: default
}
.checkout-navigation .nav-img, .checkout-navigation .nav-img i, .checkout-navigation .nav-arrow {
	display: block;
	height: 45px;
	background-image: url(../images/checkout-navigation.png)
}
.checkout-navigation .nav-arrow {
	width: 120px;
	float: left;
	background-position: -45px 0;
	margin-top: 10px;
}
.checkout-navigation .nav-img {
	width: 28px;
	background-position: -8px 0
}
.checkout-navigation .nav-img i {
	display: none
}
.checkout-navigation .nav-name {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 120px;
	margin: 0 0 0 -60px;
	text-align: center;
	font-weight: 700;
	color: #ffffff5e;
}
.checkout-navigation .current .nav-anchor {
	padding-bottom: 20px
}
.checkout-navigation .current .nav-img {
	width: 45px;
	background-position: 0 -45px
}
.checkout-navigation .current i {
	display: block;
	width: 45px
}
.checkout-navigation .current .nav-name {
	color: #ffffff;
}
.checkout-navigation .completed .nav-anchor {
	cursor: pointer
}
.checkout-navigation .completed .nav-img {
	background-position: -166px -45px
}
.checkout-navigation .completed .nav-arrow {
	background-position: -45px -45px
}
.checkout-navigation .nav-completed {
	margin-top: 10px
}
.gift-box-icon {
	background-position: 0 -90px
}
.delivery-icon {
	background-position: -45px -90px
}
.payment-icon {
	background-position: -90px -91px;
}
.sepet-icon {
	background-position: -176px -90px;
}
.summary-icon {
	background-position: -135px -90px
}
.montage-icon {
	background-position: -180px -90px
}
.checkout-not {
	padding: 10px 5px;
	font-size: 12px;
	color: #CCC;
}
 @media all and (max-width: 992px) {
.checkout-navigation {
	margin: 0 auto;
}
.checkout-navigation .nav-arrow {
	width: 50px;
	float: left;
	background-position: -45px 0;
	margin-top: 10px;
}
.checkout-not {
	text-align: center;
}
}
 @media all and (max-width: 767px) {
.logo {
	text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
}
}
 @media all and (max-width: 477px) {
.checkout-navigation {
	margin: 0 auto;
	width: 100%;
}
.checkout-navigation .nav-arrow {
	display: none;
}
.nav-name {
	font-size: 9px;
}
.checkout-navigation .list-item {
	width: 20%;
}
.logo {
	text-align: center;
}
}

#kartdetay .controls {
    font-size: 13px;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 5px 20px;
    margin: 0px 0px 10px;
    background: #f3f3f3;
}
.alert {
    padding: 15px 25px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 23px;
    font-size: 14px;
}
#kartdetay {
	padding: 0px 20px;
    background-color: #eeeeee;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-radius: 20px;
}
    