.owl-carousel.owl-theme.zybr-carousel {
    padding: 0 30px;
}
.zybr-carousel img.zybr-img {
	/* width: 272px !important; */
    /* height: 272px !important; */
    vertical-align: middle;
    object-fit: cover;
}
.zybr-info, .zybr-btn-share {
    position: absolute;
}
.zybr-btn-share {
    top: 10px;
    right: 10px;
    padding: 6px 7px;
    background-color: #0f0202;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px;
}
.zybr-carousel .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.25rem;
    width: auto;
    height: auto;
    font-size: 10px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
}
.zybr-info {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    -webkit-box-align: center!important;
    -ms-flex-align: flex-start;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: -webkit-linear-gradient(transparent, #0f0202);
    background: linear-gradient(transparent, #0f0202);
    color: #f7f7f7;
    -webkit-transition: padding-bottom 0.2s ease;
    transition: padding-bottom 0.2s ease;
}
a.zybr-link:hover .zybr-info {
    padding-bottom: 20px;
}
.zybr-name {
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.zybr-rating {
	display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.zybr-rating-count {
    display: flex;
    align-content: center;
    align-items: center;
}
.zybr-rating-count i.fa.fa-star.bg-half {
    background: linear-gradient(90deg, #f15c4f 50%, #cccccc 50%);
}
.zybr-rating-count i.fa.fa-star.bg-full {
    background: #cccccc;
}
.zybr-rating-count i.fa.fa-star {
    background: #f15c4f;
    padding: 3px;
    border-radius: 2px;
    color: white;
	position: initial;
}
.zybr-review-count {
    font-size: 12px;
    color: #f7f7f7;
    opacity: 0.5;
    font-weight: 700;
}
.zybr-carousel.owl-carousel .owl-nav .owl-prev, 
.zybr-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 4%;
    min-width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background-color: rgba(225, 238, 250, 0.6) !important;
    top: 50%;
    margin-top: -35px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	border-radius: 0px !important;
}
.zybr-carousel.owl-carousel .owl-nav .owl-prev:hover,
.zybr-carousel.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(225, 238, 250, 1) !important;
}
.zybr-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.zybr-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
	margin-left: 0px;
    margin-right: 10px;
	margin-bottom: 0px;
}
.zybr-carousel.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.zybr-carousel i.fa.fa-chevron-right, 
.zybr-carousel i.fa.fa-chevron-left {
    color: #222;
    font-family: "FontAwesome";
    font-size: 32px;
    font-weight: normal;
    line-height:1;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}