/**
 * 2010-2020 Webkul.
 *
 * NOTICE OF LICENSE
 *
 * All right is reserved,
 * Please go through this link for complete license : https://store.webkul.com/license.html
 *
 * 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 https://store.webkul.com/customisation-guidelines/ for more information.
 *
 *  @author    Webkul IN <support@webkul.com>
 *  @copyright 2010-2020 Webkul IN
 *  @license   https://store.webkul.com/license.html
 */

#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;
}

.wksubscribe-btn {
    margin-left: 5px;
    height: 2.75rem;
    line-height: inherit;
}

#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;
}