.newsletterAlert {
	position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
}

.atilim-medya-img {
	width: 145px;
}

body.maintance {
	min-height: 100vh;
}

body.maintance .body {
	min-height: 100vh;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.brand-img {
    max-width: 192px;
}

.arrow-hide::-webkit-outer-spin-button,
.arrow-hide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].arrow-hide {
  -moz-appearance: textfield;
}

form b {
  color: red;
}

.pointer {
  cursor: pointer;
}

.pointer-all > * {
  cursor: pointer;
}

.float{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  border-radius: 50px;
  font-size: 28px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .w-xs-100 {
    width: 100%;
  }
}

/* -----------------------*/

table.table tbody {
  font-size: 16px;
  font-weight: 300;
}

table.table tbody tr td:last-child {
  width: 200px;
}

table.table tfoot {
  font-size: 20px;
  font-weight: 500;
}

.img-thumbnail {
  border: 4px solid #ffffff00;
  cursor: pointer;
}
.img-thumbnail.selected {
  border: 4px solid #303030 !important;
  cursor: pointer;
}
.img-thumbnail:hover {
  border: 4px solid #ccc;
}

.price-add {
  white-space: nowrap;
}

.discount-price-add {
  color: #ff5b5b;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-align: right;
  line-height: 8px;
}

.discount-total-tax {
  color: #ff5b5b;
  text-decoration: line-through;
  font-size: 16px;
  display: block;
}

.price-number {
  display: inline-block;
  font-weight: 300;
}