/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woocommerce-MyAccount-pricing-plan h5 {
    margin: 0;
}
.mtsub-product-wrapper {
    box-shadow: 0 0 25px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    transition: all 250ms ease;
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    background-color: #231F20;
}
.meeeksaas-custom-pricing-page-panel {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.mtsub-product-wrapper .mtsub-infos p {
    margin: 5px;
    font-weight: 400;
}
.mtsub-product-wrapper a.button:hover {
    color: #0a0a0a!important;
}
.mtsub-product-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(0,0,0,.30) !important;
}
.mtsub-infos ul li {
    padding: 5px 0 5px 0;
    font-size: 16px;
}
.mtsub-product-wrapper .mtsub-infos span.active {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}
.mtsub-infos {
    font-size: 16px;
}
.mtsub-product-wrapper .mtsub-infos span.active i {
    margin-right: 10px;
}
h3.mtsub-archive-product-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}
.mtsub-title-metas span.amount {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
}
.mtsub-infos ul {
    padding: 0px;
    list-style: none;
    text-align: left;
}
h3.mtsub-archive-product-title a{
	color: #252525;
}
.mtsub-title-metas{
	text-align: center;
}
.mtsub-product-wrapper a.button {
    background: #2695FF;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.mtsub-title-metas a.button {
    margin: 20px 0px !important;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 5px 5px 1px 1px #444041;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #020101;
    padding: 10px 0px 10px 0px;
    color: #231F20;
    background-color: #FFFFFF;
}
span.label.label-success {
    width: fit-content;
    float: right;
    font-size: 10px !important;
    padding: 5px !important;
    color: #ffff;
}
li.subscription span {
    padding: 5px 15px 0px;
    display: flow-root;
    color: #252525;
    font-size: 13px;
}
li.subscription span:first-child{
	font-size: 14px;
}
li.subscription span:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
li.subscription span:first-child {
    padding-top: 15px;
}
.woocommerce-MyAccount-subscription {
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    padding: 25px 25px 10px;
    margin-bottom: 35px;
}
.woocommerce-MyAccount-pricing-plan > p{
    margin-bottom: 0;
}
.woocommerce-MyAccount-pricing-plan span.active {
    color: #000;
    font-size: 15px;
}
.woocommerce-MyAccount-pricing-plan span.active i {
    margin-right: 10px;
}
.woocommerce-MyAccount-subscription a {
    font-size: 20px;
    font-weight: 600;
    color: #252525 !important;
}
.woocommerce-MyAccount-subscription p {
    font-weight: 400;
}
.woocommerce-MyAccount-subscription span.current {
    font-weight: 600;
    color: #2695FF;
}
.single-product .product_meta strong {
    color: #484848;
}
span.subscription-tab {
    padding: 0px !important;
}
span.subscription-tab a{
    border: none !important;
    margin-bottom: -10px !important;
}
.woocommerce.single-product div.product form.cart .button.subscription {
    width: auto !important;
    padding: 0px 20px !important;
}

button.pricing-tooltip.btn {
    padding: 0px 10px;
    font-size: 12px;
    border: none;
    vertical-align: super;
    outline: none;
}
.pricing-tooltip {
    position: relative;
    font-size: 12px !important;
    color: #03CD69;
    vertical-align: super;
    display: inline-block;
}
.pricing-tooltip .tooltiptext {
    visibility: hidden;
    width: 178px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    z-index: 1;
    font-family: 'circular';
}
.pricing-tooltip:hover .tooltiptext {
  visibility: visible;
}
del span.amount {
    text-decoration: line-through;
    color: #8B8B91!important;
}
.mtsub-title-metas ins {
    text-decoration: none;
}
del {
    text-decoration: none;
}
.meeeksaas-pricing-plan{
    position: relative;
}
.meeeksaas-pricing-plan .meeeksaas-admin-edit-plan {
    background: #000;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 4px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}