.p5 {
    padding: 5px;
}
.shadow {
    box-shadow: 1px 1px 9px #f5f4f4;
}
.mb-10 {
    margin-bottom: 10px;
}

.siparis_ozeti {
	  background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 1px 1px 9px #f5f4f4;
    padding: 15px;
    font: 400 7px/15px 'Titillium Web';
}
.m-p-0{

	padding: 5px;
}
.s_ozet {
	display: table;
	width: 100%;
}
.s_baslik {
	font-size: 17px;
	font-weight: 500;
    padding-bottom: 16px;
    text-align: center;
		color: #787a7b;
    border-bottom: 1px solid #f7f6f6;
}
.s_detay {
	font-weight: 400;
	font-size: 14px;

	padding: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e1e1;
    margin-bottom: 12px;
}
.s_detay span {
	float: right;
	font-weight: 600;
}
.btn-warning,.btn-warning:hover {
  background: #1577bd;
    border-color: #1577bd;
}
.genel_toplam {
		color: #F27A1A;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.tab-content>.active {
    display: block !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.b-5 {
	border-radius:5px;
}
 .btn:hover,.btn:active
{
  color: #fff;
}
.btn-info,.btn-info:hover {
    color: #fff;
    background-color: #15a8af;
    border-color: #15a8af !important;
}
.m-l-15 {
	margin-left: -25px!important;
}
.h-40 {
	height: 40px;
}
.f-input {
	    height: 53px !important;
	    margin-top: 6px;
}
.i-r {

    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 32%;
}
.i-l {

    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 32%;
}
.w100 {
  width: 100%;
}
.m-p-0 {
    margin: 0;
    padding: 5px;
}
.siparis_ozeti img {
    width: 100%;
}
.u_detay {
    font-weight: 400;
    font-size: 14px;
    padding: 8px;
		font-family: 'Titillium Web',sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}
.u_baslik {
  font-weight: 400;
    font-size: 14px;
    padding: 4px;
    font-family: 'Poppins',sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}
.menu_sepet .kaldir-btn
{
	top: 0;
    right: 7px;
    left: auto;
}
.hatali {
    position: absolute;
    top: -20px;
    background: #dc1736;
    color: #fff;
    z-index: 999;
    width: 99%;
    margin: auto;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    font-family: 'Titillium Web',sans-serif;
}
.kupon {
	font-weight: 800;
    font-size: 17px;
    text-align: center;
    padding: 15px 0;
    color: #0f969c;
    font-family: 'Titillium Web',sans-serif;
    border: 3px dashed #a9a8a8;
    border-radius: 5px;
}
.kupon-kaldir {
margin-top: -39px;
right: 23px;
left: auto;
background: #fff;
color: #15a8af;
}
.menu_sepet .kaldir-btn {
    top: 0;
    right: 7px;
    left: auto;
}
.kaldir-btn {
    color: #d9534f;
    position: absolute;
    left: 16px;
    margin-top: -5px;
    font-size: 14px;
    border: none;
    background: none;
}
.btn {
  display: inline-block;
    font-size: 15px;
    padding: 13px 31px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    font-family: 'Encode Sans',sans-serif;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    letter-spacing: -.3px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    padding: 13px 14px !important;
    border-color: #2e6da4;
}
.mh-600 {
  min-height: 600px;
}
.kargo img {
	width: 80%;
	cursor: pointer;
}
.k_radio{
	margin-top: 16px;
	margin-right: -6px;
margin-left: 6px;

}

.k_radio input {
	position: absolute;
	opacity:0;
	cursor: pointer;
	z-index: 9999;
	width: 20px;
	height: 18px;
	right: 6px !important;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.k_radio:hover input ~ .checkmark {
  background-image: url(/upload/images/sistem/check.svg);
}

/* When the radio button is checked, add a blue background */
.k_radio input:checked ~ .checkmark {
    background-image: url(/upload/images/sistem/chk.svg);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	top: 6px;
left: 6px;
width: 7px;
height: 7px;
border-radius: 50%;
background: #fff;
z-index: 9999;
}

/* Show the indicator (dot/circle) when checked */
.k_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.k_radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.farkli_a {
	  padding: 15px;

    font-size: 15px;
    color: #337ab7;
    margin-top: 40px;
    margin-bottom: 0;
    border-radius: 5px;
		font-family: 'Roboto',sans-serif;
}
.sozlesme_a {
	  padding: 15px;
    font-size: 14px;
    color: #337ab7;
    margin-bottom: 0;
    border-radius: 5px;
		font-family: 'Roboto',sans-serif;
}
.tamamla_a {
	  padding: 7px;

}
.k_fiyat {
	text-align: center;
    font-weight: 600;
    background: #15a8af;
    color: #fff;
    border-radius: 8px;
    padding: 2px;
}
.pink {
  color: #f1004b;
}
.ekli_degil {
  display: none;
}
.ekli {
    background: #f1004b;
    width: 71px !important;
    font-weight: 500!important;
    font-family: 'Poppins',sans-serif;
}
.ekli i {
    font-weight: bold!important;
    vertical-align: middle;
}
