::-moz-selection {
    background: #CCB532;
}

::selection {
    background: #CCB532;
}

.app-toolbar {
    background-color: #CCB532;
    color: #FFFFFF;
}
.app-filter-item:not(.is-active) .app-filter-btn {
    color: #CCB532;
    border: 1px solid #CCB532;
}

@media screen and (max-width: 1024px) {
    .app-filter-item:not(.is-active) .app-filter-btn {
        border: none;
    }
}

.bigbtn-icon {
    color: #CCB532;
}

.iqf-radio-list.is-tiles .iqf-radio-input:checked+.iqf-radio-label {
    border: 1px solid #CCB532;;
    color: #CCB532;
}

.iqf-radio-badge {
    background-color: #CCB532;
}

.tt {
    color: #CCB532;
}

.btn-link, .iqf-submit-btn {
    background-color: #CCB532;
    color: #FFFFFF;
}

.pane-icon {
    color: #CCB532;
}

.product-price {
    color: #CCB532;
}

.app-filter-btn {
    color: #CCB532;
    border: 1px solid #CCB532;
}

@media screen and (max-width: 1024px) {
    .app-filter-btn {
        border: none;
    }
}

.pagn-item.is-active .pagn-link {
    background-color: #CCB532;
}

.table.has-col .table-cell:first-child, .table.has-both .table-cell:first-child {
    background-color: #CCB532;
}

.table.has-row .table-row:first-child .table-cell, .table.has-both .table-row:first-child .table-cell {
    background-color: #CCB532;
}

.iqf-switch-input:checked + .iqf-switch-label {
    background-color: #CCB532;
}

.iqf-switch-input:checked + .iqf-switch-label + .iqf-label {
    background-color: #CCB532;
}

.cart-totals-value.is-total {
    color: #CCB532;
}

@media screen and (max-width: 1024px) {
    .app-cart-btn {
        background-color: #CCB532;
    }
}
