.containeralininner-taburi {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.numefeatured {
    font-weight: 300;
    color: #000;
    font-size: 28px;
    text-transform: initial;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.shopall {
    display: none;
}

.has-categories .shopall {
    display: block;
}

.shopall a {
    display: inline-block;
    font-size: 0.675rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    transition: color 0.3s ease;
}

.shopall a:hover {
    color: #555;
}

.listataburi {
    display: flex;
    gap: 1rem;
    text-align: center;
}

.listataburi span {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    padding: 5px 15px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.listataburi span:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -8px;
    width: 1px;
    height: 20px;
    background: #000;
}

.listataburi span:last-child:after {
    display: none;
}

.tabactive {
    background: #000;
    color: #fff !important;
}
@media (min-width: 768px) {
    .product-thumb {
        display: flex;
        flex-direction: column;
      
    }

    .product-thumb .caption {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .caption .product_info {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .caption .productname {
        flex-grow: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .caption .rating {
        margin-top: 8px;
    }

    .caption .pretprod,
    .caption .row.mx-0.justify-content-center {
        margin-top: auto;
    }
}
@media (min-width: 1440px) {
    .product-thumb {
        display: flex;
        flex-direction: column;
        height: 100%;
        /* max-height: 545px; */
    }

    .product-thumb .caption {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        max-height: 100%;
    }

    .caption .product_info {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .caption .productname {
        flex-grow: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 70px;
    }

    .caption .pretprod,
    .caption .row.mx-0.justify-content-center {
        margin-top: auto;
    }
}
@media (max-width: 767px) {

    .product-thumb,
    .product-thumb .caption,
    .caption .product_info {
        display: block !important;
        height: auto !important;
        flex-grow: unset !important;
    }

    .caption .productname {
        display: block !important;
        font-size: 13px;
        line-height: 18px;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
        white-space: normal;
        min-height: 50px;
        height: 90px;
    }

    .caption .pretprod,
    .caption .row.mx-0.justify-content-center {
        margin-top: 10px;
    }

    .caption .rating {
        margin-top: 15px;
    }

    .btncartpagprod {
        height: 44px;
        font-size: 13px;
    }
    
}
.product-thumb .image {
    text-align: center;
    padding: 0px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 11px 10px 0 rgb(141 141 141 / 20%),
        10px 16px 30px 0 rgb(0 0 0 / 20%);
}

.product-thumb .image a {
    display: block;
}

.producatorprodus {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden;
    border: 1px solid;
    display: inline;
    float: left;
    padding: 0px 5px;
    background-color: #fff;
    margin: 5px;
    text-transform: uppercase;
}

.productname {
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 14px 6px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.rating {
    text-align: left;
    margin: 7px 6px;
}

.priceprodnormal {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    text-align: left;
    left: 5px;
}
.btncartpagprod {
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 500 !important;
    display: inline-block;
    transition: 0.5s ease-in-out;
    width: 100%;
    border: 1px solid #000 !important;
    border-radius: 0;
    height: 50px;
    overflow: hidden;

}
.btncartpagprod:hover {
    background: #3333334f !important;
    color: #000 !important;
    border: 1px solid #000;
}
.owl-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
@media (max-width: 1919px) {
    .owl-next {
        right: 0px !important;
    }

    .owl-prev {
        left: 0px !important;
    }
}

.owl-prev {
    position: absolute;
    left: 0;
    top: calc(50% - 100px);
    border: none;
    color: #000 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    background: #000 !important;
    margin: 0 !important;
}
.owl-next {
    position: absolute;
    right: 0;
    top: calc(50% - 100px);
    border: none;
    color: #000 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 50px !important;
    background: #000 !important;
    margin: 0 !important;
}
.tab-produs.containeralininner {
    padding: 0 !important;
}
@media (max-width: 767px) {
    .containeralininner-taburi {
        flex-direction: column;
        align-items: flex-start;
    }

    .listataburi {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
        width: 100%;
    }

    .listataburi span {
        flex: 1 1 calc(50% - 10px);
        text-align: center;
        border: 1px solid #000;
        background: #fff;
        font-size: 10px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: .45rem 1rem;
    }

    .listataburi span:after {
        display: none;
    }

    .listataburi .tabactive {
        background: #000;
        color: #fff !important;
        border-color: #000;
    }

    .listataburi span:last-child {
        flex: 1 1 100%;
    }
}