.mgc-login-box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 3px solid #aaa;
    color: #444;
    text-align: center;
    margin-bottom: 35px;
}

.mgc-login-box-content {
    display: inline-block;
    text-align: left;
    max-width: 100%;
    margin-bottom: 19px;
}

.mgc-login-box ::selection {
    /* background: rgba(255, 255, 255, 1) !important; */
}

.mgc-login-box-content p.mgc-intro-text {
    width: 320px;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
}

.mgc-login-box-content a.mgc-logout {
    display: inline-block;
    padding: 5px 20px;
    margin-top: 10px;
    color: #fff;
    transition: background .1s;
    /* border: 2px solid #111; */
    border: none;
    text-decoration: none;
    border-radius: 5px;
    background: #968265;
    /* background: linear-gradient(#bba27a, #7f6700); */
    width: 100%;
    font-size: 1.3em;
}

.mgc-login-box-content a.mgc-logout:hover,
.mgc-login-box-content a.mgc-logout:active {
    color: #fff;
    background: #766245;
    /* background: linear-gradient(#bba27a, #5f4700); */
}

.mgc-login-box-content .fbl_error {
    color: #ef0f0f;
}

.mgc-login-box-content a.css_fbl {
    margin-bottom: 0;
}

.mgc-login-box-content .mgc-signup-general-error {
    padding: 15px;
}

.mgc-login-box-content .mgc-login-field-error {
    padding-left: 15px;
}

.mgc-login-box-content .g-recaptcha {
    margin-top: 7px;
}

.mgc-login-box-content form input[type=text],
.mgc-login-box-content form input[type=password] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 15px;
    border-radius: 5px;
}

.mgc-login-box-content form input[type=text] ::selection,
.mgc-login-box-content form input[type=password] ::selection {
    background: #7f6700;
    color: #fff;
}

.mgc-login-box-content form input[type=submit] {
    /* background: #111; */
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 5px 20px;
    /* border: 2px solid #111; */
    border: none;
    border-radius: 5px;
    height: 35px;
    transition: background .1s;
    /* font-size: 13px; */
    outline: none;

    background: #968265;
    /* background: linear-gradient(#bba27a, #7f6700); */
    width: 100%;
    font-size: 1.3em;
}

.mgc-login-box-content form input[type=submit]:hover,
.mgc-login-box-content form input[type=submit]:active {
    background: #766245;
    /* background: linear-gradient(#bba27a, #5f4700); */
}

.mgc-login-box-content form input[type=radio],
.mgc-login-box-content form input[type=checkbox],
.mgc-login-box-content form input[type=radio]:after,
.mgc-login-box-content form input[type=checkbox]:after {
    border-radius: 100px;
}

.mgc-form .login-submit {
    text-align: right;
}


/* Login/Signup forms titles */
.mgc-form h2.center,
.mgc-form h3.center {
    margin-bottom: 20px;
}


/* Link to switch between login and signup forms */
.mgc-login-box-content div.mgc-login-link {
    margin-top: 10px;
}

.mgc-login-box-content a,
.mgc-login-box-content a:visited {
    color: #e96800;
    text-decoration: none;
}

.mgc-login-box-content a:hover,
.mgc-login-box-content a:active {
    /* color: #ffff00; */
}

.mgc-login-box-content .mgc-login-field-error {
    color: #ef0f0f;
}



.mgc-product-listing-title {
    font-size: 1.7em;
}



/* Gauges for products */
.mgc-product-gauge-container {
    float: right;
    width: 100px;
    height: 100px;
    color: #fff;
    position: relative;
    /*top: -100px;
    right: -10px;*/
    top: 10px;
    z-index: 5;
    overflow: visible;
    border-radius: 5px;
    text-align: center;

    background: #7f6700;
    background: linear-gradient(#bba27a, #7f6700);
}

.mgc-product-gauge {
    display: inline-block;
    margin-top: 12px;
}

.vision-circle-loader .easyPieChart {
    line-height: 75px;
    width: 75px;
}

.vision-circle-loader .vision-circle-number-wrap {
    color: #fff;
    font-size: 25px;
    text-shadow: 2px 2px 3px #7f6700;
    font-family: Karla, sans-serif;
}


.mgc-product-gauge-linear .progress,
.mgc-product-gauge-linear .progress-bar {
    border-radius: 5px;
}

.mgc-product-gauge-linear .vision-progress-section h4 {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}

.vision-progress-section {
    margin-bottom: 10px;
}

.vision-progress-section .progress {
    margin-bottom: 0;
}



/* Stickers for products */
.mgc-product-stickers-container {
    margin-top: 15px;
}

.mgc-product-sticker {
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.mgc-product-data {
    font-size: 1.4em;
    margin-top: 10px;
}

.mgc-product-data .mgc-data {
    margin-right: 10px;
}

.mgc-product-data .mgc-data .mgc-price-per-gram {
    font-size: 1.5em;
}

/* Start and harvest dates for products */
.mgc-product-dates {
    font-size: 1.4em;
}



/* Pricing table */
.mgc-pricing-tables-group {
    margin-top: 30px;
}

.mgc-pricing-table {
    border: 1px solid #7f6700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fcfafa;
    margin-bottom: 20px;
}

.mgc-pricing-table > .mgc-pricing-table-title,
.mgc-pricing-table > div {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mgc-pricing-table > div:last-child {
    border-bottom: none;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title,
.mgc-pricing-table > .mgc-pricing-table-title {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #968265;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title h3,
.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title h4 {
    color: #fff;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title.mgc-1 h3,
.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title.mgc-1 h4,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-1 h3,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-1 h4 {
    color: #444;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title.mgc-1,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-1 {
    background-color: #dbd8d5;
    color: #444;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title.mgc-2,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-2 {
    background-color: #b7a47e;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title.mgc-3,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-3 {
    background-color: #8c785b;
}

.mgc-pricing-table > .mgc-pricing-table-title.mgc-3 h3,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-3 h4,
.mgc-pricing-table > .mgc-pricing-table-title.mgc-3 h5 {
    color: #fff;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab .mgc-pricing-table > .mgc-pricing-table-title h3,
.mgc-pricing-table > .mgc-pricing-table-title h3 {
    font-size: 36px;
}

.mgc-pricing-table > .mgc-pricing-table-title h3 {
    margin-bottom: 0;
}

.mgc-pricing-table > .mgc-pricing-table-title h5 {
    margin-top: 0;
}

.mgc-pricing-table-value {
    font-size: 26px;
}

.laborator-woocommerce .product-single .woocommerce-tabs .description-tab a.btn-primary {
    color: #fff;
    margin-bottom: 0;
    background: #968265;
    /* background: linear-gradient(#bba27a, #7f6700); */
}
.laborator-woocommerce .product-single .woocommerce-tabs .description-tab a.btn-primary:hover,
.laborator-woocommerce .product-single .woocommerce-tabs .description-tab a.btn-primary:active,
.laborator-woocommerce .product-single .woocommerce-tabs .description-tab a.btn-primary:focus {
    background: #766245;
    /* background: linear-gradient(#bba27a, #5f4700); */
}

section.mgc-pricing-tables-group > .mgc-pricing-tables-annotation {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .mgc-pricing-tables-group .col-sm-4 {
        margin-bottom: 30px;
    }
}



/* Text replacing the pricing tables for growing products */
.mgc-product-growing-text h2 {
    margin-bottom: 30px;
}

.mgc-product-growing-text p {
    font-size: 150%;
    margin-bottom: 30px;
}



/* Contact form */
.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: -20px;
}

.wpcf7-form-control-wrap input[type=radio],
.wpcf7-form-control-wrap input[type=checkbox],
.wpcf7-form-control-wrap input[type=radio]:after,
.wpcf7-form-control-wrap input[type=checkbox]:after {
    border-radius: 100px;
}

input[type=tel]{
    background-color: #f4f4f4;
    box-shadow: none;
    transition: none;
    font-weight: 300;
    border: 0;
    color: #666;
    outline: none;
}

.wpcf7-form-control-wrap textarea {
    border-radius: 5px;
}

.wpcf7 label {
    margin-left: 20px;
}

.wpcf7 > form > p:last-of-type {
    text-align: right;
}

.wpcf7 input[type=submit] {
    border-radius: 5px;
    background: #968265;
    /* background: linear-gradient(#bba27a, #7f6700); */
    /* border: 2px solid #ef0f0f; */
    border: none;
    transition: background .2s, border .2s;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:active {
    background: #766245;
    /* background: linear-gradient(#bba27a, #5f4700); */
    /* border-color: #fff; */
}

.wpcf7-response-output {
    border-radius: 5px;
}



/* MGC Character Heading/Title */
/* .page-container .mgc-character-heading .row {
    margin-bottom: 0;
} */

.mgc-character-heading .mgc-heading-picture {
    border-radius: 100px;
}

.mgc-character-name {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.mgc-heading-content {
    font-size: 1.4em;
    /* text-align: justify; */
}

@media only screen and (max-width: 768px) {
    .mgc-character-name {
        text-align: center;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .mgc-login-box-content p.mgc-intro-text {
        width: 100%;
    }
}



/* Minor visual bugfix */
body.woo_postfinancecw.oxygen-top-menu > .wrapper > .main {
    padding-top: 100px;
}

@media screen and (max-width: 843px) {
    body.woo_postfinancecw.oxygen-top-menu > .wrapper > .main {
        padding-top: 50px;
    }
}



/* Videos */
.mgc-post-video {
    position: relative;
    padding-bottom: 56.25%; /* = 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

.mgc-post-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Products list */
.mgc-products-list {
    /*margin-top: 19px;*/
}

.page-container .mgc-products-list .row.mgc-product,
.mgc-products-list .mgc-product {
    margin-bottom: 0;
}
/*
.page-container .mgc-products-list .row.mgc-product h2,
.mgc-products-list .mgc-product h2 {
    margin-top: 0;
}

.mgc-products-list .mgc-product > div {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .mgc-products-list div.row.mgc-product:last-of-type > div:last-of-type {
        margin-bottom: 0;
    }
}
*/


@media screen and (max-width: 767px) {
    .mgc-products-list .mgc-product > div {
        margin-bottom: 50px;
    }
    .mgc-products-list .mgc-product > div:last-of-type {
        margin-bottom: 0;
    }
}

.mgc-products-list .mgc-product img.mgc-product-illustration {
    display: block;
    border-radius: 5px;
}
