/**
* 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
*/

p#customButton {
    color: #000000;
}
.page-my-account #content .links a span.link-item {
    background: white none repeat scroll 0 0;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    padding: 1rem;
}
body#checkout a.wk_ps_stripe:hover {
    color: #FFF !important;
}
#main .page-content {
    padding: 1rem;
    background: #fff;
    font-size: .875rem;
    color: #7a7a7a;
}
#wk-stripe-card-payment-form {
    width: 100%;
    min-width: auto;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
        0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}

#wk-stripe-card-payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 0.875rem;
    font-size: .875rem;
}

.wk-cart-line-product-actions {
    margin-left: -14px;
}
@media only screen and (max-width: 450px) {
    .wk-cart-line-product-actions {
        margin-left: -0px;
    }
}

.wkprice {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
p.wkmsg {
    float: left;
    margin-right: 2px;
}
.wkstripe_subscribe div {
    margin-bottom:0px;
}
.wkstripe-margin-t-10 {
    margin-top: 10px;
}
.page-product .product__tax-label {
    white-space: normal !important;
}
@media only screen and (max-width: 915px) {
    .wkstripe_subscribe div .col-sm-1 {
        margin-right: 14px;
    }
}
.col-md-2.col-xs-2.text-xs-right {
    text-align: right;
}