/* Borok archive */
.current_wine a {
  color: black!important;
}

.current-wine::before {
  background-color: #FAC503;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 22px;
  left:0px;
  right:0px;
  width: 60%;
  height: 28px;
}

.bor_kartya_buttons_holder {
  width: 60px;
  height: 80px;
  left: 0px;
  top: 0px;
}

.bor_kartya_buttons_holder span{
  margin: 10px;
  display: block;
  background: black;
  position: relative;
  width: 36px!important;
  height: 36px!important;
  text-align: center;
  background: #F9C501;
  border-radius: 20px;
  font-size: 16px;
  padding-top: 6px;
  font-weight: 600;
  cursor: pointer;
}


#borvalogatas_counter {
  width: 80%;
  margin: auto;
  text-align: center;
  height: 60px;
}

.uveg_holder{
  width: 25%;
  height: 100%;
  float: left;
  margin-left: 25%;
  text-align: right;
  padding-right: 6px;
}

.uveg_holder div{
  position: relative;
  width: 20%;
  padding: 2px;
  display: inline-block;
  height: 100%;
  max-height: 80px!important;

}

.uveg_holder>div>img {
  height: 100%;
}

.text_holder {
  position: relative;
  float: right;
  width: 49%;
  text-align: left;
  vertical-align: middle;
  height: 100%;
  margin: auto;
  font-family: 'Baskerville', sans-serif;
  font-style: italic;
  font-size: 19px;
  letter-spacing: 0.2px;
}

.text_holder p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

@media (max-width:768px) {
  #borvalogatas_counter{
    width: 90%;
  }

  .uveg_holder{
    width: 30%;
    margin-left: 10%;
  }
}








.bor_kartya_holder .bor_kartya_heading {
  min-height: 2em;
}

.bor_kartya_holder .bor_kartya_heading h2{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

@media(min-width:768px) {
  .bor_kartya_holder {
    width: 33%;
    display: inline-grid;
    pedding: 5px;
  }

  .bor_kartya_holder .bor_kartya_kep img{
    overflow: hidden;
    height: 300px;
    object-fit: cover;
  }
}
