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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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