/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
.wk_container{
    background-color: #ffffff;
    padding: 14px;
    padding-left: 0px !important;
}

.wk_heading{
    /* text-align: center; */
    margin-left: 30px !important ;

}
.wk_product_dropdown{
    margin-top: 8px !important;
    padding-left: 0px !important;
}
.wk_product_price{
    padding-left: 0px !important;
}
.wk_checkbox{
    margin-left: 8px !important;
}
.wk_checkbox_head{

        /* display: flex; */
        /* align-items: center; Vertical centering */
        /* justify-content: center; Horizontal centering */
        /* height: 100px; Adjust the container's height as needed */
}
.wk_total_price{
    /* margin-top: 14px; */
    text-align: center !important;
    margin-bottom: 8px;
    font-size: 18px;
    font-size: larger;
}
.wk_associate_product{
padding: 0px;
}
.wk_after_heading{
    padding-left:22px;
}
#total_price{
    font-size: larger;
    margin :0px !important;
    margin-left :9px !important;
}
.discount-container {
    display: inline-block;
    /* background-color: #F44336;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px; */

}

.discount-label {
    color:rgb(0, 0, 0)
}

.discount-amount {
    margin-left: 5px;

    color:rgb(0, 0, 0)

}
.wk_discount{

    /* margin-left: 17px;
    text-align: center; */ */
    /* margin-bottom: 5px !important; */

}
.wk_totalprice_block{
    margin-top: 12px !important;
}