.beer-handle {
    background: #ffffff;
    border: 1px solid #000000;
    margin-left: -3px;
}
.beer-reveal {
    /*border-right: 6px solid #eee;*/
    border-width: 0 6px 0 0;
    /*border-right-width: 6px;*/
    border-style: solid;
    border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0)) 1 100%;
}
.beer-reveal > img {
    filter: brightness(.97);
}
.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
    /*width: 88px;*/
    font-size: 24px;
    font-weight: 500;
    top: 45%;
    background-color: #ff0000;
    color: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(119,119,119,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(119,119,119,1);
    box-shadow: 1px 1px 5px 0px rgba(119,119,119,1);

}
.beer-reveal[data-beer-label]:after {
    left: 0;
    text-align: center;
}
.beer-slider[data-beer-label]:after {
    right: 0;
    text-align: center;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}
img.after-image {
    filter: brightness(.97) /*invert(0.96)*/ sepia(.10) saturate(1.1);
    /*filter: invert(1.2);*/
    /*-webkit-filter: invert(1.2);*/
    /*filter: grayscale(0.4);*/
}
.carousel-inner {
    border-radius: 4px;
    /*margin-top: -40px;*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(119,119,119,1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(119,119,119,1);
    box-shadow: 0px 1px 1px 0px rgba(119,119,119,1);
}
.carousel-thumbnails {

    /*border-radius: 25px;*/
}
/* Carousel indicator outside */
.carousel-item {
    /*height: 450px;*/
}
.carousel-indicators li:first-child {
    margin-left: 0px;
}
.carousel-indicators li:last-child {
    margin-right: 0px;
}
.carousel-indicators li {
    width: 150px;
    height: 100%;
    background-color: transparent;
    text-indent: 0;
    display: inline-block;
}
.carousel-indicators li img {
    border-radius: 0px;
    filter: grayscale(1.0);
    /*border: 1px solid #777777;*/
    border-radius: 4px;
}
.carousel-indicators li.active img {
    filter: grayscale(0.4);
}
.carousel-indicators {
    margin: 0;
    /*bottom: -80px;*/
    position: relative;
    /*display: inline-block;*/
}




/* Vertical Loop */
.trial {
    margin: 0px auto;
    /*max-width: 480px;*/
    /*width: 100%;*/
    height: 90px;
    overflow: hidden;
}

.trial ul {
    width: 100%
}

.trial ul li {
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px
}

.trial a {
    text-decoration: none;
    color: #ffffff;
}


.rating-star-wrapper {
    align-items: center;
    color: #ffc300;
    display: inline-flex;
    vertical-align: middle;
}
.rating-star-line {
    display: flex;
}
.rating-star-fill {
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.rating-star {
    fill: currentColor;
    flex-shrink: 0;
}
