/*
*   FACT-FINDER CSS
*/

#wrapwrap .main-header-before .factfinder-item span {
    color: #555555 !important;
}

.ff-checkout-tracking{
    display: none;
}

.factfinder-suggest {
    padding-top: 49px;
    padding-left: 21px;
    pointer-events: auto;
}

.factfinder-section {
    border: 0.5px solid rgba(0, 0, 0, 0.10);
    border-collapse: collapse;
}

.factfinder-container-caption {
    font-weight: bold;
    color: white;
    display: block;
    padding: 10px 22.5px;
    font-size: 16px;
    text-align: left;
}

.factfinder-item {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    color: #555555 !important;
}

.factfinder-item span {
    color: #555555 !important;
}

.factfinder-item-image {
    width: 50px;
    height: 50px;
}

ff-paging {
    margin-bottom: 32px;
}

ff-paging > ff-paging-item:last-child {
    border-right: none;
}

ff-paging-item {
    font-family: 'Muli', 'Calibri';
    letter-spacing: 0.8px;
    text-decoration: none;
    border-right: 1px solid #ddd;
    padding: 0 10px 0 5px;
    margin: 0;
}


ff-paging-item[type="currentLink"] {
    color: black !important;
    cursor: default;
}

ff-paging-item[type="currentLink"]:hover {
    text-decoration: none;
    background: transparent;
}

ff-paging-item:hover {
    text-decoration: underline;
}

ff-suggest-item:hover {
    background-color: #e5f0db;
    text-decoration: none !important;
}

ff-record-list {
    margin-top: 32px;
    margin-bottom: 64px;
}

ff-record-list .oe_product_image img {
    min-height: 320px !important;
}

ff-record .product-grid-div {
    width: 100%;
}

ff-record section[data-promo='False'] .product-ribbon {
    display: none;
}

ff-record section[data-promo='False'] .promotion-price {
    display: none;
}

ff-record section[data-promo='False'] .product-promo-description {
    display: none;
}

ff-record section[data-promo='True'] .normal-price {
    display: none;
}

ff-record section[data-multibuy='True'] .normal-price {
    display: block !important;
}

ff-record section[data-multibuy='True'] .promotion-price{
    display: none !important;
}

ff-record .oe_product section {
    min-height: 100px !important;
}

ff-record .product-name-h5 a {
    color: #717171 !important;
}

ff-record .oe_product .product_price {
    color: #555 !important;
}

.factfinder-item-product {
    padding-left: 5px;
}

.factfinder-suggest .query {
    font-weight: bold;
}

@media (max-width: 1400px) {
    ff-record-list .oe_product_image img {
        min-height: 240px !important;
    }
}

@media (max-width: 1200px) {
    ff-record-list {
        padding: 0 !important;
    }

    ff-record {
        padding: 0 5px !important;
    }

    ff-record-list .oe_product_image img {
        min-height: 300px !important;
    }
}


@media (max-width: 1000px) {
    ff-record-list .oe_product_image img {
        min-height: 240px !important;
    }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .factfinder-suggest {
        font-size: 13px;
    }

    ff-record-list .oe_product_image img {
        min-height: unset !important;
    }

    .factfinder-suggest > ff-suggest {
        position: fixed;
        top: 115px;
        left: 0;
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    ff-record-list {
        padding: 0 !important;
    }

    ff-record {
        padding: 0 5px !important;
    }

    ff-record .oe_product section {
        min-height: 155px !important;
    }

    ff-suggest .ffw-suggestContainer {
        top: 30px !important;
        max-height: 100%;
        overflow: scroll !important;
    }

    ff-suggest .ffw-suggestContainerWrapper {
        height: 500px;
    }

    .factfinder-section {
        margin: 0;
        border: none !important;
    }

    .factfinder-item {
        padding: 0 10px 0 10px;
    }

    .factfinder-item-product {
        padding-left: 0;
    }
}
