/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mtsub-product-wrapper {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    padding: 20px;
}
.mtsub-product-wrapper .mtsub-infos p {
    margin: 5px;
    font-weight: 400;
}
.mtsub-product-wrapper .mtsub-infos span.active{
	color:#2695FF;
	font-weight: 600;
}
.mtsub-infos {
    font-size: 16px;
}
h3.mtsub-archive-product-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
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;
}
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-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;
}