.paginator {
    text-align: right;
    color: #b0b0b0;
    padding: 20px 0;
}
.itemProduct {
    float: left;
    width: 23.4%;
    padding: 0 0 20px;
    margin: 0 .8%;
    position: relative;
}
#bannerCamp {
    margin: 20px 0 40px;
    text-align: center;
}
#bannerCamp>img {
    max-width: 100%;
}
.filterMore {
    margin: 20px 0;
    text-align: right;
}
.filterMore h1 {
    float: left;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}
.filterMore span {
    text-transform: uppercase;
    font-size: 18px;
}
.filterMore a.active, .filterMore a:hover {
    font-weight: 700;
}
.filterMore a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px;
    border-right: 1px solid #000;
}


/*campaign view*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table thead {
    background-color: #eee
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
    vertical-align: middle !important;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.table td,.table th {
    padding: .75rem;
    position: relative;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.viewMore {
    background: #229be7;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    float: right
}

.btnFastBuyCmp {
    background: #229be7;
    font-size: 14px;
    padding: 5px;
    color: #fff;
    display: inline-block;
    border: none;
    cursor: pointer
}

.descriptCampaign {
    float: left;
    width: 100%;
    padding: 15px 0;
    line-height: 25px;
    font-size: 14px;
}

.descriptCampaign p {
    font-size: 14px;
}

.descriptCampaign img {
    width: 100%;
    height: auto;
}

.fillter-category .select_title_white span {
    background: #fff;
    border: 1px solid #a9a9a9;
    padding: 6px 25px 6px 8px;
    cursor: default
}

.fillter-category .select_title_white {
    position: relative
}

.cate-childs {
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    display: none;
    text-align: left
}

.cate-childs li {
    padding: 8px 5px 10px 8px;
    position: relative
}

.cate-childrens {
    position: absolute;
    top: 0;
    left: 163px;
    width: 163px;
    background: #fff;
    z-index: 9;
    display: none
}

.select_title_white:hover>ul.cate-childs {
    display: block
}

.cate-childs li:hover>ul.cate-childrens {
    display: block
}

.select_title_white li.active a {
    color: #1776c3
}

#affiliate .form-group {
    min-height: auto;
    min-width: auto
}

.campaign-page .sort-by {
    border: 1px solid #a9a9a9;
    color: #000
}

.banner-campaign {
    margin-bottom: 30px;
    margin-top: 20px;
}

.table td.campainProduct-name {
    text-align: left;
}

.campainProduct-name a:hover,
.campainProduct-name a:focus {
    color: #000;
}

.collection_title {
    font-size: 36px;
}

@media (max-width: 768px) {
    .filterMore h1{
        float: unset;
    }
    .filterMore span{
        display: block;

    }
    .filterMore{
        text-align: left;
    }

    .collection_title {
        font-size: 16px;
    }
}