/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(20,29): run-time error CSS1046: Expect comma, found '56'
(20,35): run-time error CSS1046: Expect comma, found '/'
 */
.header-logo img {
  
    width: 190px!important;
    height: 60px!important;
}
/* teklif iste */
.bidButtons {
  height: auto;
  position: fixed !imortant;
  content: "";
  position: relative;
  right: -7px;
  width: 0;
  height: 0;
}
.bidButtons a {
  text-decoration: none;
}
.bidButtons .bidOpen {
  	background-color: rgb(52 56 61 / 75%);
    height: 50px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 10px;
    position: absolute;
    right: 0;
    bottom: 0px;
    border: 1px #ffffff;
    transition: 0.4s;
    border-radius: 100px;
}
.bidButtons .bidOpen:hover {
  background-color: #383f48;
}
#bidButtons {
  transition: .5s;
  opacity: 0;
  position:fixed;
  right: 15px;
  bottom: 40px;
}
#bidButtons.visiblebtn {
  opacity: 1;
}
@media (min-width: 450px) {
#bidButtons.bottom-footer-up {
	bottom: 490px;
}
}
