.newsletterAlert {
	position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
}

.atilim-medya-img {
	width: 145px;
  filter: brightness(0) invert(1);
}

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;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* ------------------------------------------------------------ */

.owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}