/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

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


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

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

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

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

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

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

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

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

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

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

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

.ps-subscription-block .pssubscription-options {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
}

.ps-subscription-block .ps-most-used-freq-msg {
    margin: 0.5rem 0;
}

.ps-subscription-block .alert-info p {
    margin-bottom: 0px;
    font-size: 0.8125rem;
    color: #31708f;
}

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

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

#cart .cart-overview .current-price {
    margin-bottom: 5px;
}