*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "Montserrat";
    src: url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.ttf") format("ttf"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff") format("woff"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff2") format("woff2"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.otf") format("otf"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.eot") format("eot");
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../../assets/fonts/Montserrat/v1/Montserrat-Bold.ttf") format("ttf"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-SemiBold.woff") format("woff"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-SemiBold.woff2") format("woff2"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-SemiBold.otf") format("otf"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-SemiBold.eot") format("eot");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("../../assets/fonts/Montserrat/v1/Montserrat-Light.ttf") format("ttf"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff") format("woff"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff2") format("woff2"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Light.otf") format("otf"),
        url("../../assets/fonts/Montserrat/v1/Montserrat-Light.eot") format("eot");
    font-weight: 300;
}


@font-face {
    font-family: "Optima";
    src: url("../../assets/fonts/Optima/v1/Optima.ttf") format("ttf"),
        url("../../assets/fonts/Optima/v1/Optima.woff") format("woff"),
        url("../../assets/fonts/Optima/v1/Optima.woff2") format("woff2"),
        url("../../assets/fonts/Optima/v1/Optima.otf") format("otf"),
        url("../../assets/fonts/Optima/v1/Optima.eot") format("eot");
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("../../assets/fonts/PlayfairDisplay/v1/PlayfairDisplay-Regular.ttf") format("ttf"),
        url("../../assets/fonts/PlayfairDisplay/v1/PlayfairDisplay-Regular.woff") format("woff"),
        url("../../assets/fonts/PlayfairDisplay/v1/PlayfairDisplay-Regular.woff2") format("woff2"),
        url("../../assets/fonts/PlayfairDisplay/v1/PlayfairDisplay-Regular.otf") format("otf"),
        url("../../assets/fonts/PlayfairDisplay/v1/PlayfairDisplay-Regular.eot") format("eot");
    font-weight: normal;
}

@font-face {
    font-family: "Mulish";
    src: url("../../assets/fonts/Mulish/v1/Mulish-Regular.ttf") format("ttf"),
        url("../../assets/fonts/Mulish/v1/Mulish-Regular.woff") format("woff"),
        url("../../assets/fonts/Mulish/v1/Mulish-Regular.woff2") format("woff2"),
        url("../../assets/fonts/Mulish/v1/Mulish-Regular.otf") format("otf"),
        url("../../assets/fonts/Mulish/v1/Mulish-Regular.eot") format("eot");
    font-weight: 400;
}
@font-face {
    font-family: "Mulish";
    src: url("../../assets/fonts/Mulish/v1/Mulish-Bold.ttf") format("ttf"),
        url("../../assets/fonts/Mulish/v1/Mulish-Bold.woff") format("woff"),
        url("../../assets/fonts/Mulish/v1/Mulish-Bold.woff2") format("woff2"),
        url("../../assets/fonts/Mulish/v1/Mulish-Bold.otf") format("otf"),
        url("../../assets/fonts/Mulish/v1/Mulish-Bold.eot") format("eot");
    font-weight: 700;
}

:root {
    --primary-red: #c00;
    --secondary-red: #b10304;
    --primary-green: #64947E;
    --dark-green: #41463F;
    --med-green: #436958;
}

body {
    background: white;
    color: black;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}

a {
    color: var(--dark-green);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
.centered {
    display: flex;
    justify-content: center;
}
#main {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

div#header_text {
    position: relative;
    color: #fff;
    max-height: 325px;
    overflow: hidden;
}


div#header_text h1 {
    font-size: 40px;
    font-family: "Optima";
    font-weight: 400;
    max-width: 68%;
}
.currency {
    font-family: Candara, "Segoe UI", Arial, sans-serif;
}
div#header_text h1 strong {
    font-size: 70px;
    display: block;
    font-family: "Mulish";
    font-weight: 700;
    text-transform: uppercase;
    text-wrap: nowrap;
}


#header_text .logo img {
    max-width: 200px;
    height: auto;
}

#header_text .header-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#header_text .heading-content {
    max-width: 1140px;
    width: 100%;
    margin: -50px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.p113 p.note,
.p18 p.note,
.p19 p.note  { display: none; }

.content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}
#header_text .desc-banner img ,#header_text .mob-banner img { width: 100%; height: auto; }
#header_text .mob-banner {
    display: none;
}

#header_text .block1 {
    background: #2C2E31;
    color: #aaa;
    font-size: 11px;
    padding: 30px;
    text-align: right;
}

#header_text .block2 img {
    display: block;
}

#header_text .block3 {
    padding: 15px 0;
    text-align: center;
    margin: 40px 0;
}

#header_text .block3 a {
    background: var(--primary-red);
    color: white;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    transition: background-color 0.3s;
}

#header_text .block3 a:hover {
    background: var(--secondary-red);
}

.btn-holder {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 50px 0 0 0 ;
}
.btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-end;
    
}
.btn-wrapper.center {
    justify-content: center;

}
#extend_content .btn {
    line-height: 50px;
}

a.btn, 
.appl_alert a,
.SubmitButt {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    background-color: white;
    color: #000000;
    text-decoration: none;
    font-family: "Optima";
    font-size: 18px;
    border: 2px solid #D1CE00;
}
.tc-box .tc-box-textarea a.btn{ border: none; font-family: "Mulish";   text-decoration: underline; color: black; }
a.btn.dark,
.SubmitButt {
    background-color:  #D1CE00;
    color: white
}
a.btn.dark{
    background-color: #D1CE00;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    color: white;
    overflow: hidden;
    text-wrap: nowrap;    
}
a.btn.dark.full-width { width: 100% ;}
    
.SubmitButt {
    outline: none;
    border: unset;
    width: 50%;
    margin-right: 30px;
    text-transform: uppercase;
}

a.btn:hover {
    background-color: #ebebeb;
}

.SubmitButt:hover,
a.btn.dark:hover {
    background-color: #dbdda3;
border-color: #dbdda3;
}

#promo_content,
#content {
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

#promo_content {
    max-width: 1140px;
    margin-top: 50px;
}
div#form_intro {
    margin-bottom: 20px;
}

#content p , #promo_content p{
    margin: 0 0 20px 0;
    font-family: "Mulish"; 
}
#content p strong,  #promo_content p strong { font-weight: 600;}
#content table {
    border-collapse: collapse;
    margin: 0 0 15px 0;
    width: auto !important;
    /* or 100% !important */
    max-width: 100%;
}

#content td {
    border: 1px solid #ddd;
    padding: 5px;
    background: #f5f5f5;
}

#promo_content.info_text_left #form_holder {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

#promo_content,
#form_holder {
    background: transparent;
}

.table-cell label {
    display: inline-block;
    padding: 10px 5px 10px 0;
    font-family: "Mulish";
}

.table-cell input[type="text"],
.table-cell select {
    border-radius: 0;
    color: rgb(105, 105, 105);
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    padding: 10px;
}

.table-cell select {
    padding: 10px 5px;
}

#submit-div {
    padding: 25px 0 25px 40px;
    text-align: right;
}

#info_text_holder {
    padding-top: 0;
}
.ty #info_text_holder { display: none; }
.accordion-toggle {
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 0 5px 40px;
    position: relative;
}

.accordion-toggle:before {
    background: url(../images/arrow.png) center center no-repeat;
    border: 0;
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.accordion-toggle.active {
    color: var(--primary-red);
}

.accordion-toggle.active:after {
    background: url(../images/arrow.png) center center no-repeat;
    border: 0;
    content: '';
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.accordion-content {
    padding-left: 40px;
}


#content {
    / * background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0.85) 30%, rgb(255 255 255) 45%, rgb(255 255 255) 65%, rgb(255 255 255 / 26%) 85%), url(../images/Banner_Category_Kingscote_Nutmeg.png); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    ;

}

.steps-wrapper {
    display: flex;
    justify-content: center;
    color: var(--dark-green);
    background: #F2F5F5;
    padding: 30px;
    margin-top: 5px;
}


ul.steps {
    display: flex;
    width: 100%;
    justify-content: space-between;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 70px;
}

.p19 #content,
.p113 #content {
    max-width: 1140px;
    background: none;
    margin-top: 50px;
}

ul.steps li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.steps h3 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-family: "Optima";
    border-bottom: 4px solid #c6ce23;
}

ul.steps p {
    font-size: 16px;
    text-align: center;
}

.required {
    color: var(--primary-red);
}

div.required {
    color: black;
    font-family: "Mulish";
}

div.required span {
    color: var(--primary-red);
}

#country_promotion {
    display: block;
    padding: 10px 0;
}

#bank_benficiary_u_info,
#date_purchase_u_info,
#bank_benficiary_individual_u_info,
#date_birth_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_rev_individual_u_info,
#date_purchase1_u_info {
    display: inline-block;
    font-size: 13px;
    padding: 5px 0;
}

#r_date_purchase .table-cell {
    position: relative;
}

.ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 5px;
    top: auto;
    bottom: 32px;
}

.field-row .inputfile.inputfile__btn+label {
    background: #4A4E52 !important;
    width: 100%;
    transition: background-color 0.3s;
}

.field-row .inputfile.inputfile__btn+label span {
    display: block;
    font-size: 14px;
}

.field-row .inputfile.inputfile__btn+label:hover {
    background: var(--primary-red) !important;
}

#r_purchase_upload_file {
    margin-top: 10px;
}

#r_purchase_upload_file .table-cell.coll1 {
    width: 100%;
}

#r_purchase_upload_file .table-cell.coll1 #l_purchase_upload_file,
#r_purchase_upload_file .table-cell.coll1 .fileinputs {
    width: 49.5%;
    display: inline-block;
}

#r_upload_other_image_first .table-cell,
#r_upload_other_image_second .table-cell {
    margin: 10px 0;
    width: 100%;
}

#r_upload_other_image_second .table-cell {
    margin: 3px 0;
}

#l_upload_other_image_first,
#r_upload_other_image_first .fileinputs,
#l_upload_other_image_second,
#r_upload_other_image_second .fileinputs {
    float: left;
    width: 50%;
}

#alertBox {
    color: black;
}

#r_upload_other_image_first .dynamic_info_logo {
    top: 18px;
}

#a_l_txt_customer_type,
#a_l_new_productgroup_all_div,
#a_l_first_name,
#a_l_txt_purchased_products_number,
#a_l_txt_bank_details_international,
#a_l_purchase_price {
    display: block;
    font-size: 36px;
    font-family: "PlayfairDisplay";
    font-weight: normal;
    margin: 15px 0;
}

#promo_content a.popup {
    border-radius: 50%;
    display: inline-block;
    line-height: 19px;
    height: 21px;
    text-align: center;
    text-decoration: none;
    width: 21px;
    transition: background-color 0.3s;
}

#promo_content a.popup:hover {
    background: var(--secondary-red) !important;
    color: white !important;
    text-decoration: none;
}

#add_another_product,
#remove_last_product {
    background: #7DA1C4;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 8px 16px;
    Width: 100%;
    font-size: 16px;
    border: none;
    margin: 5px 0;
    transition: background-color 0.3s;
}

#add_another_product:hover,
#remove_last_product:hover {
    background: var(--primary-red);
}

#remove_last_product.disabled {
    display: none;
}

[id^=r_date_] .dynamic_info_logo {
    right: 40px;
}

.field-row {
    padding: 6px 0;
}

#footer {
    clear: both;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Mulish";
    font-size: 13px;
    border-bottom: 7px solid #D1CE00;
}

#footer .footer-wrapper {
    max-width: 1140px;
    width: 100%;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer p {
    margin: 0;
    text-align: center;
    color: black;
    text-align: justify;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .block0 {
    margin: 0 auto;
    max-width: 1280px;
}

#footer .block1 .block0 {
    border-top: 1px solid #ccc;
    line-height: 1.5;
    padding: 15px 0 30px 0;
}

#footer ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .block1 ul {
    overflow: hidden;
}

#footer .block1 li {
    float: right;
    margin: 0 0 0 15px;
}

#footer .block1 li:first-child {
    float: left;
    margin: 0;
}

#footer .block1 {
    display: flex;
    justify-content: space-between;
}

#footer .block1 p {
    text-align: right;
}

#footer p.center-align {
    text-align: center;
    
}

#footer .block2 {
    color: #fff;
    font-size: 11px;
    padding: 0;
    max-width: 1200px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 30px 0;
    gap: 30px;
}

#footer .block2 ul {
    display: flex;
    gap: 20px;
}

#main.ty #printArea,
#main.ty #printLink {
    display: none;
}

#main.ty #form_wrapper {
    font-size: 20px;
    line-height: 1.5;
    padding: 100px 0;
    text-align: center;
}

#input_block_payment_method {
    float: none;
    width: 100%;
}

#input_block_payment_method>div>div:nth-child(1),
#input_block_payment_method>div>div:nth-child(2) {
    display: inline-block;
    margin-right: 8px;
}
.appl_alert .green-rectangle {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Optima";
    color: black;
    font-size: 33px;
}

.appl_alert
{
    text-align: justify;
    font-family: "Mulish";
    font-size: 16px;
    line-height: 17px;
    font-style: normal;
}
/* #a_l_bank_details_international, #a_l_txt_bank_revolut { font-size: 22px; font-weight: bold; } */
#a_l_bank_details_international_div,
#a_l_bank_revolut_div {
    margin-top: 10px;
}

#u_l_purchase_upload_file,
#serial_number1_u_info {
    margin-top: 5px;
    margin-bottom: 8px;
}

#u_l_upload_serial_number {
    margin-bottom: 8px;
}

#date_purchase1_u_info {
    margin-top: 8px;
}

#l_upload_serial_number {
    padding: 0px 5px 0px 0px;
}

#l_right_txt_promo_agreement {
    float: left;
    line-height: 18px;
    width: 93%;
}

#promo_agreement {
    float: left;
}

#u_l_upload_serial_number,
#u_l_purchase_upload_file {
    width: 50%;
    float: right;
}

#r_upload_serial_number>div.table-cell.coll1 {
    width: 100%;
}

#l_upload_serial_number {
    width: 50%;
}

#r_upload_serial_number>div.table-cell.coll1>div {
    width: 50%;
    float: right;
}

.p19 #content p {
    display: block;
}

.p19 #content h1 {
    margin-top: 20px;
}

.p19 #extend_content a {
    word-break: break-all;
}

#label-under-store_name_crm_autocomplete {
    float: right;
    width: 50%;
    font-size: 13px;
    margin-bottom: 10px;
}

#header_text .block0 img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1400px) {

    #promo_content,
    #content {
        padding: 30px 30px;
    }
}

@media (max-width: 1280px) {

    #promo_content,
    #content,
    #footer .block1,
    #footer .block2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #promo_content.info_text_left #info_text_holder,
    #promo_content.info_text_left #form_holder {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #promo_content.info_text_left #info_text_holder {
        margin-bottom: 5px;
        padding: 0;
    }

    div.required,
    .accordion-content,
    #submit-div {
        padding-left: 0;
    }

    #main.ty #info_text_holder h3 {
        display: none;
    }

     #main.ty #form_wrapper {
        padding: 100px 0;
    }

    #content table {
        max-width: 100%;
        overflow: hidden;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
        white-space: nowrap;
    }
}
@media (max-width: 1140px) {#header_text .heading-content {margin: 0; gap: 30px; width: auto;} 
div#header_text h1 strong {font-size: 60px;}
div#header_text h1 { font-size: 25px; }
p.note{margin-left: 30px; }
}
@media (max-width: 800px) {
    #header_text .mob-banner {
        display: block;
    }
    #header_text .heading-content {gap: 50px;}

    div#header_text h1 {
        font-size: 20px;
    }
    #r_button_subscribe .SubmitButt { width: 100%; margin: 0; }

    #footer .block1 {

        flex-direction: column;
    }
    #footer .block2 ul { margin-top: 10px; }
    #footer .block1 p {
        text-align: left;
    }

    #footer .block2 {
        flex-direction: column;
    }
   #footer .block2 p{margin-top: 10px;}
    div#header_text h1 strong {
        font-size: 55px;
    }
    a.btn {
        padding: 0 20px;
    }
   
    div#content {
        background-size: auto;
        background-position-y: bottom;
        background: white;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }
    ul.steps {
        flex-direction: column;
        gap: 30px;
    }

    #header_text .desc-banner {
        display: none;
    }

    div#header_text .header-wrapper {
        padding: 20px;
    }

    .desc-banner {
        height: 100%;
    }

    .desc-banner img {
        height: 100%;
        width: auto;
    }

    .second_row {
        padding: 0;
    }

    .first_row.startcol1,
    .first_row.startcol,
    .first_row.startgroup1,
    .second_row,
    .field-row .table-cell,
    #l_upload_other_image_first,
    #r_upload_other_image_first .fileinputs,
    #l_upload_other_image_second,
    #r_upload_other_image_second .fileinputs {
        float: none;
        width: 100%;
    }

    #footer .block2 p,
    #footer .block2 ul {
        float: none;
        text-align: left;
        width: 100%;
    }

    #footer .block2 ul li {
        display: block;
        float: none;
        margin: 10px 0;
    }

    /* .table-cell label { display: block; padding-right: 40px; } */
    .dynamic_info_logo {
        right: 0;
    }

    #r_purchase_upload_file .table-cell.coll1 #l_purchase_upload_file,
    #r_purchase_upload_file .table-cell.coll1 .fileinputs {
        width: 100%;
        display: block;
    }

    #r_upload_serial_number>div.table-cell.coll1>div,
    #l_upload_serial_number {
        width: 100%;
        float: none;
    }

    #l_upload_serial_number {
        margin-bottom: 5px;
    }

    #u_l_upload_serial_number,
    #u_l_purchase_upload_file {
        width: 100%;
        float: none;
        margin-top: 5px;
    }

    #info_text .small {
        font-size: 12px;
        text-align: left;
    }

    #store_name_crm_autocomplete {
        width: 100%;
        padding: 15px;
    }

    #label-under-store_name_crm_autocomplete {
        float: none;
        width: 100%;
    }

    .table-scroll {
        overflow-x: auto;
    }

    .table-scroll table {
        width: 100%;
    }

    #footer .block1 li,
    #footer .block1 li:first-child {
        float: none;
        margin: 10px 0;
    }
}

@media (max-width: 700px) {

    #u_l_upload_serial_number,
    #u_l_purchase_upload_file {
        width: 100%;
        float: none;
    }

    #r_upload_serial_number>div.table-cell.coll1 {
        width: 100%;
    }

    #l_upload_serial_number {
        width: 100%;
    }

    #r_upload_serial_number>div.table-cell.coll1>div {
        width: 100%;
        float: none;
    }

    #main.ty #form_wrapper {
        padding: 0;
    }
}

@media (max-width: 500px) {
    
    div#header_text h1 strong {
        font-size: 45px;
    }

    #header_text .header-wrapper {
        gap: 20px;
    }
}
@media (max-width: 360px) {
    div#header_text h1 { max-width: 100%;}
    #header_text .logo img { max-width: 170px; height: auto; }
    #header_text .heading-content { gap: 30px; }
    div#header_text h1 strong {text-wrap: auto; font-size: 37px; }
}
@media (max-width: 320px) {
    div#header_text h1 strong {text-wrap: nowrap; font-size: 36px; }
}
@media (max-width: 300px) {
    div#header_text h1  { font-size: 15px; }
    div#header_text h1 strong { font-size: 33px; }
}