/**
* 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-custom-group-div {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.wk-custom-group-div-action {
    text-align: right;
    margin-bottom: 0.75rem;
}

.wk-custom-group-div .wk-product-custom-fields-item {
    padding: 0.5rem;
}

.wk_field_opt_group_label {
    padding: 1rem 0.5rem;
    color: #232323;
}

.wk_custom_group_container {
    margin-top: 0.5rem;
}

.wk_required:before {
    content: "*";
    color: red;
}

.wk_field_opt_group_mandate {
    padding: 0rem 0.5rem 1rem 0.5rem;
    font-size: 13px;
}

.wk-custom-group-div .wk-group-price-info {
    text-align: right;
    float: right;
}

.wk_custom_check_info_icon {
    font-size: 18px;
    margin-bottom: 3px;
}

.wk-custom-group-div .input-group-addon {
    padding: 5px;
}

.ui-slider-horizontal {
    margin-left: 20px !important;
}

.wk_custom_checkout_file_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 8px 12px;
    min-height: 42px !important;
    width: calc(100% - 0px);
}

.wk_custom_checkout_file_wrapper .wk_custom_checkout_btn {
    border: 1px solid gray;
    color: gray;
    background-color: #eee;
    /* padding: 5px 10px; */
    border-radius: 1px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.wk_custom_checkout_file_wrapper .wk_custom_checkout_btn+span {
    padding: 5px;
    font-weight: normal;
}

.wk_custom_checkout_file_wrapper input[type="file"] {
    font-size: 42px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ui-datepicker-calendar table td,
.ui-datepicker-calendar table th {
    padding: unset !important;
}

.ui-datepicker table {
    width: 100% !important;
    font-size: .6em !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

.wk_custom_checkout_error {
    color: #ff0000;
}

.wk_error_msg {
    border: 1px solid #ff0000;
}

.wk_custom_display_container {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
}

.wk_custom_display_container_border {
    border: 1px solid rgb(219, 214, 214);
}

.wk_custom_display_container .wk_row_grey {
    background-color: #f6f6f6;
}

.wk_custom_display_container .table-bordered {
    border: 1px solid #e1e0e0;
}

.wk_custom_display_container .table {
    min-width: 450px !important;
}

.wk_custom_display_container .wk_additional_information_title {
    background-color: #d7d7d7;
    padding: 0.75rem;
    width: 100%;
    min-width: 450px;
}

.wk_custom_display_container .table td,
.wk_custom_display_container .table th {
    width: 33.33%;
}

.wk_custom_display_container .table .wk_row_span {
    vertical-align: middle;
}

.wk_custom_display_container .table,
.wk_custom_display_container .table td,
.wk_custom_display_container .table th {
    border: 1px solid #cbc7c7;
    margin-bottom: 0px;
}

.wk_custom_display_container .h3 {
    margin-bottom: 1rem;
    font-family: inherit;
    line-height: 1.1;
}

.wk_custom_group_container .input-group-addon {
    width: 50px;
}

.wk-custom-group-div-action-gdpr .wk-custom-group-div .custom-checkbox span {
    position: inherit !important;
}

.wk-custom-group-div-action-gdpr .wk-custom-group-div .custom-checkbox>label {
    padding-left: unset !important;
}

.wk-disabled {
    cursor: not-allowed !important;
}