.iqcarbody{
  min-height: 160px;
}

.iqcarbody h4{
  font-size: 16px;
}


.iqcontainerminheight{
  min-height:400px;
}

.iqflright{
  float:right;
}

.iqlistitem{
  cursor:pointer;
  padding:8px;
}
.iqlistitem:hover{
  background: #f5f1f1;
}
.iqlistitem small{
  color:gray;
}
.iqselected{
  background: #ee1044;
  color:white;
}
.iqselected:hover{
  background: #ee1044;
  color:white;
}
.iqselected small{
  color:white;
}
.iqselected a:hover{
  color:white;
}
.iqselected a{
  color:white;
}
.iqtabcontent{
  padding-top:20px;
}
.form-control {
    border-radius: 5px;
    box-shadow: none;
    border-color: #dbdde0;
    height: auto;
}
.cupon{
  width:90px;
  float:left;
  border-radius: 5px 0px 0px 5px !important;
}
.cuponbutton{
  border-radius: 0px 5px 5px 0px;
  height: 44px;
}
.checkboxpay{
  position: relative !important;
    left: 5px !important;
    width: 20px;
    height: 30px;
    top: 10px;
    opacity: 100 !important;
}
.iqteslimatboxheader{
  height:86px;
}

#fatura_bilgileri_form label {
    text-align: center;
    margin-left: 5px;
}
.pay_success{
  position: absolute;
    text-align: center;
    height: 40px;
    top: 0px;
    line-height: 34px;
    color: white;
    background: #6f9a37;
    z-index: 99999999999;
    width: 100%;
}
nav.nav-white.nav-transparent.core-nav.nav-core-sticky.on-scroll img {
    width: 53px !important;
    /* height: 50px; */
}

.inputcontainer {
position: relative;
}


.icon-container {
position: absolute;
right: 80px;
top: calc(50% - 10px);
}
.loader {
position: relative;
height: 20px;
width: 20px;
    z-index: 999999;
display: none;
animation: around 5.4s infinite;
}

@keyframes around {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}

.loader::after, .loader::before {
content: "";
background: white;
position: absolute;
display: inline-block;
width: 100%;
height: 100%;
border-width: 2px;
border-color: #333 #333 transparent transparent;
border-style: solid;
border-radius: 20px;
box-sizing: border-box;
top: 0;
left: 0;
animation: around 0.7s ease-in-out infinite;
}

.loader::after {
animation: around 0.7s ease-in-out 0.1s infinite;
background: transparent;
}
.dropdown-item {
    color: #ffffff;
    font-weight: 800;
    padding: 10px 15px;
    width: auto;
    margin: 5px 0;
    -webkit-transition: .15s linear;
    transition: .15s linear;
}
