.on_left{
    float: left;
    margin-bottom: 5px;
}
.carousels-pack-block{
    margin-top: 10px;
}
.carousels-pack-block .title_block{
    margin-bottom: 10px;
}
.carousels-pack, .carousels-pack-action {
    text-align: center;
    overflow: hidden;
}
.carousels-pack img{
    max-width: 100%;
}
.hi-carousels-images{
    border: 1px solid #ccc;
    margin-right: 5px;
}
.carosel_display_new_tab .title_block{
    display: none;
}
/*Category Carousel style*/
.category-infos{
    position: relative;
    margin-right: 5px;
}
.category-infos div.category-name a{
    position: absolute;
    top: 15%;
    left: 10%;
    font-size: 27px;
    color: #fff;
    margin-bottom: 12px;
}
.category-infos div.category-description{
    position: absolute;
    top: 30%;
    left: 10%;
    color: #d7d7d7;
    text-align: left;
    line-height: 15px;
    padding-top: 7px;
    max-width: 350px;
}
/*Ps 1.7 style*/
.carousels-pack .inactive_carousel .product-miniature.js-product-miniature{
    float: left;
}
/*Custom block carousel style*/
.custom_block_content {
    background: #4da178;
    position: relative;
}

.custom_block_content .owl-item.active .hi-carousels-custom-block{
    border-right: 1px solid #73b595;
}

.custom_block_content .image_block{
    float: left;
    padding-left: 18px;
    padding-top: 9px;
}

.custom_block_content .info_block{
    text-align: left;
    float: left;
    padding-left: 18px;
    width: 290px;
}

.custom_block_content .info_block h5{
    font-family: 'Nunito';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 6px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.custom_block_content .info_block p{
    font-family: 'Nunito';
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 7px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/*Testimonial style */
.testimonial_block .title_block{
    font: 400 30px/22px "Nunito";
    color: #3f5262;
    background: transparent;
    border-top: none;
    text-align: center;
    text-transform: none;
    margin: 48px 0px 0px 0px;
}

.testimonial_block .image_block {
    margin: 0 auto;
    position: relative;
    width: 330px;
}
.testimonial_block img.crown{
    display: block;
    margin: 0px auto 29px auto
}
.testimonial_block .image_block img.people{
    max-width: 130px;
    margin: 0px auto;
    border-radius: 70px;
}
.testimonial_block .image_block img.mark{
    position: absolute;
    left: 135px;
    bottom: 0px;
}
.testimonial_block .info_block{
    color: #474747;
}
.testimonial_block .info_block .testimonial_quote{
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 200;
    font-size: 24px;
    line-height: 37px;
    margin-top: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.testimonial_block .info_block .testimonial_name{
    font: 700 16px "Nunito";
    margin-top: 16px;
}
.testimonial_block .info_block .testimonial_status{
    font: 400 16px "Nunito";
}


/*Owl carousel style change*/
.custom_block_content .owl-item{
    padding: 23px 0px 21px 0px;
}

.custom_block_content .owl-nav {
    position: absolute;
    width: 100%;
    top: 22px;
}

.custom_block_content .owl-nav .owl-prev,
.custom_block_content .owl-nav .owl-next {
    background: #3f5262;
    width: 26px;
    height: 50px;
}

.custom_block_content .owl-nav .owl-prev{
    float: left;
    border-radius: 31px 0px 0px 31px;
    margin-left: -25px;
}
.custom_block_content .owl-nav .owl-prev img{
    padding-top: 17px;
    padding-left: 5px;
}
.custom_block_content .owl-nav .owl-next {
    float: right;
    border-radius: 0px 31px 31px 0px;
    margin-right: -25px;
}
.custom_block_content .owl-nav .owl-next img{
    padding-top: 17px;
    padding-right:5px;
}
.custom_block_content .owl-nav .owl-prev:hover,
.custom_block_content .owl-nav .owl-next:hover {
    background: #3f5262;
}
.custom_block_content .owl-carousel .owl-stage-outer,
.testimonial_block .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
/*Instagram*/
.hi-carousels-images.instagram-imgs a{
    display: block;
    width: 100%;
    height: 293px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hi-carousels-images.instagram-imgs.on_left{
    width: 287px;
}
