
/**
 * Plugin: WooCommerce added to cart popup (Ajax)
 * (Some of the styles are configures via plugin options)
*/
.xoo-cp-container {
    padding: 0 0 2rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.xoo-cp-atcn {
    text-align: center;
    font-size: 1.25rem;
    border-radius: 0;
}
.xoo-cp-icon-check {
}
.xoo-cp-ptotal {
    display: block;
    width: 100%;
    text-align: right;
    margin-right: 0;
    padding: 10px 25px 10px 0;
}
.xcp-ptotal {
    font-size: 1rem;
    font-weight: bold;
}

td.xoo-cp-ptitle a {
    color: #5c5c5c;
    font-weight: normal;
}
span.xoo-cp-close {
    font-size: 2rem;
    color: #fff;
    background: #5c5c5c;
}
span.xoo-cp-close:before {
    /*font-family: FontAwesome;*/
    /*content: '\f057';*/
}
.xoo-cp-btns {
    margin: 0 20px;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media (max-width: 479px) {
    .xoo-cp-btns {
        align-items: center;
        flex-direction: column-reverse;
    }
}
a.xcp-btn {
    width: auto;
    padding: 10px 30px;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    transition: all .3s ease;
}
a.xcp-btn:hover {
    background: #5c5c5c;
}
a.xcp-btn.xoo-cp-btn-vc {
    background: #9cc536;
}
a.xcp-btn.xoo-cp-btn-vc:hover {
    background: #69696a;
}
a.xcp-btn.xoo-cp-close {
    background: #5c5c5c;
}
a.xcp-btn.xoo-cp-close:hover {
    background: #333;
}
td.xoo-cp-remove {
    display: none;
}
td.xoo-cp-pqty {
    /*display: none;*/
}

/* ========================================================================== */

/**
 * Plugin: WooCommerce AJAX Cart
*/
.quantity.wac-quantity {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.quantity.wac-quantity .wac-qty-button {
    width: 25px;
    padding: 0;
    color: #5c5c5c;
    font-size: 1.5rem;
    background: #f2f3f6;
    border: 1px solid #ddd;
    border-radius: 0;
}
.quantity.wac-quantity .wac-qty-button b {

}
.quantity.wac-quantity .wac-qty-button:hover {
    background: #eee;
}
.quantity.wac-quantity .wac-qty-button:first-child {
    border-right: 0;
}
.quantity.wac-quantity .wac-qty-button:last-child {
    border-left: 0;
}
.quantity.wac-quantity .wac-qty-button .wac-btn-inc,
.quantity.wac-quantity .wac-qty-button .wac-btn-sub
{
    display: flex;
    height: 100%;
    padding: 8px 5px 0;
    color: #939499;
}

/* ========================================================================== */

/**
 * Plugin: Woocommerce Germanized
 */
#wc-gzd-parcel-shop-finder-button-wrapper {
    display: block;
    width: 100%;
    padding-left: 40px;
}
#wc-gzd-parcel-shop-finder-button-wrapper .wc-gzd-parcel-finder-open-button {
    margin: 0;
    text-transform: uppercase;
}
.woocommerce-multistep-checkout ul.nav-wizard {
    border: none !important;
    border-radius: 0 !important;
    /*background: #ededed !important;*/
}
.woocommerce-multistep-checkout ul.nav-wizard li {
}
@media (max-width: 600px) {
    .woocommerce-multistep-checkout ul.nav-wizard {
    }
    .woocommerce-multistep-checkout ul.nav-wizard:before {
        display: inherit !important;
    }
    .woocommerce-multistep-checkout ul.nav-wizard:after {
        display: inherit !important;
    }
    .woocommerce-multistep-checkout ul.nav-wizard li {
        display: inline-block !important;
        float: left !important;
        padding: 0 10px 0 25px !important;
        font-size: .75rem !important;
    }
    .woocommerce-multistep-checkout ul.nav-wizard li a {
        display: inherit !important;
    }
    .woocommerce-multistep-checkout ul.nav-wizard li a .step-number {
        display: none;
    }
    .woocommerce-multistep-checkout ul.nav-wizard li:before {
        display: inherit !important;
    }
    .woocommerce-multistep-checkout ul.nav-wizard li:after {
        display: inherit !important;
    }
    .woocommerce-multistep-checkout ul.nav-wizard li.active:after {
        display: inherit !important;
    }
}
.woocommerce-multistep-checkout ul.nav-wizard li a {
    color: #5c5c5c !important;
}
.woocommerce-multistep-checkout ul.nav-wizard li.active,
.woocommerce-multistep-checkout ul.nav-wizard li.active a
{
    color: #5c5c5c !important;
    background: #F4F8E7 !important;
}
.woocommerce-multistep-checkout ul.nav-wizard li.active:after {
    border-left-color: #F4F8E7 !important;
}

@media (max-width: 479px) {
    .woocommerce-multistep-checkout .step-buttons {
        display: flex !important;
        width: auto;
        flex-direction: column-reverse;
    }
}
.woocommerce .prev-step-button {
    display: inline-block;
    text-align: left;
    margin-bottom: .5rem;
    padding: 12px 30px;
    color: #939499;
    font-size: 100%;
    line-height: 1;
    background: #f2f3f6;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s ease;
}
@media (max-width: 479px) {
    .woocommerce .prev-step-button {
        display: block;
        text-align: center;
    }
}

.woocommerce .prev-step-button:before {
    content: '\f104';
    margin-right: 10px;
    font-family: FontAwesome;
}
.woocommerce .prev-step-button:hover {
    color: #5c5c5c;
    background: #f2f3f6;
}
woocommerce-gzd-legal-checkbox-text {
    color: #5c5c5c;
}

.woocommerce .woocommerce-info {
    background: transparent;
    border: 1px solid #f2f3f6;
}
.woocommerce .wc-memberships-restriction-message {
    width: 100%;
    margin: -95px 0 0 !important;
    padding: 0;
    background: #fff;
    border: none;
    box-shadow: 0 0 20px -5px #999;
}
@media (max-width: 767px) {
    .woocommerce .wc-memberships-restriction-message {
        /*position: fixed;*/
        /*z-index: 999999;*/
        /*left: 50%;*/
        /*right: 0;*/
        /*bottom: -36px;*/
        /*transform: translate(-50%, 0);*/
    }
}
/*.woocommerce .wc-memberships-restriction-message::before {
    content: '';
    position: absolute;
    background: #F4F8E7;
    width: 100%;
    height: 200px;
    top: -200px;
    left: 0;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}*/

/* Customizations of the restriction message */
.woocommerce .wc-memberships-restriction-message .mrm-logo {
    padding: 10px;
    text-align: right;
}
.woocommerce .wc-memberships-restriction-message .mrm-logo img {
    max-width: 100px;
    height: auto;
}
.woocommerce .wc-memberships-restriction-message .mrm-heading {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #5c5c5c;
}
.woocommerce .wc-memberships-restriction-message .mrm-app-notice {
    margin: -10px -10px 0;
    padding: 15px;
    font-size: 14px;
    background-color: #F4F8E7;
}
.woocommerce .wc-memberships-restriction-message .mrm-products {
    padding: 10px 10px 0;
}
@media (max-width: 767px) {
    .woocommerce .wc-memberships-restriction-message .mrm-products {
        /*padding: 10px 0;*/
    }
}
.woocommerce .wc-memberships-restriction-message .mrm-products .wc-memberships-products-grant-access {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item {
    position: relative;
    padding: 15px 15px;
    margin: 10px 0 0;
    flex: 1 0 100%;
    background: #f2f3f6;
}
@media (max-width: 767px) {
    .woocommerce .wc-memberships-restriction-message .mrm-product-item {
        /*flex: 1 0 100%;*/
    }
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 150px;
    height: 15px;
    margin-left: -75px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #9cc536;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-badge:after {
    top: 100%;
    left: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 75px 0 75px;
    border-color: #9cc536 transparent transparent transparent;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-price {
    float: right;
    font-weight: bold;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-title {
    margin-bottom: 5px;
    font-weight: bold;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-features {
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-features ul {
    margin: 0;
    padding: 0;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-features li {
    position: relative;
    padding-left: 23px !important;
    font-size: 14px;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-features li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../../images/vektor-heart.png);
    background-size: contain;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-actions {
    float: right;
}
.woocommerce .wc-memberships-restriction-message .mrm-product-item-btn {
    display: inline-block;
    min-width: 200px;
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #9cc536;
    border-radius: 50px;
}

.woocommerce .wc-memberships-restriction-message .mrm-bottom {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px) {
    .woocommerce .wc-memberships-restriction-message .mrm-bottom {
    }
}

@media (max-width: 767px) {
    .woocommerce .next-step-button {
        width: 100%;
    }
}

.woocommerce .wc-gzd-order-submit {
    float: right;
    margin-bottom: -65px;
}
@media (max-width: 767px) {
    .woocommerce .wc-gzd-order-submit {
        margin-bottom: 0;
    }
}

.wc-gzd-checkbox-placeholder-legal, .wc-gzd-checkbox-placeholder-data-download {
    max-width: 330px;
}
@media (max-width: 767px) {
    .wc-gzd-checkbox-placeholder-legal, .wc-gzd-checkbox-placeholder-data-download {
        max-width: none;
    }
}

/* ========================================================================== */

/**
 * Plugin: heidelpay WooCommerce
 */
#paymentFrameForm {
    padding: 1rem;
    background: #f2f3f6;
}
#paymentFrameForm button[type="submit"] {
    padding: 10px 50px;
    color: #fff;
    background: #9cc536;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    border-radius: 50px;
    transition: all .3s ease;
}
#paymentFrameForm button[type="submit"]:hover {
    background: #5c5c5c;
}
#paymentFrameIframe {
    width: 100%;
    max-width: 500px;
}

/* ========================================================================== */

/**
 * Plugin: Product Bundle
 */
.single-product div.product form.cart table.bundled_products td.bundled_item_qty_col .quantity {
    float: none;
    position: relative;
}

.bundled_product_title {
    margin-bottom: 0;
}

.bundled_product_title .bundled_product_title_inner {
    line-height: 1;
    vertical-align: middle;
}

table.bundled_products td.bundled_item_qty_col {
    width: auto;
}
table.bundled_products td.bundled_item_col {
    padding: 10px;
    vertical-align: middle !important;
    border-bottom: 1px solid #eee !important;
}
table.bundled_products tr:last-child td.bundled_item_col {
    border-bottom: none !important;
}
.product-detail-info .xoo-cp-icon-check,
.product-detail-info .added_to_cart
{
    /* Duplicate because of AddToCart Plugin */
    display: none !important;
}

.bundled_table_item {
    /* Hide amount-changer in cart */
    display: none !important;
}

/* ========================================================================== */

/**
 * Plugin: Cookie Notice for GDPR
 */

.cn-button.bootstrap {
    margin-bottom: 0 !important;
    padding: 4px 12px !important;
    background-image: none;
    background-color: #9cc536;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .3s ease;
}
@media (max-width: 991px) {
    .cn-button.bootstrap {
        margin-top: 5px !important;
    }
}
.cn-button.bootstrap:hover {
    background-color: #63840c;
}

/* ========================================================================== */

/**
 * Plugin: Contact Form 7
 */

.wpcf7 {
}
.wpcf7 label {
    display: block;
    margin-top: 10px;
}
.wpcf7-form-control-wrap.message {
    padding: 0;
}
.wpcf7-submit {
    background: #9cc536;
    color: #fff;
    margin-top: 10px;
    padding: 8px 30px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}
.wpcf7-submit:hover {
    background: #333;
}

/* ========================================================================== */

/**
 * Refer a Friend by WPGens
 */

.gens-referral_share a {
}
.gens-referral_share__gp {
    display: none !important;
}
.gens-referral_share__email input[type='email'], .gens-referral_share__email input[type='text'] {
    max-width: 47% !important;
}
.gens-referral_share__email input[type='submit'] {
    padding: 12px 30px;
    letter-spacing: normal;
    font-size: inherit !important;
}

/* ========================================================================== */

/**
 * MailChimp for WordPress
 */
.mc4wp-form-fields {

}
.mc4wp-form-fields label {
    text-transform: uppercase;
}
.mc4wp-form-fields input[type="submit"] {
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    background: #9cc536;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    transition: all .3s ease;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background: #69696a;
}

/* ========================================================================== */

/**
 * Rate My Post
 */
.rmp-main {
    text-align: unset;
}
ul#rmp-stars {
    margin: 0 0 5px -5px;
}
.rmp-main-title {
    margin: 0 0 10px;
    font-weight: bold;
}