/**
 * Product Finder Assistant
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.th_product_finder_shortcut {
    background: #e6e6e6;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-additional-info .th_product_finder_shortcut {
    margin-top: 20px;
}

.product-prices .th_product_finder_shortcut div {
    margin-bottom: 0 !important;
}

.th_product_finder_shortcut_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.th_product_finder_shortcut_image {
    height: 50px;
}

.th_product_finder_shortcut_text p {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
}

.th_product_finder_shortcut_content {
    display: flex;
    align-items: center;
}

.th_product_finder_shortcut_inner_small_place {
    display: block;
}

.th_product_finder_shortcut_btn_small_place {
    display: flex;
    justify-content: center;
}

.th_product_finder_shortcut_button_small_place {
    width: 100%;
}
