/*Checkout form Titles: Your details, Choose plan, Payment methods*/
.woocommerce .woocommerce-checkout h2.ax-delta.ax-delta-2nd {
    margin: 0px 0 15px;
    font-size:20px;
    font-weight: 900;
    text-align: left;
    font-style: normal !important;
}

/*Space above Order Button*/
.woocommerce-checkout div.form-row.place-order {
    margin-top: 6px !important;
}

/*Privacy Policte above button styling*/
.woocommerce-checkout div.form-row.place-order p#wpgdprc_field.form-row.wpgdprc-checkbox.validate-required span.woocommerce-input-wrapper label.checkbox {
    font-size: 0.9em;
}



/*left side: Your details and Payment methods*/
.woocommerce .woocommerce-checkout #customer_details .col-1 {
    width: 45% !important;
}
/*Right side: Choose plan*/
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 53% !important;
}



/*  Checkout Membership Grid Styling*/
.planBlock {
    padding: 16px 16px 0;
    border: 2px solid #404040;
    background: #fff8e8;
    margin-bottom: 20px;
}
/*buttons*/
.planBlock .sbox-product-plan {
    margin: 0 0 16px;
    padding: 10px;
    text-decoration: none;
    outline: 0 none;
    background: #fffefb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: content-box;
    border: 6px solid #efefef;
    transition: all 0.1s ease-in-out;
    /*MAIN FONT:*/
    text-shadow: 1px 1px 3px #c2c2c2;
}

/** Title/Subtitle/Deal Button **/

.planBlock .sbox-product-plan .membership-details {
    width: 70%;
}

/*Title*/
.planBlock .sbox-product-plan .membership-details .membership-text p {
    color: #9c9c9c;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
}
/*Subtitle*/
.planBlock .sbox-product-plan .membership-details .membership-text span{
    color: #9c9c9c;
    display: block;
    text-transform: none;
    font-style: normal;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}

/** Deal button **/
.planBlock .sbox-product-plan .membership-details .best-deal-block{
    color: #ffffff;
}
.planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button{
    width: 200px;
    height: 30px;
    background: #fe2759;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid   #ff0b43 ;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 2px;
    margin: 6px 0 0;
    font-size: 14px;
    font-weight:600;
    text-shadow: 1px 1px 1px #6e6e6e;
}
/*Button shadow active*/
.planBlock .sbox-product-plan.active .membership-details .best-deal-block .best-deal-button{
    box-shadow: 1px 3px 8px #000;
}
/*Deal Button Star Icons*/
.planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button span.star-icon{
    font-size: 20px;
    padding: 0 6px 2px;
}

/** Currency/Price/Duration **/

.planBlock .sbox-product-plan .membership-fees{
    width: 35%;
}
.planBlock .sbox-product-plan .membership-fees .amount{
    position: relative;
    color: #9c9c9c;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/*Currency Sign*/
.planBlock .sbox-product-plan .membership-fees .amount .currency{
    font-size: 20px;
    font-weight: 900;
    vertical-align: super;
    padding-right:0px;
}
/*Price*/
.planBlock .sbox-product-plan .membership-fees .amount .rate{
    font-size: 52px;
    font-weight: 900;
    letter-spacing:-0em;
    padding-top: 20px;
    line-height: 20px;
}
/*Price second part*/
.planBlock .sbox-product-plan .membership-fees .amount .rate span{
    font-size: 20px;
}
/*Duration*/
.planBlock .sbox-product-plan .membership-fees .amount .duration{
    font-size: 12px;
    font-weight: 900;
    margin-right: 25px;
    line-height: 20px;
}

/**  Active  **/

/*Active Background and Border*/
.planBlock .sbox-product-plan.active{
    background: #fff;
    border-color: #000000;
    box-shadow: 2px 5px 13px #000000;
}
/*Active Title*/
.planBlock .sbox-product-plan.active .membership-details .membership-text p
{
    color:#000000;
}
/*Active Subtitle*/
.planBlock .sbox-product-plan.active .membership-details .membership-text span {
    color:#6e6e6e;
}
/*Active Currency*/
.planBlock .sbox-product-plan.active .membership-fees .amount .currency
{
    color:#000000;
}
/*Active Price*/
.planBlock .sbox-product-plan.active .membership-fees .amount .rate
{
    color: #000000;
}
/*Active Duration*/
.planBlock .sbox-product-plan.active .membership-fees .amount .duration
{
    color: #6e6e6e;
}

/** Active with Hover **/

/*Active with Hover Background and Border*/
.planBlock .sbox-product-plan.active:hover {
    background: #fff;
    border-color: #000000;
}
/*Active with Hover Title*/
.planBlock .sbox-product-plan.active:hover .membership-details .membership-text p
{
    color:#000000;
}
/*Active with Hover Subtitle*/
.planBlock .sbox-product-plan.active:hover  .membership-details .membership-text span {
    color:#6e6e6e;
}
/*Active with Hover Currency*/
.planBlock .sbox-product-plan.active:hover  .membership-fees .amount .currency
{
    color:#000000;
}
/*Active with Hover Price*/
.planBlock .sbox-product-plan.active:hover .membership-fees .amount .rate
{
    color: #000000;
}
/*Active with Hover Duration*/
.planBlock .sbox-product-plan.active:hover  .membership-fees .amount .duration
{
    color: #6e6e6e;
}

/** Hover **/

/*Hover Background and Border*/
.planBlock .sbox-product-plan:hover {
    background: #fffefb;
    border-color: #dbdbdb;
}
/*Hover Title*/
.planBlock .sbox-product-plan:hover .membership-details .membership-text p
{
    color: #9c9c9c;
}
/*Hover Subtitle*/
.planBlock .sbox-product-plan:hover .membership-details .membership-text span
{
    color: #9c9c9c;
}
/*Hover Currency*/
.planBlock .sbox-product-plan:hover .membership-fees .amount .currency
{
    color:#9c9c9c;
}
/*Hover Price*/
.planBlock .sbox-product-plan:hover .membership-fees .amount .rate
{
    color: #9c9c9c;
}
/*Hover Duration*/
.planBlock .sbox-product-plan:hover .membership-fees .amount .duration
{
    color: #9c9c9c;
}


/** Responsive **/

/*Switch from dekstop to mobile/tablet*/
@media screen and (max-width: 1150px) {
    .planBlock .sbox-product-plan{
        flex-direction: column-reverse;
        position: relative;
    }

    /** Responsive - Title/Subtitle/Deal Button **/

    /*Responsive Title/Subtitle */
    .planBlock .sbox-product-plan .membership-details{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .planBlock .sbox-product-plan .membership-details .membership-text{
        text-align: center;
    }
    /*Responsive Title*/
    .planBlock .sbox-product-plan .membership-details .membership-text p{
        font-size: 16px;
        line-height:25px;
    }
    /*Responsive Subtitle*/
    .planBlock .sbox-product-plan .membership-details .membership-text span{
        font-size: 9px;
        font-weight:300;
        line-height:18px;
        /*display: none;*/
    }

    /*Responsive Deal Button styling*/
    .planBlock .sbox-product-plan .membership-details .best-deal-block{
        margin: 5px;
        display: block;
        width: 100%;
    }
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button {
        font-size:12px;
        font-weight:800;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
    }
    /*Responsive Deal Button Star Icons*/
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button span.star-icon{
        font-size: 18px;
        padding: 0 6px 2px;
    }
    /*Before and After button, empty pieces*/
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button::before,
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button::after {
        content: "";
        background: #fff;
        position: absolute;
        width: 8px;
        height: 14px;
        top: 54%;
        transform: translateY(-50%);
    }
    /*Before button, empty piece*/
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button::before{
        left: -9px;
        border-right: 1px solid #ff0b43;
        z-index: -1;
        display:none;
    }
    /*After button, empty piece*/
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button::after {
        right: -9px;
        z-index: -1;
        border-left: 1px solid #ff0b43;
        display:none;
    }

    /** Responsive - Currency/Price/Duration **/
    .planBlock .sbox-product-plan .membership-fees{
        width: 100%;
    }
    .planBlock .sbox-product-plan .membership-fees .amount{
        align-items: center;
    }

    /*Responsive Currency*/
    .planBlock .sbox-product-plan .membership-fees .amount .currency{
        font-size: 18px;
    }
    /*Responsive Price*/
    .planBlock .sbox-product-plan .membership-fees .amount .rate{
        font-size: 40px;
        padding-top: 15px;
        line-height:18px;
    }
    /*Responsive Price second part*/
    .planBlock .sbox-product-plan .membership-fees .amount .rate span{
        font-size: 18px;
    }
    /*Responsive Duration*/
    .planBlock .sbox-product-plan .membership-fees .amount .duration{
        margin-right: 0;
        padding-bottom:4px;
        line-height:18px;
    }
}

/*Deal Button 380px max*/
@media screen and (max-width: 380px) {
    .planBlock .sbox-product-plan .membership-details .best-deal-block .best-deal-button {
        height: 28px;
    }
}




/*** Woocommerce checkout ***/

.woocommerce .pc-hide {
    display: none;
}

/*Login form*/
.woocommerce .woocommerce-form-login {
    padding: 14px;
    border: 2px solid #404040;
    background: #fff8e8;
    margin: 0 0 20px;
}
.woocommerce .woocommerce-form-login input {
    background: #fff;
    border: 1px solid #404040;
    transition: all 0.1s ease-in-out;
}
.woocommerce .woocommerce-form-login input:focus {
    border: 2px solid #404040;
}
.woocommerce .woocommerce-form-login .form-row-first,
.woocommerce .woocommerce-form-login .form-row-last {
    width: 100%
}
.woocommerce .woocommerce-form-login .form-row-last {
    float: left;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}
/*'Lost password?' checkout login form*/
.woocommerce .woocommerce-form-login .lost_password {
    margin-bottom: 0;
    font-size: 0.85em;
}
.woocommerce .woocommerce-form-login-toggle {
    display: none;
}
.woocommerce .woocommerce-checkout #order_review #payment .form-row {
    position: relative;
}


/*Payment Method payment gateway form styling*/
select.wc_payment_methods.payment_methods.methods.select {
    font-size: 15px;
}

/*Payment dropdown Icon*/
.woocommerce .woocommerce-checkout #order_review #payment .form-row .woo-gateway-icon {
    position: absolute;
    right: 28px;
    top: 57%;
    transform: translateY(-50%);
    height: 30px;
    pointer-events: none;
    display: none;
}
.woocommerce .woocommerce-checkout #order_review #payment .form-row .woo-gateway-icon.active {
    display: block;
}

/*Payment processor discription under payment dropdown*/
.woocommerce .woocommerce-checkout #order_review #payment .gateway-description-wrapper {
    margin: 8px 6px;
    font-size: 0.85em;
}
.woocommerce .woocommerce-checkout #order_review #payment .gateway-description-wrapper .woo-gateway-description {
    display: none;
}
.woocommerce .woocommerce-checkout #order_review #payment .gateway-description-wrapper .woo-gateway-description.active {
    display: block;
}
.woocommerce .woocommerce-checkout #order_review #payment .gateway-has-fields-wrapper .woo-gateway-has-fields {
    display: none;
}
.woocommerce .woocommerce-checkout #order_review #payment .gateway-has-fields-wrapper .woo-gateway-has-fields.active {
    display: block;
    padding-bottom: 15px;
}
.woocommerce .woocommerce-checkout #order_review #payment .form-row .select {
    outline:0 none;
}
.woocommerce .woocommerce-checkout .checkout-order-review-wrapper {
    padding: 0;
    background: #fff;
    margin: 20px 0;
}
.woocommerce .woocommerce-checkout #customer_details .billing-account-wrapper,
.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review {
    padding: 14px;
    border: 2px solid #404040;
    background: #fff8e8;
}

/*Review table wrapper*/
.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review > .review-table-wrapper {
    padding: 0 20px;
    border: 1px solid #404040;
    background: #fff;
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review th.product-total {
    display: none;
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review th.product-name {
    border-bottom: 0;
    padding-bottom: 0px;
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review .review-table-wrapper table {
    margin: 0
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review .review-table-wrapper table td:not(td.product-name) {
    text-align: right;
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review .review-table-wrapper table .product-total {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review th.product-name,
    .woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review td.product-name {
        padding-bottom: 5px;
    }

    .woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review  td.product-total {
        padding-top: 5px;
    }
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review .review-table-wrapper table tr.order-total th,
.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review .review-table-wrapper table tr.order-total td {
    border-bottom: 0px;
}


/*Payment method dropdown form styling*/
.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review #payment .payment_methods {
    padding: 0 0 0 20px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #404040;
    border-radius: 0;
    color: #000;
    font-weight: 900;
    background-position: calc(100% - 14px) 16px,calc(100% - 10px) 16px !important;
    transition: all 0.1s ease-in-out;
}
/*Dropdown Focus*/
.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review #payment .payment_methods:focus {
    border: 2px solid #404040;
}

.woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review #payment > .form-row {
    padding: 0;
    margin: 0;
}


/*Account/Password*/
.woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account .clear {
    display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-account-fields .create-account .form-row {
    width: 47%;
}
.woocommerce .woocommerce-checkout .woocommerce-account-fields #account_username_field {
    float: left;
}
.woocommerce .woocommerce-checkout .woocommerce-account-fields #account_password_field {
    float: right;
}


/*Billing fields height */
.woocommerce .woocommerce-checkout .billing-account-wrapper {
    min-height: 120px;
}
/*Remove margin under billing fields*/
.woocommerce .woocommerce-billing-fields {
    margin-bottom: 0rem !important;
}
/*Billing input fields */
.woocommerce .woocommerce-checkout #customer_details .billing-account-wrapper input {
    border: 1px solid #404040;
    background: #fff;
    color:#000000;
    font-weight: 600;
    padding-left: 10px;
    transition: all 0.1s ease-in-out;
}
/*Billing input fields - focus*/
.woocommerce .woocommerce-checkout #customer_details .billing-account-wrapper input:focus {
    border: 2px solid #404040;
}
/*'Returning Customer? Click here to login' Text*/
.woocommerce .woocommerce-checkout #customer_details .billing-account-wrapper .show-login-wrapper {
    margin: 0;
    padding-left: 6px;
    font-size: 0.85em;
}
.woocommerce .woocommerce-checkout #customer_details .billing-account-wrapper .woocommerce-billing-fields h2{
    display: none;
}
/*Billing fields - validation color of border (can be turned off when using billing labels below )*/
.form-row.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.woocommerce-invalid select {
    border-color:red !important;
}
/*Remove Email/Account/Password labels*/
.billing-account-wrapper .form-row label {
    display:none !important;
}

/*Form input placeholder text colors*/
input::-webkit-input-placeholder {
    color: #858585 !important; opacity: 1;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #858585 !important; opacity: 1;
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #858585 !important; opacity: 1;
}
input:-ms-input-placeholder {
    color: #858585 !important; opacity: 1;
}



/** Text under Button: 'Included in Membership' **/
.checkout-footer-info {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
/*Header*/
.checkout-footer-info .footer-heading {
    font-size: 25px;
    letter-spacing: 0.53em;
    font-weight: 900;
    text-align: center;
}
/*header bottom space*/
h2.ax-delta.ax-delta-2nd.footer-heading {
    margin-bottom: 15px;
    font-style: normal !important;
}
/*Text form*/
.checkout-footer-info .included-lists {
    width: 80%;
    text-align: center;
    margin: 0 0 45px;
    padding: 0;
    list-style: unset;
    line-height: 1.6;
}
.checkout-footer-info .included-lists li {
    display: inline-block;
    list-style: inherit;
    color: ;
    font-size: 1.7em;
    font-weight: 300;
    padding-right: 13px;
}
.checkout-footer-info .included-lists li a {}


    /** Text under Button: 'Included in Membership' - Max width 800px**/
    @media screen and (max-width: 800px) {
        /*Header*/
        .checkout-footer-info .footer-heading {
            font-size: 20px;
            letter-spacing: 0.4em;
            line-height: 20px;
        }
        /*Text form*/
        .checkout-footer-info .included-lists {
            width: 100%;
        }
    }

    /** Text under Button: 'Included in Membership' - Max width 645px**/
    @media screen and (max-width: 645px) {
        /*Header*/
        .checkout-footer-info .footer-heading {
            font-size: 15px;
            letter-spacing: 0.4em;
            line-height: 20px;
        }
        /*header bottom space*/
        h2.ax-delta.ax-delta-2nd.footer-heading {
            margin-bottom: 8px;
        }
        /*Text form li*/
        .checkout-footer-info .included-lists li {
            font-size: 14px;
        }
    }

    /** Text under Button: 'Included in Membership' - Max width 450px**/
    @media screen and (max-width: 450px) {
        /*Header*/
        .checkout-footer-info .footer-heading {
            font-size: 14px;
            letter-spacing: 0.26em;
            line-height: 20px;
        }
    }


    /*Other Responsive checkout 800px*/
    @media screen and (max-width: 800px) {
        .woocommerce .pc-hide {
            display: block;
        }
        .woocommerce .sp-hide {
            display: none;
        }
        .woocommerce-checkout #customer_details .mobile-choose-plan {
            margin-top: 20px;
        }
        .woocommerce-checkout #customer_details {
            display: flex;
            flex-direction: column-reverse;
        }
        .woocommerce .woocommerce-checkout #customer_details .col-1 {
            width: 100% !important;
        }
    }


    /*Responsive: payment Method --> order review wrapper*/
    @media screen and (max-width: 767px) {
        .woocommerce .woocommerce-checkout .checkout-order-review-wrapper #order_review .review-table-wrapper table {
            margin: 10px 0;
        }
    }

    /*Responsive: payment processor discription under payment dropdown*/
    @media screen and (max-width: 450px) {
        .woocommerce .woocommerce-checkout #order_review #payment .gateway-description-wrapper {
            margin: 8px 6px;
            font-size: 0.72em;
        }
    }




    /*Extra*/


    /*Removes woocoomerce checkout errors*/
    div.ax-message.ax-message-success.woocommerce-message {
        display: none;
    }

    /*Checkout page additional fields title removed*/
    .woocommerce-checkout .woocommerce-additional-fields {
        display: none !important;
    }

    /*Checkout page remove subtotal*/
    .woocommerce-checkout .cart-subtotal {
        display: none !important;
    }

    /*Disable Product Quantitiy on checkout page*/
    .woocommerce-checkout .product-quantity {
        display: none
    }



    /*Hide recurring total desktop*/
    .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.recurring-totals {
        display:none;
    }

    /*Hide recurring total on mobile*/
    .woocommerce-checkout .order-total.recurring-total {
        display: none !important;
    }


    /*Margin under checkout form (above button)*/
    .woocommerce-page .col2-set {
        margin-bottom: 0px;
    }

    /*Hide coupon recurring total*/
    .woocommerce-checkout .cart-discount.recurring-total {
        display:none;
    }
