/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html{
	scroll-behavior: auto !important;
}

.gform_required_legend,
.gfield_choice_limit_message,
.woocommerce-message,
.rnwl-price-txt{
    display: none !important;
}

.woocommerce-terms-and-conditions-checkbox-text>a{
	text-decoration: underline;
}

#coupon_code{
	background-color: #ddd !important;
}

.header-menu .e--pointer-underline .elementor-item::after{
    max-width: 15px !important;
}

.elementor-location-header>div{
    transition: all 0.3s ease-in-out;
}

.fixedTop.elementor-location-header>div{
    background-color: #19191b69 !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-top: -32px;
}

.fixedTop.elementor-location-header > div.inner-header{
    background-color: #ffffff87 !important;
}

.fixedTop.elementor-location-header > div.inner-header>div{
    padding-bottom: 15px !important;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.float-arrow{
	animation: float 2s ease-in-out infinite;
}

.ico-shadow .elementor-icon{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-style input:not([type="submit"]),
.form-style textarea{
    min-height: 45px !important;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px !important;
    font-weight: 400;
    padding-left: 18px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.form-style input:focus-visible{
    outline: none !important;
}

.form-style textarea{
    padding-top: 25px !important;
    min-height: 130px;
}
.form-style textarea:focus-visible{
    outline: none !important;
}
.form-style input:not([type="submit"])::placeholder,
.form-style textarea::placeholder{
    color: #fff !important;
    opacity: 1 !important;
}

.form-style form input[type="submit"]{
    font-size: 20px !important;
    line-height: 20px !important;
    color: #E05A00;
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    padding: 19px !important;
}

.form-style form input[type="submit"]:hover{
    background-color: #E05A00;
    color: #fff;
}

.form-style.subcr .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 0 !important;
}

.form-style.subcr form input:not([type="submit"]){
    min-height: 61px !important;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.53);
    border-radius: 0;
    font-size: 15px !important;
    color: #fff !important;
    padding-left: 27px;
}
.form-style.subcr form input:not([type="submit"]):focus{
    outline: none;
}

.form-style.subcr form input:not([type="submit"])::placeholder{
    opacity: 0.7 !important;
}

.form-style.subcr form input[type="submit"]{
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.53);
    border-radius: 0;
    background-color: transparent !important;
    padding: 10px 27px !important;
    min-height: 61px !important;
}

.form-style.subcr form input[type="submit"]:hover{
    background-color: #fff !important;
    color: #54575c;
}

.form-style .gform-footer,
.form-style.subcr .gform-footer{
    padding: 0 !important;
    margin: 0 !important;
/*margin-top: 20px !important;*/
}

.form-style.subcr .gfield_validation_message{
    display: none;
}

.form-style textarea{
    min-height: 130px !important;
}

.pagi-style .page-numbers{
    width: 54px;
    height: 54px;
    border: 1.75px solid #F1F1F1;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagi-style .page-numbers.current{
    background-color: #000000;
    border-color: #000000;
}

/*.form-style.subcr.alt form input:not([type="submit"]){
    border-right: none !important;
}*/

.form-style.subcr.alt form input[type="submit"]{
    border-color: #E05A00;
    background-color: #E05A00 !important;
	border-radius: 16px;
}

.form-style.subcr.alt form input[type="submit"]:hover{
   color: #E05A00 !important;
   background-color: #fff !important;
}

/* -----------rotate text css------------ */
.cursorFollower {
    border-radius: 50%;
    border: 1px solid #fff;
    transition: transform 0.3s;
    z-index: 999;
    pointer-events: none;
    width: 153px;
    height: 153px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rottext {
    position: absolute;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400 !important;
    color: #fff !important;
    animation: textRotation 8s linear infinite;
  }
  
  @keyframes textRotation {
    to {
      transform: rotate(360deg);
    }
  }
  
  .rottext span {
    position: absolute;
    left: 50%;
    font-size: 14px;
    font-weight: 400 !important;
    transform-origin: 0 75px;
    color: #fff !important;
  }
/* -----------rotate text css------------ */

.faq-style.elementor-widget-n-accordion .e-n-accordion-item{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.07);
}

.faq-style.elementor-widget-n-accordion .e-n-accordion-item:not([open]){
    border-radius: 6px;
}

.dtls-price-style p>span{
    font-size: 36px;
    line-height: 46px;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.membership-single .gform_body{
    padding: 73px;
    border-radius: 31px; 
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
}

.membership-single .gform_wrapper.gravity-theme .gfield_label{
    font-size: 18px;
    font-weight: 300 !important;
    font-family: "Poppins" !important;
}

.membership-single .gform-field-label--type-sub{
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: "Poppins" !important;
}

.membership-single .gchoice{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
}

.subscription-choices .gfield_radio{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.subscription-choices .gchoice{
    margin-bottom: 20px;
    width: 100%;
}

.gform_wrapper.gravity-theme .subscription-choices .gfield-choice-input + label{
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 3px solid #E05A00;
    border-radius: 23px;
    filter: drop-shadow(0px 16.9133px 16.9133px rgba(0, 0, 0, 0.1));
    max-width: none;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .subscription-choices .gfield-choice-input:checked + label>img{
    outline: 3px solid #E05A00;
}

.gform_wrapper.gravity-theme .subscription-choices .gfield-choice-input:checked + label{
    color: #E05A00;
}

.gform_wrapper.gravity-theme .subscription-choices .gfield-choice-input + label>img{
    max-width: 400px;
    border-radius: 15px;
}

.gform_wrapper.gravity-theme .gfield-choice-input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.membership-single .gfield--input-type-html{
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.membership-single .gform_wrapper.gravity-theme .gfield:not(.subscription-choices) .gfield-choice-input+label{
    position: relative;
    padding-left: 35px;
}

.membership-single .gform_wrapper.gravity-theme .gfield:not(.subscription-choices) .gfield-choice-input+label::before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #E05A00;
    position: absolute;
    top: -5px;
    left: 0;
}

.membership-single .gform_wrapper.gravity-theme .gfield:not(.subscription-choices) .gfield-choice-input:checked+label::after{
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #E05A00;
    position: absolute;
    top: -1px;
    left: 4px;
}

.membership-single .gform_page_footer{
    text-align: right;
    padding-bottom: 0 !important;
}

.elementor-kit-6 .membership-single input[type="button"],
.elementor-kit-6 .membership-single input[type="submit"]{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px 80px;
}

.elementor-kit-6 .membership-single input[type="submit"]{
    margin-bottom: 0 !important;
}

.elementor-kit-6 .membership-single input:has([type="button"], [type="submit"]){
    padding: 12px 20px !important;
    transform: translateY(4px);
}

.membership-single .gform_wrapper.gravity-theme .gfield input:not([type="radio"], [type="checkbox"], [type="submit"]),
.membership-single .gform_wrapper.gravity-theme .gfield textarea{
    border-radius: 8px;
    min-height: 50px;
    border-color: #54575C !important;
}

.membership-single .gform_wrapper.gravity-theme .gfield input:not([type="radio"], [type="checkbox"], [type="submit"])::placeholder{
    color: #C0CADA !important;
}

#gf_coupon_button{
    transform: translateY(4px);
}

.price-tag p{
    line-height: 1 !important;
}

.price-tag p>span{
    font-size: 16px !important;
    font-weight: 600 !important;
}

.subcr-box{
    height: 235px !important;
}

.custom-btn{
    width: 100%;
    font-size: 16px !important;
    padding: 15px 10px !important;
    line-height: 18px !important;
    background-color: #fff !important;
    color: #DF5A00 !important;
}

.custom-btn:hover{
    background-color: #DF5A00 !important;
    color: #fff !important;
}

.dtls-price-style .price::after{
    content: "/couple";
    font-size: 18px;
    font-weight: 400;
}

.checkout-style .woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 20px;
    width: 50%;
}

.checkout-style .form-row.place-order{
    flex-direction: row !important;
    align-items: center !important;
}

.checkout-style .woocommerce #payment #place_order{
    width: 50%;
}

.woocommerce-ResetPassword{
    margin: 0 auto;
}

.e-my-account-tab__dashboard .woocommerce-MyAccount-content{
    text-align: center;
}

.e-my-account-tab__dashboard .woocommerce-MyAccount-content p{
    line-height: 30px !important;
}

.woocommerce-message{
    border-color: #DF5A00 !important;
}

.woocommerce-message::before{
    color: #DF5A00 !important;
}

.woocommerce-checkout .woocommerce-message .button{
    display: none !important;
}

.foot-link a:hover>span{
    color: #DF5A00 !important;
}

.woocommerce form .wooccm-type-hidden{
    display: none !important;
}

.logged-in #customer_details>div{
    border: none !important;
}

.ginput_total{
    min-height: 0 !important;
    padding: 0 !important;
    font-size: 34px !important;
    color: #E05A00 !important;
}

.gform-tax-hidden{
    position: absolute;
    visibility: hidden;
    left: -999999999%;
}

.inner-header .menu-ico .elementor-icon svg>path{
    fill: #e67b33 !important;
}

/*.woocommerce-radio-wrapper label.checkbox{
    margin-bottom: 0 !important;
}*/

.media-slider .swiper{
	padding: 10px;
}

.media-slider .prod-cover{
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.woocommerce-error li {
    color: var(--links-normal-color,#5bc0de);
}

/*<<<<<Checkout CSS>>>>>>>*/
.woocommerce-checkout .elementor-element-d61b2d5 h1{
    text-align: center;
}
.woocommerce-checkout .elementor-element-0a1203b h2{
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
}
.woocommerce-checkout .elementor-element-0a1203b{
    padding: 73px;
    border-radius: 31px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout .subscriptions_top_text{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px !important;
}
.woocommerce-checkout .woocommerce-input-wrapper input{
    border-radius: 8px !important;
    border-color: #54575C !important;
    border: 1px solid !important;
    background: transparent !important;
}
.woocommerce-checkout .woocommerce-input-wrapper textarea{
    border-radius: 8px !important;
    border-color: #54575C !important;
    border: 1px solid !important;
    background: transparent !important;
    height: 96px !important;
}
.woocommerce-checkout .woocommerce-multicheckbox-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.woocommerce-checkout .woocommerce-radio-wrapper input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.woocommerce-checkout .form-row {
    position: relative;
}

.woocommerce-checkout .woocommerce-input-wrapper label{
    position: relative;
    padding-left: 32px;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}
.woocommerce-checkout .woocommerce-input-wrapper label::before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E05A00;
    position: absolute;
    top: 3px;
    left: 0;
}
.woocommerce-checkout .woocommerce-input-wrapper .checked::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E05A00;
    position: absolute;
    top: 6px;
    left: 3.5px;
}
.woocommerce-checkout .e-checkout__column.e-checkout__column-end{
    border:1px solid #000;
    padding: 15px !important;
}
.woocommerce-radio-wrapper label{
    margin-bottom: 10px !important;
}
.checkout-style .wps_recurring_bifurcation_wrapper th h4{
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.checkout-style .e-coupon-box p{
     font-size: 20px !important;
    line-height: 30px !important;
    color: #000 !important;
    text-align: left;
	padding-top: 40px;
}
.checkout-style .e-coupon-box{
    margin: 0 !important;
    padding: 0 !important;
}
.checkout-style .woocommerce-terms-and-conditions-checkbox-text{
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000 !important;
}
.checkout-style .woocommerce-checkout-payment{
    padding-top: 50px !important;
}
.checkout-style .woocommerce form .form-row label{
    line-height: unset !important;
}
.checkout-style .elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span {
    top: 0 !important;
}
.checkout-style .woocommerce-terms-and-conditions-checkbox-text a{
    font-weight: 500 !important;
}
.checkout-style .e-coupon-anchor{
/*    margin: 20px 130px;*/
    text-align: left;
}
.checkout-style .e-coupon-anchor-description{
    display: none;
}
.checkout-style .coupon-container-grid{
    display: flex !important;
/*    justify-content: center;*/
    column-gap: 0;
    flex-wrap: wrap;
}
.checkout-style .coupon-container-grid .col.coupon-col-1{
    width: 77%;
}
.checkout-style .e-coupon-anchor-description{
    text-align: center;
}
.checkout-style #account_password_field{
    float: left;
    width: 50%;
    margin-right: 20px !important;
    z-index: 9;
}
.checkout-style #billing_email_field{
    float: left;
    width: 50%;
    margin-right: 20px !important;
    z-index: 9;
}
.checkout-style #billing_email2{
    width: 48%;
    margin-top: 30px;
}
.ordr-dtls span{
    color:#E05A00CC !important;
    font-weight: 700 !important;
}
.woocommerce-account .wps_sfw_account_wrap table{
    border:none !important;
}
.woocommerce-account .wps_sfw_account_wrap{
    border: 1px solid #000;
    padding: 20px;
}
.woocommerce-account .wps_sfw_account_wrap table thead{
    border-bottom: 1px solid #000;
}
.woocommerce-account .wps_sfw_account_wrap table thead th{
    font-family: "Poppins", Sans-serif !important;
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
}
.woocommerce-account .wps_sfw_account_wrap table thead td{
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}
.woocommerce-account table.shop_table.wps_sfw_details{
    padding: 20px;
}
.woocommerce-account table.shop_table.wps_sfw_order_details {
    padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color: #000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    padding: 10px 0 !important;
}
.wps_member_price.price {
    max-width: unset;
    background: transparent;
    padding:0;
    margin: 0;
}
.wps_member_price.price::before{
    content: none;
}
/*.wps_member_price.price span, .wps_member_price.price span bdi {
    font-size: 44px;
    font-weight: 600;
}*/
.wps_member_price.price span, .wps_member_price.price span bdi {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600 !important;
}
.non-member-cont .wps_member_price{
    display: none;
}
.non-member-cont .add_to_cart_button.custom-btn.hideme {
    pointer-events: none;
}
/*p.price.main_price .amount {
    position: relative;
    overflow: hidden;
}
p.price.main_price .amount::before,
p.price.main_price .amount::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #e05a00; 
}

p.price.main_price .amount::before {
  transform: translate(-50%, -50%) rotate(10deg); /* Diagonal line */
}

p.price.main_price .amount::after {
  transform: translate(-50%, -50%) rotate(-10deg); /* Other diagonal line */
}*/

/*.custom-before-payment h3{
    text-align: center !important;
}*/
/*.custom-before-payment p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}*/
.rnwl-price-txt {
/*    text-align: center;*/
    color: #000;
/*    font-weight: 700;*/
    font-size: 20px;
    margin-top: 20px;
}
div.gform_confirmation_message {
    color: var(--e-global-color-accent);
}
/* #gform_3 .gfield.gfield--type-consent.gfield--type-choice.gfield--input-type-consent {
    background: #000;
    padding: 15px;
}
 */
.gfield.gfield--type-consent.gfield--type-choice.gfield--input-type-consent .ginput_container {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
}
.gfield.gfield--type-consent.gfield--type-choice.gfield--input-type-consent label {
    font-size: 12px;
    line-height: 17px;
    color: #FFF;
    letter-spacing: normal;
}
.gfield.gfield--type-consent.gfield--type-choice.gfield--input-type-consent input {
    margin: 0 15px 0 0;
}
/* -------------responsive------------ */

@media only screen and (min-width: 1441px) and (max-width: 1599px){
    .responsive-h1 h1,
    .responsive-h1 h1>span{
        font-size: 80px !important;
    }

    .responsive-h2 h2,
    .responsive-h2 h2>span{
        font-size: 60px !important;
        line-height: 70px !important;
    }

    .responsive-h2 h1,
    .responsive-h2 h1>span,
    .responsive-h1 div.elementor-heading-title,
    .responsive-h1 div.elementor-heading-title>span{
        font-size: 80px !important;
    }

    .hero-banner{
        padding-top: 200px;
    }

/*     .about-sec>.e-con-inner{
        padding-top: 250px !important;
    } */

    .hero-btn .elementor-button{
        padding: 20px 35px !important;
        font-size: 24px !important;
    }
	
}

@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.form-style.subcr.alt form input:not([type="submit"]),
.form-style.subcr.alt form input[type="submit"]{
		min-height: 45px !important;
	}
}
@media(max-width:1175px){
    .checkout-style .coupon-container-grid .col.coupon-col-1{
        width: 100%;
    }
    .checkout-style .coupon-container-grid{
        justify-content: center;
        row-gap: 20px;
    }
}
@media(max-width:1024px){
    .woocommerce-checkout .elementor-element-0a1203b{
        padding: 0;
    }
    .subcr-box {
    height: 165px !important;
    }
    .custom-before-payment p {
        width: 100%;
    }
    .checkout-style #billing_email_field{
        width: 49%;
    }
}

@media only screen and (max-width: 980px){
    .form-style.subcr form input[type="submit"]{
        font-size: 16px !important;
    }

    .dtls-price-style p > span{
        font-size: 30px;
        line-height: 34px;
    }

    .membership-single .gform_body{
        padding: 30px;
    }

    .membership-single .gform_wrapper.gravity-theme .gfield input:not([type="radio"], [type="checkbox"], [type="submit"]), 
    .membership-single .gform_wrapper.gravity-theme .gfield textarea{
        min-height: 45px;
    }

    .elementor-kit-6 .membership-single input[type="button"], 
    .elementor-kit-6 .membership-single input[type="submit"]{
        padding: 15px;
    }

    .gform_wrapper.gravity-theme .subscription-choices .gfield-choice-input + label > img{
        max-width: 80px;
    }

    .gform_wrapper.gravity-theme .subscription-choices .gfield-choice-input + label{
        font-size: 14px;
        line-height: 24px;
    }

    .subscription-choices .gfield_radio{
        gap: 10px;
    }

    .membership-single .gfield--input-type-html{
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 25px;
    }

   /* .subcr-box.alt{
        height: 200px !important;
    }*/

    .ginput_total{
        font-size: 24px !important;
    }
     .subcr-box{
        height: 210px !important;
    }
	
	.subcr-box.h-auto-m{
        height: auto !important;
    }

}

@media only screen and (max-width: 767px){
    .fixedTop.elementor-location-header>div{
        margin-top: 0 !important;
    }

    .footer-menu .elementor-nav-menu{
        margin-left: 0 !important;
        flex-direction: column !important;
        row-gap: 30px; 
    }

    .mobile-font-w8-300 p{
        font-weight: 300 !important;
    }

    .mobile-font-w8-600 p{
        font-weight: 600 !important;
    }

    /*.form-style.subcr .gform_wrapper.gravity-theme .gform_fields{
        gap: 0 !important;
        display: flex !important;
    }*/

    .form-style.subcr form input:not([type="submit"]),
    .form-style.subcr form input[type="submit"]{
        min-height: 45px !important;
    }

    .form-style.subcr form input:not([type="submit"]){
        font-size: 12px !important;
    }

    .form-style.subcr form input[type="submit"]{
        font-size: 14px !important;
        padding: 10px 29px !important;
    }

    .form-style input:not([type="submit"]), .form-style textarea{
        font-size: 13px !important;
        line-height: 16px !important;
    }

    .form-style form input[type="submit"]{
        font-size: 14px !important;
        padding: 15px !important;
    }

    .form-style .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 10px !important;
    }

    .elementor-widget-off-canvas{
        --e-off-canvas-animation-duration: 0.4s !important;
    }

    .form-style.subcr.alt .gform_wrapper.gravity-theme .gform_fields{
        justify-content: center;
    }

    .checkout-style .woocommerce-terms-and-conditions-wrapper,
    .checkout-style .woocommerce #payment #place_order{
        width: 100%;
    }

    .checkout-style .form-row.place-order{
        flex-direction: column !important;
    }

    .membership-single .gform_body{
        padding: 20px 10px;
        border-radius: 15px;
    }

    .membership-single .gform_wrapper.gravity-theme .gfield input:not([type="radio"], [type="checkbox"], [type="submit"]), 
    .membership-single .gform_wrapper.gravity-theme .gfield textarea{
        min-height: 45px;
    }

    .elementor-kit-6 .membership-single input[type="button"], 
    .elementor-kit-6 .membership-single input[type="submit"]{
        padding: 10px 30px !important;
        font-size: 16px;
        min-height: 0 !important;
        line-height: 1em !important;
        margin: 0 0 5px!important;
        width: 100% !important;
    }

    .membership-single .gform_wrapper.gravity-theme .gfield_label{
        font-size: 14px;
    }

    .subscription-choices .gfield_radio{
        flex-direction: column;
    }

    .subscription-choices .gchoice{
        width: 100%;
        margin: 0;
    }

    .membership-single .gform-field-label--type-sub{
        font-size: 14px !important;
        margin-bottom: 8px;
    }

    .membership-single .ginput_container_consent{
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .subcr-box.alt{
        height: 160px !important;
    }

    .ginput_total{
        font-size: 20px !important;
    }
	
	.custom-btn{
		padding: 10px !important;
		font-size: 14px !important;
	}
    .checkout-style .e-coupon-anchor {
        margin: 20px 20px;
        text-align: center;
    }
    .checkout-style .e-coupon-box p {
        font-size: 20px !important;
        line-height: 25px !important;
        color: #000 !important;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }   
    .checkout-style #account_password_field{
        float: none;
        width: 100%;
        margin-right: 0 !important;
    }
    .checkout-style #billing_email_field{
        width: 100%;
    }
    .checkout-style #billing_email2{
        width: 100%;
        margin-top: 0;
    }
}

