.steps {
    border: 1px solid #e7e7e7
  }

  .steps-header {
    padding: .375rem;
    border-bottom: 1px solid #e7e7e7
  }

  .steps-header .progress {
    height: .25rem
  }

  .steps-body {
    display: table;
    table-layout: fixed;
    width: 100%
  }

  .step {
    display: table-cell;
    position: relative;
    padding: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #999;
    text-align: center;
    text-decoration: none
  }
  a.step {
   text-decoration: none;
   background-color: #efefef;
 }

 .step:last-child {
  border-right: 0
}
a.salepolicy {
    font-size: 13px;
    color: #222;
    text-decoration: none;
}
span.step-icon {
  width: 1.5rem;
}
a.step.step-active {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    color: #fff;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
   .form-control:focus{
    box-shadow: none;
    outline: 0 none;
    border:2px solid #4b92e3;
}
footer.py-5.bg-sepet {
  background: #fff;
  margin-top: 50px;
}
.bg-200 {
  background-color: #edf2f9 !important;
}

a.text-900 {
  color: #344050!important;
  text-decoration: none;
  font-size: 15px;
}
.card {
    -webkit-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #edf2f9;
    border-radius: 0.375rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.375rem - 0px);
    border-top-right-radius: calc(0.375rem - 0px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.375rem - 0px);
    border-bottom-left-radius: calc(0.375rem - 0px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 1rem;
}
.card-subtitle {
    margin-top: -0.5rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid #edf2f9;
}
.card-header:first-child {
    border-radius: calc(0.375rem - 0px) calc(0.375rem - 0px) 0 0;
}
.card-footer {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-top: 0 solid #edf2f9;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.375rem - 0px) calc(0.375rem - 0px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.375rem - 0px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.375rem - 0px);
    border-top-right-radius: calc(0.375rem - 0px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.375rem - 0px);
    border-bottom-left-radius: calc(0.375rem - 0px);
}
.card-deck .card {
    margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 0.5rem;
        margin-bottom: 0;
        margin-left: 0.5rem;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.next-sepet {
  background:#00d64b;
  border-radius:0px;
  border:none;
  color: #fff;
  border-radius: 4px; 
}

.next-sepet:hover {
  background: rgb(81 83 84);
  color: #fff;
  border-radius: 4px; 
}
a.text-delete {
    color: #b91735!important;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
}
.text-dark {
    color: #343a40!important;
}
.text-success {
    color: #00c9a7 !important;
}
.sepet-box {
    background: #fff;
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.sepet-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
}
.kbtab {
  border-right: 1px solid #ddd;
  border-radius: 0px;
  height: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: #465963;
}
ul#pills-tab {
    background: #f2f2f2;
    border: 0px;
}
.kbtabs {
  border-radius: 0px;
  background: #ebebeb;
  color: #222;
}
.nav-pills .nav-link {
  border-radius: 0px;
  background: #f2f2f2;
  float: none;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.radio-select-content {
    border: 1px solid #ddd;
    color: #0b1727;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    padding: 1rem;
    font-weight: 400;
    border-radius: .25rem;
    margin-top: .5rem;
}

.radio-select .custom-control-input:checked+.custom-control-label .radio-select-content {
    border: 1px solid #00d27a;
    color: #0b1727;
}