.oe input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.oe .tabs {
  overflow: hidden;
padding: 0 15px;
}
.oe .tab {
  width: 100%;
  overflow: hidden;
  margin-bottom:20px;
  border-bottom: 1px solid #CDD5DD;
}
.oe .tab.sil {
    padding-top:5px;
    border-bottom: none;
    border-top: 1px solid #ececec;
}
.oe .tab.sil .tab-label {
    font-size: 12px;
}
.oe .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px;
  color: #25405A;
  font-weight: bold;
  font-size:15px;
  cursor: pointer;
}
.oe .tab-label:hover {
  color:#ED682F;
}
.oe .tab-label:hover::after {
  transform: rotate(90deg);
}
.oe .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.oe .tab-content p:last-child{
  margin-bottom:0;
}
.oe .tab-content {
  max-height: 0;
  margin-top:10px;
}
.tab.sil .tab-content {
    font-size:10px;
}
.oe .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.oe .tab-close:hover {
  background: #1a252f;
}
.oe input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.oe input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0px 0;
}
.oe p {
  margin:0;
  margin-bottom:15px;
}
.prod-box {
    position: relative;
    border: 7px solid #CFE5FF;
    border-radius: 10px;
}
.prod {
  /*border:7px solid #CFE5FF;
  border-radius:10px;*/
  font-size:14px;
  line-height:1.5;
  width:100%;
  display:flex;
  box-sizing: border-box;
  min-height:500px;
  font-family:'Inter', sans-serif;
}
.prod-box.promowany {
    border-color: #dddddd;
}
/*
.prod-box.promowany::before {
    content: 'REKLAMA';
    position: absolute;
    padding: 5px 40px;
    top: -25px;
    right: 5px;
    color: #b0b0b0;
    font-size: 10px;
}

.prod-box.promowany::after {
    content: 'POLECAMY!';
    position:absolute;
    padding: 5px 40px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #2DA85B, #3ccd72, #2DA85B);
    color: #ffffff;
    font-size: 14px;
    font-weight:bold;
}*/
.drug-info {
    display:none;
    margin-top: -7px;
    padding: 5px 10px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    border-top: 7px solid #dddddd;
}
.lek .drug-info {
    display:block;
}
.drug-info p {
    margin:0;
}
.prod .img, .prod .info {
  width:50%;
}
.prod .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prod .img img {
  width:100%;
  border: none;
}
.prod .otc {
  color:#ED682F;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:10px;
  font-size:12px;
}
.prod .line {
  margin-bottom:30px;
}
.prod .line > span{
  color:#4A9AA5;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:10px;
  display:block;
}
.prod .line > div{
  margin:0px;
}
.prod .info {
  box-sizing: border-box;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  font-weight:400;
}
.prod .img {
  box-sizing: border-box;
  background:#fff;  
}
.prod h5 {
  font-size:25px;
  margin:0;
}
.prod h5 span {
  display:block;
  font-size:14px;
  font-weight:400;
}
.prod a {
  text-decoration:none;
  color:#25405A;
}
.prod .info a {
  text-decoration:underline;
  color:#008981;
}
@media(max-width:600px) {
  .prod {
    flex-flow:column;
  }
  .prod .img, .prod .info {
    width:100%;
  }
}
.polaczone {
  padding:10px;
}
.polaczone img {
  width:auto !important;
}
.polaczone a {
  display:inline-block;
  margin-right:20px;
  margin-bottom:20px;
  max-width:100px;
}
.prices-section {
  margin-right: 30px;
}
.prices-section .box-products h3 {
    text-align:center;
  font-size: 14px;
}
.prices-section .box-products h3 span {
  font-weight:normal;
}
.prices-section .row-products {
  display:flex;
  align-items:flex-start;
  justify-content: space-evenly;
  margin-bottom:5px;
  width: 100%;
}
.row-products .package {
  display: flex;
  flex-direction: column;
  text-align:center;
}
.row-products .package  p {
  margin: 0px;
  font-size: 12px;
}
.prices-section .button-products {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #117dff;
  text-wrap: nowrap;
  transition:.3s;
}
.prices-section .button-products:hover {
  background-color: #3691ff;
}
.package {
  width: 100px;
}
.package .package-img {
  width:100%;
  object-fit:contain;
}
.show-price p {
  margin-top:0px;
  margin-bottom: 10px;
  font-size:12px;
}
.price-value {
  font-weight: bold;
  color: #117dff;
}
@media(min-width:601px) {
    .prod.promowany .info {
        padding-top: 45px;
    }
}