#join_confectioner_advs h2 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
    margin: 50px auto;
    width:530px;
    max-width:100%;
}

div#join_confectioner_advs {
    text-align: center;
    padding-bottom: 60px;
}

div#join_confecionter_advs_con {
    display: flex;
    justify-content: space-between;
}

.join_confectioner_adv_con {
    border-radius: 10.8px;
    box-shadow: 0 13px 66px 12px rgba(0, 0, 0, 0.07), 0 16px 22px -10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 42px 49px;
    text-align: center;
    width: 30%;
    max-width: 371px;
}

img.join_confectioner_adv_icon {
    width: 80px;
    height: 83px;
}

.join_confectioner_adv_title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.84;
    letter-spacing: normal;
    color: #2a2a2a;
    margin: 30px 0 15px;
}

.join_confectioner_adv_item {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.34px;
    text-align: right;
    color: #514f64;
    margin-bottom: 10px;
}

.join_confectioner_adv_item {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.34px;
    text-align: right;
    color: #514f64;
    position: relative;
    margin-bottom: 10px;
    padding-right: 26px;
}

.join_confectioner_adv_item:before {
    content: "";
    height: 12px;
    width: 16px;
    background-image: url(/images/icons/join_confectioner/red-v-icon.svg);
    position: absolute;
    top: 5px;
    right: 0px;
}

#join_confectioner_con a.redButton, #join_confectioner_con a.redButton:hover, #join_confectioner_con a.redButton:focus {
    width: 264px;
    height: 50px;
    border-radius: 7.2px;
    border: solid 1.3px #ff444f;
    background-color: #ff444f;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.39px;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    box-sizing: border-box;
}

div#join_confectioner_advs {
    text-align: center;
}

div#join_confectioner_advs a.redButton {
    margin-top: 40px;
}

div#join_confectioner_pink_banner {
    background-color: #ffe9ea;
    padding: 60px 0;
}

#join_confection_pink_banner_content h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: right;
    color: #2a2a2a;
}

#join_confectioner_pink_items {
	counter-reset: join_confectioners_pink_counter;
}

.join_confectioner_pink_item {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.39px;
    text-align: right;
    color: #514f64;
    margin-bottom: 20px;
    margin-right: 45px;
}

.join_confectioner_pink_item:before {
    height: 26px;
    width: 26px;
    display: inline-block;
    background-position: center;
    background-size: inherit;
    margin-right: -45px;
    vertical-align: sub;
    margin-left: 0px;
	float:right;
    counter-increment: join_confectioners_pink_counter;
    content: counter(join_confectioners_pink_counter);
    text-align: center;
    color: white;
    background-image: none;
    border-radius: 13px;
    background-color: #FF444F;
	margin-top:5px;
}

div#join_confection_pink_banner_content {
    width: 407px;
    max-width: 100%;
}

#join_confection_pink_banner_content a.redButton {
    margin-top: 20px;
}

div#join_confectioner_pink_banner .global-container {
    position: relative;
}

img#join_confectioner_pink_banner_image {
    position: absolute;
    left: 15px;
    bottom: -140px;
    width: 600px;
    height: auto;
    max-width: 50%;
}

div#join_confectioner_pink_banner {
    background-color: #ffe9ea;
    padding: 60px 0;
    margin-bottom: 146px;
}

#join_confectioner_plans h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 55px;
}

div#join_confectioner_plans_con {
    display: flex;
    justify-content: space-between;
}

.join_confectioner_plan {
    width: 371px;
    max-width: 32%;
    text-align: center;
    border-radius: 10.8px;
    box-shadow: 0 13px 66px 12px rgba(0, 0, 0, 0.07), 0 16px 22px -10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 34px 40px 270px;
    box-sizing: border-box;
	position:relative;
}

.join_confectioner_plan.main_plan:before {
	content:"";
	position:absolute;
	left:-5px;
	top:-5px;
	height:129px;
	width:127px;
	background-image: url('/images/icons/join_confectioner/ribon-icon.svg');
	background-position:top left;
	background-size:contain;
	background-repeat:no-repeat;
}

.join_confectioner_plan_title.superfly {
    font-size: 70px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.18px;
    text-align: center;
    color: #ff444f;
}

.join_confectioner_plan_subtitle {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #2a2a2a;
    min-height: 70px;
}

.join_confectioner_plan_item {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: justify;
    color: #514f64;
    margin-bottom: 5px;
}

.join_confectioner_plan_item:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    font-size: 25px;
    width: 1em;
    margin-left: 0em;
}

.join_confectioner_plan_pricing_con {
    position: absolute;
    bottom: 41px;
}

span.join_confectioner_plan_pricing_yearly_price {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.86px;
    text-align: center;
    color: #ff444f;
}

.join_confectioner_plan_pricing_yearly {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: right;
    color: #5e5c70;
}

.join_confectioner_plan_pricing_monthly {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.34px;
    text-align: right;
    color: #514f64;
    margin-top: -10px;
}

.join_confectioner_plan_pricing_benefits {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.34px;
    text-align: right;
    color: #514f64;
    margin-top: 20px;
    height: 60px;
    margin-bottom: 20px;
}

.join_confectioner_plan_pricing_con {
    position: absolute;
    bottom: 41px;
    width: calc(100% - 80px);
}

div#join_confectioner_plans {
    padding-bottom: 60px;
}

div#join_confectioner_form_con {
    background-image: url(/images/icons/join_confectioner/join_confectioner_form_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F7F7F7;
    padding: 60px 0;
}

div#join_confectioner_form_plans_con {
    width: 526px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	cursor:pointer;
}

.join_confectioner_form_plan {
    border-radius: 10.8px;
    box-shadow: 0 13px 66px 12px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    width: 31%;
    text-align: center;
    padding: 22px 13px 60px;
	position:relative;
	border: solid 1px #FFF;
}

.join_confectioner_form_plan.active {
    border: solid 1px #fe434e;
    background-color: #fff3f3;
}

.join_confectioner_form_plan_title.superfly {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.13px;
    text-align: center;
    color: #ff444f;
	margin-bottom:10px;
}

.join_confectioner_form_plan_subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: center;
    color: #2a2a2a;
    line-height: 1.3;
}

.join_confectioner_form_plan_price {
    position: absolute;
    bottom: 22px;
    width: calc(100% - 28px);
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #ff444f;
	display:none;
}

.join_confectioner_form_plan_price.active {
	display:block;
}

#join_confectioner_form_con h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #2a2a2a;
}

form#join_confectioner_form {
    margin: 18px auto 0;
}

#join_confectioner_form h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.39px;
    text-align: center;
    color: #514f64;
}

.faq_category_con {
    width: 900px;
    max-width: 100% !important;
    padding: 60px 0;
    text-align: center;
}

.faq_category_con h3 {
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.91;
	letter-spacing: normal;
	text-align: center;
	color: #2a2a2a;
	margin-bottom:40px;
}

.faq_items {
	margin-bottom:40px;
}

.join_confectioner_show_more_items {
    text-align: right;
    margin-top: 10px;
    color: #ff444f;
    font-size: 14px;
    font-weight: bold;
    display: none;
    cursor: pointer;
}

#couponFieldCon {
	display:none;
}

#couponFieldCon {
	margin-top:10px;
}

input#coupon {
    margin: 0 0 0 10px !important;
}

a#submitCoupon {
    padding: 0 !important;
    width: 85px;
    line-height: 50px !important;
}

#couponRow {
	display:none;
}

iframe#payment {
    width: 400px;
	max-width: calc(100% - 30px);
    height: 1000px;
	border:none;
	margin:0 auto;
	overflow:hidden;
}

@media only screen and (max-width: 1024px) {
    .join_confectioner_adv_con {
        padding: 30px 25px;
        width: 32%;
    }
    
    .join_confectioner_plan {
        padding: 45px 25px 300px;
    }
    
    .join_confectioner_plan_pricing_benefits {
        font-size: 14px;
    }
    
    .join_confectioner_plan_item {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 970px) {
    div#join_confectioner_plans_con {
        display: block;
        text-align: center;
    }
    
    .join_confectioner_plan {
        margin: 0px 10px 20px;
        display: inline-block;
        vertical-align: top;
        width: 350px;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    div#join_confectioner_plan_items {
        max-height: 100px;
        overflow: hidden;
    }
    
    div#join_confectioner_plan_items.open {
        transition: .6s;
        max-height: 600px;
    }
    
    .join_confectioner_show_more_items {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    
    div#join_confecionter_advs_con {
        display: block;
    }
    
    .join_confectioner_adv_con {
        padding: 30px 25px;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    #join_confectioner_pink_banner .global-container {
        text-align: center;
    }
    
    img#join_confectioner_pink_banner_image {
        position: relative;
        margin: 0 auto;
        top: 50px;
        margin-bottom: -120px;
        height: auto;
        width: 90%;
        max-width: 90%;
    }
    
    div#join_confection_pink_banner_content {
        margin: 0 auto;
    }
    
    #join_confectioner_form_con h3 {
        font-size : 26px;
    }
}

.only_mobile {
    display: none !important;
}

@media only screen and (max-width: 580px) {
    
    .only_mobile {
        display: block !important;
    }
    
    a.redButton.only_mobile {
        margin: -30px auto 30px !important;
    }
    
    #join_confectioner_plans h3 {
        font-size: 26px;
    }
    
    
    .join_confectioner_plan {
        margin: 0 auto 20px;
    }
    
    div#join_confectioner_form_plans_con {
        display: block;
    }
    
    .join_confectioner_form_plan {
        width: 100%;
        padding: 10px;
        margin: 0 0 10px;
    }
    
    .join_confectioner_form_plan_title.superfly {
        margin-bottom: 0;
    }
    
    .join_confectioner_form_plan_price.active {
        display: block;
        bottom: 0;
        width: 100%;
        margin-top: 5px;
        position: relative;
    }
    
    div#join_confectioner_form_con {
        padding: 60px 15px;
    }
    
    #join_confectioner_form_con h3,
    .faq_category_con h3 {
        font-size: 20px;
    }
    
}










































