/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
:root {
    --wpfunnel-primary: #ff7710;
    --wpfunnel-primary-rgb: 255, 119, 16;
    --wpfunnel-global-color: #556776;
    --wpfunnel-white-color: #ffffff;
    --wpfunnel-title-color: #1d2327;
    --wpfunnel-border-color: #e4e4e4;
    --wpfunnel-font-family: 'Inter', sans-serif;
}
body .wpfunnel-checkout-wrappper * {
    outline: 0 !important;

}

body .wpfunnel-btn {
    display: inline-flex;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    color: var(--wpfunnel-white-color) !important;
    background: var(--wpfunnel-primary) !important;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    text-align: center;
    min-height: 50px;
    text-decoration: none;
    min-width: 140px;
    font-weight: 600;
    font-size: 15px;
    outline: 0 !important;
}
body .wpfunnel-btn:hover {
    background: var(--wpfunnel-primary) !important;
    color: var(--wpfunnel-white-color) !important;
}
body .wpfunnel-btn,
body .wpfunnel-btn:hover {
    transition: all .3s;
}
 .wpfunnel-checkout-wrappper h3, #wpfunnel_order_review_heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--wpfunnel-title-color);
}
.wpfunnel-checkout-wrappper label {
    font-size: 15px;
    font-weight: 400;
    color: var(--wpfunnel-global-color);
}
body .wpfunnel-checkout-wrappper input,
body .wpfunnel-checkout-wrappper select,
body .wpfunnel-checkout-wrappper textarea {
    width: 100%;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid var(--wpfunnel-border-color);
    min-height: 50px;
    font-size: 14px;
}
body .wpfunnel-checkout-wrappper input:focus,
body .wpfunnel-checkout-wrappper select:focus,
body .wpfunnel-checkout-wrappper textarea:focus {
    border-color: var(--wpfunnel-primary);
}
.wpfunnel-checkout-wrappper textarea {
    padding: 20px 20px;
    min-height: 400px;
    resize: vertical;
}
body .wpfunnel-checkout-wrappper .form-row textarea {
    min-height: 200px;
    padding: 20px 20px;
}
body .wpfunnel-checkout-wrappper input[type="radio"] {
    margin: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.wpfunnel-checkout-cl1 {}
.wpfunnel-checkout-cl2 {}
.wpfunnel-checkout-wrappper .woocommerce .col-1,
.wpfunnel-checkout-wrappper .woocommerce .col-2 {
    width: 100%;
}
/* body .wpfunnel-checkout-wrappper .wc-block-components-notice-banner {
    margin: 0 0 30px;
}
body .wpfunnel-checkout-wrappper .wc-block-components-notice-banner.is-info>svg {
    background: #1c63d1;
}
body .wpfunnel-checkout-wrappper .wc-block-components-notice-banner.is-info {
    background-color: #ebf3ff;
    border-color: #a3c7ff;
} */
/* .wc-block-components-notice-banner.is-info .showcoupon {
    color: var(--wpfunnel-primary);
    font-weight: 600;
} */

body .wpfunnel-checkout-wrappper .form-row {
    margin: 0 0 20px;
}

.wpfunnel-checkout-wrappper .woocommerce-additional-fields {
    margin: 20px 0 40px;
}
.wpfunnel-checkout-wrappper .woocommerce-additional-fields h3 {
    margin: 0 0 5px;
}
.wpfunnel-checkout-wrappper div.woocommerce-checkout-review-order table {
    border: 0;
    margin: 0 0 40px;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
}
.wpfunnel-checkout-wrappper div.woocommerce-checkout-review-order table th, .wpfunnel-checkout-wrappper div.woocommerce-checkout-review-order table td {
    border: 0;
    padding: 15px 20px;
}
.wpfunnel-checkout-wrappper  table thead:first-child tr:first-child th {
    border-block-start: none;
}

body .wpfunnel-checkout-wrappper .woocommerce-checkout #payment {
    background: rgba(var(--wpfunnel-primary-rgb),.06);
    border: 1px solid rgba(var(--wpfunnel-primary-rgb),.15);
}
body .wpfunnel-checkout-wrappper .woocommerce-checkout #payment .wc_payment_methods {
    border-color: rgba(var(--wpfunnel-primary-rgb),.15);
}
body .wpfunnel-checkout-wrappper #add_payment_method #payment div.payment_box::before,
body .wpfunnel-checkout-wrappper .woocommerce-cart #payment div.payment_box::before,
body .wpfunnel-checkout-wrappper .woocommerce-checkout #payment div.payment_box::before {
    border-bottom: 1em solid rgba(var(--wpfunnel-primary-rgb),.08);
}
body .wpfunnel-checkout-wrappper #add_payment_method #payment div.payment_box,
body .wpfunnel-checkout-wrappper .woocommerce-cart #payment div.payment_box,
body .wpfunnel-checkout-wrappper .woocommerce-checkout #payment div.payment_box {
    background-color: rgba(var(--wpfunnel-primary-rgb),.08);
    color: var(--wpfunnel-global-color);
}
body .wpfunnel-checkout-wrappper .woocommerce-checkout .woocommerce-privacy-policy-link {
    color: var(--wpfunnel-primary);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: var(--wpfunnel-primary);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wpfunnel-checkout-wrappper .woocommerce-checkout input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: var(--wpfunnel-primary);
}

/**/
.wpfunnel-checkout-columns + h3#order_review_heading {
    display: none;
}
/* Check out page styles */
.wpfunnel_order_review {
    padding: 0;
    margin: 0 0 10px;
    display: grid;
    grid-gap: 15px;
}
.wpfunnel_order_review .wpfunnel-cart-form__cart-item {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 240px 80px 100px;
    grid-gap: 20px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
    justify-content: space-between;
}
body .wpfunnel-checkout-wrappper 
 .select2-selection {
    height: auto;
    min-height: 50px;
    border-radius: 6px;
    border: 1px solid var(--wpfunnel-border-color);
}
body .wpfunnel-checkout-wrappper .select2-selection >span {
    height: 50px;
    line-height: 50px !important;
    padding: 0px 20px;
    border-radius: 5px;
    padding-left: 20px !important;
    min-height: 50px;
    font-size: 14px;
}

/* Coupan Code */
.wpfunnel-checkout-wrappper .woocommerce-form-coupon-toggle .woocommerce-info {
    border-radius: 10px;
    background: rgba(var(--wpfunnel-primary-rgb),.06);
    border: 1px solid rgba(var(--wpfunnel-primary-rgb),.15);
    margin: 0 0 30px;
}
.wpfunnel-checkout-wrappper .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    color: var(--wpfunnel-primary);
}
.wpfunnel-checkout-wrappper .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: var(--wpfunnel-primary);
}
body .wpfunnel-checkout-wrappper .woocommerce-form-coupon {
    border-radius: 10px;
    background: rgba(var(--wpfunnel-primary-rgb),.06);
    border: 1px solid rgba(var(--wpfunnel-primary-rgb),.15);
    margin: 0 0 30px;
}
.checkout-order-summery {
    margin: 0 0 40px;
    display: grid;
    grid-gap: 5px;
    background: #f5f5f5;
    padding: 20px 20px;
    border-radius: 10px;
}
.coupon-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.checkout-order-summery > div {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: space-between;
}
.wpfunnel-checkout-wrappper .woocommerce>.checkout_coupon {
    display: none !important;
}
.coupon-wrap input {
    width: calc(100% - 140px) !important;
    border-radius: 5px 0 0 5px !important;
    border-right: 0;
    outline: 0;
}
.coupon-wrap .wpfunnel-btn {
    border-radius: 0px 5px 5px 0 !important;
    color: var(--wpfunnel-white-color) !important;
    background: var(--wpfunnel-primary) !important;
}
.wpfunnel_order_review .wpfunnel-cart-form__cart-item a {
    color: var(--wpfunnel-primary);
    font-weight: 500;
}
.wpfunnel-checkout-cl2 .wpfunnel-checkout-columns {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    grid-gap: 20px;
}
.wpfunnel-checkout-cl2 .wpfunnel-checkout-columns > div {
    width: calc(50% - 10px);
}
.wpfunnel_order_review .wpfunnel-cart-form__cart-item .woocommerce-Price-amount {
    text-align: right;
}
.checkout-order-summery > div bdi {
    color: green;
    font-weight: 600;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style3 input, .wpfunnel-checkout-wrappper.wpfunnel-checkout-style3 select {
    border-radius: 30px;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style3 textarea {
    border-radius: 20px;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style4 input, .wpfunnel-checkout-wrappper.wpfunnel-checkout-style4 select, .wpfunnel-checkout-wrappper.wpfunnel-checkout-style4 textarea {
    border-radius: 0px;
    background: #f7f7f7;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style4 .wpfunnel-checkout-columns .col2-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.wpfunnel-checkout-wrappper input[type=radio] ~ label {
    cursor: pointer;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5.wpfunnel-checkout-cl1 .form-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    grid-gap: 0px 20px;
    width: 100%;
    text-align: left;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5.wpfunnel-checkout-cl1 .form-row#billing_address_2_field {
    display: flex;
    padding-left: 220px;
    grid-gap: 0;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5.wpfunnel-checkout-cl1 .form-row:before {
    display: none;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5.wpfunnel-checkout-cl1 .form-row#billing_address_2_field .woocommerce-input-wrapper {
    width: 100%;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5.wpfunnel-checkout-cl1 .form-row#order_comments_field {
    align-items: flex-start;
}

.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5 .checkout-order-summery {
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style5 div#payment .form-row {
    display: flex;
    flex-wrap: wrap;
}
/**/
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 {
    background: #f3f3f3;
    padding: 30px 30px;
    border-radius: 10px;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .woocommerce-form-coupon-toggle .woocommerce-info {
    background: #fff;
    border: 0;
    margin: 0 0 20px;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .checkout_coupon.woocommerce-form-coupon {
    border: 0;
    background: #fff;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 h3,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 #wpfunnel_order_review_heading {
    display: inline-block;
    background: #4b6584;
    color: #fff;
    padding: 12px 30px 12px 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 0 40px 40px 0;
    margin: 0 0 20px -30px;
    min-width: 300px;
    text-align: center;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 input,
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 select, 
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 textarea {
    border: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6.wpfunnel-checkout-cl2  .wpfunnel-checkout-columns {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6.wpfunnel-checkout-cl2  .wpfunnel-checkout-columns >div {
    width: calc(50% - 10px)
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6.wpfunnel-checkout-cl2 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 h2#wpfunnel_order_review_heading {
    margin-left: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6  .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 {
    background: #4b6584;
    padding: 40px 30px;
    border-radius: 20px;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 h2#wpfunnel_order_review_heading {
    text-align: left;
    padding: 0;
    margin-left: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 .checkout-order-list.wpfunnel_order_review {
    grid-gap: 0;
    margin: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 .checkout-order-list.wpfunnel_order_review li {
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2  .checkout-order-summery {
    color: #fff;
    margin: 15px 00 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 .checkout-order-summery bdi {
    color: #fff;
    font-weight: 700;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 
 div#wpfunnel_order_review {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2  div#payment {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 div#payment >* {
    padding: 0;
    border: 0;
    margin: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style6 .wpfunnel-checkout-columns >div.wpfunnel-checkout-column-2 div#payment >* label {
    color: #fff;
    font-weight: 500;
}
body .wpfunnel-btn {
    outline: 0 !important;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style8 input,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style8 select,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style8 textarea {
    border-color: #eaebf7;
    background: #fcfcfd;
    border-radius: 15px;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style8 label {
    color: #8483a9;
    font-weight: 500;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style8  textarea {
    min-height: 100px;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style8 .col2-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style8 .col2-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
/**/
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style10 input,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style10 select,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style10 textarea {
    border-width: 0 0 1px 0;
    padding: 0 0 !important;
}

/*2*/
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row input,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row select, 
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row textarea,
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row .select2-selection  {
    box-shadow: 3px 3px 0 #e9e5e5 !important;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row input:focus,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row select:focus, 
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row textarea:focus,
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style2 .form-row .select2-selection:focus {
    box-shadow: 3px 3px 0 rgba(var(--wpfunnel-primary-rgb), .25) !important;
}
/*1*/
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row label {
    position: relative;
    margin: 0 0 -15px 8px;
    display: inline-block;
    background: #fff;
	z-index: 1;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row input,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row select, 
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row textarea,
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row .select2-selection  {

}
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row input:focus,
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row select:focus, 
.wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row textarea:focus,
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style1 .form-row .select2-selection:focus {

}
.wpfunnel-checkout-wrappper .form-row label{
    
}
/**/
.wpfunnel-product-thumb-title {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.wpfunnel-product-thumb-title img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.wpfunnel-product-thumb {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wpfunnel-border-color);
    background: #fff;
    border-radius: 5px;
}
.wpfunnel-product-ckwrap {
    overflow: auto;
    width: 100%;
}
.wpfunnel-product-ckwrap::-webkit-scrollbar {
    height: 5px;
    background: var(--wpfunnel-title-color);
}

@media only screen and  (max-width: 991px) {
    .wpfunnel-checkout-cl2 .wpfunnel-checkout-columns > div {
        width: 100%;
    }
}
/* Thank You page  */
/* Styles One  */


.wpfunnel-thankyou-order-info {
    list-style: none;
    margin: 0 0 20px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(var(--wpfunnel-primary-rgb),.06);
    border: 1px solid rgba(var(--wpfunnel-primary-rgb),.15);
}
.wpfunnel-thankyou-order-info li {
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between;
    margin: 0;
}
.wpfunnel-order-products th, .wpfunnel-order-products td {
    text-align: left;
}

body .wpfunnel-thankyou-body table tbody>tr:nth-child(odd)>td,
body .wpfunnel-thankyou-body table tbody>tr:nth-child(odd)>th,
body .wpfunnel-thankyou-body table tbody>tr:nth-child(even)>td,
body .wpfunnel-thankyou-body table tbody>tr:nth-child(even)>th,
body .wpfunnel-thankyou-body table tfoot>tr:nth-child(even)>td,
body .wpfunnel-thankyou-body table tfoot>tr:nth-child(odd)>th,
body .wpfunnel-thankyou-body table tfoot>tr >th{
    background-color: transparent;
    padding: 5px 20px;
    border: 0;
}
.wpfunnel-order-products tfoot tr th, .wpfunnel-order-products tr th {
    font-size: 16px;
}
.wpfunnel-thankyou-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 30px;
    justify-content: space-between;
    margin: 20px 0 0;
    padding: 20px 20px;
    border-radius: 10px;
    background: rgba(var(--wpfunnel-primary-rgb), .06);
    border: 1px solid rgba(var(--wpfunnel-primary-rgb), .15);
}
.wpfunnel-thankyou-footer h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
}
.wpfunnel-thankyou-footer p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.billing-details {
    text-transform: capitalize;
}
.wpfunnel-order-details {
    border-bottom: 1px solid var(--wpfunnel-border-color);
    padding: 0 0 20px;
}
.wpfunnel-order-details h4 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: space-between;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
}
.wpfunnel-order-details h4 span {
    color: var(--wpfunnel-primary);
}
.wpfunnel-thankyou-body .wpfunnel-table-responsive {
    padding: 10px 0px;
    border-radius: 10px;
    background: rgba(var(--wpfunnel-primary-rgb), .06);
    border: 1px solid rgba(var(--wpfunnel-primary-rgb), .15);
}
.wpfunnel-thankyou-body .wpfunnel-table-responsive table.wpfunnel-order-products th, .wpfunnel-thankyou-body .wpfunnel-table-responsive table.wpfunnel-order-products td {
    background: transparent;
}
/* Style 2*/
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style2 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style2 li strong {
    font-size: 15px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style2 .wpfunnel-thankyou-footer {
    padding: 20px 0px;
    border: 0;
    background: transparent;
    /* border-top: 1px solid var(--wpfunnel-border-color); */
    border-radius: 0;
    /* padding-top: 20px; */
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style2 .wpfunnel-table-responsive {
    padding: 0;
    background: transparent;
    border: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style2 .wpfunnel-table-responsive th, .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style2 .wpfunnel-table-responsive td {
    border-bottom: 1px solid var(--wpfunnel-border-color);
    padding: 15px 0;
}
/* Style 3*/ 
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style3 {
    
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style3 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style3 .wpfunnel-thankyou-order-info {
    margin-bottom: 3px;
    border-radius: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style3 .wpfunnel-thankyou-body .wpfunnel-table-responsive {
    border-radius: 0;
    padding: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style3 .wpfunnel-thankyou-footer {
    border-radius: 0;
    margin-top: 3px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style3 .wpfunnel-order-products th span bdi {
    color: var(--wpfunnel-primary);
}
/* Thank you style 4 */
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style4 {}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style4 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style4 .wpfunnel-thankyou-order-info,
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style4 .wpfunnel-thankyou-footer  {
    background: transparent;
    border: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style4 .wpfunnel-thankyou-body .wpfunnel-table-responsive {
    background: #f5f5f5;
    border: 1px solid var(--wpfunnel-border-color);
}
/* Thank you style 5 */
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-container .wpfunnel-thankyou-head {
    width: 100%;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-container .wpfunnel-thankyou-order-info {
    margin: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-body,
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-footer {
    width: calc(50% - 10px);
    margin: 0;
}

@media only screen and  (max-width: 767px){
    .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-body,
    .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style5 .wpfunnel-thankyou-footer {
        width: calc(100% - 0px);
    }
}
/* Thank you style 6 */
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    flex-direction: row-reverse;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-container .wpfunnel-thankyou-head {
    width: 100%;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-container .wpfunnel-thankyou-order-info {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-body,
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-footer {
    width: calc(50% - 10px);
    margin: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6  .wpfunnel-thankyou-body .wpfunnel-table-responsive {
    background: var(--wpfunnel-primary);
    color: #fff;
}
@media only screen and  (max-width: 767px){
    .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-body,
    .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style6 .wpfunnel-thankyou-footer {
        width: calc(100% - 0px);
    }
}

/* Thank you style 7 */
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 .wpfunnel-thankyou-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    flex-direction: column-reverse;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 .wpfunnel-thankyou-container .wpfunnel-thankyou-head {
    width: 100%;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 .wpfunnel-thankyou-container .wpfunnel-thankyou-order-info {
    margin: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 .wpfunnel-thankyou-body,
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 .wpfunnel-thankyou-footer {
    width: calc(100% - 00px);
    margin: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style7 .wpfunnel-thankyou-footer {
    display: none;
}
/* Thank you style 8 */
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-container .wpfunnel-thankyou-head {
    width: 100%;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-container .wpfunnel-thankyou-order-info {
    margin: 0;
    background: transparent;
    border: 0;
    padding: 0 0 20px;
    border-radius: 0;
    border-bottom: 1px solid var(--wpfunnel-border-color);
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body,
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-footer {
    width: calc(100% - 00px);
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8  .wpfunnel-thankyou-body .wpfunnel-table-responsive {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-order-products tbody tr:first-child th {
    color: var(--wpfunnel-primary);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tbody>tr:nth-child(odd)>td, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tbody>tr:nth-child(odd)>th, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tbody>tr:nth-child(even)>td, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tbody>tr:nth-child(even)>th, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tfoot>tr:nth-child(even)>td, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tfoot>tr:nth-child(odd)>th, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body table tfoot>tr >th {
    padding: 5px 0;
}
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-footer {
    padding: 0;
}
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-footer >div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    background: #f5f5f5;
    padding: 20px 20px;
    border-radius: 5px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style8 .wpfunnel-thankyou-body tfoot tr:last-child th:last-child {
    font-size: 24px;
    font-weight: 900;
}
/* Thank you style 9 */
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
    width: calc(50% - 5px);
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-container .wpfunnel-thankyou-head {
    width: 100%;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-container .wpfunnel-thankyou-order-info {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body,
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-footer {
    width: calc(100% - 00px);
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-order-products tbody tr:first-child th {
    font-size: 16px;
    font-weight: 700;
}
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tbody>tr:nth-child(odd)>td, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tbody>tr:nth-child(odd)>th, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tbody>tr:nth-child(even)>td, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tbody>tr:nth-child(even)>th, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tfoot>tr:nth-child(even)>td, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tfoot>tr:nth-child(odd)>th, 
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body table tfoot>tr >th {
    padding: 5px 0;
}
body .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-footer {
    display: none;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body tfoot tr:last-child th:last-child {
    font-size: 24px;
    font-weight: 900;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style9 .wpfunnel-thankyou-body .wpfunnel-table-responsive {
    padding: 20px 30px;
}
/* Style 10*/
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-thankyou-order-info {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 li {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0px;
    font-size: 14px;
    width: 100%;
    border: 1px solid var(--wpfunnel-border-color);
    word-break: break-word;
    justify-content: flex-start;
    padding: 20px 20px;
    border-radius: 10px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-thankyou-footer {
   display: none;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-table-responsive {
    padding: 0;
    background: transparent;
    border: 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-table-responsive th, .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-table-responsive td {
    border-bottom: 1px solid var(--wpfunnel-border-color);
    padding: 15px 0;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-thankyou-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10  .wpfunnel-thankyou-body {
    width: calc(100% - 270px);
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-thankyou-container .wpfunnel-thankyou-head {
    width: 250px;
}
.wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-table-responsive tr:last-child th,
 .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10 .wpfunnel-table-responsive tr:last-child td {
    border: 0;
}
@media only screen and  (max-width: 576px){
    .wpfunnel-thankyou-wrapper.wpfunnel-thankyou-style10  .wpfunnel-thankyou-body {
        width: calc(100% - 0);
    }
}


.wpfunnel-bump-product {
    margin: 0 0 10px;
    position: relative;
    border: 1px dashed rgb(198 198 190);
    background-color: #fff;
    color: var(--wpfunnel-global-color);
    border-radius: 10px;
    padding: 10px;
}
.wpfunnel-bump-prod-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
    background: #fffc6b;
    border-radius: 5px;
    padding: 6px 20px;
    margin: 0 00 10px;
    font-weight: 500;
    color: #000;
}
.wpfunnel-bump-product-price span {
    color: #2b9901;
    font-weight: 900;
}
.wpfunnel-bump-product-icon {
    display: flex;
    grid-gap: 15px;
    align-items: center;
}
.wpfunnel-bump-product-icon img {
    height: 20px;
    width: 20px;
}
.bump-product-info {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    align-items: center;
}
.wpfunnel-bump-product-icon input#add-bump-product {
    padding: 0;
    min-height: auto;
}
body .bump-product-info img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    padding: 10px;
}
.bump-product-desc h3 {
    margin: 0 0 5px;
}
.wpfunnel-bump-product-price {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
    grid-gap: 10px;
}
/* Notice */
.wpfunnel_notice_wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 6px;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding: 10px;
    max-width: 400px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99;
}
.wpfunnel_notice_wrapper .wpfunnel_img {}
.wpfunnel_notice_wrapper .wpfunnel_img img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    background: #f5f5f5;
    border-radius: 5px;
}
.wpfunnel_notice_wrapper .wpfunnel_content {
    width: calc(100% - 100px);
    padding: 0 5px 0;
    word-break: break-word;
}
.wpfunnel_notice_wrapper .wpfunnel_content h2 {
    margin: 0 00 4px;
    font-size: 18px;
    font-weight: 700;
}
.wpfunnel_notice_wrapper .wpfunnel_content p {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}
.wpfunnel_notice_wrapper.bottom-right {
    left: auto;
    right: 10px;
}
/* Coupon code  */
.wpfunnel-coupon-wrapper {
    max-width: 380px;
    margin: auto;
    background: #fff5ee;
    text-align: center;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #fae6d9;
}
.wpfunnel-expiry-date {
    color: #d7392e;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 0;
}
.wpfunnel-code-btn button {
    width: 100%;
    background: var(--wpfunnel-primary);
    color: var(--wpfunnel-white-color);
    border: 1px solid var(--wpfunnel-primary);
}
.wpfunnel-code-btn button:hover {
    background: var(--wpfunnel-primary);
    color: var(--wpfunnel-white-color);
    border: 1px solid var(--wpfunnel-primary);
}
.wpfunnel-coupon-code {
    background: #fff;
    border: 1px dashed #c3c3c3;
    margin: 0 0 6px;
    padding: 8px 10px;
}
.wpfunnel-coupon-title {
    font-size: 18px;
    margin: 0 0 6px;
    font-weight: 500;
}
.wpfunnel-upsale-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 999;
    background: #fff;
    display: none;
}
/*  */
.d-none {
    display: none !important;
}
.wpfunnel-optin-form label {
    margin: 0 0 5px;
    font-size: 15px;
}
.wpfunnel-newsletter-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 0px;
}
.wpfunnel-newsletter-box .wpfunnel-optin-email {
    width: calc(100% - 140px);
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--wpfunnel-border-color);
    box-shadow: none !important;
    outline: 0 !important;
}
.wpfunnel-newsletter-box .wpfunnel-optin-email:focus {
    border-color: var(--wpfunnel-primary);
}
.wpfunnel-newsletter-box 
 button.wpfunnel-optin-submit {
    min-width: 140px;
    width: auto;
    text-align: center;
    background: var(--wpfunnel-primary);
    color: var(--wpfunnel-white-color);
    border: 1px solid var(--wpfunnel-primary);
    border-radius: 0 5px 5px 0;
}
.wpfunnel-newsletter-tilte {
    margin: 0 0 20px;
}
.wpfunnel-newsletter-tilte h1 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
}
.wpfunnel-newsletter-tilte p {
    margin: 0;
    font-size: 14px;
}
.wpfunnel-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
}
.wpfunnel-close-notice {
    position: absolute;
    right: -6px;
    top: -6px;
    background: #ff3312;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 3px solid #ffe4e0;
    cursor: pointer;
    color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 0 1px 4px 0;
    font-weight: 700;
}
/**/
.wpfunnel_notice_wrapper.bottom-left {
    left: -100%;
}
.wpfunnel_notice_wrapper.bottom-left.notice-active {
    left: 10px;
}
.wpfunnel_notice_wrapper.bottom-right.notice-active,
.wpfunnel_notice_wrapper.bottom-right,
.wpfunnel_notice_wrapper.bottom-left, 
.wpfunnel_notice_wrapper.bottom-left.notice-active { 
    transition: all 2s;
}
.wpfunnel_notice_wrapper.bottom-right {
    right: -100%;
}
.wpfunnel_notice_wrapper.bottom-right.notice-active {
    right: 10px;
}

/* Front Suscription Alert  */
/* Alert */
.wpfunnel-alert-wrapper {
    position: fixed;
    top: 40px;
    right: 20px;
    height: 50px;
    z-index: 9999999999;
}
.wpfunnel-alert-wrapper p {
    padding: 0px 30px;
    background: #dc3232;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 0.2);
    transition: 0.5s;
}
.wpfunnel-alert-wrapper p.wpfunnel-success {
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 0px -5px 0px #8bc34a;
}
.wpfunnel-alert-wrapper p {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1);
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0;
    color: #9ca2ab;
    font-size: 16px;
    position: relative;
    padding-left: 80px;
    -webkit-animation: alertanim 0.3s;
    -moz-animation: alertanim 0.3s;
    animation: alertanim 0.3s;
}
.wpfunnel-alert-wrapper p {
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 0px -5px 0px #fe5c31;
}
.wpfunnel-alert-wrapper p::before {
    content: "Yeay!";
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #0e141b;
}
.wpfunnel-alert-wrapper p::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.wpfunnel-alert-wrapper p::before {
    content: "Duhh!";
}
.wpfunnel-alert-wrapper p.wpfunnel-success::before {
    content: "Yeay!";
}
.wpfunnel-alert-wrapper p::after {
    background-image: url(../images/sad.png);
}
.wpfunnel-alert-wrapper .wpfunnel-success::after {
    background-image: url(../images/happy.png);
}
.wpfunnel-alert-wrapper .wpfunnel-success {
    box-shadow: 0px 0px 30px 0px rgba(18, 224, 215, 0.1), inset 0px -5px 0px #54cc7c;
}
/* Corrections */
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 20px;
	display: block;
}
body .wpfunnel-checkout-wrappper .woocommerce-checkout #payment .wc_payment_methods {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}
.bump-product-desc p {
    margin: 0;
}
body .wpfunnel-checkout-wrappper.wpfunnel-checkout-style3 .select2-selection {
    border-radius: 50px;
}
.wpfunnel-optin-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}





@media only screen and  (max-width: 575px) {
    .wpfunnel-newsletter-box .wpfunnel-optin-email {
        width: 100%;
        border-radius: 5px;
        margin: 0 0 10px;
    }
    .wpfunnel-newsletter-box button.wpfunnel-optin-submit {
        border-radius: 5px;
    }
}