.tfc-max-qty-msg{
    color: #5B9B43; 
    font-size: 35px; 
    margin-right: 10px;
}
.tfc-qty-wrapper{
    border: 1px solid #2B5993;
    border-radius: 10px;
    padding: 5px;
    .tfc-qty-action{
        color: #2B5993;
        font-size: 12px;
        cursor: pointer;
    }
    .tfc-qty-val{ font-weight: bold; }
    .tfc-qty-action-prev{ margin-left: 15px; }
    .tfc-qty-action-next{ margin-right: 15px; }
}
.tfc-qty-val{ font-size: 20px; }
.tfc-add-to-basket{
    width: 75%;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    background-color: #2B5993;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.tfc-legal-status-desc{ font-size: 14px; }
.legal-badge-img{ margin-right: 10px; }
.qty-label{
    margin-bottom: 10px;
    font-size: 13px;
}
.tfc-product-price{
    font-size: 30px;
    font-weight: 550;
}

.sku_wrapper{ display:none !important; }
.detail-label{ display:none !important; }
.product_meta{ 
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
p{ margin-bottom: 0px !important; }
.wp-post-image{ max-height: 500px; max-width: 550px; }
.tfc-var-option{
    padding: 5px 20px;
    border: 1px solid #2B5993;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
}
.tfc-var-option.active{
    border: 3px solid #2B5993 !important;
    font-weight: bold !important;
}
.product_meta .posted_in a:first-child{
    margin-left: 0px !important;
}