.logo > .htl-rate-container {
    position:absolute;
	z-index: 100;
	top: 18px;
    left: 90px;
}

.logo.miclogo > .htl-rate-container {
    color: black;
}

.logo:not(.miclogo) > .htl-rate-container {
    color: white;
}

 .htl-rate { 
    /* display: flex; */
    /* flex-direction: column;  */
    /* gap: 0;                  */
     line-height: 1;       
	 font-size: large;
	 font-weight: 600; 
 } 

.htl-currency {
	margin-bottom: 4px;
    font-size: small;
	font-weight: 300;
}
.price_unit_extra {
overflow: hidden;
height: 23.4px;
}

.price-slider-htl
{
	font-size: 28px;
}

@media only screen and (max-width: 667px) {
    .price-slider-htl {
        font-size: 20px;
    }
}


.price-slider-engine {
    display: flex;
    flex-direction: column;
    animation: slidePrice 6s infinite ease-in-out; /* 6s za cel cikel */
}

@keyframes slidePrice {
    0%, 45% { transform: translateY(0); }      /* Prikaži prvo ceno */
    50%, 95% { transform: translateY(-23.4px); } /* Premik na drugo ceno */
    100% { transform: translateY(0); }         /* Nazaj na prvo */
}


#send_htl_bill_booking,
#htl_pay_booking {
  background-color: #afae37;
   cursor: pointer;
  margin: 8px 10px 0px 0px;
  float: left;
  padding: 0px 33px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #003087;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
}
