.acps {
    background-color: #ffffff;
    z-index: 98;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.acps-loading {
    min-height: 36px;
    background: #ffffff url('../img/preloader.gif') no-repeat center center;
}

.acps-opened {
    display: block;
    visibility: visible;
}

.acps-closed {
    display: none;
    visibility: hidden !important;
}

.acps-results {}

.acps-results .acps-controls-left {
    float: left;
    line-height: 25px;
    padding: 0 5px;
}

.acps-results .acps-controls-right {
    float: right;
    line-height: 25px;
}

.acps-results .acps-close {
    cursor: pointer;
    font-size: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.acps-results .acps-close:hover {
    color: #004843;
}

.acps-results .table {
    margin: 0;
    background-color: white;
    border-left: none;
    border-right: none;
}

.acps-results .table-bordered > tbody > tr > td:first-of-type {
    border-left: none;
}

.acps-results .table-bordered > tbody > tr > td:last-of-type {
    border-right: none;
}

.acps-results .button.ajax_add_to_cart_button {
    font-size: 15px;
    line-height: initial;
}

.acps-results .button.ajax_add_to_cart_button span {
    padding: 5px 8px;
    text-align: center;
}

.acps-results .acps-field-image img,
.acps-results .acps-field-image_quick_view img {
    height: 35px;
    width: auto;
}

.acps-results .acps-field-image_quick_view a.quick-view {
    padding: 0;
}

.acps-results .acps-total-results {
    padding: 2px 5px;
}

.acps-results .acps-field-qty {
    width: 55px;
}

.acps-results td.acps-field-add_to_cart {
    text-align: center;
}

.acps-results td.acps-field-quick_view {
    text-align: center;
}

.acps-results td.acps-field-quick_view > a {
    margin: 0 auto;
}

.acps-results .acps-field-image,
.acps-results .acps-field-image_quick_view {
    text-align: center;
}

.acps-results .acps-no-results {
    float: left;
    line-height: 25px;
    padding-left: 5px;
}

.acps-results .acps-icon {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.acps-results .acps-icon:before {
    display: inline-block;
    font-family: 'FontAwesome';
    vertical-align: 0;
}

.acps-results .acps-icon-shopping-cart:before {
    content: "\f07a";
}

.acps-results .acps-icon-eye-open:before {
    content: "\f06e";
}

.acps-results .acps-field-qty input {
    min-width: 40px;
}

.acps-results .page-num-btn {
    padding: 0 5px;
    line-height: 1;
    border: 0;
}

.no-selection,
.no-selection:focus {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style:none;/*IE*/
}