.ib-slider-main-wrapper {
    position: relative !important;
    width: 100%;
    max-width: 1200px;
    min-height: 280px;
    padding: 10px;
    margin: auto auto 15px;
    overflow: hidden;
}
.ib-swiper-wrapper {
    display: flex;
}
.ib-swiper-slide {
    display: block !important;
    border-radius: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}
.ib-img-section {
    width: 100%;
    height: 100%;
}
.ib-img-section img {
    width: 100%;
    height: 150px;
    padding-bottom: 0 !important;
    border-radius: 10px 10px 0 0;

}
.ib_slider_text_price {
    height: 70px;
    width: 100%;
    font-weight: 600;
}
.ib_redirect_btn_wrap {
    width: 100%;
    display: flex;
    padding:8px;
    /* justify-content: center;
    align-items: center; */
}
.ib_redirect_btn_wrap a {
    display: inline-block;
    text-align: center;
    background: #fe5246!important;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 5%;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
}
.ib_redirect_btn_wrap a:hover,.ib_redirect_btn_wrap a:focus {
    background: #ff392b!important;
    color: #fff !important;
    text-decoration: none;

}
.ib_slider_info p {
    font-size: 10px !important;
    text-align: start;
    padding: 5px !important;
    margin: 0;
    word-wrap: break-word;
}
.ib-slider-main-wrapper .swiper-pagination {
    position: absolute;
    bottom: -3px !important;
}
.ib-slider-swiper.swiper {
    overflow: unset;
}
.ib_slider_text_price span {
    color: #4caf50;
}
.ib_slider_text_price s,
.ib_slider_text_price span {
    font-size: 12px !important;
}
.ib_slider_text_price s {
    color: #a2a2a2 ;
}
.ib-slider-swiper {
    line-height: normal;
}
/* .ib_slider_info{
    padding: 10px;
} */

.ib_slider_info .rating i {
    color: gold;
    font-size: 10px;
}
.ib_slider_pack_rating{
    display: flex;
    margin: 0px !important;
}
.ib_slider_pack_rating .rating{
    margin: 0px !important;
    padding-left: 5px;
}


@media screen and (max-width: 768px) {
    .ib_slider_info .rating i {
        font-size: 10px;
      }
    .ib_redirect_btn_wrap a{
        font-size: 10px !important;
    }
}