/* Kateogrie dla poj. produktu (zmiana wyświetlania) */
body#product .pro-cate.d-flex {
    display: none !important;
}
/*usunięcie aviability pod dodaniem do koszyka*/
.product-quantity ~ .product-availability {
    display: none !important;
}
img.img-fluid {
    object-fit: cover !important;
}

button.add-to-cart.show_popup.has-text.align-self-center span.loading {
    display: none;
}
.product-miniature .add-to-cart.cart-loading .novicon-cart, .product-miniature .add-to-cart.cart-loading span:not(.loading) {
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
}


.tabs .tab-content p {
    color: #6c6c6c !important;
}

.tabs .product-reference {
    display: none;
}

.tabs .product-features h3 {
    display: none;
}

/*naprawa latającego produktu*/
.images-container.thumb-bottom {
    position: relative !important;
    top: auto !important;
    width: auto !important;
}
.images-container.thumb-bottom + div {
    position: fixed !important;
}

#product .product-prices { display: block !important; }

.lowest-price-text{
    margin-top: 10px; 
    font-size: 15px;
    color: #868686;
}

#product .product-prices .current-price .regular-price {
    font-size: 1.8rem;
    color: #d97373 !important; }

.breadcrumb .breadcrumb-title {
    font-size: 2rem !important;
    margin-bottom: 15px !important;
}

#product .breadcrumb {
    margin-bottom: 50px !important;
}

.categoryproducts .owl-carousel .owl-item {
    padding: 15px 10px !important;
}

h2.h1.title_block {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #A78A72;
}

.relate-product .title_block{    color: #A78A72 !important; }

@media (min-width: 1200px) {
    
.relate-product .product_list .item .product-miniature .product-description {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    
}

#collapseReviews.active {
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: 20px;
}

#collapseReviews #new_comment_form, 
#collapseReviews #product_comments_block_tab {
    flex: 1;
}

.star.star_on:after, .star.star_hover:after {
    content: '\f005';
}

@media (max-width: 767px) {
    #collapseReviews {
        flex-flow: column nowrap;
    }
}