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

.th_repackaged_item_inner:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.th_repackaged_products {
    margin-bottom: 30px;
}

.th_repackaged_product {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th_repackaged_products_content {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.125);
}

.th_repackaged_product_button_add_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.repackaged-description {
    margin-bottom: 0;
}

.th_repackaged_product_reduction_outter {
    display: block;
}

.th_repackaged_product_reduction_new_price {
    font-weight: 700;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
    .th_repackaged_product {
        display: block !important;
    }

    .th_repackaged_product_details,
    .th_repackaged_product_description,
    .th_repackaged_product_reduction_outter {
        text-align: center;
        margin-bottom: 10px;
    }

    .th_repackaged_product_reduction {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    .th_repackaged_product_button {
        width: 100%;
    }
}
