*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  min-height: 100%;
 font-family: 'Barlow Semi Condensed', sans-serif, Arial;
}

body {

}

/*--------------------
Buttons
--------------------*/
.btn {
  display: block;
  background: #fff;
  color: white;
  text-decoration: none;
  margin: 20px 0;
  padding: 15px 15px;
  border-radius: 5px;
  position: relative;
}
.btn::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.btn:hover::after {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
}

/*--------------------
Form
--------------------*/
.form fieldset {
  border: none;
  padding: 0;
  padding: 3px 0;
  position: relative;
  clear: both;
}
.form fieldset.fieldset-expiration {
  float: left;
  width:100%;
}

textarea { width: 100%; min-height: 40px;}
.form fieldset.fieldset-expiration .select {
  width: 43%;
  margin-right: 6px;
  float: left;
}
.form fieldset.fieldset-ccv {
  clear: none;
  float: right;
  width: 86px;
}
.form fieldset label {
  display: block;

  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
  font-weight: bold;

}
.form fieldset input,
.form fieldset .select {
  width: 100%;
  height: 38px;
  color: #333333;
  padding: 10px;

  font-size: 15px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);

}
.form fieldset input.input-cart-number,
.form fieldset .select.input-cart-number {
  width: 22.5%;
  display: inline-block;
  margin-right: 8px;
}
.form fieldset input.input-cart-number:last-child,
.form fieldset .select.input-cart-number:last-child {
  margin-right: 0;
}
.form fieldset .select {
  position: relative;
}
.form fieldset .select::after {
  content: '';
  border-top: 8px solid #222;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  pointer-events: none;
}
.form fieldset .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  width: 100%;
  outline: none !important;
  top: 6px;
  left: 6px;
  background: none;
}
.form fieldset .select select :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form button {
  width: 100%;
  outline: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#49a09b), to(#3d8291));
  background: linear-gradient(180deg, #49a09b, #3d8291);
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-bottom: 60px;
}
.form button .fa {
  margin-right: 6px;
}

/*--------------------
Checkout
--------------------*/
.checkout {
  margin: 10px auto 5px;
  position: relative;

  background: white;
  border-radius: 15px;
  padding: 30px 45px 5px;

}

/*--------------------
Credit Card
--------------------*/
.credit-card-box {
  -webkit-perspective: 1000;
          perspective: 1000;
  width: 400px;
  height: 280px;
  position: relative;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.credit-card-box:hover .flip, .credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.credit-card-box .front,
.credit-card-box .back {
  width: 400px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: linear-gradient(135deg, #bd6772, #53223f);
  position: absolute;
  color: #fff;

  top: 0;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.garanti  .front,
.garanti  .back
 {

  background: linear-gradient(135deg, #bed4cb, #08672c) !important;

}

.finansbank  .front,
.finansbank  .back
 {

  background: linear-gradient(135deg, #ff6bb8, #66c2ff) !important;

}

.ziraat .front, .ziraat .back {
    background: linear-gradient(135deg, #b3372d, #eb302b) !important;
}

.isbank  .front,
.isbank  .back
{

  background: linear-gradient(135deg, #5dd0d4, #0c3b67) !important;

}


.denizbank  .front,
.denizbank  .back
{

  background: linear-gradient(135deg, #5dd0d4, #0c3b67) !important;

}



.yapikredi  .front,
.yapikredi  .back
{

  background: linear-gradient(135deg, #ca85d4, #570967) !important;

}

.akbank  .front,
.akbank  .back
{

    background: linear-gradient(135deg, #d44838, #b0080b) !important;

}


.credit-card-box .front::before,
.credit-card-box .back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/44386.svg") no-repeat center;
  background-size: cover;
  opacity: .05;
}
.credit-card-box .flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}
.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.credit-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.credit-card-box .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.credit-card-box .back .logo {
  top: 185px;
}
.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  border-radius: 8px;
}
.credit-card-box .chip::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}
.credit-card-box .strip {
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
}
.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 38px;
}
.credit-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
}
.credit-card-box .kartisim,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}
.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px;
}
.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px;
}
.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #fff;
}
.logo-odeme { text-align: center; margin-top: 10px;}

.logo-odeme:after {
  content: "";
  background: -webkit-linear-gradient(left, #2ecc71 10%, #3498db 10%, #3498db 20%, #8e44ad 20%, #8e44ad 30%, #e67e22 30%, #e67e22 40%, #c0392b 40%, #c0392b 50%, #2ecc71 50%, #2ecc71 60%, #3498db 60%, #3498db 70%, #8e44ad 70%, #8e44ad 80%, #e67e22 80%, #e67e22 90%, #c0392b 90%);
  background: linear-gradient(to right, #2ecc71 10%, #3498db 10%, #3498db 20%, #8e44ad 20%, #8e44ad 30%, #e67e22 30%, #e67e22 40%, #c0392b 40%, #c0392b 50%, #2ecc71 50%, #2ecc71 60%, #3498db 60%, #3498db 70%, #8e44ad 70%, #8e44ad 80%, #e67e22 80%, #e67e22 90%, #c0392b 90%);
  background-size: 200% 100%;
  display: inline-block;
  width: 99%;
  position: relative;
  right: 0;
  height: 4px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all .125s linear;
  transition: all .125s linear;
  left: 0;
  bottom: 0;
}
.taksit ul li { width: 100%; clear: both; display: block}

.banklogo img {width: 100px;   padding: 10px; margin-bottom: 20px; background-color: #ccc;}

.taksitlist { width: 100%; font-size: 14px;}
.taksitlist tr th:first-child { width: 40%;}
.taksitlist tr th:nth-child(2) { width: 30%;}
.taksitlist tr th:last-child { width: 20%;}
.sozlesme { list-style: outside;     padding: 0px;}

.taksitlist thead th { padding: 5px !important;}
.taksitlist thead th ,.taksitlist tbody td {border-right:2px solid #fff !important; border-bottom:2px solid #fff !important;  text-indent: 5px !important; font-weight: bold !important; }
.taksitlist thead tr {background-color:#b2b2b2 !important;  }

.taksitlist tbody tr:nth-child(odd) { background-color:#ededed !important;}
.taksitlist tbody tr:nth-child(even) { background-color:#e0e0e0 !important;}

.sozlesme li { float: left; margin-right: 20px; display: inline-block;  }
.sozlesme li a { font-size: 13px; color: #000; display: inline-block;}

.modal .detay { font-size: 13px;}

label.error { font-size: 11px !important; color: #c20000 !important;}

.odemesonuc { width: 100%; border:1px solid #dedede; }

.odemesonuc td { border-bottom: 1px solid #dedede; padding: 3px; text-indent: 10px;}
.odemesonuc tr td:first-child { border-right: 1px solid #dedede;}

.red { background-color: #c20000 !important;
  background: linear-gradient(180deg, #c20000, #f10000) !important;

}

  .material .material-input :focus~label,.kredikartitab .material .material-input .filled~label
{ left:10px !important; font-size:10px !important}

.material .error:focus , .kredikartitab .material .error {
  right: 0px!important;
  left: auto !important;
  font-size: 9px  !important;
  width: 46%  !important;
  line-height: 9px  !important;
  bottom: 4px  !important;
  top: auto  !important;

}

 .alert-info {
  background: transparent;
  color: #fe4135;
  text-align: left;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 43px;
  top: 28%;
  max-width: 200px;
  font-size: 11px;
}

  .has-error .form-control:focus ,  .has-error .form-control {
  border:0px !important;
  border-color: none !important;
  -webkit-box-shadow:  none !important;
  box-shadow: none !important;

}

 .sehir label ,  .ilce label {
  position: absolute;
  color: #443f3f;
  font-size: 11px;
  top: -17px;
  line-height: 24px;
  left: 30px;
}


 .has-error .form-control {  border:0px !important; border-radius:6px !important;}
 

.material .material-input textarea { height: 70px !important;}

.material label.error { left: auto !important;
  right: 7px !important;}

.material .material-input :focus~label.error {
  left: auto !important;
  right: 7px !important;
}
@media (max-width: 768px) {
  header h3 {
    line-height: 40px!important;
    color: #fff!important;
    font-size: 28px!important;
    text-align: center!important;
  }
	header .col-lg-3 {
	    text-align: center;	
	}
	
	.filter-form input {
		display: block;
    margin: auto;
		margin-bottom: .5rem;
	}
	.filter-form button {
    margin-left: 0!important;
}
}