.user-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.user-panel .info {
  display: unset;
  line-height: 1.2;
  padding: 0 5px 0 10px;
  color: rgba(255, 255, 255, 0.8);
}
.user-panel .info > p {
  margin: 0;
}
.user-panel .info > small {
  font-size: 80%;
}
.user-panel img {
  padding: 2px;
  background-color: #fff;
}

.sepet-anlik-liste .dropdown-scroll {
  max-height: 246px;
  overflow-x: hidden;
}
.sepet-anlik-liste .dropdown-item:hover,
.sepet-anlik-liste .dropdown-item:focus,
.sms-bakiye .dropdown-item:hover,
.sms-bakiye .dropdown-item:focus,
.doviz-kuru .dropdown-item:hover,
.doviz-kuru .dropdown-item:focus {
  color: inherit;
  background-color: inherit;
}
.sepet-anlik-liste .dropdown-item.active,
.sepet-anlik-liste .dropdown-item:active,
.sms-bakiye .dropdown-item.active,
.sms-bakiye .dropdown-item:active,
.doviz-kuru .dropdown-item.active,
.doviz-kuru .dropdown-item:active {
  color: inherit;
  background-color: inherit;
}
.dil-degistir .dropdown-item.active,
.dil-degistir .dropdown-item:active {
  color: #16181b;
  background-color: #f8f9fa;
}

.swal2-popup .swal2-actions .btn {
  margin-left: 5px;
  margin-right: 5px;
}

.blinker {
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}
@-webkit-keyframes blinker {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blinker {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.register-page.kayit-bilgileri {
  height: 100%;
}
.register-page.kayit-bilgileri .register-box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .register-box {
    width: 768px;
  }
}
@media (max-width: 576px) {
  .register-page.kayit-bilgileri .register-box {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

@media (max-width: 991.98px) {
  .nav-tabs.flex-column {
    border-bottom: inherit;
    border-right: inherit;
    border-bottom: 1px solid #dee2e6;
  }
  .nav-tabs.flex-column .nav-link {
    border-bottom-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-right: inherit;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .nav-tabs.flex-column .nav-link:hover, .nav-tabs.flex-column .nav-link:focus {
    border-color: inherit;
    border-color: #e9ecef;
  }
  .nav-tabs.flex-column .nav-link.active,
  .nav-tabs.flex-column .nav-item.show .nav-link {
    border-color: inherit;
    border-color: #dee2e6;
  }
}

@media (min-width: 576px) {
  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
}

.fa-asterisk.text-red.text-xs {
  font-size: 0.5rem !important;
  vertical-align: super;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    top: 72px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #28a745;
}
.nav-pills .nav-link {
  color: #6c757d;
}
.nav-pills .nav-link:not(.active):hover {
  color: #28a745;
}
.nav-pills .nav-item.dropdown.show .nav-link:hover {
  color: #fff;
}
.dark-mode .nav-pills .nav-link {
  color: #ced4da;
}

.text-through {
  text-decoration: line-through;
}

.product-details {
  display: flex;
}
.product-details .images {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
}
.product-details .images img {
  max-width: 100%;
  max-height: 100%;
}
.product-details .text {
  width: 60%;
  margin-left: 20px;  
}
.product-details .text h3 {
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 991px) {
  .product-details {
    flex-direction: column;
  }
  .product-details .images {
    width: 100%;
  }
  .product-details .text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.ajax-load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.ajax-load > .icon,
.ajax-load > .text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 350%;
  color: #28a745;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ajax-load > .icon > .far,
.ajax-load > .icon > .fas {
  -webkit-clip-path: polygon(0% 50%, 0 0, 50% 0, 100% 0, 100% 50%);
  clip-path: polygon(0% 50%, 0 0, 50% 0, 100% 0, 100% 50%);
}
.ajax-load > .text {
  font-size: inherit;
  color: inherit;
}

.product-list {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.product-list .product-img {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
}
.product-list .product-img img {
  max-width: 100%;
  max-height: 100%;
}
.product-list .product-general {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.product-list .product-general h1 {
  margin: 0;
  font-size: inherit;
  font-weight: 300;
}
.product-list .product-general h2 {
  margin: 5px 0 0 0;
  font-size: inherit;
  font-weight: 400;
}
.product-list .product-general h2 span,
.product-list .product-general h2 small {
  display: block;
}
.product-list .product-general h2 span {
  font-size: 120%;
}
.product-list .product-general h2 small {
  margin-top: 10px;
}
.product-list .product-general h2 small + small {
  margin-top: 5px;
}
.product-list .product-general h3 {
  margin: 10px 0 0 0;
  font-size: inherit;
}
.product-list .product-general .product-piece {
  display: block;
  margin-top: 10px;
}
.product-list .product-general .product-piece h5 {
  margin: 0 0 5px 0;
  font-size: inherit;
  font-weight: 400;
}
.product-list .product-general .product-piece .input-group {
  padding-left: 20%;
  padding-right: 20%;
}
.product-list .product-general .product-price {
  display: block;
  margin-top: 10px;
  font-size: 120%;
  font-weight: 700;
}
.product-list .product-general .product-button {
  display: block;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 10px;
}
.product-list .product-general .product-button .btn + .btn {
  margin-top: 5px;
}

.bg-gray-light-disabled {
  background-color: #f2f4f5;
  color: #b5bbc8 !important;
}

@media screen and (max-width: 1199px) {
  li.paginate_button.previous {
    display: inline;
  }
  li.paginate_button.previous .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
 
  li.paginate_button.next {
    display: inline;
  }
  li.paginate_button.next .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  li.paginate_button {
    display: none;
  }

  ul.pagination.page-list li.page-item {
    display: none;
  }
  ul.pagination.page-list li.page-item.previous,
  ul.pagination.page-list li.page-item.next {
    display: inline;
  }
  ul.pagination.page-list li.page-item.previous .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  ul.pagination.page-list li.page-item.next .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

.products-list .product-title.text-warning {
  color: #fd7e14 !important;
}
.products-list a.product-title.text-warning:hover,
.products-list a.product-title.text-warning:focus {
  color: #ba8b00 !important;
}

@media (max-width: 767.98px) {
  .small-box {
    text-align: inherit;
  }
  .small-box .icon {
    display: inherit;
  }
  .small-box p {
    font-size: inherit;
  }
}

.card-header::after,
.card-body::after,
.card-footer::after {
  display: unset;
  clear: unset;
  content: unset;
}
.card-header:not(.justify-content-between)::after,
.card-body:not(.justify-content-between)::after,
.card-footer:not(.justify-content-between)::after {
  display: block;
  clear: both;
  content: "";
}

.swal2-validation-message {
  justify-content: flex-start;
  margin: 0;
  text-align: left;
}