body {
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  border: 30px solid #fff;
  overflow: hidden;
  margin: 0;
  background-image: url(../img/ulaz-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  font-family: 'Barlow', sans-serif;
}
.logo {
  width: 300px;
  margin-left: 30px;
  margin-top: -30px;
}
.absolute {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dropdown-container {
  margin-left: 30px;
  display: flex;
  z-index: 9000;
}
.dropdown-head {
  padding: 0 15px;
}
.dropdown-head p {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.dropdown-head  {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.arrow {
  font-size: 12px;
}
.dropdown {
  width: 300px;
  background: #fff;

position: relative;
}
.smaller {
  width: 150px;
}
.selected:before, .dropdown-content:not(.no-cart) button:before {
  content: "";
  display: block;
  background: url(../img/ulaz-simbol.svg);
  width: 16px;
  margin-right: 15px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.dropdown-content {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    background: #fff;
    padding: 0 15px 15px;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 30px);
    transition: 0.5s;
}
.dropdown-content.open {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.dropdown-content button {
  border: none;
  background: none;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  padding: 5px 0;
  outline: none;
  cursor: pointer;
  width: 100%;
  color:#000;
  display: flex;
  text-align: left;
}
.dropdown-content button span, .selected span {
  width: calc(100% - 31px);
}
.hidden {
  display: none !important;
}
.dropdown:first-of-type {
  margin-right: 30px;
}
.go {
  padding: 15px 30px;
  margin-left: 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-content #default {
  display: none;
}


.infoOafroditi {
  position: absolute;

  top: 83px;
  left: 450px;
}

.infoOafroditi span {

  font-weight: bold;

}
.infoOafroditi p {

  margin-bottom:0;

}



@media only screen and (max-width: 768.1px) {
  .dropdown-container {
    width: 100%;
    margin: 0 30px !important;
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .dropdown {
    width: 100%;
  }
  .smaller {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .go {
    margin-left: 0;
  }
  .open {
    z-index: 999;
  }
  .logo {
    width: calc(100% - 60px);
    margin: -30px auto 0;
}
.dropdown:first-of-type {
  margin-right: 0;
}

.infoOafroditi {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 86%;
  left: 30px;
top: 0;
flex-direction: column;
}

.infoOafroditi p {width: 100%;}
.infoOafroditi a {width: 100%;}



}

@media only screen and (max-width: 350px) {
  .dropdown-head p {
    font-size: 14px
  }
  .dropdown-container {
    width: 90% !important;
    margin: 30px auto 0 !important;
  }
  .logo {
    width: 90%;
    margin: -30px auto 0;
  }
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a[href^="mail"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

@media only screen and (max-width: 321px) {
  .infoOafroditi {
    
    height: 95%;
    left: 10px;
  }
}