.tz-products-carousel-wrapper .shortcode-title{
    height: 56px;
    line-height: 56px;
}
.tz-products-carousel-wrapper .shortcode-title:after{
    content: "";
    position: relative;
    display: block;
    width: 160px;
    height: 10px;
    margin-top: 16px;
    background-color: var(--primary-bg-color);
}
.tz-products-carousel-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 28px;
    width: 100%;
}
.tz-products-carousel-wrapper .title-wrapper:after{
    content: unset;
}
.tz-products-carousel-wrapper .title-wrapper .shortcode-title{
    flex: 1;
    height: auto;
    position: relative;
    hyphens: none;
}
.tz-products-carousel-wrapper .shortcode-title,
.tz-products-carousel-wrapper .shortcode-title > span{
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    line-height: 48px;
}
@media screen and (max-width: 576px){
    .tz-products-carousel-wrapper .title-wrapper{
        flex-direction: column;
        align-items: flex-start;
        position: unset;
        margin-bottom: 24px;
    }
    .tz-products-carousel-wrapper .shortcode-title,
    .tz-products-carousel-wrapper .shortcode-title > span{
        font-size: 24px;
        line-height: 32px;
    }
    .tz-products-carousel-wrapper .shortcode-title:after{
        height: 5px;
        margin-top: 8px;
    }
}
.tz-products-carousel-wrapper .title-wrapper .shortcode-title{
    color: var(--dark-color);
}
.tz-products-carousel .owl-carousel .owl-item *{
    max-width: 100%;
}
.tz-products-carousel .owl-carousel .owl-item img {
    max-width: 100%;
    max-height: max-content;
    contain-intrinsic-size: revert;
}
.tz-products-carousel .owl-carousel .owl-nav.disabled{
    display: block;
    height: 0;
}
.tz-products-carousel .owl-carousel .owl-stage{
    padding: 25px 5px
}
.tz-products-carousel .owl-carousel .owl-nav .owl-next:after,
.tz-products-carousel .owl-carousel .owl-nav .owl-prev::before{
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-size: 24px;
}
.tz-products-carousel .owl-carousel{
    padding: 0 38px;
}
.tz-products-carousel .owl-carousel .owl-nav .owl-prev::before {
    left: 0;
}
.tz-products-carousel .owl-carousel .owl-nav .owl-next:after {
    right: 0;
}
.tz-products-carousel a.added_to_cart {
    display: none;
}
.tz-products-carousel .owl-carousel .owl-dots{
    text-align: center;
    transform: translateY(-15px);
}
.tz-products-carousel .owl-carousel .owl-dots .owl-dot{
    margin-right: 8px;
}
.tz-products-carousel .owl-carousel .owl-dots .owl-dot span{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #bdbdbd;
    border-radius: 50%;
    transition: .3s all ease-in-out;
}
.tz-products-carousel .owl-carousel .owl-dots .owl-dot.active span{
    background-color: var(--primary-bg-color);
}
.tz-products-carousel .product .price .mcmp_recalc_price_row, .tz-products-carousel .product .price .mcmp_recalc_price_row .amount, .tz-products-carousel .product.product-type-variable .price .mcmp_recalc_price_row, .tz-products-carousel .product.product-type-variable .price .mcmp_recalc_price_row .amount {
    font-size: 15px !important;
    font-style: normal;
}
ul.products.owl-carousel{
    margin: 0;
}
@media screen and (max-width: 1200px) {
    ul.products.owl-carousel{
        padding: 0;
    }
    .tz-products-carousel .owl-carousel li.product .img-wrapper{
        width: 100%;
    }
}
.tz-products-carousel .owl-carousel .owl-stage{
    padding: 25px 0;
}
.tz-products-carousel .products.owl-carousel .owl-stage-outer .owl-item{
    padding: 0;
}
.tz-products-carousel .products.owl-carousel .owl-stage-outer{
    margin: -20px; padding: 20px;
}

@media screen and (max-width: 576px) {
    .chromium-product-style-4 .tz-products-carousel .products.owl-carousel .owl-stage-outer .owl-item.active + .owl-item:not(.active) li.product {
        box-shadow: 0 12px 24px rgba(31, 47, 70, .1);
    }
    .tz-products-carousel .products.owl-carousel .owl-stage-outer { margin: -14px; padding: 14px; }
    .tz-products-carousel .owl-carousel .owl-stage{
        padding-left: 0 !important;
    }
    .tz-products-carousel .owl-carousel .owl-nav{
        display: none !important;
    }
    .tz-products-carousel .owl-carousel .ruk-rating-snippet-count{
        width: 100%;
        white-space: nowrap;
    }
    .tz-products-carousel .owl-carousel  li.product .woocommerce-loop-product__title{
        font-size: 13px;
    }
    .tz-products-carousel .owl-carousel  li.product .price{
        font-size: 16px;
    }
    .tz-products-carousel  ul.products li.product .price-wrapper>.price .mcmp-variable-price-prefix+span:after,
    .tz-products-carousel ul.products li.product .price-wrapper>.price .price-from+span:after,
    .tz-products-carousel ul.products li.product .price-wrapper>.price>span:first-child:after{
        margin-top: 5px;
    }
}