* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "ElText";
  src: url("../../assets/fonts/ElText/v1/LGEIText-Regular.ttf")
      format("truetype"),
    url("../../assets/fonts/ElText/v1/LGEIText-Regular.woff2") format("woff2"),
    url("../../assets/fonts/ElText/v1/LGEIText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ElHeadline";
  src: url("../../assets/fonts/ElHeadline/v1/LGEIHeadline-Regular.ttf")
      format("truetype"),
    url("../../assets/fonts/ElHeadline/v1/LGEIHeadline-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/ElHeadline/v1/LGEIHeadline-Regular.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary-text: #212529;
  --primary-red: #a50034;
}

body {
  background: #f5f3ec;
  color: var(--primary-text);
  font-family: "ElText", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
a {
  color: var(--primary-red);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#main {
  max-width: 100%;
}

#header_text .block1,
#header_text .block2 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0;
}
#header_text .block1:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  width: 1px;
}
#header_text .block2 {
  display: grid;
  grid-template-columns: auto 646px;
  height: 416px;
  margin-bottom: 1.5rem;
  align-items: center;
  position: relative;
}
#header_text #gallerycontainer_imgitem_19501 {
  display: none;
}
#header_text .block1 .block0 {
  margin: 0 auto;
  max-width: 1200px;
}
#header_text .logo {
  float: left;
}
#header_text .nav {
  float: right;
  margin: 15px 0 0 0;
  position: relative;
}
#header_text .nav li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
}
#header_text .nav .toggle {
  background: url(../images/menu.png) center center no-repeat;
  display: none;
  height: 17px;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  width: 28px;
}
#header_text .nav a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#header_text .nav a:hover {
  text-decoration: underline;
}
#header_text .block2 .block0 {
  position: relative;
  height: 416px;
}
#header_text .roundel-cashback {
  position: absolute;
  top: -3rem;
  right: -6rem;
}
#header_text .ecovadis {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e5e1d7;
  border-radius: 12px;
  width: 205px;
  height: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_text .ecovadis img {
  max-height: 100%;
}
#header_text .block22 {
  position: absolute;
  top: 50px;
  right: 50px;
}
#header_text .block23 {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#header_text .block23 img {
  display: block;
  margin: 0 0 10px 0;
}
#header_text .block24 {
  padding-right: 2rem;
}
#header_text .block24 h1,
.p111 .type2 {
  color: black;
  font-family: "ElHeadline", Arial, sans-serif;
  font-size: 56px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 1.25rem 0;
}
html[lang="no"] #header_text .block24 h1,
html[lang="no"] .p111 .type2,
html[lang="da"] #header_text .block24 h1,
html[lang="da"] .p111 .type2 {
  font-size: 48px;
}
.p111 .type2 {
  padding-top: 2rem;
}
#header_text .block24 p {
  color: black;
  font-size: 20px;
  line-height: 1.5rem;
}

#info_text_holder {
  display: none;
}
#form_holder {
  background: transparent;
  padding: 0;
}
#info_text p {
  margin: 0 0 15px 0;
}
#info_text p strong {
  font-size: 24px;
}

#form_titles .block1 {
  border-bottom: 1px solid #4a4e52;
  border-top: 1px solid #4a4e52;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 15px;
  font-weight: bolder;
}
#form_titles {
  line-height: 1.4;
  margin: 0 0 15px 0;
}
#form_titles a.button1 {
  display: inline-block;
  color: #bf0c3f;
  margin: 0 0 15px 0;
  font-size: 16px;
  text-decoration: underline;
}
#form_titles .block1 p {
  margin: 0 0 15px 0;
}
#form_titles .block1 p:last-child {
  margin: 0;
}
#form_titles .block1 {
  display: none;
}
#form_titles h3 {
  font-family: "ElHeadline", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#form_titles p {
  font-size: 20px;
}
#form_titles .block1 ul.dash {
  list-style: disc;
  font-weight: lighter;
  margin-bottom: 15px;
}
#form_titles .block1 ul.dash li {
  margin: 5px 0;
}
#form_titles .block1 ul.dash ul {
  padding-left: 20px;
  list-style: none;
}
#form_titles .block1 ul.dash ul li {
  margin: 5px 0;
}
#form_titles .block1 table {
  width: 100%;
}
#form_titles .block1 table td {
  padding: 10px;
}

#promo_content,
#content {
  background: transparent;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}

#content h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
}
#content h2 {
  color: #000;
  font-size: 24px;
  margin: 0 0 15px 0;
}
#content p {
  margin: 0 0 15px 0;
}
#content ol {
  list-style: inside decimal;
}
#content ul {
  list-style: inside disc;
}
#content li {
  margin: 0 0 15px 0;
}
#content .container {
  overflow-x: auto;
}
#content table {
  color: #000;
  min-width: 600px;
  width: 100% !important;
}
#content table tr:first-child td {
  font-weight: bold;
}
#content table td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
#content table td p {
  margin: 0;
}
#content table td a {
  color: #000;
}
.tc-box .tc-box-textarea {
  border: 1px solid #ddd;
}
.tc-box .tc-box-textarea ol li,
.tc-box .tc-box-textarea ul li,
.tc-box .tc-box-textarea td {
  font-size: 15px;
}

.field-row {
  padding: 5px 0;
}
.field-row label {
  display: inline-block;
  padding: 10px 5px 10px 0;
}
.table-cell input[type="text"],
.table-cell select {
  border: 1px solid #7e7c77;
  border-radius: 12px;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}
.table-cell select {
  padding: 10px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.SubmitButt {
  background: var(--primary-red);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-family: "ElText", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  min-width: 165px;
  padding: 10px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.SubmitButt:hover,
.claim-tracker a:hover {
  background: var(--primary-text);
}

.required {
  color: var(--primary-red);
}
div.required {
  color: var(--primary-text);
}
div.required span {
  color: var(--primary-red);
}
#a_l_txt_first_name,
#a_l_txt_bank_details_international,
#a_l_txt_new_productgroup_all,
#a_l_txt_bank_revolut,
#i_l_payment_method,
#a_l_txt_purchased_products_number {
  clear: both;
  display: block;
  font-family: "ElHeadline", Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 0;
}
#i_l_payment_method .required {
  display: none;
}
#country_promotion {
  display: block;
  padding: 10px 0;
}
#bank_benficiary_u_info,
#date_purchase_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_individual_u_info,
#revolut_tag_u_info,
#bank_benficiary_rev_individual_u_info {
  color: #bbb;
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
#products_promotion_crm_auto_validate {
  float: left;
  padding: 10px;
  width: 50%;
}
#r_date_purchase .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 12px;
  right: 8px;
}
.field-row .inputfile.inputfile__btn + label {
  background: var(--primary-text) !important;
  color: white !important;
  width: 100%;
  transition: background-color 0.3s;
  border-radius: 6px;
}
.field-row .inputfile.inputfile__btn + label span {
  font-size: 13px;
  display: block;
  padding-left: 2.25rem;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background: #ea1917 !important;
}
#a_l_txt_products_promotion_crm_auto_validate {
  display: none;
  background: var(--primary-red);
  color: #fff;
  float: right;
  font-size: 14px;
  padding: 5px;
  width: 50%;
}
#u_l_upload_barcode,
#bank_benficiary_u_info,
#date_purchase_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_individual_u_info,
#revolut_tag_u_info,
#bank_benficiary_rev_individual_u_info {
  font-size: 14px;
  opacity: 0.65;
  color: #000000;
}
#input_block_add_another_product {
  display: grid;
  gap: 0.75rem;
}
#add_another_product,
#remove_last_product {
  background: transparent;
  border: 1px solid #646464;
  border-radius: 6px;
  color: #000000;
  width: 100%;
  padding: 1rem 0.75rem 0.75rem 0.75rem;
  line-height: 1;
  font-family: "ElText", sans-serif;
  font-size: 16px;
  cursor: pointer;
}
#remove_last_product.disabled {
  display: none;
}

#a_l_txt_products_promotion_crm_auto_validate a {
  color: #fff;
  text-decoration: underline;
}
.cbox_list div {
  display: flex;
  align-items: center;
}
.cbox_list div label {
  padding: 0.75rem 0.25rem 0.5rem 0.25rem;
}
input[type="checkbox" i],
input[type="radio" i] {
  margin-top: 0;
  width: 1rem;
  height: 1rem;
}
#label-under-serial_number {
  float: right;
  font-size: 13px;
  width: 50%;
}

#r_upload_barcode .table-cell.coll1 {
  float: none;
  width: 100%;
}
#r_upload_barcode .table-cell > label {
  float: left;
  width: 50%;
}
#r_upload_barcode .fileinputs {
  float: left;
  width: 50%;
}

#l_upload_barcode {
  width: 50%;
}

#r_payment_method {
  clear: none;
  float: left;
  width: 50%;
}
#r_payment_method:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  width: 1px;
}
#r_payment_method .table-cell {
  float: none;
  width: 100%;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
}

#footer {
  background: #333;
  color: #9ea0a1;
  padding: 40px 0;
}
#footer a {
  color: #e2e4e4;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .block0 {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
#footer ul {
  float: left;
}
#footer li {
  display: inline-block;
  list-style: none;
  margin: 0 30px 0 0;
}
#footer p {
  float: right;
}
[id^="date_purchase"] {
  font-size: 12px;
  opacity: 0.6;
  padding: 6px 0 0 0;
}
[id^="r_date_"] .dynamic_info_logo.selected,
.dynamic_info_logo.selected {
  right: 40px;
  top: 12px;
}
.dynamic_info_logo.selected {
  right: 16px;
}

#main.ty #form_titles {
  display: none;
}
#main.ty #info_text_holder,
#main.ty #printArea,
#main.ty #printArea + p {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 100px 0;
  text-align: center;
}

.p62 #content {
  overflow: hidden;
  padding: 30px 0;
}
.p62 #content .block1 {
  float: left;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 50px 0 0;
  width: 50%;
}
.p62 #content h1 {
  margin: 0 0 30px 0;
  text-align: left;
  text-transform: uppercase;
}
.p62 #content .buttons a {
  background: var(--primary-text);
  color: white;
  display: inline-block;
  margin: 0 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.p62 #content .buttons a:hover {
  background: var(--primary-red);
  text-decoration: none;
}
.p62 #content .block2 {
  float: right;
  width: 50%;
}
.p62 #content ul {
  margin: 0 0 30px 0;
}
.p62 #content li {
  list-style: none;
  min-height: 80px;
  padding: 0 15px 0 90px;
  text-align: left;
  vertical-align: top;
  vertical-align: top;
  position: relative;
}
.p62 #content li img {
  position: absolute;
  top: 0;
  left: 0;
}

.land-products #content {
  padding: 50px 0 100px 0;
  /* text-align: center; */
}

#content > div > table > tbody > tr:nth-child(1) {
  border-top: 2px solid black;
}
/* 
#apply_form_box > div.second_row > div:nth-child(4) { width: 50%; float: right; } */

.land-products #content h2 {
  font-size: 36px;
  margin: 0 0 30px 0;
}
.land-products #content h4 {
  background: #909090;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-align: left;
}
.land-products #content h4 a {
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.land-products #content h4 a.active {
  background: #6b6b6b;
}
.land-products #content h4 a:before {
  display: none !important;
  background: url(../images/icon-accordion.png) center center no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  width: 14px;
}
.land-products #content h4 a.active:before {
  transform: rotate(180deg);
}
.land-products #content .container {
  /* display: none; */
  margin: 0 0 5px 0;
  text-align: left;
}
.land-products #content a {
  color: var(--primary-red);
}
.land-products #content table td:nth-child(1) {
  width: 15% !important;
}
.land-products #content table td:nth-child(2) {
  width: 15% !important;
}
.land-products #content table td:nth-child(3) {
  width: 15% !important;
}
.land-products #content table td:nth-child(4) {
  width: 20% !important;
}
.land-products #content table td:nth-child(5) {
  width: 10% !important;
}

/* CT Page */

#button_ajax,
#btn_new_search,
.claim-tracker a,
.SubmitButt {
  background: #ea1917;
  border: 0;
  border-radius: 2rem;
  color: white;
  cursor: pointer;
  font-family: "ElText", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 1rem 1.5rem 0.65rem 1.5rem;
  text-align: center;
  display: inline-flex;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.claim-tracker {
  display: inline-block;
  margin: 10px 0;
}
#claim-tracker {
  color: white;
  text-decoration: none;
}

.p413 input[type="text"] {
  width: 100%;
}

.check-status h2 {
  border-bottom: 0;
  font-size: 24px;
  text-align: center;
}
.p413 input[type="text"] {
  padding: 10px;
}
#l_promotion_submission_id {
  display: inline-block;
  padding: 10px 0;
}
.form-field.submit {
  text-align: center;
}

@media (max-width: 1440px) {
  #header_text .block22 {
    max-width: 150px;
    top: 30px;
    right: 30px;
  }
  #header_text .block23 {
    max-width: 180px;
    bottom: 30px;
    left: 30px;
  }
  #header_text .block24 {
    left: 30px;
    top: 30px;
    transform: translateY(0);
  }
  #header_text .block24 h1,
  .p111 .type2 {
    font-size: 40px;
  }
  #header_text .block24 h2 {
    font-size: 18px;
    max-width: 50%;
  }
}
@media (max-width: 1380px) {
  #header_text .block2 {
    padding: 1rem 80px 0 0;
  }
}
@media (max-width: 1260px) {
  #header_text .block2 {
    padding-left: 1rem;
  }
}
@media (max-width: 1200px) {
  #header_text .block1,
  #promo_content,
  #content,
  .p62 #content,
  #footer .block0 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text .block1 .toggle {
    display: inline-block;
  }
  #header_text .block1 .nav ul {
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    display: none;
    width: 200px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    padding: 0.75rem 0 0.5rem 0;
    border-radius: 0.5rem;
  }
  #header_text .block1 .nav li {
    display: block;
    margin: 0;
    text-align: center;
  }
  #header_text .block1 .nav a {
    display: block;
    padding: 10px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    padding: 0;
    width: 100%;
  }
  #form_holder,
  #info_text_holder {
    padding: 0;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell {
    float: none;
    width: 100%;
  }
  #products_promotion_crm_auto_validate {
    float: none;
    width: 100%;
  }

  #a_l_txt_products_promotion_crm_auto_validate {
    float: none;
    width: 100%;
  }
  #label-under-serial_number {
    float: none;
    width: 100%;
  }
  #r_upload_barcode .table-cell > label,
  #r_upload_barcode .fileinputs {
    float: none;
    width: 100%;
  }
  .dynamic_info_logo.selected {
    top: auto;
    bottom: 12px;
  }
  #r_revolut_tag .dynamic_info_logo.selected,
  #r_bank_benficiary_individual .dynamic_info_logo.selected {
    bottom: auto;
    top: 48px;
  }
  [id^="r_date_"] .dynamic_info_logo.selected,
  .ui-datepicker-trigger {
    bottom: 30px;
    top: auto;
  }

  #apply_form_box > div.second_row > div:nth-child(4) {
    width: 100%;
    float: none;
  }

  #footer ul,
  #footer p {
    float: none;
  }
  #footer li {
    display: block;
    margin: 10px 0;
  }
  .p62 #content .block1,
  .p62 #content .block2 {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
  #i_l_payment_method,
  #r_payment_method {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  #header_text .block2 {
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
    gap: 2rem;
    padding-right: 0;
  }
  #gallerycontainer_imgitem_19498 {
    height: 416px;
    width: auto;
  }
  #header_text .block2 .block0 {
    order: 1;
  }
  #header_text .block24 {
    order: 2;
    text-align: center;
    padding: 0;
  }
  #form_titles {
    text-align: center;
  }
  #header_text .block24 h1,
  .p111 .type2 {
    text-align: center;
  }
}
@media (max-width: 840px) {
  #header_text .block2 .block0 {
    margin-right: 80px;
  }
}
@media (max-width: 800px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 800px;
  }
  #header_text .block22 {
    max-width: 80px;
  }
  #header_text .block23 {
    font-size: 12px;
  }
  #header_text .block23 img {
    max-width: 90px;
  }
  #header_text .block24 h1,
  .p111 .type2 {
    font-size: 30px;
  }
  .p111 .type2 {
    text-align: left;
    padding-left: 1rem;
    margin-bottom: 0;
  }
  #header_text .block24 h2 {
    font-size: 14px;
  }
  #gallerycontainer_imgitem_19498,
  #header_text .block2 .block0 {
    height: 360px;
  }
  #header_text .ecovadis {
    width: 179px;
    height: 139px;
    padding: 0.25rem;
  }
}
@media (max-width: 680px) {
  #gallerycontainer_imgitem_19498,
  #header_text .block2 .block0 {
    height: 320px;
  }
  #header_text .ecovadis {
    width: 159px;
    height: 124px;
  }
}
@media (max-width: 620px) {
  #gallerycontainer_imgitem_19498 {
    display: none;
  }
  #header_text #gallerycontainer_imgitem_19501 {
    display: block;
    height: 640px;
  }
  #header_text .block2 {
    margin-bottom: 0;
  }
  #header_text .block2 .block0 {
    height: 640px;
    margin-right: 0;
  }
  #header_text .ecovadis {
    width: 198px;
    height: 200px;
    bottom: 30px;
  }
  #header_text .roundel-cashback {
    top: auto;
    bottom: -148px;
    right: 1.25rem;
  }
  #header_text .block24 {
    text-align: left;
    padding-top: 64px;
  }
  #form_titles {
    text-align: left;
  }
  #header_text .block24 h1,
  .p111 .type2 {
    text-align: left;
  }
  html[lang="no"] #header_text .block24,
  html[lang="da"] #header_text .block24 {
    padding-top: 0.5rem;
  }
  html[lang="no"] #header_text .block24 h1,
  html[lang="no"] .p111 .type2,
  html[lang="da"] #header_text .block24 h1,
  html[lang="da"] .p111 .type2 {
    width: 55%;
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #l_upload_barcode {
    width: 90% !important;
  }

  .p62 #content .buttons a {
    margin: 0 10px 10px 10px;
    min-width: 250px;
  }
  .land-products #content h2 {
    font-size: 30px;
  }
  html[lang="no"] #header_text .block24 h1,
  html[lang="no"] .p111 .type2,
  html[lang="da"] #header_text .block24 h1,
  html[lang="da"] .p111 .type2 {
    font-size: 40px;
  }
}
@media (max-width: 460px) {
  #header_text .block2 .block0,
  #header_text #gallerycontainer_imgitem_19501 {
    height: 540px;
  }
  #header_text .ecovadis {
    width: 166px;
    height: 165px;
  }
  #header_text .roundel-cashback {
    right: 0;
  }
}
@media (max-width: 380px) {
  #header_text .block2 .block0,
  #header_text #gallerycontainer_imgitem_19501 {
    height: 440px;
  }
  #header_text .ecovadis {
    width: 136px;
    height: 136px;
    bottom: 24px;
    border-radius: 8px;
  }
  #header_text .roundel-cashback {
    width: 140px;
    bottom: -122px;
  }
  html[lang="no"] #header_text .block24 h1,
  html[lang="no"] .p111 .type2,
  html[lang="da"] #header_text .block24 h1,
  html[lang="da"] .p111 .type2 {
    font-size: 32px;
  }
}
