/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to 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 2010-2021 Webkul IN
* @license LICENSE.txt
*/

#module-wkproductsubscription-managesubscription #content {
    padding-top: 50px !important;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
}

/* .wksubscribe-btn button#wkSubsBtnMenu,
.wksubscribe-btn a.btn{
    padding-top: .625rem;
} */

#wkSubscriptionFrequency, #wkFirstDeliveryDate {
    height: 40px;
    line-height: inherit;
    background-color: #fff;
    padding-right: 1.875rem;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
}

#wkSubscriptionModal #wkModelLabel {
    text-align: center;
}

#wkSubscriptionModal .product-qty {
    margin-top: 8px;
}

#wkSubscriptionModal .wk-product-variants ul li {
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a;
}

#wkSubscriptionModal .table {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
}

.modal.quickview .wksubscribe-btn a.btn {
    font-size: 12px;
    padding: 14px;
}

.modal.quickview .wksubscribe-btn a > i {
    display: none;
}

.wksubscribe-btn div.dropdown-menu {
    width: 12rem;
}

.wk-subscription-block {
    margin-top: 1rem;
}

.wk-subscription-block div {
    margin-bottom: 0px;
}

.wk-subscription-block .wksubscribe {
    margin-top: 1rem;
}

.wk-subscription-block .wksubscription-options {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
}

.wk-subs-error-msg {
    color: red;
}

.wk-subs-success-msg {
    color: green;
}

