
/*PAGINATION*/
.paginating-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

    .paginating-container .pagination {
        margin-bottom: 0;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination-solid .prev,
.pagination-solid li {
    background-color: #1b1b1b;
}

.paginating-container li {
    margin-right: 4px;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 9px;
    display: inline-block;
}

.disabled-pagination {
    opacity: 0.3;
    pointer-events: none;
}

.pagination-solid li.active {
    background-color: #FFD700 !important;
    color: #fff;
}

    .pagination-solid li.active a:hover,
    .pagination-solid li.active a {
        color: #fff;
    }

.paginating-container li a {
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
}

.NumberPerPageSelector {
    margin-top: 10px;
    margin-bottom: 25px;
}

    .NumberPerPageSelector span {
        padding: 5px 9px;
        display: table;
        font-size: 12px;
    }

    .NumberPerPageSelector select {
        padding: 3px 7px;
        font-size: 12px;
        max-width: 45px;
    }

.search {
    margin-top: 15px;
}

    .search input {
        border-radius: 0;
    }

.productHolder {
    margin-top: 15px;
}
.vr5-product-card {
    margin-bottom: 15px;
}
nav ul {
    text-align: right;
}
ul.submenu-wrapper {
    text-align: left;
}
.ptb-30 {
    padding: 30px 0;
}
.product-content {
    color: #000;
}
    .product-content p {
        color: #000;
        line-height: 18px;
        font-size: 15px;
    } 
    .product-content  {
        color: #000;
        line-height: 18px;
        font-size: 15px;
    }
/*.GroupCopy {
    margin-top: 20px;
}*/
section.footer-section {
    background: #000;
}
.footerCopy {
    text-align: center;
    color: #fff;
    display: block;
    padding: 15px 0px;
}
    .footerCopy a {
        color: var(--secondary-color);
    }
.MobileOnly {
    display: none
}
a.active {
    color: var(--secondary-color) !important;
}
.product-content h6 {
    display: block;
    height: 30px;
    overflow: hidden;
    font-size:16px;
}

.vr5-product-card .product-content {
    display: block;
    height: 57px;
    overflow: hidden;
}
.vr5-hero-content-slider h1 {
position:relative;
}

/*.vr5-hero-content-slider h1:after {
    margin-bottom: 0px;
    content: '';
    position: absolute;
    background-color: var(--secondary-color);
    width: 80px;
    height: 3px;
    bottom: -20px;
    left: 0;
}*/
.vr5-hero-content-slider h4 {
    position:relative;
}
.vr5-hero-content-slider h4:after {
    margin-bottom: 0px;
    content: '';
    position: absolute;
    background-color: var(--secondary-color);
    width: 80px;
    height: 3px;
    bottom: -15px;
    left: 0;
}
h3 {
    position: relative;
}
    h3:after {
        margin-bottom: 0px;
        content: '';
        position: absolute;
        background-color: var(--secondary-color);
        width: 80px;
        height: 3px;
        bottom: -20px;
        left: 0;
    }
.NoResults {
    margin: 20px 0 30px;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
}