/* product listing */

.tx_psvneoproducts .alert {
    color: #565656;
}

.tx_psvneoproducts .card {
    border: none;
}

.tx_psvneoproducts .card-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.tx_psvneoproducts .card .action-btn {
    width: 100%;
    border: none;
    background-color: #b32e27;
    color: #fff;
    text-align: left;
}

.tx_psvneoproducts .card .action-btn:hover,
.tx_psvneoproducts .card .action-btn:active,
.tx_psvneoproducts .card .action-btn:focus {
    outline: none;
    box-shadow: none;
    color: #fff;
    text-decoration: underline;
}

.tx_psvneoproducts .card .action-btn--more-information:after {
    position: absolute;
    top: 26%;
    right: 10px;
    width: 25px;
    content: url("../Icons/chevron-double-next.svg");
}

.tx_psvneoproducts .action-btn--more-information {
    font-size: 14px;
}

.tx_psvneoproducts .card .product-box--image {
    min-height: 170px;
}

/* pagination */

.tx_psvneoproducts .pagination .page-link,
.tx_psvneoproducts .pagination .page-item.active .page-link {
    border: none;
    background-color: transparent;
    color: #878787;
    font-weight: 700;
}

.tx_psvneoproducts .pagination .page-link:active,
.tx_psvneoproducts .pagination .page-item.active .page-link:active,
.tx_psvneoproducts .pagination .page-link:hover,
.tx_psvneoproducts .pagination .page-item.active .page-link:hover,
.tx_psvneoproducts .pagination .page-link:focus,
.tx_psvneoproducts .pagination .page-item.active .page-link:focus {
    box-shadow: none;
}

.tx_psvneoproducts .pagination .page-item.active .page-link {
    color: #dadada;
    text-decoration: underline;
}

/* certificates modal */

.tx_psvneoproducts .modal-content {
    border: none;
}

.tx_psvneoproducts .modal-header {
    border: none;
    font-weight: 700;
}

.tx_psvneoproducts .modal-body {
    overflow-y: auto;
    border: none;
    max-height: 300px;
}

.tx_psvneoproducts .modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
}

.tx_psvneoproducts .modal-body::-webkit-scrollbar:vertical {
    width: 15px;
}

.tx_psvneoproducts .modal-body::-webkit-scrollbar-thumb {
    display: block;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: #878787;
}

.tx_psvneoproducts .filter-hidden,
.tx_psvneoproducts .pagination-hidden {
    display: none !important;
}
