.aiop-pdfdrink-column {
    box-shadow: 0px 0px 5px 0px #0000001c;
}

.aiop-pdfdrink-column {
    float: left;
    width: 100%;
}


.aiop-pdfdrink-section-heading {
    text-align: center;
    font-size: 30px;
    /* border-bottom: 5px solid #efe7e11f; */
}

.aiop-pdfdrink-column-outer {
    font-size: 15px;
    float: left;
    width: 33.33%;
    padding: 10px;
    /* box-shadow: 1px 1px 1px 1px #000000; */
}

.aiop-pdfdrink-column-image {
    height: 215px;
    background-size: cover;
    background-position: center;
}

.aiop-pdfdrink-content {
    padding: 20px 20px;
    float: left;
    width: 100%;
    line-height: 24px;
}

.aiop-pdfdrink-column-heading {
    font-weight: bold;
    /* padding: 10px 0px; */
    color: #9a6d09;
    /* padding-bottom: 20px; */
    width: 100%;
    float: left;
}

.aiop-pdfdrink-column-desc {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    /* float: left; */
    width: 100%;
    min-height: 100px;
    float: left;
}

.aiop-pdfdrink-column-method svg {
    width: 25px;
    float: left;
    fill: #310306;
    padding-right: 5px;
}

.aiop-pdfdrink-column-method {
    /* padding: 14px 0px; */
    color: #580505;
    /* font-weight: bold; */
    float: left;
    min-width: 50%;
}

.aiop-pdfdrink-column-bewery {
    text-align: right;
    color: #096509;
    /* padding-top: 15px; */
    float: right;
    min-width: 100%;
}

.aiop-pdfdrink-content .aiop-pdfdrink-column-abv {
    text-align: center;
    border: 1px solid #ececec;
    float: right;
    border-radius: 120px;
    padding: 0px 15px;
    position: relative;
    /* width: 50%; */
}

.aiop-pdfdrink-section {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.aiop-pdfdrink-column-bewery svg {
    width: 25px;
    display: inline;
    fill: #146108;
    padding-right: 5px;
    top: -4px;
    position: relative;
}

.aiop-res-1 .aiop-pdfdrink-column-outer {
    width: 100% !important;
}

.aiop-res-2 .aiop-pdfdrink-column-outer {
    width: 50% !important;
}

.aiop-res-3 .aiop-pdfdrink-column-outer {
    width: 33.33% !important;
}

.aiop-res-4 .aiop-pdfdrink-column-outer {
    width: 25% !important;
}

.aiop-res-5 .aiop-pdfdrink-column-outer {
    width: 20% !important;
}

.aiop-pdfdrink-content>div {
    padding: 3px 0px;
}

.aiop-pdfdrink-section-description {
    font-size: 14px;
    text-align: center;
}

.aiop-pdfdrink-column-price {
    text-align: right;
    /* background-color: #ffffff17; */
    float: right;
    width: 100%;
}

h3.aiop-pdfdrink-section-heading {font-weight: normal;}

a.aiop-pdfdrinks-pdf-link {
    cursor: pointer;
    padding: 8px 25px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.aiop-pdfdrink-column-desc {
    height: 120px !important;
    overflow-y: scroll;
}

.aiop-pdfdrink-column-desc::-webkit-scrollbar
{
    width: 2px;
    /*background-color: #F5F5F5;*/
}

.aiop-pdfdrink-column-desc::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.01);
    background-color: #555;
}


@media only screen and (max-width: 600px) {
  .aiop-pdfdrink-column {
    height: auto !important;
}
    .aiop-res-3 .aiop-pdfdrink-column-outer {
    width: 100% !important;
}
   .aiop-pdfdrink-column-desc {
     height: 130px !important;
     overflow-y: scroll;
 }
}

@media screen and (max-width: 981px){
.aiop-pdfdrink-column-outer {
    height: 260px!important;
}
}