/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *
 *= bootstrap.min 
 *= bootstrap-theme.min
 *= bootstrap-editable
 *= bootstrap-datetimepicker


 */



 @media only screen and (min-width: 1901px) {

 }



  @media (min-width: 2000px) {

  }

  @media (min-width: 2100px) {

  }


  @media (min-width: 2200px) {
  }

  @media (min-width: 2300px) {

  }

  @media (min-width: 2400px) {
  }


  @media (min-width: 2500px) {

  }


 @media only screen and (max-width: 1900px) {

 }

 @media only screen and (max-width: 1800px) {

 }


 @media only screen and (max-width: 1700px) {

 }


  @media only screen and (max-width: 1600px) {

 }


  @media only screen and (max-width: 1500px) {

 }


 @media only screen and (max-width: 1400px) {

 }


  @media only screen and (max-width: 1300px) {
 }

  @media only screen and (max-width: 1200px) {

  }

  @media only screen and (max-width: 1100px) {
  }

  @media only screen and (max-width: 1000px) {

  }

   @media only screen and (max-width: 900px) {
  }


   @media only screen and (max-width: 800px) {

  }


   @media only screen and (max-width: 700px) {

  }

   @media only screen and (max-width: 600px) {
  }

   @media only screen and (max-width: 500px) {

  }


   @media only screen and (max-width: 400px) {

  }

   @media only screen and (max-width: 350px) {

   }

   @media only screen and (max-width: 300px) {
  }

/* line 2, app/assets/stylesheets/app.scss */
#page_box {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/*  Links */
/* line 6, app/assets/stylesheets/app.scss */
.gray_link {
  text-decoration: none;
  color: #1d1d1d;
}

/* line 7, app/assets/stylesheets/app.scss */
.underlined_link {
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/app.scss */
.blue_underlined_link {
  text-decoration: underline;
  color: #2196f3;
}

/* line 9, app/assets/stylesheets/app.scss */
.text_underline {
  text-decoration: underline;
}

/* Errors */
/* line 12, app/assets/stylesheets/app.scss */
.error_message {
  font-weight: bold;
  color: red;
}

/* line 13, app/assets/stylesheets/app.scss */
.success_message {
  font-weight: bold;
  color: green;
}

/* line 15, app/assets/stylesheets/app.scss */
.clear {
  clear: both;
}

/* Cards */
/* line 18, app/assets/stylesheets/app.scss */
.card {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  position: relative;
}

/* Contact us - */
/* line 23, app/assets/stylesheets/app.scss */
.focus_input {
  border: 1px solid red !important;
}

/* Profile data */
/* line 26, app/assets/stylesheets/app.scss */
.profile_data_error_message {
  margin-left: 10px !important;
  margin-top: 5px !important;
}

/* line 28, app/assets/stylesheets/app.scss */
.checkout_payment_create_address_button:visited {
  text-decoration: none;
  color: white;
}

/* line 29, app/assets/stylesheets/app.scss */
.orange_price {
  color: #FF7C46 !important;
}

/* line 30, app/assets/stylesheets/app.scss */
.text_underline {
  text-decoration: underline;
}

/* Header search bar */
/* line 34, app/assets/stylesheets/app.scss */
#header_search_bar_section {
  background: #FAF6FF;
  width: 200px;
  height: 50px;
  margin-top: 15px;
}

/* line 35, app/assets/stylesheets/app.scss */
#header_search_bar_input {
  background: #FAF6FF;
  border: 0px;
  height: 30px;
}

/* Header dropdown */
/* line 40, app/assets/stylesheets/app.scss */
#header_name_initials {
  float: right;
  color: white;
  font-weight: bold;
  background: #FF7036;
  border-radius: 50%;
  margin-right: 6px;
  margin-top: -13px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  border: 2px solid white;
}

/* line 41, app/assets/stylesheets/app.scss */
#header_name_initials:hover {
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/app.scss */
#header_profile_picture {
  border-radius: 50%;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  margin-top: -15px;
}

/* line 43, app/assets/stylesheets/app.scss */
#header_profile_picture:hover {
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/app.scss */
#customer_name_initial_left {
  margin-top: 12.5px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  margin-left: 6px;
  margin-top: 15px;
}

/* line 45, app/assets/stylesheets/app.scss */
#customer_name_initial_right {
  margin-top: 12.5px;
  float: right;
  font-size: 18px;
  line-height: 18px;
  margin-right: 6px;
  margin-top: 15px;
}

/* line 48, app/assets/stylesheets/app.scss */
.general_left_arrow_image {
  height: 22px;
  width: 13.85px;
  margin-top: 211px;
  margin-right: 20px;
  float: left;
}

/* line 49, app/assets/stylesheets/app.scss */
.general_left_arrow_image:hover {
  cursor: pointer;
}

/* line 50, app/assets/stylesheets/app.scss */
.general_right_arrow_image {
  height: 22px;
  width: 13.85px;
  margin-top: 211px;
  margin-left: 20px;
  float: right;
}

/* line 51, app/assets/stylesheets/app.scss */
.general_right_arrow_image:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/app.scss */
#left_arrow_home_categories {
  margin-right: 0%;
  float: left;
  margin-top: 23px;
}

/* line 53, app/assets/stylesheets/app.scss */
#right_arrow_home_categories {
  float: right;
  margin-top: 23px;
}

/* line 54, app/assets/stylesheets/app.scss */
.home_categories_category_element {
  font-size: 25px;
  text-decoration: none;
  border: 2px solid #703AF4;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
  color: #703AF4;
  line-height: 28px;
  text-align: center;
  float: left;
  margin-right: 15px;
  width: 333px;
}

/* line 55, app/assets/stylesheets/app.scss */
.home_categories_category_element:visited {
  color: #703AF4;
}

/* line 56, app/assets/stylesheets/app.scss */
.home_categories_category_element:hover {
  background: #f8f8f8;
}

/* General */
/* line 58, app/assets/stylesheets/app.scss */
.pages_link {
  color: #7946F5;
}

/* line 59, app/assets/stylesheets/app.scss */
.pages_link:visited {
  color: #7946F5;
}

/* line 60, app/assets/stylesheets/app.scss */
.pages_link:hover {
  color: #7946F5;
}

@media (min-width: 2000px) {
  /* line 67, app/assets/stylesheets/app.scss */
  #header_profile_picture {
    width: 70px;
    height: 70px;
    margin-top: -22px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 108, app/assets/stylesheets/app.scss */
  .home_categories_category_element {
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: normal;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 112, app/assets/stylesheets/app.scss */
  .home_categories_category_element {
    width: 280px;
    margin-right: 10px;
  }
}
/* line 1, app/assets/stylesheets/auth_pages.scss */
.auth_image_card {
  width: 58%;
  margin-left: 21%;
  margin-top: 57px;
}

/* line 2, app/assets/stylesheets/auth_pages.scss */
.auth_page_card_title {
  font-size: 52px;
  font-weight: 500;
  color: #9F69FF !important;
  line-height: 90px;
  text-align: left;
  margin-left: 117px;
  margin-top: 35px;
}

/* line 3, app/assets/stylesheets/auth_pages.scss */
.auth_page_subtitle {
  font-size: 25px;
  color: #9F69FF !important;
  margin-left: 117px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 30.26px;
}

/* line 4, app/assets/stylesheets/auth_pages.scss */
#login_page_asterix_message {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 20px;
  color: #868686;
  margin-left: 117px;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/auth_pages.scss */
#signup_page_asterix_message {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 20px;
  color: #868686;
  margin-left: 117px;
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/auth_pages.scss */
#reset_password_page_asterix_message {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 20px;
  color: #868686;
  margin-left: 117px;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/auth_pages.scss */
.auth_input_field_message {
  margin-left: 117px;
}

/* line 9, app/assets/stylesheets/auth_pages.scss */
.form_pages_input_field {
  background: white;
  width: 68.41%;
  padding: 10px;
  border: 0px;
  padding-left: 15px;
  border-radius: 20px;
  color: #868686;
  margin-left: 117px;
  font-size: 16px;
  height: 56px;
  line-height: 19.36px;
}

/* line 10, app/assets/stylesheets/auth_pages.scss */
.form_pages_input_field::placeholder {
  color: #868686;
}

/* line 11, app/assets/stylesheets/auth_pages.scss */
.form_pages_input_field_divider {
  width: 100%;
  height: 30px;
}

/* line 13, app/assets/stylesheets/auth_pages.scss */
.form_pages_error_message {
  color: red;
  font-weight: bold;
  padding-left: 6px;
  padding-top: 6px;
}

/* line 15, app/assets/stylesheets/auth_pages.scss */
#login_page_reset_password_gray_link {
  color: #868686;
  float: left;
  margin-top: -20px;
  width: 68%;
  margin-left: 117px;
  text-align: right;
  font-size: 16px;
  line-height: 19.36px;
}

/* line 16, app/assets/stylesheets/auth_pages.scss */
#login_page_input_fields {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

/* line 18, app/assets/stylesheets/auth_pages.scss */
#login_page_submit_button {
  font-weight: 600;
  background: #FF7036;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 68%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-left: 117px;
  height: 56px;
  font-size: 24px;
  line-height: 29.04px;
}

/* line 20, app/assets/stylesheets/auth_pages.scss */
#login_page_signup_link {
  font-weight: bold;
  background: transparent;
  color: #9F69FF;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 68%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  border: 1px solid #7946f5;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-left: 117px;
  font-size: 24px;
  line-height: 29.05px;
}

/* line 22, app/assets/stylesheets/auth_pages.scss */
#reset_password_page_login_link {
  font-weight: bold;
  background: transparent;
  color: #9F69FF;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 68%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  border: 1px solid #7946f5;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-left: 117px;
  font-size: 24px;
  line-height: 29.05px;
}

/* line 26, app/assets/stylesheets/auth_pages.scss */
#login_page_card {
  width: 38.75%;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 100px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 27, app/assets/stylesheets/auth_pages.scss */
#login_page_login_message {
  color: #9F69FF !important;
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
}

/* line 28, app/assets/stylesheets/auth_pages.scss */
#login_page_must_complete_asterix {
  color: #FF4A00 !important;
}

/* line 30, app/assets/stylesheets/auth_pages.scss */
.auth_page_or_buttons {
  color: #868686 !important;
  text-align: center;
  margin-left: 117px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 68%;
  font-size: 24px;
  line-height: 29.05px;
}

/* line 32, app/assets/stylesheets/auth_pages.scss */
#signup_page_create_business_user {
  font-size: 35px;
  font-weight: 500;
  color: #9F69FF !important;
  text-align: left;
}

/* line 33, app/assets/stylesheets/auth_pages.scss */
#signup_page_card {
  width: 38.75%;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px !important;
  background: #faf6ff;
  padding-bottom: 80px;
  margin-bottom: 30px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 34, app/assets/stylesheets/auth_pages.scss */
#signup_page_signup_message {
  color: #9F69FF !important;
  margin-top: 5px;
  font-weight: bold;
  font-size: 25px;
  padding-left: 5px;
  line-height: 38px;
  width: 100%;
  text-align: center;
}

/* line 35, app/assets/stylesheets/auth_pages.scss */
#signup_page_must_complete_asterix {
  color: #FF4A00 !important;
}

/* line 37, app/assets/stylesheets/auth_pages.scss */
#accept_terms {
  transform: scale(1.5);
  float: left;
  outline: none !important;
}

/* line 38, app/assets/stylesheets/auth_pages.scss */
#signup_page_terms_and_conditions_link {
  text-decoration: underline;
  color: gray;
}

/* line 39, app/assets/stylesheets/auth_pages.scss */
#signup_page_terms_and_conditions_link:visited {
  color: gray;
}

/* line 40, app/assets/stylesheets/auth_pages.scss */
#signup_page_terms_and_conditions_link:hover {
  color: gray;
}

/* line 41, app/assets/stylesheets/auth_pages.scss */
#accept_offers {
  transform: scale(1.5);
  float: left;
  outline: none !important;
}

/* line 43, app/assets/stylesheets/auth_pages.scss */
#error_message_accept_offers {
  margin-left: 30px;
}

/* line 44, app/assets/stylesheets/auth_pages.scss */
#success_message_accept_terms {
  margin-left: 30px;
}

/* line 45, app/assets/stylesheets/auth_pages.scss */
#error_message_accept_terms {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* line 47, app/assets/stylesheets/auth_pages.scss */
#signup_page_login_note_line_01 {
  font-size: 16px;
  line-height: 19.36px;
  color: #868686;
  width: 68%;
  text-align: right;
  margin-left: 117px;
  margin-top: -20px;
}

/* line 48, app/assets/stylesheets/auth_pages.scss */
#signup_page_login_note_line_02 {
  font-size: 16px;
  line-height: 19.36px;
  width: 68%;
  color: #868686;
  text-align: right;
  margin-left: 117px;
}

/* line 49, app/assets/stylesheets/auth_pages.scss */
#signup_page_accept_terms_checkbox_line {
  font-size: 16px;
  line-height: 19.36px;
  margin-left: 117px;
  margin-top: 25px;
}

/* line 50, app/assets/stylesheets/auth_pages.scss */
#signup_page_accept_terms_and_conditions_line {
  font-size: 16px;
  line-height: 19.36px;
  width: 87%;
  margin-left: 15px;
  color: #868686;
  float: left;
}

/* line 52, app/assets/stylesheets/auth_pages.scss */
#signup_page_newsletter_section {
  font-size: 16px;
  line-height: 19.36px;
  margin-left: 117px;
}

/* line 53, app/assets/stylesheets/auth_pages.scss */
#signup_page_newsletter_text {
  width: 87%;
  margin-left: 3%;
  margin-top: 10px;
  color: #868686;
  padding-left: 10px;
}

/* line 54, app/assets/stylesheets/auth_pages.scss */
.signup_page_bottom_text_link {
  color: #868686;
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/auth_pages.scss */
#signup_page_bottom_text {
  color: #616161;
  font-size: 16px;
  line-height: 20.5px;
  text-align: center;
  margin-top: 50px;
  margin-left: 117px;
  width: 68%;
  margin-bottom: 30px;
}

/* line 56, app/assets/stylesheets/auth_pages.scss */
#signup_page_submit_button {
  font-weight: bold;
  background: #FF7036;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 68%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  margin-left: 117px;
  cursor: pointer;
  margin-top: 25px;
  height: 59px;
  font-size: 24px;
  line-height: 29.05px;
}

/* line 58, app/assets/stylesheets/auth_pages.scss */
#reset_password_page_card {
  width: 38.75%;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px !important;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 80px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 59, app/assets/stylesheets/auth_pages.scss */
#reset_password_success_card {
  width: 38.75%;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 80px;
  margin-top: 100px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 60, app/assets/stylesheets/auth_pages.scss */
#reset_password_page_login_note {
  display: block;
  color: #868686;
  font-size: 12px;
  text-align: right;
}

/* line 61, app/assets/stylesheets/auth_pages.scss */
#reset_password_page_submit_button {
  font-weight: bold;
  background: #FF7036;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 68%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-left: 117px;
  height: 56px;
  font-size: 24px;
  line-height: 29.05px;
}

/* line 62, app/assets/stylesheets/auth_pages.scss */
#reset_password_success_page_login_button {
  font-weight: bold;
  background: #FF7036;
  color: white;
  padding-top: 15px;
  padding-bottom: 11px;
  width: 68%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  overflow: visible;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-left: 16%;
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 66, app/assets/stylesheets/auth_pages.scss */
.auth_success_error_page_title {
  font-size: 50px;
  line-height: 90px;
  font-weight: 500;
  color: #9F69FF !important;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* line 67, app/assets/stylesheets/auth_pages.scss */
#confirmation_email_was_dispatched_success_message {
  width: 85%;
  font-size: 50px;
  line-height: 90px;
  font-weight: 500;
  color: #9F69FF !important;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* line 68, app/assets/stylesheets/auth_pages.scss */
#auth_page_your_email_address_was_confirmed {
  font-size: 50px;
  line-height: 90px;
  font-weight: 500;
  color: #9F69FF !important;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* line 70, app/assets/stylesheets/auth_pages.scss */
.reset_password_success_title {
  font-size: 45px;
  line-height: 65px;
  font-weight: 500;
  color: #9F69FF !important;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

/* line 71, app/assets/stylesheets/auth_pages.scss */
.reset_password_success_subtitle {
  font-size: 40px;
  line-height: 65px;
  font-weight: 600;
  color: #9F69FF !important;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* line 72, app/assets/stylesheets/auth_pages.scss */
.save_password_success_title {
  font-size: 52px;
  line-height: 90px;
  font-weight: 500;
  color: #9F69FF !important;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* line 73, app/assets/stylesheets/auth_pages.scss */
#save_password_success_page_login_button {
  font-weight: 600;
  background: #FF7036;
  color: white;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 68%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  float: center;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  height: 56px;
  margin-top: 35px;
  text-decoration: none;
  display: block;
}

/* line 74, app/assets/stylesheets/auth_pages.scss */
#save_password_success_page_login_button:hover {
  color: white;
}

/* line 75, app/assets/stylesheets/auth_pages.scss */
#save_password_success_page_login_button:visited {
  color: white;
}

/* line 78, app/assets/stylesheets/auth_pages.scss */
#reset_passsword_page_input_fields {
  margin-bottom: 0px;
  padding-bottom: 10px;
  margin-left: 117px;
}

/* line 79, app/assets/stylesheets/auth_pages.scss */
#reset_password_auth_page_subtitle {
  margin-left: 117px;
}

/* line 80, app/assets/stylesheets/auth_pages.scss */
#reset_password_auth_page_title {
  margin-left: 117px;
}

/* line 82, app/assets/stylesheets/auth_pages.scss */
#reset_password_error_page_box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* line 83, app/assets/stylesheets/auth_pages.scss */
#reset_password_error_page_card {
  width: 41%;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px !important;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 80px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 84, app/assets/stylesheets/auth_pages.scss */
#reset_password_error_page_login_button {
  font-weight: bold;
  background: #FF7036;
  color: white;
  padding-top: 15px;
  padding-bottom: 11px;
  width: 68%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  overflow: visible;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-left: 16%;
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 87, app/assets/stylesheets/auth_pages.scss */
#change_password_page_card {
  width: 38.75%;
  border-radius: 30px;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 70px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  padding-top: 32px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* line 88, app/assets/stylesheets/auth_pages.scss */
#change_password_page_input_fields {
  margin-left: 100px;
}

/* line 89, app/assets/stylesheets/auth_pages.scss */
#change_password_page_submit_button {
  font-weight: 600;
  background: #FF7036;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 68%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-left: 100px;
  font-size: 24px;
  line-height: 29px;
}

/* line 91, app/assets/stylesheets/auth_pages.scss */
#change_password_page_error_message {
  font-size: 50px;
  line-height: 90px;
  font-weight: 500;
  color: red;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #9F69FF;
}

/* line 92, app/assets/stylesheets/auth_pages.scss */
#change_password_page_subtitle {
  margin-bottom: 20px;
}

/* line 94, app/assets/stylesheets/auth_pages.scss */
#auth_success_error_page_custom_error_title {
  font-size: 50px;
  line-height: 90px;
  font-weight: 500;
  text-align: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  color: red;
}

@media only screen and (max-width: 1900px) {
  /* line 98, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    margin-left: 100px;
  }
  /* line 99, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    margin-left: 100px;
  }
  /* line 100, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    margin-left: 100px;
  }
  /* line 101, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    margin-left: 100px;
  }
  /* line 102, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 80%;
    float: left;
    margin-left: 0px;
  }
  /* line 103, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 80%;
    float: left;
    margin-left: 0px;
    padding-bottom: 20px;
  }
  /* line 104, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    margin-left: 100px;
    width: 70%;
  }
  /* line 105, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 70%;
    text-align: center;
    margin-left: 100px;
  }
  /* line 106, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    display: block;
    margin-left: 100px;
    width: 70%;
  }
  /* line 107, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    margin-left: 0px;
    float: left;
    text-align: right;
    width: 70%;
    margin-top: 5px;
    padding-right: 0px;
    width: 80%;
  }
  /* line 109, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    font-size: 22px;
    line-height: 33px;
  }
  /* line 110, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    margin-left: 100px;
    text-align: left;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 114, app/assets/stylesheets/auth_pages.scss */
  #reset_passsword_page_input_fields {
    margin-left: 100px;
  }
  /* line 115, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    margin-left: 100px;
  }
  /* line 116, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_asterix_message {
    margin-left: 100px;
  }
  /* line 117, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    margin-left: 100px;
  }
  /* line 118, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    margin-left: 100px;
  }
  /* line 119, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    margin-left: 100px;
  }
  /* line 121, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 122, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 124, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_title {
    font-size: 42px;
  }
  /* line 125, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_login_button {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 130, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 42px;
    line-height: 55px;
  }
  /* line 131, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 133, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    padding-right: 20px;
  }
  /* line 134, app/assets/stylesheets/auth_pages.scss */
  #signup_page_newsletter_section {
    width: 70%;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 138, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 140, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 37px;
    line-height: 50px;
  }
  /* line 141, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 30px;
    line-height: 45px;
    margin-top: 25px;
  }
  /* line 143, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_title {
    font-size: 38px;
    line-height: 45px;
  }
  /* line 144, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    padding-bottom: 30px;
  }
  /* line 146, app/assets/stylesheets/auth_pages.scss */
  #confirmation_email_was_dispatched_success_message {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 147, app/assets/stylesheets/auth_pages.scss */
  #auth_page_your_email_address_was_confirmed {
    font-size: 40px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 152, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    margin-left: 80px;
  }
  /* line 153, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    margin-left: 80px;
  }
  /* line 154, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    margin-left: 80px;
  }
  /* line 155, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    margin-left: 80px;
  }
  /* line 156, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 80%;
  }
  /* line 157, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 80%;
  }
  /* line 158, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    margin-left: 80px;
    width: 70%;
    font-size: 22px;
    line-height: 24px;
    height: 54px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  /* line 159, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    font-size: 22px;
    line-height: 24px;
    margin-left: 80px;
    width: 70%;
  }
  /* line 160, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    margin-left: 80px;
    font-size: 22px;
    line-height: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  /* line 161, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    margin-left: 0px;
    float: left;
    text-align: right;
    width: 70%;
    margin-top: 5px;
    padding-right: 0px;
    width: 80%;
  }
  /* line 163, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    padding-right: 30px;
  }
  /* line 164, app/assets/stylesheets/auth_pages.scss */
  #signup_page_accept_terms_checkbox_line {
    margin-left: 100px;
  }
  /* line 165, app/assets/stylesheets/auth_pages.scss */
  #signup_page_newsletter_section {
    margin-left: 100px;
  }
  /* line 166, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    margin-left: 100px;
  }
  /* line 167, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    margin-left: 100px;
  }
  /* line 169, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_title {
    font-size: 35px;
  }
  /* line 170, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_login_button {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 172, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_input_fields {
    margin-left: 80px;
  }
  /* line 173, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 177, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 45%;
  }
  /* line 179, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    padding-top: 10px;
    font-size: 17px;
    line-height: 24px;
  }
  /* line 180, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    margin-left: 80px;
  }
  /* line 181, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    padding-right: 35px;
  }
  /* line 183, app/assets/stylesheets/auth_pages.scss */
  #signup_page_accept_terms_checkbox_line {
    margin-left: 85px;
  }
  /* line 184, app/assets/stylesheets/auth_pages.scss */
  #signup_page_newsletter_section {
    margin-left: 85px;
  }
  /* line 185, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    margin-left: 80px;
    width: 75%;
  }
  /* line 187, app/assets/stylesheets/auth_pages.scss */
  #reset_passsword_page_input_fields {
    margin-left: 80px;
  }
  /* line 188, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    margin-left: 80px;
    font-size: 20px;
    line-height: 25px;
  }
  /* line 189, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_asterix_message {
    margin-left: 80px;
  }
  /* line 190, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    margin-left: 80px;
    font-size: 35px;
    line-height: 48px;
  }
  /* line 191, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    margin-left: 80px;
  }
  /* line 192, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    margin-left: 80px;
  }
  /* line 194, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 33px;
    line-height: 43px;
  }
  /* line 195, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 27px;
    line-height: 40px;
  }
  /* line 197, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 45%;
  }
  /* line 199, app/assets/stylesheets/auth_pages.scss */
  .save_password_success_title {
    font-size: 40px;
  }
  /* line 200, app/assets/stylesheets/auth_pages.scss */
  #save_password_success_page_login_button {
    margin-top: 15px;
  }
  /* line 201, app/assets/stylesheets/auth_pages.scss */
  #auth_page_card_title_auth_signup {
    font-size: 38px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 205, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_card {
    width: 48%;
  }
  /* line 207, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 50%;
  }
  /* line 208, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_login_button {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 212, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 65%;
  }
  /* line 213, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    margin-left: 0px;
    width: 80%;
    text-align: right;
  }
  /* line 215, app/assets/stylesheets/auth_pages.scss */
  #signup_page_card {
    width: 65%;
  }
  /* line 216, app/assets/stylesheets/auth_pages.scss */
  #signup_page_reset_password_gray_link {
    margin-left: 0px;
    width: 80%;
    text-align: right;
  }
  /* line 217, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    margin-left: 80px;
    width: 80%;
    text-align: left;
    padding-left: 0px;
  }
  /* line 218, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    padding-right: 15px;
  }
  /* line 219, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    margin-left: 80px;
    width: 70%;
  }
  /* line 221, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 45%;
    margin-top: 40px;
  }
  /* line 222, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 29px;
    line-height: 38px;
  }
  /* line 223, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 225, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_card {
    width: 70%;
  }
  /* line 227, app/assets/stylesheets/auth_pages.scss */
  #auth_page_your_email_address_was_confirmed {
    font-size: 35px;
    line-height: 45px;
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 231, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 70%;
  }
  /* line 232, app/assets/stylesheets/auth_pages.scss */
  #signup_page_card {
    width: 70%;
  }
  /* line 234, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 60%;
  }
  /* line 235, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_login_button {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 237, app/assets/stylesheets/auth_pages.scss */
  #confirmation_email_was_dispatched_success_message {
    font-size: 35px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 241, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    margin-left: 100px;
    text-align: left;
    width: 100%;
  }
  /* line 242, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    margin-left: 100px;
    text-align: left;
    width: 68%;
  }
  /* line 243, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    margin-left: 100px;
    text-align: left;
    width: 70%;
  }
  /* line 244, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    margin-left: 100px;
    text-align: left;
    width: 80;
    padding-bottom: 0px;
  }
  /* line 245, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 80%;
    margin-left: 0px;
  }
  /* line 246, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    display: block;
    margin-left: 100px;
    width: 70%;
  }
  /* line 247, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 70%;
    text-align: center;
    margin-left: 100px;
  }
  /* line 248, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    display: block;
    margin-left: 100px;
    width: 70%;
  }
  /* line 249, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 80%;
    text-align: right;
    margin-top: 0px;
  }
  /* line 251, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    margin-left: 100px;
  }
  /* line 252, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 68%;
  }
  /* line 253, app/assets/stylesheets/auth_pages.scss */
  #signup_page_input_fields {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 68%;
  }
  /* line 254, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 68%;
  }
  /* line 255, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 68%;
  }
  /* line 256, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    margin-top: 45px;
  }
  /* line 258, app/assets/stylesheets/auth_pages.scss */
  #signup_page_accept_terms_checkbox_line {
    margin-left: 100px;
  }
  /* line 259, app/assets/stylesheets/auth_pages.scss */
  #signup_page_newsletter_section {
    margin-left: 100px;
  }
  /* line 260, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    margin-left: 100px;
  }
  /* line 262, app/assets/stylesheets/auth_pages.scss */
  #reset_passsword_page_input_fields {
    margin-left: 40px;
  }
  /* line 263, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    margin-left: 40px;
  }
  /* line 264, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_asterix_message {
    margin-left: 40px;
  }
  /* line 265, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    margin-left: 40px;
  }
  /* line 266, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    margin-left: 40px;
  }
  /* line 267, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    margin-left: 40px;
    width: 75%;
    font-size: 24px;
    line-height: 26px;
  }
  /* line 268, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    width: 75%;
    font-size: 24px;
    line-height: 26px;
  }
  /* line 269, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_auth_page_of_buttons {
    margin-left: 40px;
    width: 75%;
    font-size: 20px;
    line-height: 22px;
  }
  /* line 271, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    width: 72%;
  }
  /* line 272, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_input_fields {
    margin-left: 80px;
  }
  /* line 273, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_title {
    margin-left: 80px;
  }
  /* line 274, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_subtitle {
    margin-left: 80px;
  }
  /* line 276, app/assets/stylesheets/auth_pages.scss */
  .save_password_success_title {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 277, app/assets/stylesheets/auth_pages.scss */
  #save_password_success_page_login_button {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 281, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 45px;
    line-height: 80px;
  }
  /* line 282, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    width: 72%;
  }
  /* line 283, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    width: 72%;
  }
  /* line 284, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 72%;
  }
  /* line 285, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    width: 80%;
  }
  /* line 286, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    width: 72%;
    margin-left: 100px;
  }
  /* line 287, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    width: 72%;
    margin-left: 100px;
  }
  /* line 288, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 90%;
  }
  /* line 289, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 88%;
  }
  /* line 291, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 292, app/assets/stylesheets/auth_pages.scss */
  #signup_page_accept_terms_checkbox_line {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  /* line 293, app/assets/stylesheets/auth_pages.scss */
  #signup_page_newsletter_section {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  /* line 294, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  /* line 295, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_link {
    width: 72%;
  }
  /* line 296, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    width: 70%;
    margin-top: 5px;
  }
  /* line 298, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_card {
    width: 52%;
  }
  /* line 299, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    font-size: 30px;
  }
  /* line 300, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    font-size: 18px;
  }
  /* line 301, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    width: 80%;
    font-size: 20px;
  }
  /* line 302, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    width: 80%;
    font-size: 20px;
  }
  /* line 303, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_auth_page_of_buttons {
    width: 80%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  /* line 305, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 55%;
  }
  /* line 306, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_title {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 308, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    width: 79%;
  }
  /* line 310, app/assets/stylesheets/auth_pages.scss */
  #auth_success_error_page_custom_error_title {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 312, app/assets/stylesheets/auth_pages.scss */
  #auth_page_your_email_address_was_confirmed {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 318, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 40px;
    line-height: 75px;
  }
  /* line 319, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    font-size: 18px;
    line-height: 20px;
    margin-left: 80px;
  }
  /* line 320, app/assets/stylesheets/auth_pages.scss */
  #signup_page_newsletter_text {
    padding-left: 20px;
  }
  /* line 323, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    margin-left: 80px;
  }
  /* line 324, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    margin-left: 80px;
  }
  /* line 325, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    margin-left: 80px;
  }
  /* line 326, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    margin-left: 80px;
  }
  /* line 327, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 90%;
  }
  /* line 328, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 80%;
  }
  /* line 329, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    margin-left: 80px;
  }
  /* line 330, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    margin-left: 80px;
  }
  /* line 331, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    margin-left: 80px;
  }
  /* line 333, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 58%;
  }
  /* line 335, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 65%;
  }
  /* line 336, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_title {
    font-size: 28px;
    line-height: 38px;
  }
  /* line 338, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    width: 78%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 343, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 75%;
  }
  /* line 344, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 98%;
  }
  /* line 345, app/assets/stylesheets/auth_pages.scss */
  #auth_page_card_title_auth_signup {
    font-size: 33px;
    line-height: 42px;
  }
  /* line 346, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 347, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    width: 76%;
  }
  /* line 348, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    width: 70%;
  }
  /* line 349, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 76%;
  }
  /* line 350, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    width: 70%;
  }
  /* line 351, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    width: 70%;
  }
  /* line 352, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    width: 70%;
  }
  /* line 353, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 70%;
  }
  /* line 354, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 100%;
  }
  /* line 356, app/assets/stylesheets/auth_pages.scss */
  #signup_page_card {
    width: 68%;
  }
  /* line 359, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    margin-left: 70px;
  }
  /* line 360, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    font-size: 16px;
    line-height: 18px;
    margin-left: 80px;
  }
  /* line 361, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    margin-left: 80px;
    width: 76%;
  }
  /* line 362, app/assets/stylesheets/auth_pages.scss */
  #signup_page_input_fields {
    width: 76%;
  }
  /* line 363, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    width: 76%;
  }
  /* line 364, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_link {
    width: 76%;
  }
  /* line 365, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    width: 75%;
  }
  /* line 367, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_card {
    width: 65%;
  }
  /* line 368, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    font-size: 24px;
  }
  /* line 369, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    font-size: 14px;
  }
  /* line 371, app/assets/stylesheets/auth_pages.scss */
  #reset_passsword_page_input_fields {
    margin-left: 20px;
  }
  /* line 372, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    margin-left: 20px;
  }
  /* line 373, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_asterix_message {
    margin-left: 20px;
  }
  /* line 374, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    margin-left: 20px;
  }
  /* line 375, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    margin-left: 20px;
  }
  /* line 376, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    margin-left: 20px;
    font-size: 17px;
  }
  /* line 377, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    margin-left: 20px;
  }
  /* line 378, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_auth_page_of_buttons {
    margin-left: 20px;
  }
  /* line 380, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 65%;
  }
  /* line 382, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 70%;
  }
  /* line 383, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_title {
    font-size: 24px;
    line-height: 35px;
  }
  /* line 384, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_login_button {
    font-size: 15px;
  }
  /* line 386, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_title {
    margin-left: 60px;
  }
  /* line 387, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_subtitle {
    margin-left: 60px;
    font-size: 20px;
    line-height: 24px;
  }
  /* line 388, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_input_fields {
    margin-left: 60px;
  }
  /* line 389, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    margin-left: 60px;
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 393, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 30px;
    line-height: 45px;
  }
  /* line 394, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 78%;
  }
  /* line 395, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    font-size: 20px;
    line-height: 24px;
    height: 50px;
  }
  /* line 396, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  /* line 397, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    font-size: 20px;
    line-height: 24px;
    height: 50px;
  }
  /* line 400, app/assets/stylesheets/auth_pages.scss */
  #signup_page_card {
    width: 75%;
  }
  /* line 401, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    font-size: 20px;
    line-height: 24px;
    height: 50px;
  }
  /* line 402, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_link {
    font-size: 20px;
    line-height: 24px;
    height: 50px;
  }
  /* line 404, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 68%;
  }
  /* line 405, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 406, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 408, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_box {
    width: 70%;
  }
  /* line 409, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 80%;
  }
  /* line 411, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_card {
    width: 80%;
  }
  /* line 412, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_title {
    margin-left: 20px;
    font-size: 30px;
  }
  /* line 413, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_subtitle {
    margin-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* line 414, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_input_fields {
    margin-left: 20px;
  }
  /* line 415, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    margin-left: 20px;
    width: 85%;
  }
  /* line 417, app/assets/stylesheets/auth_pages.scss */
  #confirmation_email_was_dispatched_success_message {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 421, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 85%;
    margin-top: 35px;
  }
  /* line 422, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 33px;
    line-height: 55px;
    margin-left: 40px;
  }
  /* line 423, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    font-size: 22px;
    width: 80%;
    margin-left: 40px;
  }
  /* line 424, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    width: 80%;
    margin-left: 40px;
  }
  /* line 425, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 80%;
    margin-left: 40px;
  }
  /* line 426, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    width: 80%;
    margin-left: 40px;
  }
  /* line 427, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    width: 80%;
    margin-left: 40px;
  }
  /* line 428, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    width: 80%;
    margin-left: 40px;
  }
  /* line 429, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 80%;
    margin-left: 40px;
  }
  /* line 430, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    margin-left: 60px;
    width: 80%;
  }
  /* line 432, app/assets/stylesheets/auth_pages.scss */
  #signup_page_card {
    width: 85%;
    margin-top: 60px !important;
  }
  /* line 433, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    width: 80%;
    margin-left: 40px;
  }
  /* line 434, app/assets/stylesheets/auth_pages.scss */
  #signup_page_input_fields {
    width: 80%;
  }
  /* line 435, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    width: 80%;
  }
  /* line 436, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_link {
    width: 80%;
  }
  /* line 438, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    font-size: 15px;
    line-height: 17px;
    margin-left: 40px;
  }
  /* line 439, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    font-size: 15px;
    width: 80%;
  }
  /* line 441, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_card {
    width: 75%;
  }
  /* line 443, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 75%;
  }
  /* line 444, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 23px;
    line-height: 32px;
  }
  /* line 445, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 447, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_box {
    width: 80%;
  }
  /* line 449, app/assets/stylesheets/auth_pages.scss */
  .save_password_success_title {
    font-size: 28px;
    line-height: 35px;
  }
  /* line 450, app/assets/stylesheets/auth_pages.scss */
  #auth_page_card_title_auth_signup {
    font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 456, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    font-size: 26px;
    line-height: 42px;
  }
  /* line 457, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    width: 90%;
  }
  /* line 458, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    width: 85%;
  }
  /* line 459, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    width: 85%;
  }
  /* line 460, app/assets/stylesheets/auth_pages.scss */
  .auth_input_field_message {
    width: 85%;
  }
  /* line 461, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    width: 85%;
  }
  /* line 462, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    width: 85%;
  }
  /* line 463, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    width: 85%;
  }
  /* line 464, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 85%;
  }
  /* line 465, app/assets/stylesheets/auth_pages.scss */
  .auth_image_card {
    width: 65%;
    margin-left: 17.5%;
  }
  /* line 466, app/assets/stylesheets/auth_pages.scss */
  #signup_page_accept_terms_and_conditions_line {
    width: 50%;
    margin-top: -5px;
  }
  /* line 467, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 80%;
    margin-top: 0px;
  }
  /* line 468, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_card {
    width: 82%;
  }
  /* line 470, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 82%;
  }
  /* line 472, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_box {
    width: 90%;
  }
  /* line 474, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_card {
    width: 85%;
  }
  /* line 475, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_title {
    font-size: 25px;
  }
  /* line 476, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_subtitle {
    font-size: 14px;
  }
  /* line 478, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    width: 85%;
  }
  /* line 480, app/assets/stylesheets/auth_pages.scss */
  #auth_success_error_page_custom_error_title {
    font-size: 35px;
    line-height: 45px;
  }
  /* line 481, app/assets/stylesheets/auth_pages.scss */
  #signup_page_card {
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 485, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 65%;
    margin-left: 66px;
    font-size: 14px;
  }
  /* line 486, app/assets/stylesheets/auth_pages.scss */
  .auth_page_card_title {
    margin-left: 20px;
    font-size: 25px;
  }
  /* line 487, app/assets/stylesheets/auth_pages.scss */
  .auth_page_subtitle {
    margin-left: 20px;
    font-size: 18px;
  }
  /* line 488, app/assets/stylesheets/auth_pages.scss */
  #login_page_asterix_message {
    margin-left: 20px;
  }
  /* line 489, app/assets/stylesheets/auth_pages.scss */
  #login_page_input_fields {
    margin-left: 20px;
    width: 95%;
  }
  /* line 490, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    margin-left: 20px;
  }
  /* line 491, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    margin-left: 20px;
    width: 80%;
  }
  /* line 492, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    margin-left: 20px;
  }
  /* line 493, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 90%;
  }
  /* line 495, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    padding-right: 30px;
    margin-top: 5px;
  }
  /* line 497, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_title {
    font-size: 22px;
  }
  /* line 498, app/assets/stylesheets/auth_pages.scss */
  #reset_password_auth_page_subtitle {
    margin-top: 8px;
  }
  /* line 499, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_card {
    width: 90%;
  }
  /* line 500, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    font-size: 16px;
    width: 90%;
  }
  /* line 501, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_auth_page_of_buttons {
    width: 90%;
  }
  /* line 502, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    width: 90%;
  }
  /* line 504, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_card {
    width: 90%;
    padding-bottom: 50px;
  }
  /* line 505, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_title {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 506, app/assets/stylesheets/auth_pages.scss */
  .reset_password_success_subtitle {
    font-size: 15px;
    line-height: 25px;
  }
  /* line 508, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_box {
    width: 95%;
  }
  /* line 509, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_card {
    width: 85%;
  }
  /* line 510, app/assets/stylesheets/auth_pages.scss */
  #reset_password_error_page_login_button {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
    margin-left: 5%;
  }
  /* line 512, app/assets/stylesheets/auth_pages.scss */
  .save_password_success_title {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 513, app/assets/stylesheets/auth_pages.scss */
  #save_password_success_page_login_button {
    margin-top: 30px;
    font-size: 18px;
  }
  /* line 515, app/assets/stylesheets/auth_pages.scss */
  #auth_success_error_page_custom_error_title {
    font-size: 30px;
    line-height: 45px;
  }
  /* line 517, app/assets/stylesheets/auth_pages.scss */
  #auth_page_your_email_address_was_confirmed {
    font-size: 25px;
    line-height: 35px;
  }
  /* line 518, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_page_login_button {
    font-size: 20px;
  }
  /* line 520, app/assets/stylesheets/auth_pages.scss */
  #confirmation_email_was_dispatched_success_message {
    font-size: 27px;
    line-height: 46px;
  }
  /* line 521, app/assets/stylesheets/auth_pages.scss */
  #auth_page_card_title_auth_signup {
    font-size: 23px;
  }
  /* line 522, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    margin-left: 20px;
    font-size: 14px;
  }
  /* line 523, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 527, app/assets/stylesheets/auth_pages.scss */
  #signup_page_signup_message {
    margin-left: 20px;
  }
  /* line 528, app/assets/stylesheets/auth_pages.scss */
  #signup_page_asterix_message {
    margin-left: 20px;
  }
  /* line 529, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 62%;
  }
  /* line 530, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 85%;
  }
}

@media (min-width: 1901px) {
  /* line 536, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    font-size: 17px;
    line-height: 21px;
  }
  /* line 537, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    margin-top: 60px;
  }
  /* line 539, app/assets/stylesheets/auth_pages.scss */
  #reset_passsword_page_input_fields {
    margin-left: 0px;
  }
  /* line 541, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_input_fields {
    margin-left: 0px;
  }
  /* line 542, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    margin-left: 117px;
  }
  /* line 544, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_card {
    padding-bottom: 90px;
  }
}

@media (min-width: 2100px) {
  /* line 548, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 2200px) {
  /* line 555, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    margin-top: 70px;
  }
  /* line 556, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_error_message {
    font-size: 55px;
    line-height: 95px;
  }
}

@media (min-width: 2300px) {
  /* line 560, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    margin-top: 80px;
  }
  /* line 561, app/assets/stylesheets/auth_pages.scss */
  .form_pages_input_field {
    width: 73%;
  }
  /* line 562, app/assets/stylesheets/auth_pages.scss */
  .auth_image_card {
    width: 60%;
  }
  /* line 563, app/assets/stylesheets/auth_pages.scss */
  #login_page_submit_button {
    width: 73%;
  }
  /* line 564, app/assets/stylesheets/auth_pages.scss */
  #login_page_reset_password_gray_link {
    width: 73%;
  }
  /* line 565, app/assets/stylesheets/auth_pages.scss */
  #login_page_signup_link {
    width: 73%;
  }
  /* line 566, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_login_link {
    width: 73%;
  }
  /* line 567, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_submit_button {
    width: 73%;
  }
  /* line 568, app/assets/stylesheets/auth_pages.scss */
  .auth_page_or_buttons {
    width: 73%;
  }
  /* line 569, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_01 {
    width: 73%;
  }
  /* line 570, app/assets/stylesheets/auth_pages.scss */
  #signup_page_login_note_line_02 {
    width: 73%;
  }
  /* line 571, app/assets/stylesheets/auth_pages.scss */
  #signup_page_bottom_text {
    width: 73%;
  }
  /* line 572, app/assets/stylesheets/auth_pages.scss */
  #signup_page_submit_button {
    width: 73%;
  }
  /* line 573, app/assets/stylesheets/auth_pages.scss */
  #reset_password_page_submit_button {
    width: 73%;
  }
  /* line 574, app/assets/stylesheets/auth_pages.scss */
  #reset_password_success_page_login_button {
    width: 73%;
  }
  /* line 575, app/assets/stylesheets/auth_pages.scss */
  #save_password_success_page_login_button {
    width: 73%;
  }
}

@media (min-width: 2400px) {
  /* line 579, app/assets/stylesheets/auth_pages.scss */
  #login_page_card {
    margin-top: 90px;
  }
  /* line 580, app/assets/stylesheets/auth_pages.scss */
  #change_password_page_error_message {
    font-size: 60px;
    line-height: 100px;
  }
}
/* line 1, app/assets/stylesheets/blog.scss */
#blog_second_header {
  position: absolute;
  width: 100%;
  height: 571px;
  left: 0px;
  top: 137px;
  background: linear-gradient(180deg, #7946F5 1.47%, rgba(121, 70, 245, 0) 100%);
  margin-bottom: 600px;
  z-index: 1;
}

/* line 2, app/assets/stylesheets/blog.scss */
#blog_second_header_title {
  text-align: center;
  width: 100%;
  height: 220px;
  font-size: 100px;
  line-height: 100px;
  color: white;
  font-weight: 600;
  margin-top: 30px;
  overflow: hidden;
  /* Hide overflowing content */
  white-space: nowrap;
  /* Prevent text wrapping */
  text-overflow: ellipsis;
  /* Display an ellipsis (...) to indicate text overflow */
}

/* line 8, app/assets/stylesheets/blog.scss */
#blog_second_header_category_links_section {
  position: relative;
  width: 932px;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  margin-top: 50px;
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/blog.scss */
.blog_second_header_show_blog_category {
  border: 4px solid #FF7036;
  background: white;
  border-radius: 100px;
  display: block;
  float: left;
  color: #FF7036;
  font-size: 20px;
  text-align: center;
  line-height: 24.2px;
  width: 205px;
  padding-top: 11px;
  padding-bottom: 9px;
  margin-right: 28px;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/blog.scss */
.blog_second_header_show_blog_category_active {
  border: 0px;
  height: 52.2px;
  color: white;
  background: #FF7036;
  line-height: 26.2px;
  padding-top: 14px;
}

/* Blog card */
/* line 13, app/assets/stylesheets/blog.scss */
#blog_card_section {
  width: 78%;
  margin-left: 11%;
  margin-top: -40px;
  position: relative;
  z-index: 4;
}

/* line 14, app/assets/stylesheets/blog.scss */
#blog_card_section_from_show_blog_article_page {
  width: 78%;
  margin-left: 11%;
  margin-top: -40px;
  position: relative;
  z-index: 4;
}

/* line 15, app/assets/stylesheets/blog.scss */
.blog_card {
  position: relative;
  float: left;
  width: 28%;
  height: 607px;
  background: white;
  border-radius: 20px;
  box-shadow: 20px 15px 44px 0px #5430D11A;
  margin-bottom: 102px;
  text-decoration: none;
  margin-right: 7%;
}

/* line 17, app/assets/stylesheets/blog.scss */
.blog_card:nth-of-type(3n) {
  margin-right: 0%;
}

/* line 22, app/assets/stylesheets/blog.scss */
.blog_card_image {
  height: 235px;
  width: 90.5%;
  margin-left: 4.75%;
  margin-top: 21.5px;
}

/* line 23, app/assets/stylesheets/blog.scss */
.blog_card_title {
  color: #595858;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 84%;
  margin-left: 8%;
  margin-top: 20px;
  height: 64px;
}

/* line 24, app/assets/stylesheets/blog.scss */
.blog_card_subtitle {
  color: #595858;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 84%;
  margin-left: 8%;
  margin-top: 14px;
  height: 126px;
}

/* line 25, app/assets/stylesheets/blog.scss */
.blog_card_read_more_link {
  width: 178px;
  border-radius: 100px;
  background: #FF7036;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/blog.scss */
.blog_card_read_more_link:visited {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/blog.scss */
.blog_card_image_category_title {
  position: absolute;
  top: 225px;
  left: 30px;
  color: #595858;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

/* line 31, app/assets/stylesheets/blog.scss */
.blog_contact_us_section_title {
  font-size: 45px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  height: 45px;
  color: #FF7036;
  margin-top: 60px;
}

/* line 32, app/assets/stylesheets/blog.scss */
.blog_contact_us_section_subtitle_01 {
  color: #595858;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  width: 100%;
  margin-top: 26px;
}

/* line 34, app/assets/stylesheets/blog.scss */
.blog_contact_us_section_subtitle_02 {
  color: #595858;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  text-align: center;
}

/* Testimonials section */
/* line 37, app/assets/stylesheets/blog.scss */
#blog_testimonials_section {
  width: 100%;
  height: 300px;
}

/* line 38, app/assets/stylesheets/blog.scss */
#blog_testimonials_section_just_the_cards {
  width: 83.5%;
  height: 300px;
  float: left;
}

/* line 39, app/assets/stylesheets/blog.scss */
.blog_testimonial_card {
  float: left;
  width: 20%;
  height: 245px;
  border-radius: 20px;
  border: 0px solid #7946F5;
  background: #FFF;
  box-shadow: 20px 15px 44px 0px rgba(84, 48, 209, 0.1);
  margin-left: 2.5%;
  margin-right: 2.5%;
}

/* line 40, app/assets/stylesheets/blog.scss */
.five_star_blog_testimonial_rating {
  margin-top: 38px;
  margin-right: 39px;
  float: right;
}

/* line 41, app/assets/stylesheets/blog.scss */
.blog_testimonial_left_quotes {
  float: left;
  margin-left: 20px;
  margin-top: 36px;
  position: relative;
}

/* line 43, app/assets/stylesheets/blog.scss */
.blog_testimonials_card_text {
  color: #595858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 236px;
  height: 86px;
  margin-top: 29px;
  margin-left: 29px;
  margin-bottom: 21px;
}

/* line 44, app/assets/stylesheets/blog.scss */
.blog_testimonials_card_client_name {
  color: #595858;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  width: 85%;
  height: 45px;
  float: left;
  margin-left: 40px;
  margin-bottom: 24px;
  position: relative;
}

/* line 46, app/assets/stylesheets/blog.scss */
#blog_testimonials_left_arrow_section {
  width: 8.25%;
  height: 300px;
  float: left;
  text-align: right;
}

/* line 47, app/assets/stylesheets/blog.scss */
#blog_testimonials_right_arrow_section {
  width: 8.25%;
  height: 300px;
  float: left;
  text-align: left;
}

/* line 49, app/assets/stylesheets/blog.scss */
#blog_testimonials_left_arrow {
  margin-top: 117px;
  text-align: right;
  cursor: pointer;
  margin-right: 0%;
}

/* line 50, app/assets/stylesheets/blog.scss */
#blog_testimonials_right_arrow {
  margin-top: 117px;
  margin-left: 0%;
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/blog.scss */
#blog_contact_us_form_content {
  margin-left: 72px;
  width: 66.666%;
  float: left;
}

/* Show blog article page */
/* line 54, app/assets/stylesheets/blog.scss */
#show_blog_article_back_to_blog_section {
  width: 70%;
  height: 30px;
  margin-left: 16%;
  margin-top: 73px;
}

/* line 55, app/assets/stylesheets/blog.scss */
#show_blog_article_back_to_previous_page_image {
  float: left;
  margin-bottom: 10px;
  width: 12px;
}

/* line 56, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_link {
  color: #9F69FF;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_link:hover {
  color: #9F69FF;
}

/* line 58, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_link:visited {
  color: #9F69FF;
}

/* line 60, app/assets/stylesheets/blog.scss */
#show_blog_article_content {
  width: 70%;
  margin-left: 16%;
  min-height: 300px;
  box-shadow: 20px 15px 44px 0px #5430D11A;
  margin-top: 50px;
  padding-bottom: 40px;
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 61, app/assets/stylesheets/blog.scss */
#show_blog_article_image {
  width: 100%;
  height: 520px;
  border-radius: 20px;
}

/* line 63, app/assets/stylesheets/blog.scss */
#show_blog_article_text {
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
}

/* line 65, app/assets/stylesheets/blog.scss */
#show_blog_article_back_to_blog_section_bottom {
  width: 70%;
  height: 30px;
  margin-left: 16%;
  margin-top: 73px;
}

/* line 66, app/assets/stylesheets/blog.scss */
#show_blog_article_back_to_previous_page_image_bottom {
  float: left;
  margin-bottom: 10px;
  width: 12px;
}

/* line 67, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_link_bottom {
  color: #9F69FF;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-left: 6.3%;
  margin-top: 150px;
}

/* line 68, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_link_bottom:hover {
  color: #9F69FF;
}

/* line 69, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_link_bottom:visited {
  color: #9F69FF;
}

/* line 71, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_title {
  color: #595858;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  width: 100%;
  min-height: 96px;
  margin-top: 75px;
}

/* line 72, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_date {
  color: #595858;
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  height: 18px;
  margin-bottom: 26px;
  margin-top: 80px;
}

/* line 73, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_body {
  color: #595858;
  text-align: left;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  width: 100%;
  min-height: 200px;
}

/* line 74, app/assets/stylesheets/blog.scss */
#show_blog_article_blog_body > h4 {
  margin-bottom: 25px;
  margin-top: 18px;
}

/* line 75, app/assets/stylesheets/blog.scss */
#show_blog_article_related_articles_title {
  width: 100%;
  height: 96px;
  color: #FF7036;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 74px;
  margin-top: 87px;
}

@media only screen and (min-width: 1901px) {
  /* line 79, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -230px;
  }
}

@media (min-width: 2100px) {
  /* line 88, app/assets/stylesheets/blog.scss */
  #blog_second_header {
    top: 158px;
  }
}

@media (min-width: 2200px) {
  /* line 93, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -250px;
  }
  /* line 94, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media (min-width: 2300px) {
  /* line 98, app/assets/stylesheets/blog.scss */
  #blog_second_header {
    top: 178px;
  }
}

@media (min-width: 2500px) {
  /* line 106, app/assets/stylesheets/blog.scss */
  #blog_second_header {
    top: 188px;
  }
}

@media only screen and (max-width: 1900px) {
  /* line 110, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    margin-top: 20px;
  }
  /* line 111, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    margin-top: 25px;
  }
  /* line 112, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 450px;
  }
  /* line 114, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    width: 83.5%;
    margin-left: 8.25%;
    margin-top: -180px;
  }
  /* line 115, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    width: 83.5%;
    margin-left: 8.25%;
    margin-top: -40px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 119, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    margin-top: 20px;
  }
  /* line 120, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 510px;
  }
  /* line 122, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -220px;
  }
  /* line 123, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 127, app/assets/stylesheets/blog.scss */
  #blog_testimonials_section_just_the_cards {
    width: 90%;
  }
  /* line 128, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    width: 5%;
  }
  /* line 129, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    width: 5%;
  }
  /* line 131, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    margin-top: 30px;
  }
  /* line 132, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 440px;
  }
  /* line 134, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    width: 90%;
    margin-left: 5%;
    margin-top: -155px;
  }
  /* line 135, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    width: 90%;
    margin-left: 5%;
    margin-top: -20px;
  }
  /* line 137, app/assets/stylesheets/blog.scss */
  #show_blog_article_content {
    width: 75%;
    margin-left: 12.5%;
  }
  /* line 138, app/assets/stylesheets/blog.scss */
  #show_blog_article_back_to_blog_section {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 142, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_title {
    margin-top: 20px;
    line-height: normal;
  }
  /* line 143, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_01 {
    line-height: 1.4;
    margin-top: 15px;
  }
  /* line 144, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_02 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  /* line 146, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  /* line 148, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_title {
    font-size: 60px;
    margin-top: 50px;
  }
  /* line 149, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_date {
    margin-top: 50px;
  }
  /* line 150, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -160px;
  }
  /* line 151, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 155, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 30%;
  }
  /* line 156, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body {
    font-size: 22px;
    line-height: 35px;
  }
  /* line 157, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 159, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_link_bottom {
    margin-top: 80px;
  }
  /* line 160, app/assets/stylesheets/blog.scss */
  .blog_card:nth-of-type(3n) {
    margin-right: 8%;
  }
  /* line 163, app/assets/stylesheets/blog.scss */
  .blog_card:nth-of-type(2n) {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 169, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    width: 2.5%;
    margin-right: 1%;
  }
  /* line 170, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    margin-left: 1%;
    width: 2.5%;
  }
  /* line 171, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
  /* line 173, app/assets/stylesheets/blog.scss */
  .blog_card_title {
    font-size: 23px;
  }
  /* line 174, app/assets/stylesheets/blog.scss */
  .blog_card_subtitle {
    font-size: 21px;
  }
  /* line 176, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 32%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 180, app/assets/stylesheets/blog.scss */
  .blog_testimonials_card_text {
    margin-left: 15px;
  }
  /* line 182, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    margin-top: 20px;
  }
  /* line 183, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 400px;
  }
  /* line 185, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 33%;
  }
  /* line 187, app/assets/stylesheets/blog.scss */
  #show_blog_article_content {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 188, app/assets/stylesheets/blog.scss */
  #show_blog_article_back_to_blog_section {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 190, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -135px;
  }
  /* line 191, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 196, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    margin-top: 105px;
  }
  /* line 197, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 350px;
  }
  /* line 198, app/assets/stylesheets/blog.scss */
  .blog_card {
    margin-bottom: 80px;
  }
  /* line 200, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 35%;
  }
  /* line 202, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
  }
  /* line 204, app/assets/stylesheets/blog.scss */
  #show_blog_article_text {
    width: 85%;
  }
  /* line 206, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    margin-right: 0px;
    width: 5%;
  }
  /* line 207, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    margin-left: 0px;
    width: 5%;
  }
  /* line 209, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    margin-top: 25px;
  }
  /* line 210, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -0px;
  }
  /* line 211, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 215, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 28%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  /* line 216, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    margin-top: 100px;
  }
  /* line 217, app/assets/stylesheets/blog.scss */
  #show_blog_article_related_articles_title {
    height: 50px;
    font-size: 50px;
    margin-top: 45px !important;
  }
  /* line 218, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -10px;
  }
  /* line 219, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
  /* line 221, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 40%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 225, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 43%;
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  /* line 226, app/assets/stylesheets/blog.scss */
  .blog_testimonials_card_text {
    width: 80%;
  }
  /* line 228, app/assets/stylesheets/blog.scss */
  .blog_testimonials_card_client_name {
    margin-bottom: 0px;
  }
  /* line 230, app/assets/stylesheets/blog.scss */
  #blog_contact_us_title_section {
    margin-bottom: -20px;
  }
  /* line 232, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_title {
    font-size: 40px;
    margin-top: 0px;
    height: 40px;
  }
  /* line 233, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 25px;
  }
  /* line 234, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 25px;
  }
  /* line 236, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    font-size: 80px;
    line-height: 80px;
    height: 170px;
  }
  /* line 237, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    width: 190px;
    margin-right: 15px;
  }
  /* line 238, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  /* line 240, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 300px;
  }
  /* line 242, app/assets/stylesheets/blog.scss */
  #show_blog_article_back_to_blog_section {
    width: 95%;
    margin-left: 5%;
    margin-top: 30px;
  }
  /* line 243, app/assets/stylesheets/blog.scss */
  #show_blog_article_content {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
  /* line 244, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_title {
    font-size: 50px;
    margin-top: 30px;
  }
  /* line 245, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_date {
    font-size: 22px;
    margin-top: 30px;
  }
  /* line 246, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > p {
    font-size: 20px;
  }
  /* line 247, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 249, app/assets/stylesheets/blog.scss */
  #blog_testimonials_section_just_the_cards {
    width: 80%;
  }
  /* line 250, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    width: 10%;
  }
  /* line 251, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    width: 10%;
  }
  /* line 253, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: 0px;
  }
  /* line 254, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 258, app/assets/stylesheets/blog.scss */
  #show_blog_article_related_articles_title {
    height: 40px;
    font-size: 40px;
    margin-bottom: 40px;
  }
  /* line 259, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    width: 170px;
    margin-right: 10px;
  }
  /* line 260, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 720px;
    margin-top: 20px;
  }
  /* line 261, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 270px;
  }
  /* line 263, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: 0px;
  }
  /* line 264, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 269, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_title {
    font-size: 33px;
    height: 33px;
  }
  /* line 270, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 22px;
  }
  /* line 271, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  /* line 273, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    width: 150px;
    margin-right: 10px;
    height: 40px;
    font-size: 18px;
    padding-top: 6px;
  }
  /* line 274, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category_active {
    padding-top: 8px;
  }
  /* line 275, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 640px;
    margin-top: 10px;
  }
  /* line 277, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    font-size: 60px;
    height: 150px;
    margin-top: 90px;
  }
  /* line 278, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 250px;
  }
  /* line 280, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 45%;
  }
  /* line 281, app/assets/stylesheets/blog.scss */
  .blog_card_title {
    font-size: 21px;
  }
  /* line 282, app/assets/stylesheets/blog.scss */
  .blog_card_subtitle {
    font-size: 19px;
  }
  /* line 284, app/assets/stylesheets/blog.scss */
  #blog_testimonials_section_just_the_cards {
    width: 85%;
  }
  /* line 285, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    width: 7.5%;
  }
  /* line 286, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    width: 7.5%;
  }
  /* line 288, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: 10px;
  }
  /* line 289, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 10px;
  }
  /* line 291, app/assets/stylesheets/blog.scss */
  #show_blog_article_related_articles_title {
    height: 35px;
    font-size: 35px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 296, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    padding-top: 10px;
    margin-top: 70px;
  }
  /* line 297, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  /* line 299, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    margin-left: 15%;
  }
  /* line 301, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    width: 120px;
    margin-right: 10px;
  }
  /* line 302, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 520px;
    margin-top: 5px;
  }
  /* line 307, app/assets/stylesheets/blog.scss */
  #blog_testimonials_section_just_the_cards {
    width: 80%;
  }
  /* line 308, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    width: 10%;
    margin-left: 0px;
  }
  /* line 309, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    width: 10%;
    margin-right: 0px;
  }
  /* line 311, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: -10px;
  }
  /* line 312, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -10px;
  }
  /* line 313, app/assets/stylesheets/blog.scss */
  .blog_card {
    margin-right: 5%;
  }
  /* line 315, app/assets/stylesheets/blog.scss */
  .blog_card:nth-of-type(3n) {
    margin-right: 5%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 321, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 80%;
  }
  /* line 323, app/assets/stylesheets/blog.scss */
  #blog_contact_us_title_section {
    margin-bottom: -15px;
  }
  /* line 324, app/assets/stylesheets/blog.scss */
  #blog_contact_us_form_content {
    width: 90%;
    margin-left: 5%;
  }
  /* line 326, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    border: 2px solid #FF7036;
    padding-top: 7px;
    font-size: 16px;
    margin-right: 5px;
  }
  /* line 327, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category_active {
    padding-top: 6px;
    font-size: 16px;
    margin-right: 5px;
  }
  /* line 328, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 500px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  /* line 331, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    font-size: 50px;
    height: 150px;
    margin-left: 5%;
    text-align: left;
    width: 95%;
  }
  /* line 333, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 220px;
  }
  /* line 335, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 95%;
    margin-right: 0px;
  }
  /* line 337, app/assets/stylesheets/blog.scss */
  #show_blog_article_image {
    height: 400px;
  }
  /* line 338, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_date {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 339, app/assets/stylesheets/blog.scss */
  #show_blog_article_text {
    width: 90%;
  }
  /* line 340, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_title {
    font-size: 43px;
  }
  /* line 341, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 26px;
    line-height: 36px;
  }
  /* line 342, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_link_bottom {
    margin-top: 45px;
  }
  /* line 344, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: 10px;
  }
  /* line 345, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 349, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 18px;
  }
  /* line 350, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 18px;
  }
  /* line 351, app/assets/stylesheets/blog.scss */
  #blog_contact_us_title_section {
    margin-bottom: 10px;
  }
  /* line 353, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 70px;
  }
  /* line 354, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 180px;
  }
  /* line 355, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    font-size: 16px;
    width: 100px;
  }
  /* line 356, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 420px;
    margin-top: 10px;
  }
  /* line 358, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 98%;
    margin-right: 0px;
  }
  /* line 360, app/assets/stylesheets/blog.scss */
  #show_blog_article_image {
    height: 350px;
  }
  /* line 362, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: 10px;
  }
  /* line 363, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 10px;
  }
  /* line 364, app/assets/stylesheets/blog.scss */
  #show_blog_article_related_articles_title {
    height: 25px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 368, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_title {
    font-size: 28px;
    height: 28px;
  }
  /* line 369, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 16px;
  }
  /* line 370, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 16px;
  }
  /* line 372, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    font-size: 12px;
    width: 80px;
    margin-right: 3px;
  }
  /* line 373, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 332px;
    margin-top: 10px;
  }
  /* line 375, app/assets/stylesheets/blog.scss */
  #divider_550_blog_blog, #divider_550_blog_show_blog_category {
    height: 160px;
  }
  /* line 376, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 98%;
    margin-right: 0px;
  }
  /* line 378, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_title {
    font-size: 39px;
  }
  /* line 379, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > h4 {
    word-wrap: break-word;
  }
  /* line 381, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  /* line 382, app/assets/stylesheets/blog.scss */
  #blog_testimonials_section_just_the_cards {
    width: 80%;
  }
  /* line 383, app/assets/stylesheets/blog.scss */
  #blog_testimonials_left_arrow_section {
    width: 10%;
    margin-left: 0px;
  }
  /* line 384, app/assets/stylesheets/blog.scss */
  #blog_testimonials_right_arrow_section {
    width: 10%;
    margin-right: 0px;
  }
  /* line 385, app/assets/stylesheets/blog.scss */
  .blog_testimonials_card_client_name {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  /* line 386, app/assets/stylesheets/blog.scss */
  .blog_testimonials_card_text {
    font-size: 15px;
  }
  /* line 388, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    padding-top: 0px;
    height: 160px;
    margin-top: 75px;
  }
  /* line 389, app/assets/stylesheets/blog.scss */
  #blog_card_section {
    margin-top: 25px;
  }
  /* line 390, app/assets/stylesheets/blog.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 394, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_title {
    font-size: 24px;
    height: 24px;
  }
  /* line 395, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 14px;
  }
  /* line 396, app/assets/stylesheets/blog.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 14px;
  }
  /* line 398, app/assets/stylesheets/blog.scss */
  #blog_contact_us_form_content > #contact_us_pre_fields_message {
    padding-right: 0px;
  }
  /* line 400, app/assets/stylesheets/blog.scss */
  #blog_second_header_title {
    font-size: 30px;
  }
  /* line 402, app/assets/stylesheets/blog.scss */
  .blog_second_header_show_blog_category {
    font-size: 11px;
    width: 66px;
    margin-right: 2px;
    border: 1px solid #FF7036;
  }
  /* line 403, app/assets/stylesheets/blog.scss */
  #blog_second_header_category_links_section {
    width: 280px;
  }
  /* line 405, app/assets/stylesheets/blog.scss */
  .blog_card {
    width: 98%;
    margin-right: 0px;
  }
  /* line 407, app/assets/stylesheets/blog.scss */
  #show_blog_article_image {
    height: 300px;
  }
  /* line 408, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_title {
    font-size: 30px;
    margin-top: 15px;
    min-height: 50px;
  }
  /* line 409, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > p {
    font-size: 17px;
    line-height: 30px;
  }
  /* line 410, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 23px;
    line-height: 33px;
  }
  /* line 411, app/assets/stylesheets/blog.scss */
  #show_blog_article_blog_link_bottom {
    margin-top: 30px;
  }
  /* line 413, app/assets/stylesheets/blog.scss */
  .blog_testimonial_card {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 414, app/assets/stylesheets/blog.scss */
  .five_star_blog_testimonial_rating {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 419, app/assets/stylesheets/blog.scss */
  #show_blog_article_image {
    height: 250px;
  }
}
/* line 1, app/assets/stylesheets/card.scss */
.smaller_card_completed_footer_completed_message {
  color: #703AF4;
  height: 19px;
  font-size: 14px;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

/* line 2, app/assets/stylesheets/card.scss */
.small_card_completed_progress_bar_completed {
  height: 100%;
  background-color: #703AF4;
  float: left;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
}

/* line 12, app/assets/stylesheets/card.scss */
.small_card_completed_progress_bar_completed::before {
  content: "";
  position: absolute;
  top: 1px;
  /* Adjust as needed */
  right: -1px;
  /* Adjust as needed */
  bottom: 1px;
  /* Adjust as needed */
  width: 20px;
  /* Width of the image */
  background-image: url(/images/kollek/progress_bar_completed_check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/card.scss */
.card_completed_footer_completed_card_message {
  color: #9F69FF;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/card.scss */
.card_completed_footer_completed_card_message:hover {
  color: #9F69FF;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/card.scss */
.card_completed_footer_completed_card_message:visited {
  color: #9F69FF;
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_section {
  color: #9F69FF;
  height: 49px;
  font-size: 14px;
  margin-top: 16px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  width: 205px;
  margin-left: auto;
  margin-right: auto;
}

/* line 3, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_section_card {
  width: 209px;
}

/* line 6, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_heart_icon {
  height: 24px;
  width: 24px;
  float: left;
}

/* line 7, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_adjust_quantity {
  width: 67px;
  height: 27px;
  border: 3px solid #FF7036;
  background: white;
  margin-left: 7px;
  border-radius: 30px;
  float: left;
}

/* line 8, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_adjust_quantity > span {
  color: #FF7036;
}

/* line 9, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_add_to_basket {
  width: 100px;
  height: 27px;
  border-radius: 100px;
  background: #FF7036;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px;
  padding-top: 7px;
  float: right;
}

/* line 12, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_added_to_basket_success_message {
  color: #703AF4;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 100px;
  height: 36px;
  flex-shrink: 0;
  float: right;
}
/* line 1, app/assets/stylesheets/categories_page.scss */
.categories_page_category_item {
  font-size: 25px;
  text-decoration: none;
  border: 2px solid #703AF4;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
  color: #703AF4;
  line-height: 28px;
  text-align: center;
  float: left;
  margin-right: 3%;
  width: 22.6%;
  margin-bottom: 79px;
  display: inline;
}

/* line 3, app/assets/stylesheets/categories_page.scss */
.categories_page_category_item:nth-child(4n) {
  margin-right: 0%;
}

/* line 7, app/assets/stylesheets/categories_page.scss */
.categories_page_category_item:visited {
  color: #703AF4;
}

/* line 8, app/assets/stylesheets/categories_page.scss */
.categories_page_category_item:hover {
  background: #F8F8F8;
}

/* line 9, app/assets/stylesheets/categories_page.scss */
#categories_page_categories_section {
  margin-left: 14.2%;
  width: 71.6%;
}

/* line 11, app/assets/stylesheets/categories_page.scss */
#tab_pages_top_title_display_categories {
  padding-top: 0px;
  font-size: 60px;
  line-height: 75px;
}

@media only screen and (max-width: 1800px) {
  /* line 48, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    margin-right: 2%;
    width: 23.5%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 52, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    margin-right: 1%;
    width: 24.25%;
  }
  /* line 53, app/assets/stylesheets/categories_page.scss */
  #categories_page_categories_section {
    width: 75%;
    margin-left: 12.5%;
  }
  /* line 54, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    font-size: 60px;
    line-height: 80px;
  }
  /* line 55, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 59, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 63, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    font-size: 55px;
    line-height: 75px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 67, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 68, app/assets/stylesheets/categories_page.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 72, app/assets/stylesheets/categories_page.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 76, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    font-size: 18px;
    line-height: 23px;
  }
  /* line 78, app/assets/stylesheets/categories_page.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    margin-top: 10px;
  }
  /* line 79, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 86, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  /* line 87, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    font-size: 55px;
    line-height: 66px;
  }
  /* line 89, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    font-size: 25px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 94, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    width: 32.33%;
  }
  /* line 95, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item:nth-child(4n) {
    margin-right: 1%;
  }
  /* line 102, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item:nth-child(3n) {
    margin-right: 0;
  }
  /* line 107, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    font-size: 50px;
    line-height: 60px;
  }
  /* line 108, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 119, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    font-size: 15px;
  }
  /* line 120, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 121, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories > div {
    width: 100%;
  }
  /* line 122, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 126, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 128, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item:nth-child(3n) {
    margin-right: 2%;
  }
  /* line 134, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item:nth-child(2n) {
    margin-right: 0;
  }
  /* line 138, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    font-size: 35px;
    line-height: 45px;
  }
  /* line 139, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 143, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    height: 44px;
    font-size: 14px;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 148, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 149, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 153, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_title_display_categories {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 30px;
  }
  /* line 154, app/assets/stylesheets/categories_page.scss */
  .categories_page_category_item {
    font-size: 11px;
    line-height: 11px;
    height: 41px;
    padding-top: 14px;
  }
  /* line 155, app/assets/stylesheets/categories_page.scss */
  #tab_pages_top_subtitle_display_categories {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 1, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_section {
  width: 70%;
  margin-left: 15%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* line 2, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_left_section {
  float: left;
  width: 65%;
  min-height: 300px;
}

/* line 6, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_right_section {
  float: right;
  width: 32%;
  min-height: 300px;
}

/* line 10, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_left_section_title {
  color: #703AF4;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
}

/* line 17, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_left_section_text {
  color: #636363;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-top: 30px;
}

/* line 25, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_left_section_view_orders_buttons {
  border-radius: 100px;
  border: 3px solid #FF7C46;
  background: #FFF;
  color: #FF7C46;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  float: left;
  margin-top: 60px;
  height: 65px;
  text-decoration: none;
  padding-top: 16px;
  width: 311px;
}

/* line 40, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_left_section_download_invoice {
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  float: left;
  margin-top: 60px;
  margin-left: 20px;
  height: 65px;
  text-decoration: none;
  padding-top: 18px;
  width: 311px;
}

/* line 55, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_right_image {
  width: 100%;
  margin-top: 30px;
}

@media only screen and (max-width: 1800px) {
  /* line 93, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_title {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 94, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    margin-top: 10px;
  }
  /* line 95, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_view_orders_buttons {
    margin-top: 30px;
  }
  /* line 96, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 105, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  /* line 106, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_title {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 107, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_view_orders_buttons {
    width: 250px;
    font-size: 20px;
    padding-top: 12px;
    height: 50px;
  }
  /* line 108, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    width: 250px;
    font-size: 20px;
    padding-top: 14px;
    height: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 120, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    width: 80%;
    margin-left: 10%;
  }
  /* line 121, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section {
    width: 100%;
  }
  /* line 122, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_right_section {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 127, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    margin-top: 0px;
    padding-top: 25px;
    margin-left: 5%;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 134, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    width: 95%;
  }
  /* line 135, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_title {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 136, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 138, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_view_orders_buttons {
    margin-top: 20px;
  }
  /* line 139, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 156, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_view_orders_buttons {
    width: 200px;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding-top: 9px;
  }
  /* line 157, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    width: 200px;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding-top: 12px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 161, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_title {
    font-size: 25px;
    line-height: 35px;
  }
  /* line 162, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_view_orders_buttons {
    float: left;
    margin-left: 0px;
    margin-right: 200px;
  }
  /* line 163, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 169, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 170, app/assets/stylesheets/checkout_bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    padding-right: 15px;
    padding-top: 10px;
  }
}
/* line 2, app/assets/stylesheets/checkout_first_page.scss */
.remove_checkout_order_id {
  cursor: pointer;
}

/* Checkout page */
/* line 5, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_top {
  width: 100%;
  margin-left: 0%;
}

/* line 7, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_container {
  background: white;
  min-height: 300px;
  width: 75%;
  margin-left: 15%;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 10px;
}

/* line 8, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_title_section {
  color: #7946F5;
  font-size: 72px;
  line-height: 90px;
  width: 51%;
  float: left;
  margin-left: 8%;
  margin-top: 30px;
}

/* line 9, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_image_section {
  width: 23%;
  float: left;
  background: white;
  margin-top: -40px;
  margin-left: -20px;
}

/* line 10, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_top_image {
  width: 100%;
}

/* line 13, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_empty_checkout_subtitle {
  font-size: 32px;
  color: #636363;
  line-height: 50px;
  margin-top: 30px;
}

/* line 14, app/assets/stylesheets/checkout_first_page.scss */
#checkout_page_empty_cart_webshop_link {
  color: white;
  font-size: 24px;
  line-height: 29px;
  background: #FF7C46;
  border-radius: 100px;
  padding-top: 23px;
  width: 318px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-top: 30px;
  height: 70px;
  font-weight: 600;
}

/* line 16, app/assets/stylesheets/checkout_first_page.scss */
#empthy_checkout_page_top {
  width: 100%;
  margin-left: 0%;
}

/* line 17, app/assets/stylesheets/checkout_first_page.scss */
#empthy_checkout_page_title_section {
  color: #7946F5;
  font-size: 72px;
  line-height: 90px;
  width: 55%;
  float: left;
  padding-left: 7%;
  margin-top: 30px;
}

/* line 18, app/assets/stylesheets/checkout_first_page.scss */
#empthy_checkout_page_image_section {
  width: 38%;
  float: left;
  background: white;
  margin-top: -40px;
}

/* line 19, app/assets/stylesheets/checkout_first_page.scss */
#empthy_checkout_page_top_image {
  height: 450px;
}

@media only screen and (max-width: 1800px) {
  /* line 55, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 60px;
    line-height: 75px;
  }
  /* line 56, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 30px;
    line-height: 45px;
  }
  /* line 58, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    font-size: 20px;
    padding-top: 18px;
    height: 60px;
    width: 300px;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 62, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 71, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    width: 65%;
  }
  /* line 72, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_image_section {
    width: 30%;
  }
  /* line 73, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_top_image {
    height: 350px;
    float: left;
    margin-top: 60px;
  }
  /* line 75, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    width: 90%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 83, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    width: 85%;
    margin-left: 7.5%;
    padding-top: 35px;
  }
  /* line 84, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_title_section {
    margin-left: 4%;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 89, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    margin-top: 20px;
    padding-top: 20px;
    width: 90%;
    margin-left: 5%;
  }
  /* line 90, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 91, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 25px;
    line-height: 40px;
  }
  /* line 92, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_top_image {
    height: 350px;
  }
  /* line 93, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_title_section {
    font-size: 60px;
    line-height: 80px;
    font-size: 45px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 97, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 45px;
    line-height: 55px;
    padding-left: 10px;
  }
  /* line 98, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 22px;
    line-height: 33px;
  }
  /* line 99, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_image_section {
    width: 34%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 103, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_top_image {
    height: 300px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 107, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 30px;
    line-height: 40px;
    margin-left: 2%;
  }
  /* line 108, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 19px;
    line-height: 34px;
  }
  /* line 109, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    font-size: 18px;
    height: 50px;
    padding-top: 12px;
    width: 280px;
  }
  /* line 111, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_top_image {
    height: 280px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 116, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_top_image {
    display: none;
  }
  /* line 117, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    margin-top: 0px;
    padding-top: 30px;
    margin-left: 30px;
    width: 95%;
  }
  /* line 118, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    width: 100%;
    margin-top: 10px;
  }
  /* line 119, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    margin-top: 10px;
  }
  /* line 120, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    margin-top: 15px;
  }
  /* line 121, app/assets/stylesheets/checkout_first_page.scss */
  #divider_100_checkout_checkout {
    height: 50px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 126, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 130, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_title_section {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 135, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 33px;
    line-height: 43px;
  }
  /* line 136, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 145, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_container {
    margin-left: 15px;
    padding-top: 10px;
  }
  /* line 146, app/assets/stylesheets/checkout_first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 147, app/assets/stylesheets/checkout_first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    width: 240px;
  }
}
/* checkout_accept_order_payment */
/* line 3, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_container {
  min-height: 300px;
  width: 70%;
  margin-left: 15%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 4, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_title_section {
  width: 60%;
  float: left;
  padding-top: 70px;
}

/* line 5, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_title {
  color: #7946F5;
  font-size: 72px;
  line-height: 90px;
  text-align: left;
}

/* line 6, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_subtitle {
  color: #636363;
  font-size: 20px;
  text-align: left;
}

/* line 7, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_image_section {
  width: 40%;
  float: left;
  min-height: 300px;
}

/* line 8, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_image {
  width: 90%;
  float: left;
}

/* line 9, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_go_to_webshop_link {
  background: #FF7C46;
  border-radius: 100px;
  width: 300px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  text-decoration: none;
  display: block;
}

/* line 10, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_upsell_message {
  color: #9F69FF;
  font-size: 25px;
  width: 100%;
  height: 2em;
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}

/* line 11, app/assets/stylesheets/checkout_payment_page.scss */
#success_payment_page_see_all_cards {
  color: #9F69FF;
  width: 90%;
  height: 1em;
  text-align: right;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

/* checkout decline order payment */
/* line 14, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_container {
  min-height: 300px;
  width: 70%;
  margin-left: 15%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 15, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_title_section {
  width: 60%;
  float: left;
  padding-top: 70px;
}

/* line 16, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_title {
  color: #7946F5;
  font-size: 72px;
  line-height: 90px;
  text-align: left;
}

/* line 17, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_subtitle {
  color: #636363;
  font-size: 20px;
  text-align: left;
}

/* line 18, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_image_section {
  width: 40%;
  float: left;
  min-height: 300px;
}

/* line 19, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_image {
  width: 90%;
  float: left;
}

/* line 20, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_go_to_webshop_link {
  background: #FF7C46;
  border-radius: 100px;
  width: 300px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  text-decoration: none;
  display: block;
}

/* line 21, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_upsell_message {
  color: #9F69FF;
  font-size: 25px;
  width: 100%;
  height: 2em;
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}

/* line 22, app/assets/stylesheets/checkout_payment_page.scss */
#error_payment_page_see_all_cards {
  color: #9F69FF;
  width: 90%;
  height: 1em;
  text-align: right;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

/* Checkout payment page */
/* line 25, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_container {
  background: white;
  min-height: 400px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 26, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_title_section {
  color: #7946F5;
  font-size: 72px;
  line-height: 90px;
  width: 60%;
  float: left;
  padding-left: 0px;
  padding-top: 60px;
}

/* line 27, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_image_section {
  width: 35%;
  float: right;
  background: white;
  padding-top: -10px;
}

/* line 28, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_top {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* line 29, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_top_image {
  width: 100%;
  float: right;
}

/* line 30, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_order_details_title {
  float: left;
  font-size: 30px;
  color: #7946F5;
}

/* line 32, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_container {
  width: 80%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 33, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_left_section {
  width: 50%;
  float: left;
  color: #636363;
  background: white;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 34, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_text_line {
  margin-bottom: 10px;
  color: #636363;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 10px;
}

/* line 35, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_order_details_title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
  color: #636363;
}

/* line 36, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_right_section {
  width: 40%;
  float: right;
  background: white;
  padding-right: 40px;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
}

/* line 37, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_kollek_image {
  float: right;
  width: 95%;
  border-radius: 10px;
  margin-top: 2%;
  margin-left: 2%;
}

/* line 38, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 39, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_change_quantity_container {
  width: 30px;
  height: 30px;
  background: #9F69FF;
  border-radius: 10px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 40, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_product_section_display_quantity {
  font-size: 16px;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center !important;
  color: white;
  width: 100%;
}

/* line 41, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_go_to_addresses_section {
  height: 100px;
  width: 80%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 30px;
  margin-top: 10px;
}

/* line 42, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_go_to_addresses_link {
  color: white;
  font-size: 18px;
  background: #FF7C46;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  width: 300px;
  float: right;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_go_to_addresses_link:visited {
  text-decoration: none;
  color: white;
}

/* line 45, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_transportation_section_title {
  font-size: 20px;
  font-weight: bold;
  color: #636363;
}

/* line 46, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_display_transportation_data {
  border: 1px solid #9F69FF;
  background: white;
  padding: 10px;
  border-radius: 20px;
  margin-top: 10px;
}

/* line 47, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_transportation_cost_items {
  width: 80%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  min-height: 100px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 49, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_delivery_address_section {
  width: 80%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  min-height: 400px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 50, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_delivery_address_title {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 52, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_billing_address_section {
  width: 80%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 40px;
  min-height: 400px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 53, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_billing_address_title {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_list_one_address_details {
  background: #FFFFFF;
  border-radius: 20px;
  min-width: 40%;
  width: 500px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #595858;
}

/* line 55, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_list_one_address_details:hover {
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_list_one_address_details_selected {
  border: 1px solid #9F69FF;
}

/* line 57, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_create_address_button {
  background: #9F69FF;
  border-radius: 100px;
  color: white;
  width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 50px;
  text-decoration: none;
  font-size: 16px;
}

/* line 58, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_select_address_link {
  color: #9F69FF;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 5%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}

/* line 59, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_select_address_link:hover {
  color: #9F69FF;
}

/* line 60, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_select_address_link:visited {
  color: #9F69FF;
}

/* line 62, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_estimated_delivery_date_section {
  font-size: 16px;
  line-height: 27px;
  color: #868686;
}

/* line 63, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_estimated_delivery_date {
  color: #9F69FF;
}

/* line 64, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_text_underline_with_distance {
  border-bottom: 2px solid #636363;
  line-height: 27px;
}

/* line 65, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_page_back_to_previous_page_image {
  float: left;
  margin-bottom: 10px;
  width: 12px;
}

/* line 68, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_select_address_top_link {
  color: #9F69FF;
  text-decoration: none;
  margin-top: 81px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}

/* line 69, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_select_address_top_link:hover {
  color: #9F69FF;
}

/* line 70, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_select_address_top_link:visited {
  color: #9F69FF;
}

/* line 72, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_addresses_and_others {
  width: 90%;
  min-height: 446px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 73, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_display_addresses {
  float: left;
  width: 48%;
  padding-left: 61px;
  height: 382px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
}

/* line 78, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_display_addresses_delivery_address_title {
  color: #636363;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 170.5%;
  width: 100%;
  text-align: left;
  margin-top: 36px;
}

/* line 83, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_one_address_details {
  background: #FFFFFF;
  border-radius: 20px;
  min-width: 40%;
  width: 80%;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 12px;
  color: #595858;
  border: 1px solid #9F69FF;
  height: 79px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* line 84, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_one_address_details:hover {
  cursor: pointer;
}

/* line 85, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_selected_address_checkbox {
  float: right;
  height: 22px;
  width: 22px;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 86, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_one_address_text_content {
  flex-grow: 1;
  display: inline-block;
}

/* line 89, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_one_address_image_content {
  margin-top: 10px;
  display: inline-block;
}

/* line 92, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_display_addresses_billing_address_title {
  color: #636363;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 170.5%;
  width: 100%;
  text-align: left;
}

/* line 97, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_total_price_section {
  float: left;
  width: 48%;
  height: 382px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  margin-left: 4%;
  padding-top: 36px;
  padding-left: 85px;
  padding-right: 50px;
}

/* line 98, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_total_price_title {
  color: #636363;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

/* line 103, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_price_without_vat_gray_text {
  color: #636363;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 108, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_price_without_vat_orange_text {
  color: #FF7C46;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 113, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_transportation_cost_gray_text {
  color: #636363;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 19px;
}

/* line 118, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_transportation_cost_orange_text {
  color: #FF7C46;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 123, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_taxes_gray_text {
  color: #636363;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 19px;
}

/* line 131, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_taxes_orange_text {
  color: #FF7C46;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 138, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_to_be_paid_section {
  width: 100%;
  height: 68px;
  flex-shrink: 0;
  border-radius: 42px;
  border: 1px solid #703AF4;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  color: #636363;
  text-align: center;
  font-size: 26px;
  font-style: 31px;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  padding-top: 17px;
}

/* line 153, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_to_be_paid_orange_text {
  color: #FF7C46;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 160, app/assets/stylesheets/checkout_payment_page.scss */
#reepay_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 550px;
  margin-bottom: 10px;
}

/* line 162, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_switch_payment_methods_section {
  width: 90%;
  margin-left: 5%;
  height: 80px;
}

/* line 163, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_card_widget_inactive {
  float: left;
  cursor: pointer;
  width: 290px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 3px solid #FF7C46;
  background: #FFF;
  color: #FF7C46;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 16px;
  margin-left: 80px;
}

/* line 173, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_card_widget_active {
  float: left;
  cursor: pointer;
  width: 290px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 80px;
  padding-top: 16px;
}

/* line 186, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_card_highlighted_word_inactive {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #FF7C46;
}

/* line 188, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_bank_transfer_inactive {
  float: right;
  cursor: pointer;
  width: 290px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 3px solid #FF7C46;
  background: #FFF;
  color: #FF7C46;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 16px;
  margin-right: 80px;
}

/* line 201, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_bank_transfer_active {
  float: right;
  cursor: pointer;
  width: 290px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 80px;
  padding-top: 16px;
}

/* line 212, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_bank_transfer_highlighted_word_inactive {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #FF7C46;
}

/* line 213, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_other_payment_methods_section {
  display: none;
  width: 90%;
  margin-left: 5%;
  margin-top: 35px;
}

/* line 215, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_bank_transfer_section_title {
  color: #703AF4;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 10px;
}

/* line 216, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_bank_transfer_section_text {
  color: #707070;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 224, app/assets/stylesheets/checkout_payment_page.scss */
#checkout_payment_page_send_faktura_button {
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
  height: 60px;
  width: 345px;
  padding-top: 17px;
  cursor: pointer;
}

/* line 238, app/assets/stylesheets/checkout_payment_page.scss */
#accept_and_send_bank_transfer_invoice_error_message {
  font-weight: bold;
  color: red;
  margin-top: 10px;
  font-size: 22px;
  margin-left: 15px;
}

/* line 240, app/assets/stylesheets/checkout_payment_page.scss */
#send_bank_transfer_invoice_spinner {
  color: #703AF4;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  height: 36px;
  width: 50px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

/* line 254, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_mastercard_inactive {
  float: right;
  cursor: pointer;
  width: auto;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 3px solid #FF7C46;
  background: #FFF;
  color: #FF7C46;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 16px;
  margin-right: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 268, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_mastercard_active {
  float: right;
  cursor: pointer;
  width: auto;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 80px;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 281, app/assets/stylesheets/checkout_payment_page.scss */
.checkout_payment_page_pay_by_mastercard_highlighted_word_inactive {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #FF7C46;
}

@media (min-width: 2000px) {
  /* line 289, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    width: 350px;
    font-size: 30px;
  }
  /* line 290, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_image_section {
    width: 35%;
    float: right;
  }
  /* line 292, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    width: 350px;
    font-size: 30px;
  }
  /* line 293, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_image_section {
    width: 35%;
    float: right;
  }
}

@media (min-width: 2200px) {
  /* line 301, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_addresses_and_others {
    margin-top: 0px;
  }
}

@media (min-width: 2300px) {
  /* line 305, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_one_address_details {
    height: 90px;
  }
  /* line 306, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    margin-top: 40px;
  }
  /* line 307, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    margin-top: 26px;
  }
  /* line 308, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 326, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_display_addresses {
    padding-left: 30px;
  }
  /* line 327, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-left: 50px;
  }
  /* line 329, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 26px;
    line-height: 31px;
  }
  /* line 330, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 26px;
    line-height: 31px;
  }
  /* line 332, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_title {
    font-size: 60px;
    line-height: 80px;
  }
  /* line 333, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title {
    font-size: 60px;
    line-height: 80px;
  }
  /* line 335, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 60px;
  }
  /* line 336, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 60px;
  }
  /* line 337, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_active {
    margin-right: 60px;
  }
  /* line 338, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_inactive {
    margin-right: 60px;
  }
  /* line 340, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 60px;
  }
  /* line 341, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 346, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 22px;
    line-height: 28px;
    padding-top: 19px;
  }
  /* line 347, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 349, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 22px;
  }
  /* line 350, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 22px;
  }
  /* line 351, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 22px;
  }
  /* line 353, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_total_price_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  /* line 354, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_title_section {
    font-size: 60px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 358, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_container {
    width: 75%;
  }
  /* line 360, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_container {
    width: 78%;
  }
  /* line 362, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    width: 78%;
  }
  /* line 364, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  /* line 365, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    margin-top: 10px;
  }
  /* line 366, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_bank_transfer_section_title {
    font-size: 28px;
  }
  /* line 367, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    font-size: 20px;
  }
  /* line 368, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_send_faktura_button {
    height: 50px;
    font-size: 20px;
    line-height: 24px;
    padding-top: 13px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 376, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 20px;
    line-height: 24px;
    padding-top: 19px;
  }
  /* line 377, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 379, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 20px;
  }
  /* line 380, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 20px;
  }
  /* line 381, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 20px;
  }
  /* line 383, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 385, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_title {
    font-size: 50px;
  }
  /* line 386, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title {
    font-size: 50px;
  }
  /* line 388, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 40px;
  }
  /* line 389, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 40px;
  }
  /* line 390, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_active {
    margin-right: 40px;
  }
  /* line 391, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_inactive {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 396, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_container {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 401, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_container {
    width: 90%;
  }
  /* line 403, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_container {
    width: 90%;
    margin-left: 10%;
  }
  /* line 405, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    width: 90%;
    margin-left: 10%;
  }
  /* line 408, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 415, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_select_address_top_link {
    margin-top: 20px;
  }
  /* line 416, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_title_section {
    padding-top: 30px;
  }
  /* line 417, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_one_address_details {
    width: 90%;
  }
  /* line 420, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_container {
    width: 95%;
    margin-left: 5%;
  }
  /* line 421, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_title {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 422, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_subtitle {
    font-size: 18px;
  }
  /* line 423, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_image_section {
    margin-top: 20px;
  }
  /* line 424, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    margin-top: 0px;
  }
  /* line 426, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    width: 95%;
    margin-left: 5%;
  }
  /* line 427, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 428, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_subtitle {
    font-size: 18px;
  }
  /* line 429, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_image_section {
    margin-top: 20px;
  }
  /* line 430, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    margin-top: 0px;
  }
  /* line 432, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 20px;
  }
  /* line 433, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 20px;
  }
  /* line 434, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_active {
    margin-right: 20px;
  }
  /* line 435, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_inactive {
    margin-right: 20px;
  }
  /* line 436, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    margin-top: 18px;
  }
  /* line 438, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 20px;
  }
  /* line 439, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 443, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 18px;
  }
  /* line 444, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 18px;
  }
  /* line 445, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 18px;
  }
  /* line 447, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_price_without_vat_orange_text {
    font-size: 18px;
  }
  /* line 448, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_transportation_cost_orange_text {
    font-size: 18px;
  }
  /* line 449, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_taxes_orange_text {
    font-size: 18px;
  }
  /* line 451, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_top {
    width: 100%;
  }
  /* line 452, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_addresses_and_others {
    width: 100%;
    margin-top: 30px;
  }
  /* line 453, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_select_address_link {
    margin-left: 0px;
  }
  /* line 455, app/assets/stylesheets/checkout_payment_page.scss */
  #reepay_container {
    width: 100%;
  }
  /* line 457, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* line 458, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    width: 95%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 463, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_one_address_image_content {
    display: none;
  }
  /* line 464, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_title_section {
    font-size: 40px;
    line-height: 60px;
  }
  /* line 465, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_display_addresses_delivery_address_title {
    font-size: 20px;
  }
  /* line 466, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_display_addresses_billing_address_title {
    font-size: 20px;
  }
  /* line 468, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_title_section {
    padding-top: 0px;
  }
  /* line 469, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_image_section {
    display: none;
  }
  /* line 470, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_title_section {
    width: 100%;
  }
  /* line 471, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_subtitle {
    width: 80%;
  }
  /* line 472, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    margin-top: 15px;
  }
  /* line 474, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title_section {
    padding-top: 0px;
  }
  /* line 475, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_image_section {
    display: none;
  }
  /* line 476, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title_section {
    width: 100%;
  }
  /* line 477, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_subtitle {
    width: 80%;
  }
  /* line 478, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    margin-top: 15px;
    margin-left: 0px;
    width: 240px;
    font-size: 20px;
  }
  /* line 480, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    padding-left: 0px;
    padding-top: 15px;
  }
  /* line 482, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 0px;
  }
  /* line 483, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 0px;
  }
  /* line 484, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
  }
  /* line 485, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 490, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_display_addresses {
    width: 100%;
  }
  /* line 491, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_total_price_section {
    margin-top: 40px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  /* line 492, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    max-width: 350px;
  }
  /* line 494, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 0px;
    font-size: 18px;
    line-height: 18px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
  }
  /* line 495, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 0px;
    font-size: 18px;
    line-height: 18px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
  }
  /* line 496, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_active {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
  }
  /* line 497, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_inactive {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
  }
  /* line 498, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: 50px;
    padding-top: 13px;
  }
  /* line 499, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: 50px;
    padding-top: 13px;
  }
  /* line 500, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* line 501, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    margin-top: 15px;
    height: 60px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 505, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_container {
    width: 95%;
    margin-left: 5%;
    padding-left: 0px;
  }
  /* line 507, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    width: 95%;
    margin-left: 5%;
    padding-left: 0px;
  }
  /* line 509, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 200px;
    height: 45px;
    padding-top: 9px;
  }
  /* line 510, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 200px;
    height: 45px;
    padding-top: 9px;
  }
  /* line 511, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_active {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 210px;
    height: 45px;
    padding-top: 9px;
  }
  /* line 512, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_bank_transfer_inactive {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 210px;
    height: 45px;
    padding-top: 9px;
  }
  /* line 514, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 240px;
    height: 60px;
    padding-top: 9px;
  }
  /* line 515, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 240px;
    height: 60px;
    padding-top: 9px;
  }
  /* line 517, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_bank_transfer_section_title {
    font-size: 24px;
  }
  /* line 518, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    font-size: 18px;
  }
  /* line 519, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_send_faktura_button {
    margin-top: 0px;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
    width: 300px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 523, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_image_section {
    display: none;
  }
  /* line 524, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_title_section {
    width: 100%;
    padding-top: 15px;
  }
  /* line 526, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_title {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 527, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_subtitle {
    font-size: 16px;
  }
  /* line 528, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    float: left;
  }
  /* line 530, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 531, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_subtitle {
    font-size: 16px;
  }
  /* line 532, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    float: left;
  }
  /* line 534, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    height: 100px;
  }
  /* line 535, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_pay_by_card_widget {
    float: left;
    margin-right: 200px;
  }
  /* line 536, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_pay_by_bank_transfer {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* line 537, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_pay_by_mastercard {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 541, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    width: 200px;
    font-size: 20px;
  }
  /* line 542, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_container {
    padding-right: 20px;
  }
  /* line 544, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    width: 200px;
    font-size: 20px;
  }
  /* line 545, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    padding-right: 20px;
  }
  /* line 547, app/assets/stylesheets/checkout_payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 552, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 15px;
  }
  /* line 553, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 15px;
  }
  /* line 554, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 15px;
  }
  /* line 556, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 16px;
  }
  /* line 557, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 16px;
  }
  /* line 559, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_display_addresses {
    padding-left: 10px;
  }
  /* line 560, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-left: 10px;
  }
  /* line 562, app/assets/stylesheets/checkout_payment_page.scss */
  #success_payment_page_container {
    padding-top: 15px;
  }
  /* line 563, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_container {
    padding-top: 15px;
  }
  /* line 565, app/assets/stylesheets/checkout_payment_page.scss */
  #error_payment_page_title {
    font-size: 23px;
  }
  /* line 567, app/assets/stylesheets/checkout_payment_page.scss */
  #checkout_payment_page_send_faktura_button {
    width: 250px;
  }
}
/* line 1, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_product_added_top_image {
  width: 100%;
  margin-left: 8%;
}

/* line 3, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_product_title {
  color: #636363;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 15px;
  max-height: 68px;
  /* 34px (line-height) * 2 lines */
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 17, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  /* Match with the background color */
  padding-left: 10px;
}

/* line 28, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_price_per_item {
  color: #FF7C46;
  font-weight: 600;
  font-size: 24px;
  line-height: 32.78px;
}

/* line 33, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_products_container {
  margin-left: 8%;
  padding-top: 46px;
  padding-bottom: 10px;
  width: 51%;
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
}

/* line 34, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_products_container_title {
  color: #636363;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
  margin-left: 26px;
}

/* line 35, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_without_taxes {
  width: 100%;
  min-height: 317px;
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  padding: 22px;
  padding-bottom: 30px;
}

/* line 36, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_title {
  color: #636363;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 34px;
  text-align: center;
}

/* line 37, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_without_taxes_wrapper {
  float: left;
  width: 23%;
  margin-left: 3%;
}

/* line 39, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping_wrapper {
  width: 100%;
  height: 120px;
  text-align: center;
  margin-top: 40px;
}

/* line 40, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping {
  width: 236px;
  height: 41px;
  color: #703AF4;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: 2px solid #703AF4;
  padding: 10px;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping:hover {
  text-decoration: none;
  color: #703AF4;
}

/* line 43, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping:visited {
  text-decoration: none;
  color: #703AF4;
}

/* line 45, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_italic_text {
  color: #636363;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

/* line 50, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_total_price_display {
  margin-top: 35px;
  text-align: center;
  width: 85%;
  height: 63px;
  flex-shrink: 0;
  border-radius: 44px;
  border: 1px solid #703AF4;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  color: #FF7C46;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 14px;
  margin-left: 7.5%;
}

/* line 70, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_container {
  width: 91.2%;
  height: 212px;
  margin-left: 26px;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 19px;
  padding-bottom: 16px;
  padding-right: 40px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
}

/* line 71, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_right_section {
  width: 56%;
  background: white;
  float: right;
  color: #636363;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 72, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_text_line {
  margin-top: 14px;
  font-size: 24px;
  line-height: 29.05px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #636363;
  text-align: left;
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_left_section {
  width: 36.3%;
  height: 142px;
  float: left;
  background: white;
  padding-left: 3%;
  padding-right: 3%;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
}

/* line 75, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_kollek_image {
  float: left;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  margin: 1%;
  text-align: center;
}

/* line 77, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 79, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_change_quantity_container {
  width: 116px;
  height: 31px;
  background: #9F69FF;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* line 92, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_section_decrease_quantity,
.checkout_page_product_section_display_quantity,
.checkout_page_product_section_increase_quantity {
  font-size: 22px;
  width: 30%;
  text-align: center;
  color: white;
}

/* line 101, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_go_to_addresses_link {
  width: 95%;
  height: 57px;
  margin-top: 41px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  background: #FF7C46;
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 13px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-left: 2.5%;
}

/* line 102, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_go_to_addresses_link:visited {
  text-decoration: none;
  color: white;
}

/* line 104, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_product_added_quantity_management {
  height: 40px;
  width: 100%;
  margin-top: 14px;
  display: flex;
  align-items: left;
}

/* line 105, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_clear_products_text {
  float: left;
  margin-left: 10px;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
  padding-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_clear_products_icon {
  float: left;
  margin-left: 5px;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
}

/* line 107, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_clear_products_icon > img {
  margin-top: 10px;
  cursor: pointer;
}

/* line 109, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_delivery_address_line {
  margin-top: 25px;
  color: #868686;
  font-weight: 600;
  font-size: 16px;
  line-height: 27.28px;
  width: 100%;
  height: 30px;
}

/* line 110, app/assets/stylesheets/checkout_product_added.scss */
.checkout_page_product_added_delivery_address_date {
  font-weight: 400;
  font-size: 16px;
  line-height: 27.28px;
  color: #9F69FF;
}

/* back to webshop link */
/* line 113, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_back_to_webshop_section {
  width: 70%;
  height: 30px;
  margin-left: 8%;
  margin-top: 73px;
  font-size: 20px;
}

/* line 114, app/assets/stylesheets/checkout_product_added.scss */
#checkout_page_back_to_webshop_image {
  float: left;
  margin-bottom: 10px;
  width: 12px;
}

@media (min-width: 2000px) {
  /* line 121, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_display {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 122, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_go_to_addresses_link {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 2100px) {
  /* line 126, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    margin-top: 50px;
  }
}

@media (min-width: 2500px) {
  /* line 142, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1900px) {
  /* line 146, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_display {
    width: 95%;
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 154, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_added_product_title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  /* line 155, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_go_to_addresses_link {
    font-size: 18px;
    line-height: 18px;
    height: 48px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 159, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_go_to_addresses_link {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 160, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 161, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_display {
    font-size: 25px;
    line-height: 25px;
    height: 55px;
    padding-top: 14px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 165, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 166, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_added_product_title {
    font-size: 20px;
    line-height: 20px;
    height: 40px;
  }
  /* line 167, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_container {
    width: 95%;
    margin-left: 2.5%;
  }
  /* line 168, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_products_container_title {
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 15px;
  }
  /* line 169, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_section_right_section {
    width: 60%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 177, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_products_container {
    margin-left: 4%;
    width: 65%;
  }
  /* line 178, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_back_to_webshop_section {
    margin-left: 4%;
  }
  /* line 179, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_container {
    padding-top: 25px;
    width: 93%;
  }
  /* line 180, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_image_section {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 184, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_display {
    font-size: 20px;
    line-height: 20px;
    height: 42px;
    padding-top: 10px;
  }
  /* line 185, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_go_to_addresses_link {
    font-size: 14px;
    line-height: 14px;
    padding-top: 15px;
    height: 44px;
  }
  /* line 186, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    font-size: 13px;
    line-height: 13px;
    padding-top: 12px;
    height: 38px;
  }
  /* line 187, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_image_section {
    width: 18%;
    margin-top: 20px;
    margin-left: 5%;
  }
  /* line 188, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_products_container {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 195, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 26%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 199, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_products_container {
    margin-left: 2%;
    width: 67%;
  }
  /* line 200, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 28%;
  }
  /* line 201, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_container {
    margin-left: 2.5%;
    width: 95%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 206, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_title_section {
    margin-left: 0;
    font-size: 50px;
    line-height: 70px;
    margin-top: 0px;
  }
  /* line 207, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_products_container {
    margin-left: 0px;
    width: 95%;
    margin-bottom: 30px;
  }
  /* line 208, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_back_to_webshop_section {
    margin-left: 0px;
    margin-top: 40px;
    display: none;
  }
  /* line 210, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_go_to_addresses_link {
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 36px;
  }
  /* line 211, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_added_product_title {
    font-size: 18px;
    line-height: 18px;
    height: 36px;
  }
  /* line 212, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_section_text_line {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 213, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_section_price_per_item {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 214, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_product_added_quantity_management {
    margin-top: 10px;
  }
  /* line 216, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 50%;
    margin-left: 0px;
    min-height: 300px;
  }
  /* line 217, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_title {
    margin-top: 10px;
  }
  /* line 219, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_go_to_addresses_link {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 220, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_display {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  /* line 229, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_image_section {
    margin-top: 0px;
  }
  /* line 231, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_products_container_title {
    font-size: 25px;
  }
  /* line 232, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_container {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 236, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_title_section {
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_container {
    margin-left: 20px;
  }
  /* line 239, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 65%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 244, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_container {
    padding-left: 10px;
    padding-right: 5px;
  }
  /* line 245, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_section_right_section {
    width: 58%;
  }
  /* line 246, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_title_section {
    font-size: 35px;
    line-height: 50px;
  }
  /* line 248, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_section_left_section {
    width: 70%;
    height: 160px;
    margin-bottom: 20px;
  }
  /* line 249, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_container {
    height: 355px;
    padding-left: 20px;
  }
  /* line 250, app/assets/stylesheets/checkout_product_added.scss */
  .checkout_page_product_section_right_section {
    margin-left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 254, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 75%;
  }
}

@media only screen and (max-width: 300px) {
  /* line 258, app/assets/stylesheets/checkout_product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 80%;
  }
}
/* Checkout - select address page*/
/* line 3, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_page_container {
  background: white;
  min-height: 400px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 4, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_page_title_section {
  color: #7946F5;
  font-size: 72px;
  line-height: 90px;
  width: 37%;
  float: left;
  padding-left: 60px;
  padding-top: 70px;
}

/* line 5, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_three_lines_section {
  width: 20%;
  float: right;
  margin-top: 55px;
  margin-right: 25px;
}

/* line 6, app/assets/stylesheets/checkout_select_address.scss */
#checkout_section_page_three_lines_image {
  width: 100%;
}

/* line 7, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_page_image_section {
  float: right;
  background: white;
  margin-top: 70px;
  margin-right: 95px;
  width: 30%;
}

/* line 8, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_page_top_image {
  width: 100%;
}

/* line 10, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_container {
  min-height: 300px;
  width: 80%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-right: 40px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_left_section {
  width: 50%;
  float: left;
  color: #636363;
  background: white;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 12, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_text_line {
  margin-bottom: 10px;
  color: #868686;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
}

/* line 13, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_right_section {
  width: 40%;
  float: right;
  background: white;
  padding-right: 40px;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
}

/* line 14, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_kollek_image {
  float: right;
  width: 95%;
  border-radius: 10px;
  margin-top: 2%;
  margin-left: 2%;
}

/* line 15, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 16, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_change_quantity_container {
  width: 116px;
  height: 40px;
  background: #9F69FF;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  float: left;
}

/* line 17, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_decrease_quantity {
  font-size: 24px;
  width: 30%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
}

/* line 18, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_display_quantity {
  font-size: 24px;
  width: 30%;
  float: left;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}

/* line 19, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_increase_quantity {
  font-size: 24px;
  width: 30%;
  float: left;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}

/* line 21, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_go_to_addresses_section {
  height: 100px;
  width: 87.5%;
  margin-left: 60px;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-top: 10px;
}

/* line 23, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_page_go_to_addresses_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  background: #FF7C46;
  border-radius: 100px;
  float: right;
  text-decoration: none;
  cursor: pointer;
  width: 245px;
  height: 57px;
  font-weight: 600;
  margin-top: 50px;
}

/* line 40, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_page_go_to_addresses_link:visited {
  text-decoration: none;
  color: white;
}

/* line 42, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_transportation_section_title {
  font-size: 20px;
  font-weight: bold;
  color: #636363;
}

/* line 43, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_transportation_section_subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  margin-top: 7px;
}

/* line 44, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_display_transportation_data {
  border: 1px solid #9F69FF;
  background: white;
  padding: 20px;
  margin-top: 22px;
  border-radius: 100px;
  height: 64px;
  padding-left: 32px;
}

/* line 45, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_ransportation_cost_items {
  width: 87.5%;
  height: 256px;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 66px;
  padding-top: 62px;
  padding-bottom: 30px;
  padding-right: 105px;
  min-height: 100px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}

/* line 46, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_top_price_display {
  color: #636363;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 52, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_top_price_without_taxes {
  color: #636363;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

/* line 59, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_top_order_price {
  color: #FF7C46;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 70, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_delivery_address_section {
  width: 87.5%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 66px;
  padding-top: 48px;
  padding-bottom: 30px;
  padding-right: 40px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 350px;
}

/* line 71, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_delivery_address_title {
  color: #636363;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 23px;
}

/* line 73, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_billing_address_section {
  width: 87.5%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 66px;
  padding-top: 48px;
  padding-bottom: 20px;
  padding-right: 40px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 350px;
}

/* line 74, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_billing_address_title {
  color: #636363;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
}

/* line 75, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_list_one_address_details {
  background: #FFFFFF;
  border-radius: 20px;
  min-width: 40%;
  width: 480px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #595858;
}

/* line 76, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_list_one_address_details:hover {
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_list_one_address_details_selected {
  border: 1px solid #9F69FF;
}

/* line 79, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_create_address_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9F69FF;
  border-radius: 100px;
  color: white;
  width: 309px;
  height: 50px;
  margin-top: 30px;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
}

/* line 95, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_delivery_address_address_area {
  width: 85%;
  height: 100%;
  float: left;
  color: #595858;
}

/* line 96, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_delivery_address_checkbox_area {
  width: 10%;
  height: 60px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 98, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_delivery_address_checkbox {
  height: 22px;
  width: 22px;
  margin-right: 20px;
  display: none;
}

/* line 100, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_billing_address_address_area {
  width: 85%;
  height: 100%;
  float: left;
}

/* line 101, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_billing_address_checkbox_area {
  width: 10%;
  height: 60px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 103, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_billing_address_checkbox {
  height: 22px;
  width: 22px;
  margin-right: 20px;
  display: none;
  margin-top: 10px;
}

/* line 105, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_transportation_text_area {
  width: 90%;
  height: 100%;
  float: left;
  font-size: 16px;
  line-height: 27px;
  color: #868686;
}

/* line 106, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_transportation_checkbox_area {
  width: 10%;
  height: 100%;
  float: right;
}

/* line 107, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_transportation_checkbox {
  height: 20px;
  width: 20px;
  margin-left: 23px;
  margin-top: 2px;
  float: right;
}

/* line 108, app/assets/stylesheets/checkout_select_address.scss */
.checkout_select_address_page_product_section_price_per_item {
  color: #FF7C46;
  font-weight: 600;
  font-size: 24px;
  line-height: 32.78px;
}

/* back to first checkout page top link */
/* line 111, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_to_first_checkout_page_section {
  width: 70%;
  height: 30px;
  margin-left: 5%;
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 61px;
}

/* line 112, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_to_first_checkout_page_image {
  float: left;
  margin-bottom: 10px;
  width: 12px;
  margin-right: 5px;
}

/* line 113, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_to_first_checkout_page_link {
  color: #9F69FF;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}

/* line 114, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_to_first_checkout_page_link:hover {
  color: #9F69FF;
}

/* line 115, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_to_first_checkout_page_link:visited {
  color: #9F69FF;
}

/* line 117, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_top_price_and_delivery_section {
  width: 87.5%;
  margin-top: 53px;
  margin-left: 60px;
}

/* line 118, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_total_price_display_section {
  width: 48.1%;
  height: 113px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
  text-align: center;
  padding-top: 39px;
}

/* line 120, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_estimation_delivery_date_section {
  width: 49.9%;
  height: 113px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: right;
  letter-spacing: 0.05em;
  padding-top: 36px;
  padding-left: 1%;
  padding-right: 1%;
}

/* line 121, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_estimation_delivery_message {
  color: #636363;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

/* line 127, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_estimation_delivery_actual_date {
  color: #9F69FF;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
}

/* line 134, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_transportation_method_png {
  vertical-align: middle;
}

/* line 135, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_obs_explanation {
  position: relative;
  width: 87.5%;
  height: 66px;
  margin-top: 38px;
  margin-left: 5%;
  color: #636363;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 170.5%;
  margin-bottom: 0px;
  padding-left: 10px;
}

/* line 136, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_view_prices_link {
  color: #703AF4;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px solid #703AF4;
  padding-bottom: 0px;
  line-height: 1;
}

/* line 138, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_back_to_basket_link {
  color: #9F69FF;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  margin-top: 70px;
}

/* line 139, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_back_to_basket_link:hover {
  color: #9F69FF;
}

/* line 140, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_back_to_basket_link:visited {
  color: #9F69FF;
}

/* line 142, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section {
  width: 87.5%;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 66px;
  padding-top: 48px;
  padding-bottom: 20px;
  padding-right: 40px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  height: 280px;
}

/* line 143, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_title {
  color: #636363;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

/* line 144, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_subtitle {
  font-size: 14px;
  line-height: 20px;
  width: 85%;
  color: #707070;
}

/* line 145, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_subtitle > a,
#checkout_select_address_invoice_customer_email_section_subtitle > a:hover,
#checkout_select_address_invoice_customer_email_section_subtitle > a:visited {
  color: #703AF4;
  text-decoration: underline;
}

/* line 151, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_input_field {
  /*color: rgba(0, 0, 0, 0.87);*/
  color: #707070;
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 42%;
  margin-left: 0px;
  margin-top: 20px;
  border: 1px solid gray;
  border-radius: 28px;
  padding-left: 15px;
  border: 1px solid #D3D3D3;
  height: 43px;
  width: 480px;
}

/* line 152, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_input_field:hover {
  border: 1px solid black;
}

/* line 153, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_input_field::placeholder {
  color: #707070 !important;
}

/* line 155, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_update_email_section {
  display: flex;
}

/* line 156, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_update_email_button {
  background: white;
  font-size: 16px;
  line-height: 16px;
  padding-top: 7px;
  border-radius: 15px;
  height: 30px;
  display: inline-block;
  margin-top: 20px;
  background: #9F69FF;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_save_email_for_future_orders {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_checkbox_image {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}

/* line 160, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_message {
  font-size: 14px;
  line-height: 14px;
  color: #636363;
  font-style: italic;
  margin-left: 5px;
  margin-top: 2px;
}

/* line 161, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_update_email_message_error {
  font-weight: bold;
  color: red;
  font-size: 14px;
  line-height: 14px;
  margin-top: 7px;
}

/* line 162, app/assets/stylesheets/checkout_select_address.scss */
#checkout_select_address_invoice_customer_email_section_update_email_message_success {
  font-weight: bold;
  color: green;
  font-size: 14px;
  line-height: 14px;
  margin-top: 7px;
}

@media only screen and (max-width: 1800px) {
  /* line 197, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    font-size: 68px;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 202, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_container {
    width: 75%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 211, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_display {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 212, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_without_taxes {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 213, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_order_price {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 214, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_total_price_display_section {
    height: 90px;
    padding-top: 35px;
  }
  /* line 216, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_estimation_delivery_message {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 217, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_estimation_delivery_actual_date {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 218, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_estimation_delivery_date_section {
    height: 90px;
    padding-top: 35px;
  }
  /* line 220, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_to_first_checkout_page_section {
    margin-bottom: 30px;
  }
  /* line 221, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_and_delivery_section {
    margin-top: 20px;
  }
  /* line 223, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-right: 50px;
  }
  /* line 224, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    font-size: 64px;
  }
  /* line 226, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_text_area {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 95%;
  }
  /* line 227, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 48px;
  }
  /* line 228, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox {
    width: 16px;
    height: 16px;
  }
  /* line 229, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    height: 16px;
    width: 5%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 233, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    padding-left: 15px;
  }
  /* line 234, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-right: 30px;
  }
  /* line 235, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_container {
    width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 245, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_container {
    width: 88%;
  }
  /* line 247, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    font-size: 55px;
    line-height: 70px;
  }
  /* line 248, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_three_lines_section {
    margin-right: 2%;
  }
  /* line 249, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    padding-left: 7%;
  }
  /* line 250, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_image_section {
    margin-right: 11%;
  }
  /* line 251, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_to_first_checkout_page_section {
    margin-left: 7%;
  }
  /* line 252, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-left: 30px;
  }
  /* line 254, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_delivery_address_section {
    padding-left: 30px;
  }
  /* line 255, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_billing_address_section {
    padding-left: 30px;
  }
  /* line 256, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    padding-left: 30px;
  }
  /* line 257, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_obs_explanation {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 261, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_container {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 266, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    height: 72px;
  }
  /* line 267, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_text_area {
    line-height: 20px;
    height: 40px;
    width: 90%;
  }
  /* line 268, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox {
    text-align: left;
    margin-top: 12px;
    margin-right: 15px;
  }
  /* line 269, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    width: 10%;
    height: 40px;
    vertical-align: middle;
  }
  /* line 270, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    padding-left: 25px;
  }
  /* line 271, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    font-size: 45px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 275, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_back_to_basket_link {
    margin-top: 45px;
  }
  /* line 276, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 25px;
  }
  /* line 277, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_container {
    width: 100%;
  }
  /* line 278, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 283, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_display {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 284, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_without_taxes {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 285, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_order_price {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 286, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_total_price_display_section {
    height: 90px;
    padding-top: 40px;
  }
  /* line 288, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_image_section {
    margin-right: 6%;
  }
  /* line 289, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_obs_explanation {
    line-height: 150%;
    height: 100px;
  }
  /* line 291, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 300px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 296, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    padding-top: 30px;
    padding-left: 5%;
  }
  /* line 297, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_three_lines_section {
    margin-top: 15px;
  }
  /* line 298, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_image_section {
    margin-top: 30px;
  }
  /* line 299, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_container {
    padding-top: 10px;
  }
  /* line 301, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_to_first_checkout_page_section {
    margin-left: 5%;
  }
  /* line 303, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_and_delivery_section {
    margin-left: 5%;
    width: 92%;
  }
  /* line 304, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    margin-top: 55px;
    margin-left: 5%;
    width: 92%;
  }
  /* line 305, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_obs_explanation {
    font-size: 16px;
    line-height: 24px;
    height: 80px;
    padding-left: 20px;
  }
  /* line 307, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_delivery_address_section {
    margin-left: 5%;
    width: 92%;
  }
  /* line 310, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_billing_address_section {
    margin-left: 5%;
    width: 92%;
  }
  /* line 311, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    margin-left: 5%;
    width: 92%;
  }
  /* line 312, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_page_go_to_addresses_section {
    margin-left: 5%;
    width: 92%;
  }
  /* line 314, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    font-size: 35px;
    line-height: 45px;
  }
  /* line 315, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    min-width: 230px;
    width: 230px;
    font-size: 16px;
  }
  /* line 317, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    width: 92%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 321, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_top_price_display {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3em;
  }
  /* line 322, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_total_price_display_section {
    padding-top: 35px;
  }
  /* line 324, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_estimation_delivery_message {
    font-size: 14px;
  }
  /* line 325, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_estimation_delivery_actual_date {
    font-size: 14px;
  }
  /* line 326, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_three_lines_section {
    display: none;
  }
  /* line 328, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    width: 55%;
  }
  /* line 329, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_to_first_checkout_page_section {
    font-size: 16px;
  }
  /* line 331, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_list_one_address_details {
    width: 400px;
  }
  /* line 332, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_input_field {
    width: 400px;
  }
  /* line 333, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_obs_explanation {
    height: 110px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 337, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_text_area {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 338, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    height: 70px;
    margin-top: 20px;
  }
  /* line 340, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    height: 40px;
  }
  /* line 341, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox {
    margin-top: 13px;
  }
  /* line 343, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_title_section {
    width: 92%;
  }
  /* line 344, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_image_section {
    display: none;
  }
  /* line 345, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_to_first_checkout_page_link {
    font-size: 14px;
  }
  /* line 346, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_to_first_checkout_page_image {
    font-size: 14px;
  }
  /* line 348, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_total_price_display_section {
    width: 100%;
  }
  /* line 349, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_estimation_delivery_date_section {
    width: 100%;
    margin-top: 30px;
  }
  /* line 350, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    margin-top: 25px;
  }
  /* line 352, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-top: 20px;
  }
  /* line 353, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    height: 200px;
  }
  /* line 355, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_obs_explanation {
    height: 120px;
    font-size: 14px;
    margin-bottom: 40px;
  }
  /* line 356, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_delivery_address_section {
    min-height: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 357, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_billing_address_section {
    min-height: 320px;
  }
  /* line 359, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_back_to_basket_link {
    display: none;
  }
  /* line 360, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 361, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 20px;
  }
  /* line 363, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_list_one_address_details {
    width: 330px;
  }
  /* line 364, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_input_field {
    width: 330px;
  }
  /* line 365, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_billing_address_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 366, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    padding-left: 15px;
    padding-right: 15px;
    height: 320px;
    padding-top: 20px;
  }
  /* line 367, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_page_go_to_addresses_section {
    display: flex;
  }
  /* line 368, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 370, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_update_email_section {
    flex-direction: column-reverse;
  }
  /* line 371, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_save_email_for_future_orders {
    width: 340px;
    justify-content: left;
  }
  /* line 372, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_update_email_button {
    width: 160px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 373, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_checkbox_image {
    float: left;
    margin-left: 0px;
  }
  /* line 375, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    height: 230px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 380, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section_input_field {
    width: 97%;
  }
  /* line 381, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_list_one_address_details {
    width: 97.0%;
  }
  /* line 382, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_create_address_button {
    width: 85%;
    font-size: 18px;
  }
  /* line 383, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_obs_explanation {
    height: 150px;
    font-size: 13px;
  }
  /* line 385, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    display: none;
  }
  /* line 386, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_text_area {
    width: 100%;
  }
  /* line 388, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_delivery_address_checkbox_area {
    width: 5%;
  }
  /* line 389, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_billing_address_checkbox_area {
    width: 5%;
  }
  /* line 391, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 340px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 395, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_create_address_button {
    width: 90%;
    font-size: 16px;
  }
  /* line 396, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_delivery_address_checkbox {
    margin-right: 10px;
  }
  /* line 397, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_billing_address_checkbox {
    margin-right: 10px;
  }
  /* line 399, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    height: 85px;
  }
  /* line 401, app/assets/stylesheets/checkout_select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    height: 240px;
  }
  /* line 402, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_display_transportation_data {
    margin-top: 10px;
  }
  /* line 403, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_transportation_section_subtitle {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  /* line 405, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 355px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 409, app/assets/stylesheets/checkout_select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 360px;
  }
}
/* line 1, app/assets/stylesheets/contact_us.scss */
#contact_us_title {
  width: 100%;
  color: #707070;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  font-weight: 400;
  line-height: 50px;
  margin-top: 37px;
}

/* line 2, app/assets/stylesheets/contact_us.scss */
#contact_us_subtitle {
  font-weight: 500;
  font-size: 35px;
}

/* line 3, app/assets/stylesheets/contact_us.scss */
#contact_us_page_submit_button {
  font-weight: bold;
  background: #FF7036;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  margin-top: 30px;
}

/* line 4, app/assets/stylesheets/contact_us.scss */
.contact_us_field {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  background: white;
  width: 100%;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  padding-left: 15px;
}

/* line 5, app/assets/stylesheets/contact_us.scss */
.contact_us_error_message {
  font-weight: bold;
  color: red;
  text-align: left;
  width: 100%;
  margin-left: 0px;
  text-align: left;
  margin-top: 4px;
  font-size: 15px;
}

/* line 6, app/assets/stylesheets/contact_us.scss */
.contact_us_success_message {
  font-weight: bold;
  color: green;
  text-align: left;
  width: 100%;
}

/* line 7, app/assets/stylesheets/contact_us.scss */
#contact_us_form_section {
  overflow: hidden;
  background: white;
  z-index: 199;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  box-shadow: 20px 15px 44px 0px rgba(84, 48, 209, 0.1);
  padding: 30px;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 60px;
}

/* line 8, app/assets/stylesheets/contact_us.scss */
.contact_us_field::placeholder {
  color: #868686;
}

/* line 9, app/assets/stylesheets/contact_us.scss */
.contact_us_field:hover {
  border: 1px solid #FF7036;
}

/* line 10, app/assets/stylesheets/contact_us.scss */
.contact_us_field:focus {
  border-color: #FF7036 !important;
}

/* line 11, app/assets/stylesheets/contact_us.scss */
#contact_us_info_wrapper_01 {
  margin-left: 30px;
  margin-top: 95px;
  margin-right: 70px;
  margin-bottom: 0px;
  padding: 30px 0px;
}

/* line 12, app/assets/stylesheets/contact_us.scss */
#contact_us_info_wrapper_02 {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
  color: #757575;
  padding-left: 10px;
}

/* line 14, app/assets/stylesheets/contact_us.scss */
#contact_us_success_message_section {
  background: white;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 20px 15px 44px 0px rgba(84, 48, 209, 0.1);
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 58%;
  margin-top: 100px;
  height: 480px;
}

/* line 16, app/assets/stylesheets/contact_us.scss */
#contact_us_success_title {
  color: #707070;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 35px;
  font-size: 35px;
  line-height: 42px;
}

/* line 17, app/assets/stylesheets/contact_us.scss */
#contact_us_success_subtitle {
  color: #9F69FF;
  font-size: 20px;
  line-height: 24px;
  margin-top: 70px;
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/contact_us.scss */
#contact_us_success_call_to_action {
  font-size: 18px;
  line-height: 21.78px;
  text-align: center;
  color: #707070;
  display: block;
  width: 192px;
  border: 4px solid #707070;
  border-radius: 100px;
  background: white;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 7px;
  text-decoration: none;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/contact_us.scss */
#contact_us_success_call_to_action_wrapper {
  text-decoration: none;
  color: #707070;
}

/* line 20, app/assets/stylesheets/contact_us.scss */
.contact_us_small_label_text {
  font-size: 10px !important;
  margin-top: 0px !important;
  padding-top: 0px;
}

/* line 22, app/assets/stylesheets/contact_us.scss */
#contact_us_tagline_above_images {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #757575;
  text-align: left;
  margin-left: 30px;
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/contact_us.scss */
#contact_us_images_section {
  margin-left: 30px;
}

/* line 24, app/assets/stylesheets/contact_us.scss */
.contact_us_social_media_image {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

/* line 25, app/assets/stylesheets/contact_us.scss */
#contact_us_message_field::placeholder {
  color: #868686;
  background: white;
}

/* line 26, app/assets/stylesheets/contact_us.scss */
#contact_us_message_field:hover {
  border: 1px solid #FF7036;
  background: white;
}

/* line 27, app/assets/stylesheets/contact_us.scss */
#contact_us_message_field:focus {
  border-color: #FF7036 !important;
  background: white;
}

/* line 29, app/assets/stylesheets/contact_us.scss */
#contact_us_pre_fields_message {
  width: 100%;
  color: #9F69FF;
  line-height: 24.2px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 0px;
  margin-top: 68px;
}

/* line 30, app/assets/stylesheets/contact_us.scss */
#contact_us_left_part {
  width: 66.666%;
  float: left;
}

/* line 31, app/assets/stylesheets/contact_us.scss */
#contact_us_right_part {
  width: 33.333%;
  float: right;
}

/* line 33, app/assets/stylesheets/contact_us.scss */
.contact_us_info_line {
  margin-bottom: 21px;
  float: left;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  width: 100%;
}

/* line 34, app/assets/stylesheets/contact_us.scss */
.contact_us_info_icon_wrapper {
  float: left;
  width: 20%;
  height: 100%;
}

/* line 35, app/assets/stylesheets/contact_us.scss */
.contact_us_info_text {
  float: left;
  width: 80%;
  height: 100%;
  text-align: left;
}

/* line 37, app/assets/stylesheets/contact_us.scss */
#contact_us_contact_method_address_image {
  margin-top: 10px;
}

@media only screen and (max-width: 1900px) {
  /* line 43, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 48, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    margin-top: 30px;
  }
  /* line 49, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 58, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 71, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 76, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    width: 83%;
    margin-top: 55px;
    padding-top: 10px;
  }
  /* line 77, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    margin-top: 35px;
  }
  /* line 78, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    padding-right: 0px;
    margin-right: 10px;
  }
  /* line 79, app/assets/stylesheets/contact_us.scss */
  .contact_us_info_icon_wrapper {
    width: 28px;
  }
  /* line 81, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    margin-top: 60px;
  }
  /* line 82, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 86, app/assets/stylesheets/contact_us.scss */
  #divider_100_contact_contact_us {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 90, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    padding-right: 0px;
  }
  /* line 91, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-left: 10px;
    margin-top: 60px;
  }
  /* line 92, app/assets/stylesheets/contact_us.scss */
  #contact_us_tagline_above_images {
    margin-left: 20px;
  }
  /* line 93, app/assets/stylesheets/contact_us.scss */
  .contact_us_info_text {
    font-size: 15px;
  }
  /* line 94, app/assets/stylesheets/contact_us.scss */
  #contact_us_images_section {
    margin-left: 20px;
  }
  /* line 96, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 70%;
    padding-bottom: 20px;
    height: 350px;
  }
  /* line 97, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 30px;
  }
  /* line 98, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  /* line 99, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 103, app/assets/stylesheets/contact_us.scss */
  #contact_us_left_part {
    width: 60%;
  }
  /* line 104, app/assets/stylesheets/contact_us.scss */
  #contact_us_right_part {
    width: 40%;
  }
  /* line 106, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 30px;
  }
  /* line 107, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 25px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 112, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 80%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 117, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 30px;
    line-height: 45px;
    font-size: 30px;
  }
  /* line 118, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 20px;
    line-height: 35px;
  }
  /* line 119, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    margin-top: 15px;
  }
  /* line 121, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    text-align: left;
  }
  /* line 122, app/assets/stylesheets/contact_us.scss */
  #contact_us_title > div {
    text-align: left;
  }
  /* line 123, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 25px;
  }
  /* line 124, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 128, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 25px;
    line-height: 40px;
    width: 80%;
    margin-left: 0;
    text-align: center;
  }
  /* line 129, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 25px;
    line-height: 33px;
  }
  /* line 130, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 22px;
    margin-top: 10px;
  }
  /* line 131, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-top: 30px;
  }
  /* line 132, app/assets/stylesheets/contact_us.scss */
  #contact_us_left_part {
    float: none;
    width: 90%;
  }
  /* line 133, app/assets/stylesheets/contact_us.scss */
  #contact_us_right_part {
    float: none;
    width: 100%;
  }
  /* line 135, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 90%;
    margin-top: 40px;
    height: 310px;
  }
  /* line 136, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 25px;
    margin-top: 30px;
  }
  /* line 137, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 16px;
    margin-top: 20px;
  }
  /* line 138, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 142, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    width: 95%;
    font-size: 25px;
    line-height: 30px;
  }
  /* line 143, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 20px;
    margin-top: 15px;
  }
  /* line 144, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 18px;
    margin-top: 0px;
  }
  /* line 145, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    margin-top: 20px;
  }
  /* line 147, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  /* line 148, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    border: 2px solid #707070;
  }
  /* line 150, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 155, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 20px;
    line-height: 33px;
  }
  /* line 157, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    height: 300px;
  }
  /* line 158, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    margin-top: 25px;
  }
  /* line 159, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 160, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    font-size: 15px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 7px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 165, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    height: 280px;
  }
  /* line 166, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  /* line 167, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 13px;
    margin-top: 10px;
  }
  /* line 168, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 172, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 18px;
  }
  /* line 173, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    height: 270px;
  }
}

@media (min-width: 2000px) {
  /* line 181, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 39px;
  }
  /* line 182, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 36px;
  }
  /* line 183, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    padding: 40px;
    padding-right: 20px;
  }
  /* line 184, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 22px;
  }
  /* line 185, app/assets/stylesheets/contact_us.scss */
  .contact_us_field {
    font-size: 17px;
  }
  /* line 186, app/assets/stylesheets/contact_us.scss */
  #contact_us_page_submit_button {
    font-size: 20px;
    padding-top: 10px;
  }
  /* line 187, app/assets/stylesheets/contact_us.scss */
  .contact_us_info_line {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 188, app/assets/stylesheets/contact_us.scss */
  #contact_us_tagline_above_images {
    font-size: 18px;
    line-height: 24px;
    margin-left: 40px;
  }
  /* line 189, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-right: 40px;
  }
  /* line 190, app/assets/stylesheets/contact_us.scss */
  #contact_us_images_section {
    margin-left: 40px;
  }
  /* contact us success page */
  /* line 193, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 194, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 25px;
    line-height: 30px;
    margin-top: 50px;
    width: 80%;
    margin-left: 10%;
  }
  /* line 195, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    font-size: 22px;
    line-height: 23px;
    padding-top: 14px;
    padding-bottom: 10px;
    width: 220px;
  }
  /* line 197, app/assets/stylesheets/contact_us.scss */
  .contact_us_error_message {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media (min-width: 2100px) {
  /* line 201, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    width: 1100px;
  }
}

@media (min-width: 2300px) {
  /* line 209, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 43px;
  }
  /* line 210, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 40px;
  }
  /* line 211, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    width: 1200px;
    padding: 40px;
    padding-right: 20px;
  }
  /* line 212, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 22px;
  }
  /* line 213, app/assets/stylesheets/contact_us.scss */
  .contact_us_field {
    font-size: 19px;
  }
  /* line 214, app/assets/stylesheets/contact_us.scss */
  #contact_us_page_submit_button {
    font-size: 22px;
    padding-top: 12px;
  }
  /* line 215, app/assets/stylesheets/contact_us.scss */
  .contact_us_error_message {
    margin-top: 8px;
    font-size: 18px;
  }
}
/* line 1, app/assets/stylesheets/dashboard/no_orders_widget.scss */
#dashboard_no_orders_widget_section {
  margin-right: auto;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 100px;
  min-height: 400px;
  background: #faf6ff;
  margin-bottom: 30px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  float: left;
  width: 56%;
  margin-left: 50px;
  padding-left: 100px;
}

/* line 3, app/assets/stylesheets/dashboard/no_orders_widget.scss */
#dashboard_no_orders_widget_display_text {
  color: #707070;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

/* line 5, app/assets/stylesheets/dashboard/no_orders_widget.scss */
#dashboard_no_orders_widget_websshop_link {
  border-radius: 100px;
  border: 4px solid #703AF4;
  background: #FFF;
  color: #703AF4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 48px;
  padding: 10px;
  float: center;
  display: block;
  width: 200px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/dashboard/no_orders_widget.scss */
#dashboard_no_orders_widget_websshop_link:visited {
  color: #703AF4;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/dashboard/no_orders_widget.scss */
#dashboard_no_orders_widget_websshop_link:hover {
  color: #703AF4;
  text-decoration: none;
}

@media only screen and (max-width: 1400px) {
  /* line 31, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 36, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    width: 65%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 40, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 45, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    margin-left: 0px;
    width: 100%;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 50, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_box {
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  min-height: 400px;
  padding-left: 2.5%;
  padding-top: 23px;
  padding-right: 5%;
  padding-bottom: 30px;
  float: left;
  width: 71%;
  margin-left: 50px;
}

/* line 3, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_box_top_cells {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_box_top_cell_total_sales_amount {
  margin-left: 11.6%;
  margin-right: 11.6%;
}

/* line 5, app/assets/stylesheets/dashboard/orders_data.scss */
.dashboard_orders_data_box_top_cell {
  float: left;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #703AF4;
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  width: 25.6%;
  font-size: 16px;
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
}

/* line 8, app/assets/stylesheets/dashboard/orders_data.scss */
.dashboard_orders_data_box_top_cell_bigger_text_displayed {
  font-size: 24px;
}

/* line 9, app/assets/stylesheets/dashboard/orders_data.scss */
.dashboard_orders_data_box_top_cell_selected {
  border: 1px solid #703AF4;
  background: white;
}

/* line 11, app/assets/stylesheets/dashboard/orders_data.scss */
#my_profile_subpage_wrap_dashboard_orders_data {
  width: 80%;
}

/* line 13, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_dropdown_container {
  position: relative;
}

/* line 14, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_dropdown_container .daterangepicker {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1000;
}

/* line 21, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_display_orders_chart {
  width: 100%;
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
  background: white;
  padding-top: 10px;
}

/* line 22, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_display_orders_chart_title {
  font-size: 16px;
  margin-top: 8px;
  color: #703AF4;
  margin-left: 15px;
  font-weight: bold;
}

/* line 24, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_display_table_and_pie_chart {
  width: 100%;
}

/* line 25, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_display_orders_table {
  float: left;
  width: 100%;
  margin-top: 30px;
}

/* line 27, app/assets/stylesheets/dashboard/orders_data.scss */
#orders_data_line_chart {
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 20px;
  border-radius: 20px;
}

/* line 28, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_divider_below_cells {
  width: 100%;
  height: 20px;
}

/* Base button */
/* line 30, app/assets/stylesheets/dashboard/orders_data.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  cursor: pointer;
}

/* Small button */
/* line 47, app/assets/stylesheets/dashboard/orders_data.scss */
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* Default / neutral button */
/* line 55, app/assets/stylesheets/dashboard/orders_data.scss */
.btn-default {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 60, app/assets/stylesheets/dashboard/orders_data.scss */
.btn-default:hover,
.btn-default:focus {
  background-color: #d3d9df;
  border-color: #c6cdd4;
}

/* Primary / accent button */
/* line 67, app/assets/stylesheets/dashboard/orders_data.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 72, app/assets/stylesheets/dashboard/orders_data.scss */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 79, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_download_excel_wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 0px;
  padding-right: 2px;
  float: right;
  height: 40px;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_page_download_excel_button {
  height: 20px;
  /* spacing to the text */
  margin-right: 6px;
}

/* line 95, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_page_download_order_items_button {
  color: #703AF4;
  text-decoration: none;
  font-size: 18px;
}

/* line 100, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_page_download_order_items_button:hover,
#dashboard_page_download_order_items_button:visited {
  color: #703AF4;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_button {
  display: inline-flex;
  align-items: center;
  /* vertically center all children */
  white-space: nowrap;
  /* prevent wrapping of the row */
  overflow: hidden;
  /* hide any overflow */
  background: white;
  border: 1px solid #9F69FF;
  border-radius: 15px;
}

/* line 113, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_calendar_image {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  flex: 0 0 auto;
}

/* line 114, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_label {
  flex: 1 1 auto;
  /* allow the label to shrink/grow */
  min-width: 0;
  /* necessary in flex layouts to enable overflowing */
  overflow: hidden;
  /* clip any over-long text */
  text-overflow: ellipsis;
  /* add “…” if it’s too long */
  vertical-align: middle;
  color: #703AF4;
  font-weight: bold;
  font-size: 15px;
}

/* line 120, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_dropdown_arrow {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  flex: 0 0 auto;
}

/* line 122, app/assets/stylesheets/dashboard/orders_data.scss */
.dashboard_default_drop_shadow {
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
}

@media only screen and (max-width: 1800px) {
  /* line 128, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_subpage_wrap_dashboard_orders_data {
    width: 85%;
  }
  /* line 129, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    width: 75%;
  }
}

@media only screen and (max-width: 1650px) {
  /* line 133, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 28%;
  }
  /* line 134, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media only screen and (max-width: 1550px) {
  /* line 138, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    padding-right: 2.5%;
  }
  /* line 139, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_label {
    font-size: 14px;
  }
  /* line 140, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_button {
    line-height: 20px;
  }
  /* line 141, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_page_download_excel_button {
    height: 18px;
  }
  /* line 142, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_page_download_order_items_button {
    font-size: 16px;
  }
  /* line 143, app/assets/stylesheets/dashboard/orders_data.scss */
  .data-range-container {
    height: 35px;
  }
  /* line 144, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_calendar_image {
    height: 20px;
    width: 20px;
  }
  /* line 145, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_dropdown_arrow {
    height: 20px;
    width: 20px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 149, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 30%;
  }
  /* line 150, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 152, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_page_download_excel_button {
    margin-right: 3px;
    margin-top: 2px;
    margin-left: 11px;
  }
  /* line 153, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_download_excel_wrapper {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 157, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_subpage_wrap_dashboard_orders_data {
    width: 88%;
  }
  /* line 158, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    width: 70%;
    margin-left: 25px;
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 159, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_subpage_wrap_dashboard_orders_data {
    width: 92%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 164, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 31%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 165, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 170, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_left_bar_section_dashboard_orders_data {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 171, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_passive_item_wrap_dashboard_orders_data_person {
    float: left;
  }
  /* line 172, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_passive_item_wrap_dashboard_orders_data_change_password {
    float: left;
  }
  /* line 173, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_passive_item_wrap_dashboard_orders_data_addresses {
    float: left;
  }
  /* line 174, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_passive_item_wrap_dashboard_orders_data_orders_history {
    float: left;
  }
  /* line 175, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_active_item_wrap_dashboard_orders_data {
    float: left;
  }
  /* line 176, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_passive_item_wrap_dashboard_orders_data_orders_history {
    float: left;
  }
  /* line 177, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_passive_item_wrap_dashboard_orders_data_logout {
    float: left;
  }
  /* line 178, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 182, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 32.33%;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 183, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  /* line 184, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_general_title_dashboard_orders_data {
    font-size: 50px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 188, app/assets/stylesheets/dashboard/orders_data.scss */
  #left_bar_company_name_dashboard_orders_data {
    padding-left: 0px;
  }
  /* line 189, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_left_bar_section_dashboard_orders_data {
    padding-left: 25px;
  }
  /* line 190, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_general_title_dashboard_orders_data {
    font-size: 40px;
  }
  /* line 191, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    font-size: 14px;
  }
  /* line 192, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell_bigger_text_displayed {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 196, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 90%;
    margin-left: 0%;
    margin-right: 10%;
  }
  /* line 197, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    width: 90%;
    margin-left: 0%;
    margin-right: 10%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 202, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_general_title_dashboard_orders_data {
    font-size: 30px;
  }
  /* line 203, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 204, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_subpage_wrap_dashboard_orders_data {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 208, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_general_title_dashboard_orders_data {
    font-size: 24px;
    line-height: 25px;
  }
}
/* line 1, app/assets/stylesheets/dashboard/orders_data_pie_chart.scss */
#dashboard_orders_data_display_orders_pie_chart {
  float: left;
  width: 45%;
  height: 100px;
}

/* line 2, app/assets/stylesheets/dashboard/orders_data_pie_chart.scss */
#dashboard_orders_data_pie_chart_title {
  font-size: 1.5em;
  color: #757575;
  margin-bottom: 5px;
}
/* line 1, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_orders_data_display_orders_pie_chart {
  float: left;
  width: 45%;
  height: 100px;
}

/* line 2, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_orders_data_table_and_pie_chart_title {
  font-size: 1.5em;
  color: #757575;
  margin-bottom: 5px;
}

/* line 4, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_display_table_section {
  float: left;
  height: 452px;
  width: 48%;
  overflow-y: auto;
  background: white;
  padding: 20px;
  border-radius: 20px;
  margin-right: 4%;
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
}

/* line 5, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_display_pie_chart_section {
  width: 48%;
  float: left;
  height: 452px;
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
}

/* line 7, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table {
  width: 100%;
  height: 418px;
}

/* line 12, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table th,
#dashboard_sales_by_category_table td {
  text-align: left;
  padding: 8px;
  font-size: 1.2em;
  color: #757575;
}

/* line 20, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_td_data_text {
  color: #7946f5;
}

/* line 23, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_category_link {
  text-decoration: none;
  color: #7946f5;
}

/* line 24, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_category_link:visited {
  color: #7946f5;
}

/* line 25, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_category_link:hover {
  color: #7946f5;
  text-decoration: underline;
}

/* line 27, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_section {
  height: 480px;
  margin-top: 20px;
}

/* line 29, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_title {
  font-size: 1.5em;
  color: #707070;
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_pie_chart_title {
  font-size: 1.5em;
  color: #707070;
  font-weight: bold;
  margin-bottom: 18px;
}

/* line 32, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_tr {
  width: 100%;
  font-size: 20px;
  height: 32px;
  color: #703AF4;
  border: 1px solid #703AF4;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 15px;
}

/* line 33, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_counter_cell {
  width: 8%;
  margin-right: 7%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  text-align: right;
}

/* line 34, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_category_cell {
  width: 50%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
}

/* line 35, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_sales_number_cell {
  width: 33%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_thead {
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
}

/* line 38, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_thead_divider {
  width: 100%;
  height: 25px;
}

/* line 39, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_th_counter_cell {
  width: 8%;
  margin-right: 7%;
  float: left;
  height: 100%;
  color: #703AF4;
  text-align: right;
}

/* line 40, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_th_category_cell {
  width: 50%;
  float: left;
  height: 100%;
  color: #703AF4;
}

/* line 41, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_th_sales_number_cell {
  width: 30%;
  float: left;
  height: 100%;
  color: #703AF4;
}

@media only screen and (max-width: 1400px) {
  /* line 44, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_sales_number_cell {
    width: 35%;
  }
}

@media only screen and (max-width: 1350px) {
  /* line 48, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_table_section {
    width: 49%;
    margin-right: 2%;
    padding-right: 10px;
  }
  /* line 49, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_pie_chart_section {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1250px) {
  /* line 53, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_table_section {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 54, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_pie_chart_section {
    width: 100%;
  }
  /* line 56, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_category_cell {
    width: 60%;
  }
  /* line 57, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_sales_number_cell {
    width: 25%;
  }
  /* line 59, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_category_cell {
    width: 60%;
  }
  /* line 60, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_sales_number_cell {
    width: 25%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 65, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_tr {
    height: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 67, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_counter_cell {
    width: 100%;
    float: left;
    margin-right: 0px;
    text-align: left;
    padding-left: 15px;
    height: 30px;
  }
  /* line 68, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_category_cell {
    width: 100%;
    float: left;
    padding-left: 15px;
    height: 30px;
  }
  /* line 69, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_sales_number_cell {
    width: 100%;
    float: left;
    padding-left: 15px;
    height: 30px;
  }
  /* line 71, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_counter_cell {
    width: 100%;
    text-align: left;
    margin-right: 0px;
    font-size: 16px;
    line-height: 20px;
    height: 30px;
    padding-left: 15px;
  }
  /* line 72, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_category_cell {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
  }
  /* line 73, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_category_cell:hover {
    cursor: pointer;
  }
  /* line 74, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_sales_number_cell {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
  }
  /* line 75, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_sales_number_cell:hover {
    cursor: pointer;
  }
  /* line 77, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_thead_divider {
    height: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 82, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_counter_cell {
    margin-right: 3%;
  }
  /* line 84, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_counter_cell {
    margin-right: 3%;
  }
}
/* line 1, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table_title {
  font-size: 1.5em;
  color: #707070;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table_section {
  height: 350px;
}

/* line 3, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table {
  border: 0;
  width: 98%;
}

/* line 8, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table th,
#dashboard_orders_data_table_monthly_table td {
  padding: 8px;
  /* adjust as needed */
  font-size: 1.2em;
  color: #757575;
  text-align: left;
}

/* line 15, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table tr {
  border: 1px solid #703AF4;
}

/* line 20, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_title {
  font-size: 1.5em;
  color: #707070;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_monthly_table_tr {
  width: 100%;
  font-size: 20px;
  height: 32px;
  color: #703AF4;
  border: 1px solid #703AF4;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 15px;
}

/* line 23, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_monthly_table_counter_cell {
  width: 8%;
  margin-right: 7%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  text-align: right;
}

/* line 24, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_monthly_table_category_cell {
  width: 50%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
}

/* line 25, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_monthly_table_sales_number_cell {
  width: 33%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_thead {
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_thead_divider {
  width: 100%;
  height: 25px;
}

/* line 29, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_th_counter_cell {
  width: 8%;
  margin-right: 7%;
  float: left;
  height: 100%;
  color: #703AF4;
  text-align: right;
}

/* line 30, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_th_category_cell {
  width: 50%;
  float: left;
  height: 100%;
  color: #703AF4;
}

/* line 31, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_th_sales_number_cell {
  width: 30%;
  float: left;
  height: 100%;
  color: #703AF4;
}

/* line 35, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_best_bought_title {
  font-size: 1.5em;
  color: #707070;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_best_bought_section {
  height: 350px;
}

/* line 39, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_best_bought {
  width: 98%;
}

/* line 43, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_best_bought th,
#dashboard_orders_data_table_best_bought td {
  padding: 8px;
  /* adjust as needed */
  font-size: 1.2em;
  color: #757575;
  text-align: left;
}

/* line 51, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_data_section_for_monthly_table {
  margin-right: 4%;
  overflow-y: auto;
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
}

/* line 52, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_no_data_results {
  color: #757575;
  font-size: 1.2em;
}

/* line 53, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_monthly_data_section {
  width: 48%;
  float: left;
  background: white;
  padding: 20px;
  border-radius: 20px;
  height: 452px;
}

/* line 55, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link {
  color: #7946f5;
  cursor: pointer;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link:hover {
  color: #7946f5;
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link:visited {
  color: #7946f5;
}

/* line 59, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_times_bought {
  color: #7946f5;
}

/* line 61, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_title {
  font-size: 1.5em;
  color: #707070;
  font-weight: bold;
}

/* line 63, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_data_section_for_best_bought_table {
  overflow-y: auto;
  padding-bottom: 10px;
  box-shadow: 20px 15px 44px 0 rgba(84, 48, 209, 0.1);
}

/* line 65, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_best_bought_table_tr {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  height: 60px;
  color: #703AF4;
  border: 1px solid #703AF4;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 15px;
}

/* line 66, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_best_bought_table_counter_cell {
  width: 8%;
  margin-right: 7%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  text-align: right;
  padding-top: 16px;
}

/* line 67, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_best_bought_table_product_cell {
  width: 65%;
  float: left;
  height: 100%;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 3px;
}

/* line 68, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_best_bought_table_times_bought_cell {
  width: 17%;
  float: left;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: bold;
  padding-left: 3px;
  padding-top: 16px;
}

/* line 70, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_thead {
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
}

/* line 71, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_thead_divider {
  width: 100%;
  height: 25px;
}

/* line 72, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_th_counter_cell {
  width: 8%;
  margin-right: 7%;
  float: left;
  height: 100%;
  color: #703AF4;
  text-align: right;
  vertical-align: middle;
}

/* line 73, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_th_category_cell {
  width: 65%;
  float: left;
  height: 100%;
  color: #703AF4;
}

/* line 74, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_th_sales_number_cell {
  width: 17%;
  float: left;
  height: 100%;
  color: #703AF4;
  padding-left: 3px;
}

/* line 76, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link {
  display: block;
  /* fallback for non-WebKit */
  line-height: 23px;
  max-height: 42px;
  font-size: 16px;
  overflow: hidden;
  word-break: break-word;
  /* --- WebKit line-clamp on top: --- */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

/* line 90, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1400px) {
  /* line 93, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_orders_data_table_monthly_data_section_for_monthly_table {
    width: 49%;
    margin-right: 2%;
  }
  /* line 94, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_orders_data_table_monthly_data_section_for_best_bought_table {
    width: 49%;
  }
}

@media only screen and (max-width: 1350px) {
  /* line 98, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_orders_data_table_monthly_data_section {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1250px) {
  /* line 102, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_orders_data_table_monthly_data_section_for_monthly_table {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 103, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_orders_data_table_monthly_data_section_for_best_bought_table {
    width: 100%;
  }
  /* line 105, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_category_cell {
    width: 60%;
  }
  /* line 106, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_sales_number_cell {
    width: 23%;
  }
  /* line 108, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_category_cell {
    width: 60%;
  }
  /* line 109, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_sales_number_cell {
    width: 23%;
  }
  /* line 111, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_best_bought_table_th_category_cell {
    width: 70%;
  }
  /* line 112, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_best_bought_table_th_sales_number_cell {
    width: 12%;
  }
  /* line 114, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_best_bought_table_product_cell {
    width: 70%;
  }
  /* line 115, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_best_bought_table_times_bought_cell {
    width: 12%;
  }
  /* line 117, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_best_bought_table_product_cell {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 121, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_category_cell {
    width: 45%;
  }
  /* line 122, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_sales_number_cell {
    width: 37%;
  }
  /* line 124, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_category_cell {
    width: 45%;
  }
  /* line 125, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_sales_number_cell {
    width: 37%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 130, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_counter_cell {
    margin-right: 2%;
  }
  /* line 131, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_category_cell {
    width: 45%;
  }
  /* line 132, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_sales_number_cell {
    width: 42%;
  }
  /* line 134, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_counter_cell {
    margin-right: 2%;
  }
  /* line 135, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_category_cell {
    width: 45%;
  }
  /* line 136, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_sales_number_cell {
    width: 42%;
  }
}
/* line 1, app/assets/stylesheets/default_orange_announcement.scss */
#global_announcement_section {
  height: 38px;
  width: 100%;
  color: white;
  font-size: 20px;
  line-height: 20px;
  padding-top: 9px;
  background: #FF7036;
  text-align: center;
}

/* line 2, app/assets/stylesheets/default_orange_announcement.scss */
#global_announcement_left_side {
  text-align: right;
  float: left;
  width: 49.65%;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}

/* line 4, app/assets/stylesheets/default_orange_announcement.scss */
#global_announcement_center_side {
  text-align: center;
  float: left;
  width: 8px;
  width: 0.7%;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}

/* line 6, app/assets/stylesheets/default_orange_announcement.scss */
#global_announcement_right_side {
  text-align: left;
  float: left;
  width: 49.65%;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}

/* line 9, app/assets/stylesheets/default_orange_announcement.scss */
#left_announcement_exclamation_mark {
  margin-right: 6px;
  height: 20px;
  width: 20px;
}

/* line 10, app/assets/stylesheets/default_orange_announcement.scss */
#right_announcement_exclamation_mark {
  margin-left: 6px;
  height: 20px;
  width: 20px;
}

/* line 11, app/assets/stylesheets/default_orange_announcement.scss */
#left_announcement_exclamation_mark, #right_announcement_exclamation_mark {
  vertical-align: middle;
  /* Adjust this value if needed */
  margin-top: -4px;
}

@media only screen and (max-width: 1400px) {
  /* line 65, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    width: 49.5%;
  }
  /* line 66, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_center_side {
    width: 1%;
  }
  /* line 67, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_right_side {
    width: 49.5%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 81, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    width: 49.25%;
  }
  /* line 82, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_center_side {
    width: 1.5%;
  }
  /* line 83, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_right_side {
    width: 49.25%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 92, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_section {
    font-size: 15px;
    width: 100%;
  }
  /* line 93, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_center_side {
    display: none;
  }
  /* line 94, app/assets/stylesheets/default_orange_announcement.scss */
  #left_announcement_exclamation_mark {
    display: none;
  }
  /* line 95, app/assets/stylesheets/default_orange_announcement.scss */
  #right_announcement_exclamation_mark {
    display: none;
  }
  /* line 96, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    font-size: 14px;
    height: 15px;
    line-height: 17px;
    margin-top: 2px;
    width: 49%;
  }
  /* line 97, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_right_side {
    font-size: 14px;
    height: 15px;
    line-height: 17px;
    margin-left: 5px;
    margin-top: 2px;
    width: 49%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 106, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_section {
    height: 50px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 119, app/assets/stylesheets/default_orange_announcement.scss */
  #left_announcement_exclamation_mark {
    display: none;
  }
  /* line 120, app/assets/stylesheets/default_orange_announcement.scss */
  #right_announcement_exclamation_mark {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  /* line 124, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_section {
    padding-top: 6px;
    height: 52px;
  }
  /* line 125, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
  }
  /* line 126, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_right_side {
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
  }
}
/* line 1, app/assets/stylesheets/faq.scss */
#faq_section {
  background-color: white;
  margin-bottom: 0px;
}

/* line 3, app/assets/stylesheets/faq.scss */
.faq_item {
  padding-left: 20px;
  height: 97px;
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
  cursor: pointer;
  background: transparent;
}

/* line 4, app/assets/stylesheets/faq.scss */
.faq_item_active {
  color: #9F69FF !important;
  background: white;
  min-height: 350px;
}

/* line 5, app/assets/stylesheets/faq.scss */
.faq_item_active_original {
  padding-left: 20px;
  height: 300px;
  overflow-y: scroll;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
}

/* line 8, app/assets/stylesheets/faq.scss */
#faq_knowledge_items_section {
  margin-left: 15%;
  width: 73%;
  margin-top: 35px;
}

/* line 9, app/assets/stylesheets/faq.scss */
.faq_item_text_section_default_theme {
  height: 100%;
  width: 90%;
  float: left;
}

/* line 10, app/assets/stylesheets/faq.scss */
.faq_item_text_default_theme {
  color: #868686;
  font-size: 20px;
  text-align: left;
  padding-left: 5px;
  padding-top: 38.5px;
  min-height: 97px;
}

/* line 11, app/assets/stylesheets/faq.scss */
.faq_item_less_than_section_default_theme {
  height: 90%;
  width: 10%;
  float: left;
}

/* line 12, app/assets/stylesheets/faq.scss */
.faq_item_less_than_widget {
  font-size: 27px;
  line-height: 97px;
  padding-right: 40px;
  color: #C4C4C4;
  float: right;
  font-weight: 600;
  position: relative;
}

/* line 14, app/assets/stylesheets/faq.scss */
.faq_knowledge_item_title {
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/faq.scss */
.faq_item_answer {
  padding-top: 20px;
  padding-bottom: 20px !important;
}

/* line 16, app/assets/stylesheets/faq.scss */
.faq_item_active_theme {
  color: #9F69FF !important;
}

/* line 17, app/assets/stylesheets/faq.scss */
.faq_item_text_section_active_theme {
  color: #9F69FF !important;
}

/* line 18, app/assets/stylesheets/faq.scss */
.faq_item_text_active_theme {
  font-weight: 600;
  color: #9F69FF !important;
}

/* line 19, app/assets/stylesheets/faq.scss */
.faq_item_less_than_section_active_theme {
  font-weight: 400;
  color: #9F69FF !important;
}

/* line 20, app/assets/stylesheets/faq.scss */
.faq_item_answer {
  display: none;
}

/* line 21, app/assets/stylesheets/faq.scss */
.faq_item_answer_active {
  color: #9F69FF;
  font-size: 20px;
  line-height: 35.1px;
  display: inline;
  text-align: left;
  font-weight: normal;
}

/* line 23, app/assets/stylesheets/faq.scss */
#tab_pages_faq_section {
  width: 74%;
  margin-left: 16.5%;
  margin-top: 40px;
  padding-bottom: 50px;
}

/* line 25, app/assets/stylesheets/faq.scss */
#faq_content {
  min-height: 400px;
}

/* line 28, app/assets/stylesheets/faq.scss */
.faq_stroke_02 {
  display: none;
}

/* line 30, app/assets/stylesheets/faq.scss */
#faq_tab_section {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin: 0px 0px 30px;
}

@media (min-width: 2000px) {
  /* line 65, app/assets/stylesheets/faq.scss */
  .faq_item_text_default_theme {
    font-size: 22px;
    padding-top: 37.5px;
  }
  /* line 66, app/assets/stylesheets/faq.scss */
  .faq_item_answer {
    font-size: 22px;
  }
}

@media (min-width: 2100px) {
  /* line 70, app/assets/stylesheets/faq.scss */
  .faq_item_text_default_theme {
    font-size: 24px;
    padding-top: 35px;
  }
  /* line 71, app/assets/stylesheets/faq.scss */
  .faq_item_answer {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 93, app/assets/stylesheets/faq.scss */
  .faq_item_less_than_widget {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 104, app/assets/stylesheets/faq.scss */
  .faq_item_text_default_theme {
    font-size: 18px;
  }
  /* line 105, app/assets/stylesheets/faq.scss */
  .faq_item_less_than_widget {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 110, app/assets/stylesheets/faq.scss */
  .faq_item_less_than_widget {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 115, app/assets/stylesheets/faq.scss */
  #tab_pages_faq_section {
    margin-top: 30px;
  }
  /* line 116, app/assets/stylesheets/faq.scss */
  .faq_item_less_than_widget {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 120, app/assets/stylesheets/faq.scss */
  .faq_item_less_than_widget {
    padding-right: 10px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 124, app/assets/stylesheets/faq.scss */
  #faq_item_text_section_default_theme {
    width: 80%;
    margin-left: 5%;
  }
  /* line 125, app/assets/stylesheets/faq.scss */
  .faq_item_text_default_theme {
    width: 80%;
  }
  /* line 126, app/assets/stylesheets/faq.scss */
  .faq_item {
    height: 125px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 131, app/assets/stylesheets/faq.scss */
  .faq_item {
    height: 135px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 135, app/assets/stylesheets/faq.scss */
  .faq_item {
    height: 155px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 139, app/assets/stylesheets/faq.scss */
  .faq_item {
    height: 180px;
  }
}
/* line 1, app/assets/stylesheets/footer.scss */
#footer_newsletter_email_input_field {
  float: left;
  color: white !important;
}

/* line 2, app/assets/stylesheets/footer.scss */
#footer_newsletter_email_section {
  height: 40px;
}

/* line 3, app/assets/stylesheets/footer.scss */
#footer_newsletter_icon_subscribe_to_newsletter {
  height: 16.5px;
  margin-top: 10px;
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/footer.scss */
.footer_card_logo {
  width: 50px;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 7px;
}

/* line 5, app/assets/stylesheets/footer.scss */
#copyright_text {
  line-height: 1.5em;
  color: white;
  font-size: 14px;
  text-align: left;
  margin-bottom: 100px;
  margin-top: 20px;
  padding-left: 30px;
  color: #D9DBE1;
}

/* line 6, app/assets/stylesheets/footer.scss */
#footer_kollek_logo {
  height: 86px;
  float: left;
  margin-left: 30px;
  margin-top: 20px;
}

/* line 8, app/assets/stylesheets/footer.scss */
.footer_column_section {
  width: 16%;
  flex-basis: calc(25% - 1px);
}

/* line 10, app/assets/stylesheets/footer.scss */
.footer_column_header {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: white;
  text-align: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 6px;
  height: 35px;
}

/* line 11, app/assets/stylesheets/footer.scss */
.footer_one_white_link {
  font-size: 23px;
  text-decoration: none;
  margin-left: 10px;
  line-height: 32px;
  margin-top: 12px;
  color: white;
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 500;
  display: flex;
  align-items: center;
  /* Aligns the single child vertically */
}

/* line 13, app/assets/stylesheets/footer.scss */
.footer_one_white_link:visited {
  color: white;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/footer.scss */
.footer_newsletter_column_header {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 6px;
  margin-left: -10px !important;
}

/* line 16, app/assets/stylesheets/footer.scss */
#footer_logo {
  height: 60px;
  float: left;
  margin-left: 30px;
  margin-top: 20px;
}

/* line 17, app/assets/stylesheets/footer.scss */
#footer_wrapper {
  background-color: #7946f5 !important;
  margin: 0px;
  width: 100%;
  padding-left: 13.5%;
  padding-top: 60px;
  padding-right: 13.5%;
  padding-bottom: 120px;
}

/* line 19, app/assets/stylesheets/footer.scss */
.newsletter_input_section {
  background: #8759f6;
  width: 258px;
  height: 40px;
  float: left;
  width: 80%;
  opacity: 0.8;
  border-radius: 8px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 10px;
}

/* line 20, app/assets/stylesheets/footer.scss */
.newsletter_input_field {
  font-size: 14px;
  width: 88%;
  background: #8759f6;
  height: 35px;
  margin-left: 2%;
  border: 0px;
  color: white;
}

/* line 21, app/assets/stylesheets/footer.scss */
#newsletter_column_header {
  margin-bottom: 15px;
}

/* line 23, app/assets/stylesheets/footer.scss */
#footer_newsletter_section {
  width: 27%;
  float: left;
}

/* line 24, app/assets/stylesheets/footer.scss */
#footer_column_section_kollek {
  width: 13%;
  float: left;
}

/* line 25, app/assets/stylesheets/footer.scss */
#footer_column_section_pages {
  width: 22%;
  float: left;
  /*background: yellow;*/
}

/* line 26, app/assets/stylesheets/footer.scss */
#footer_column_section_social_media {
  width: 17%;
  float: left;
}

/* line 27, app/assets/stylesheets/footer.scss */
#footer_column_section_card_types {
  width: 16%;
  float: left;
}

/* line 29, app/assets/stylesheets/footer.scss */
#newsletter_input_field_wrapper {
  width: 100%;
  color: white;
  font-size: 16px;
  margin: 0px;
  padding: 0px 30px;
}

/* line 31, app/assets/stylesheets/footer.scss */
#newsletter_already_subscribed_success_message {
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 105px;
  padding-left: 10px;
}

/* line 32, app/assets/stylesheets/footer.scss */
.newsletter_error_message {
  display: none;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 33, app/assets/stylesheets/footer.scss */
#logged_user_please_subscribe_to_newsletter_button {
  margin-left: 10px;
  color: #9F69FF;
  background: #FFFFFF;
  width: 177px;
  height: 30px;
  border-radius: 100px;
  border: 1px #9F69FF;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  padding-top: 8px;
  font-weight: 500;
  margin-bottom: 45px;
}

/* line 34, app/assets/stylesheets/footer.scss */
#logged_user_subscribe_to_newsletter {
  height: 16px;
  width: 16px;
  float: right;
  margin-right: 12px;
  margin-top: 0px;
}

/* line 35, app/assets/stylesheets/footer.scss */
#logged_user_please_subscribe_to_newsletter_button:hover {
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/footer.scss */
#logged_user_please_subscribe_to_newsletter_section {
  display: flex;
  justify-content: left;
}

/* line 37, app/assets/stylesheets/footer.scss */
#logged_user_please_subscribe_to_newsletter_spinner {
  margin-top: -2px;
  margin-left: 8px;
}

/* line 39, app/assets/stylesheets/footer.scss */
.footer_social_media_icon {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}

@media only screen and (max-width: 1900px) {
  /* line 42, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 13.5%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 46, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 47, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 48, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 50px;
  }
  /* line 49, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    width: 30px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  /* line 50, app/assets/stylesheets/footer.scss */
  #newsletter_column_header {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  /* line 52, app/assets/stylesheets/footer.scss */
  .footer_social_media_icon {
    height: 20px;
    width: 20px;
    margin-left: 2px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 66, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-right: 5%;
  }
  /* line 67, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    width: 16%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 72, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-right: 2%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 76, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-right: 0%;
    padding-left: 11%;
  }
  /* line 77, app/assets/stylesheets/footer.scss */
  #newsletter_column_header {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 81, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 7%;
  }
  /* line 82, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 80px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 86, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 90, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 0%;
    display: flex;
    flex-wrap: wrap;
    min-height: 600px;
  }
  /* line 91, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 92, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 19px;
    line-height: 25px;
  }
  /* line 93, app/assets/stylesheets/footer.scss */
  .footer_social_media_icon {
    height: 19px;
    width: 19px;
  }
  /* line 94, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 75px;
  }
  /* line 95, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    width: 40px;
  }
  /* line 96, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    width: 25%;
    height: 270px;
    position: relative;
    order: 1;
    padding-left: 50px;
  }
  /* line 97, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    width: 25%;
    height: 270px;
    position: relative;
    order: 2;
  }
  /* line 98, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    width: 25%;
    height: 270px;
    position: relative;
    order: 3;
  }
  /* line 99, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    width: 25%;
    height: 270px;
    position: relative;
    order: 4;
  }
  /* line 100, app/assets/stylesheets/footer.scss */
  #footer_newsletter_section {
    width: 100%;
    height: 430px;
    position: relative;
    order: 5;
    flex-basis: 100%;
    display: flex;
    height: 200px;
    flex-wrap: wrap;
  }
  /* line 101, app/assets/stylesheets/footer.scss */
  #newsletter_input_field_wrapper {
    padding-top: 20px;
    padding-left: 50px;
    float: left;
    background: blue;
    flex-basis: 50%;
  }
  /* line 102, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    float: left;
  }
  /* line 103, app/assets/stylesheets/footer.scss */
  #logged_user_please_subscribe_to_newsletter_spinner {
    display: none;
  }
  /* line 104, app/assets/stylesheets/footer.scss */
  #logged_user_please_subscribe_to_newsletter_button {
    width: 195px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 112, app/assets/stylesheets/footer.scss */
  #copyright_text {
    width: 80%;
  }
  /* line 113, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    width: 34%;
    flex-basis: 34%;
  }
  /* line 114, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    width: 12%;
    flex-basis: 12%;
  }
  /* line 115, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 116, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 17px;
    line-height: 23px;
  }
  /* line 117, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 60px;
  }
  /* line 118, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 123, app/assets/stylesheets/footer.scss */
  #logged_user_subscribe_to_newsletter {
    display: none;
  }
  /* line 125, app/assets/stylesheets/footer.scss */
  #footer_newsletter_section {
    flex-basis: 100%;
  }
  /* line 126, app/assets/stylesheets/footer.scss */
  #newsletter_input_field_wrapper {
    flex-basis: 60%;
  }
  /* line 127, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    flex-basis: 40%;
  }
  /* line 128, app/assets/stylesheets/footer.scss */
  #footer_newsletter_email_input_field {
    width: 70%;
  }
  /* line 129, app/assets/stylesheets/footer.scss */
  #footer_newsletter_icon_subscribe_to_newsletter {
    float: right;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 134, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    flex-basis: 50%;
  }
  /* line 135, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    flex-basis: 50%;
  }
  /* line 136, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    flex-basis: 50%;
    padding-left: 50px;
  }
  /* line 137, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    flex-basis: 50%;
  }
  /* line 138, app/assets/stylesheets/footer.scss */
  #logged_user_please_subscribe_to_newsletter_button {
    width: 160px;
    font-size: 13px;
    line-height: 16px;
    padding-top: 7px;
    height: 30px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 142, app/assets/stylesheets/footer.scss */
  #newsletter_input_field_wrapper {
    flex-basis: 60%;
  }
  /* line 143, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  /* line 144, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    margin-top: 6px;
  }
  /* line 145, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    height: 230px;
  }
  /* line 146, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    height: 230px;
    padding-right: 20px;
  }
  /* line 147, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    height: 230px;
  }
  /* line 148, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    height: 230px;
  }
  /* line 149, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    padding-right: 20px;
  }
  /* line 150, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 40px;
    margin-left: 10px;
  }
  /* line 151, app/assets/stylesheets/footer.scss */
  #copyright_text {
    font-size: 12px;
    margin-left: 10px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 156, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    padding-left: 20px;
  }
  /* line 158, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    padding-left: 20px;
  }
  /* line 160, app/assets/stylesheets/footer.scss */
  #newsletter_input_field_wrapper {
    padding-left: 20px;
    flex-basis: 60%;
    padding-right: 15px;
  }
  /* line 161, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    padding-left: 0px;
    margin-left: 0px;
    flex-basis: 35%;
  }
  /* line 162, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    margin-left: 0px;
  }
  /* line 163, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 167, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    padding-left: 10px;
    flex-basis: 45%;
  }
  /* line 168, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    height: 20px;
  }
  /* line 169, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 15px;
  }
  /* line 170, app/assets/stylesheets/footer.scss */
  .footer_social_media_icon {
    height: 15px;
    width: 15px;
  }
  /* line 171, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    flex-basis: 45%;
    padding-left: 10px;
  }
  /* line 172, app/assets/stylesheets/footer.scss */
  #newsletter_input_field_wrapper {
    padding-left: 15px;
    flex-basis: 55%;
    order: 1;
  }
  /* line 173, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    flex-basis: 35%;
    order: 2;
    padding-left: 5px;
  }
  /* line 174, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    height: 210px;
  }
  /* line 175, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    height: 210px;
  }
  /* line 176, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    height: 210px;
  }
  /* line 177, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    height: 210px;
  }
  /* line 178, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-bottom: 200px;
  }
}
/* line 1, app/assets/stylesheets/gdpr.scss */
.gdpr_banner {
  background-color: #f0f0f0;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200005;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/gdpr.scss */
.gdpr_banner_content {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding-right: 60px;
  /* Increased to accommodate the close button */
  flex-wrap: nowrap;
  /* Prevent wrapping */
  max-width: 100%;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/gdpr.scss */
.gdpr_close_button {
  background-color: transparent;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 39, app/assets/stylesheets/gdpr.scss */
.gdpr_close_button:hover {
  color: #000;
}

/* line 43, app/assets/stylesheets/gdpr.scss */
.gdpr_banner_link {
  color: #333;
}

/* line 44, app/assets/stylesheets/gdpr.scss */
.gdpr_banner_link:visited {
  color: #333;
}

/* line 45, app/assets/stylesheets/gdpr.scss */
.gdpr_banner_link:hover {
  color: #333;
}

@media only screen and (max-width: 1300px) {
  /* line 99, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content {
    padding-right: 60px;
    /* Ensure space for the close button */
    font-size: 14px;
    /* Decrease font size slightly */
  }
}

@media only screen and (max-width: 800px) {
  /* line 121, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content {
    padding-right: 50px;
    /* Ensure there is 50px of space to the right */
    font-size: 13px;
    /* Further decrease font size */
  }
  /* line 126, app/assets/stylesheets/gdpr.scss */
  .gdpr_close_button {
    right: 10px;
    /* Move the close button closer to the right edge */
  }
}

/* Adjustments for very small screens, smaller than 600px */
@media (max-width: 600px) {
  /* line 138, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content {
    flex-direction: column;
    /* Make sure the content stays in a row */
    flex-wrap: wrap;
    /* Allow the content to wrap naturally if needed */
    align-items: center;
    justify-content: center;
    /* Keep content centered */
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    /* Center-align the text */
  }
  /* line 148, app/assets/stylesheets/gdpr.scss */
  .gdpr_close_button {
    position: static;
    transform: none;
    margin-top: 10px;
  }
  /* line 154, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_link {
    display: inline !important;
    /* Ensure the link behaves like inline text */
    white-space: nowrap;
    /* Prevent the link from breaking to a new line */
  }
  /* line 159, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content span,
.gdpr_banner_content p,
.gdpr_banner_content a {
    display: inline !important;
    /* Make sure text and links are inline */
    white-space: normal;
    /* Allow wrapping naturally between spans and links */
  }
  /* line 167, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content a {
    float: none;
    /* Remove float to allow inline behavior */
  }
  /* line 171, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content {
    white-space: normal;
    /* Ensure natural line breaks */
  }
}
/* Dividers */
/* line 2, app/assets/stylesheets/general.scss */
.clear {
  clear: both;
}

/* line 3, app/assets/stylesheets/general.scss */
.container {
  float: left;
  width: 100%;
}

/* line 6, app/assets/stylesheets/general.scss */
.divider_05 {
  width: 100%;
  height: 5px;
}

/* line 7, app/assets/stylesheets/general.scss */
.divider_10 {
  width: 100%;
  height: 10px;
}

/* line 8, app/assets/stylesheets/general.scss */
.divider_15 {
  width: 100%;
  height: 15px;
}

/* line 9, app/assets/stylesheets/general.scss */
.divider_20 {
  width: 100%;
  height: 20px;
}

/* line 10, app/assets/stylesheets/general.scss */
.divider_30 {
  width: 100%;
  height: 30px;
}

/* line 11, app/assets/stylesheets/general.scss */
.divider_50 {
  width: 100%;
  height: 50px;
}

/* line 12, app/assets/stylesheets/general.scss */
.divider_100 {
  width: 100%;
  height: 100px;
}

/* line 13, app/assets/stylesheets/general.scss */
.divider_550 {
  width: 100%;
  height: 550px;
}

/* line 14, app/assets/stylesheets/general.scss */
.divider_600 {
  width: 100%;
  height: 600px;
}

/* line 15, app/assets/stylesheets/general.scss */
.float_right {
  float: right;
}

/* line 16, app/assets/stylesheets/general.scss */
.float_left {
  float: left;
}

/* line 17, app/assets/stylesheets/general.scss */
.bold {
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/general.scss */
input {
  margin: 0;
  outline: 0;
}

/* line 19, app/assets/stylesheets/general.scss */
textarea {
  margin: 0;
}

/* line 20, app/assets/stylesheets/general.scss */
input:focus {
  outline: none;
}

/* line 21, app/assets/stylesheets/general.scss */
textarea:focus {
  outline: none;
}

/* line 39, app/assets/stylesheets/general.scss */
.progress {
  width: 82%;
  height: 20px;
  background-color: white;
  border-radius: 30px;
  margin-left: 9%;
  overflow: hidden;
  position: relative;
  /* Added */
  border: 1px solid #703AF4;
}

/* line 50, app/assets/stylesheets/general.scss */
.progress::after {
  /* Added */
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #703AF4;
  border-radius: inherit;
  z-index: 1;
}

/* line 62, app/assets/stylesheets/general.scss */
.progress-bar {
  height: 100%;
  background-color: #703AF4;
  float: left;
  position: relative;
  /* Added */
  z-index: 2;
  /* Added */
  border-radius: 10px;
}

/* line 72, app/assets/stylesheets/general.scss */
.show-kollek-progress-bar-completed {
  height: 100%;
  background-color: #703AF4;
  float: left;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
}

/* line 82, app/assets/stylesheets/general.scss */
.show-kollek-progress-bar-completed::before {
  content: "";
  position: absolute;
  top: 1px;
  /* Adjust as needed */
  right: -1px;
  /* Adjust as needed */
  bottom: 1px;
  /* Adjust as needed */
  width: 20px;
  /* Width of the image */
  background-image: url(/images/kollek/progress_bar_completed_check.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 95, app/assets/stylesheets/general.scss */
.progress_how_it_works {
  width: 194px;
  height: 22px;
  background-color: white;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  /* Added */
  border: 1px solid #703AF4;
}

/* line 108, app/assets/stylesheets/general.scss */
.progress_how_it_works::after {
  /* Added */
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: inherit;
  z-index: 1;
}

/* line 119, app/assets/stylesheets/general.scss */
.progress-bar_how_it_works {
  height: 100%;
  background-color: #703AF4;
  z-index: 2;
  /* Added */
  position: relative;
  /* Added */
  border-radius: 10px;
}

/* line 129, app/assets/stylesheets/general.scss */
.transparent_background {
  background: transparent !important;
}

/* line 130, app/assets/stylesheets/general.scss */
.half_ellipse {
  overflow-x: hidden;
  height: 100px;
  position: relative;
  width: 100%;
  overflow-y: hidden;
}

/* line 133, app/assets/stylesheets/general.scss */
input::placeholder {
  color: white;
  opacity: 1;
}

/* line 137, app/assets/stylesheets/general.scss */
textarea::placeholder {
  color: #868686;
  opacity: 1;
}

/* line 141, app/assets/stylesheets/general.scss */
#container_with_ellipse_background {
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-image: url(/images/general/ellipse_background.svg);
}

/* line 145, app/assets/stylesheets/general.scss */
.extra_300px_bottom {
  width: 100%;
  height: 300px;
}

/* line 146, app/assets/stylesheets/general.scss */
.extra_500px_bottom {
  width: 100%;
  height: 500px;
}

/* line 147, app/assets/stylesheets/general.scss */
.extra_1000px_bottom {
  width: 100%;
  height: 1000px;
}

/* line 149, app/assets/stylesheets/general.scss */
.text_underline {
  text-decoration: underline;
}

/* line 150, app/assets/stylesheets/general.scss */
.pages_gray_url {
  color: #707070;
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 151, app/assets/stylesheets/general.scss */
.pages_gray_url:visited {
  color: #707070;
  text-decoration: underline;
}

/* line 152, app/assets/stylesheets/general.scss */
.pages_gray_url:hover {
  color: #707070;
  text-decoration: underline;
}

/* 404 page */
/* line 155, app/assets/stylesheets/general.scss */
#not_found_page_container {
  height: 959px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  background: url(/images/general/404_background.png);
}

/* line 156, app/assets/stylesheets/general.scss */
#not_found_page_smaller_container {
  height: 800px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 157, app/assets/stylesheets/general.scss */
#not_found_page_01 {
  font-size: 100px;
  line-height: 100px;
  color: white;
  float: left;
  width: 60%;
  margin-top: 100px;
  font-weight: 600;
}

/* line 158, app/assets/stylesheets/general.scss */
#not_found_page_02 {
  font-size: 200px;
  line-height: 200px;
  color: white;
  float: right;
  width: 35%;
  margin-top: 100px;
  text-align: right;
  font-weight: 600;
  padding-right: 10px;
}

/* line 159, app/assets/stylesheets/general.scss */
#not_found_page_subtitle {
  font-size: 30px;
  line-height: 45.51px;
  float: left;
  width: 100%;
  text-align: left;
  color: white;
  margin-top: 30px;
}

/* line 160, app/assets/stylesheets/general.scss */
#not_found_page_webshop_link {
  background: #FF7C46;
  border-radius: 100px;
  width: 180px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  color: white;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 20px;
  text-decoration: none;
  float: left;
  border: 4px solid #FFFFFF;
}

/* line 161, app/assets/stylesheets/general.scss */
#divider_100_application_raise_not_found {
  display: none;
}

/* line 162, app/assets/stylesheets/general.scss */
#divider_100_pages_home {
  display: none;
}

@media only screen and (max-width: 1800px) {
  /* line 198, app/assets/stylesheets/general.scss */
  #not_found_page_smaller_container {
    width: 80%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 202, app/assets/stylesheets/general.scss */
  #not_found_page_smaller_container {
    width: 85%;
  }
  /* line 203, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 950px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 207, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 215, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 219, app/assets/stylesheets/general.scss */
  #not_found_page_smaller_container {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 223, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 50px;
    line-height: 65px;
    margin-top: 80px;
  }
  /* line 224, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 150px;
    margin-top: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 231, app/assets/stylesheets/general.scss */
  .half_ellipse {
    display: none;
  }
  /* line 232, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 600px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 236, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 130px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 241, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 242, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 100px;
  }
  /* line 243, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 244, app/assets/stylesheets/general.scss */
  #not_found_page_webshop_link {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 249, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 253, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  /* line 254, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    margin-top: 50px;
  }
  /* line 255, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  /* line 256, app/assets/stylesheets/general.scss */
  #not_found_page_webshop_link {
    margin-top: 30px;
  }
  /* line 257, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 400px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 261, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 70px;
    width: 40%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 266, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 500px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 271, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 23px;
    line-height: 34px;
    margin-top: 30px;
  }
  /* line 272, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    margin-top: 30px;
    font-size: 50px;
  }
  /* line 273, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 16px;
  }
  /* line 274, app/assets/stylesheets/general.scss */
  #not_found_page_webshop_link {
    margin-top: 20px;
  }
}
/* Header dropdown */
/* line 2, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_image {
  margin-right: 12px;
  height: 16px;
  margin-top: 3px;
  padding-left: 5px;
}

/* line 3, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_image_selected {
  color: #ff7036;
}

/* line 5, app/assets/stylesheets/header_dropdown.scss */
#header_dropdown_menu_head:hover {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/header_dropdown.scss */
#header_dropdown_menu {
  display: none;
  background: #FAF6FF;
  width: 236px !important;
  position: absolute;
  z-index: 300000;
  top: 116px;
  right: 50px;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
}

/* line 7, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_item {
  display: block;
  color: #595858;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  line-height: 19.36px;
  margin-bottom: 7px;
}

/* line 8, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_item_selected {
  color: #ff7036;
}

/* line 9, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_item:hover {
  background: rgba(146, 86, 254, 0.75);
  color: white;
}

/* line 10, app/assets/stylesheets/header_dropdown.scss */
#header_dropdown_company_name {
  margin-top: 40px;
  color: #9F69FF;
  font-weight: 600;
  text-align: left;
  margin-left: 15px;
  display: block;
  font-size: 16px;
  line-height: 19.36px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  margin-right: 10px;
}

@media (min-width: 2000px) {
  /* line 22, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    right: 70px;
  }
}

@media (min-width: 2100px) {
  /* line 26, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    top: 125px;
    right: 90px;
  }
}

@media (min-width: 2200px) {
  /* line 31, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    right: 105px;
  }
}

@media (min-width: 2300px) {
  /* line 35, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    top: 130px;
    right: 120px;
  }
}

@media (min-width: 2400px) {
  /* line 39, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    right: 130px;
  }
}

@media (min-width: 2500px) {
  /* line 44, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    top: 136px;
    right: 140px;
  }
}
/* line 1, app/assets/stylesheets/home.scss */
#home_page_top_section {
  margin-left: 12%;
  width: 76%;
  overflow: hidden;
  padding-bottom: 200px;
  padding-top: 50px;
}

/* line 2, app/assets/stylesheets/home.scss */
#home_categories_see_all_link {
  font-size: 25px;
  line-height: 80px;
  text-decoration: underline;
  color: #703AF4;
  line-height: 1.3em;
  text-underline-offset: 3px;
  margin-bottom: 150px;
  text-align: right;
  display: inline-block;
  float: right;
}

/* line 3, app/assets/stylesheets/home.scss */
#home_categories_see_all_link:visited {
  text-decoration: none;
  color: #703AF4;
}

/* line 4, app/assets/stylesheets/home.scss */
#home_categories_title {
  text-align: center;
  font-weight: bold;
  color: #707070;
  line-height: 1.5;
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 5, app/assets/stylesheets/home.scss */
.home_section_title {
  text-align: center;
  font-weight: bold;
  color: #707070;
  line-height: 1.5;
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/home.scss */
.home_section {
  width: 100%;
  height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
}

/* line 8, app/assets/stylesheets/home.scss */
.home_section_image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

/* Home - how it works */
/* line 11, app/assets/stylesheets/home.scss */
#home_how_it_works {
  width: 100%;
  background: transparent;
  height: 200px !important;
  padding-top: 55px;
}

/* line 12, app/assets/stylesheets/home.scss */
#home_how_it_works_images {
  width: 70%;
  margin-left: 15%;
  height: 79px;
  margin-bottom: 29px;
  margin-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 13, app/assets/stylesheets/home.scss */
#how_it_works_connect_and_buy_image {
  height: 79px;
  width: 79px;
  float: left;
}

/* line 14, app/assets/stylesheets/home.scss */
#how_it_works_ellipe_new_01 {
  width: 85px;
  margin-bottom: 20px;
  margin-left: 94px;
}

/* line 15, app/assets/stylesheets/home.scss */
#how_it_works_time_left_image {
  height: 79px;
  width: 79px;
  margin-left: 68px;
}

/* line 16, app/assets/stylesheets/home.scss */
#how_it_works_ellipe_new_02 {
  width: 85px;
  margin-bottom: 20px;
  margin-left: 90px;
}

/* line 17, app/assets/stylesheets/home.scss */
#how_it_works_success_image {
  height: 79px;
  width: 79px;
  float: right;
  margin-right: 42px;
}

/* line 18, app/assets/stylesheets/home.scss */
#home_how_it_works_title {
  color: #703AF4;
  font-weight: 600;
  font-size: 45px;
  width: 100%;
  text-align: center;
}

/* line 19, app/assets/stylesheets/home.scss */
#home_how_it_works_subtitles {
  width: 78%;
  margin-left: 11%;
  height: 30px;
  font-size: 16px;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

/** Explorer button **/
/* line 22, app/assets/stylesheets/home.scss */
#home_how_it_works_explorer_button_section {
  width: 50%;
  height: 100px;
  margin-left: 25%;
}

/* line 23, app/assets/stylesheets/home.scss */
#home_how_it_works_explorer_button {
  font-weight: 600;
  font-size: 27px;
  background-color: #ff7036;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 28px;
  cursor: pointer;
  float: center;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  display: block;
  height: 58px;
  border-radius: 30px;
}

/* line 25, app/assets/stylesheets/home.scss */
.home_how_it_works_subtitle {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #595858;
  font-weight: bold;
  font-size: 22px;
}

/* line 26, app/assets/stylesheets/home.scss */
#how_it_works_connect_and_buy_subtitle {
  text-align: center;
  width: 22%;
}

/* line 27, app/assets/stylesheets/home.scss */
#how_it_works_wait_subtitle {
  margin-left: 8.5%;
}

/* line 28, app/assets/stylesheets/home.scss */
#how_it_works_success_subtitle {
  text-align: center;
  width: 26%;
  float: right;
}

/* line 30, app/assets/stylesheets/home.scss */
#how_it_works_connect_and_buy_text {
  float: left;
  text-align: center;
  width: 22%;
  margin-left: 0%;
}

/* line 31, app/assets/stylesheets/home.scss */
#how_it_works_wait_text {
  margin-left: 8.5%;
  width: 25%;
}

/* line 32, app/assets/stylesheets/home.scss */
#how_it_works_success_text {
  text-align: center;
  width: 26%;
  float: right;
  margin-right: 0px;
}

/* line 34, app/assets/stylesheets/home.scss */
#how_it_works_first_bar {
  width: 22%;
}

/* line 35, app/assets/stylesheets/home.scss */
#how_it_works_second_bar {
  width: 25%;
  margin-left: 12.5%;
}

/* line 36, app/assets/stylesheets/home.scss */
#how_it_works_third_bar {
  width: 26%;
  float: right;
}

/* line 38, app/assets/stylesheets/home.scss */
#home_how_it_works_texts {
  width: 78%;
  margin-left: 11%;
  height: 46px;
  font-size: 15px;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 39, app/assets/stylesheets/home.scss */
.home_how_it_works_text {
  float: left;
  width: 25%;
  margin-left: 4.16%;
  margin-right: 4.16%;
  text-align: center;
  color: #595858;
  font-size: 18px;
  background: white;
}

/* line 40, app/assets/stylesheets/home.scss */
#home_how_it_works_progress_bars {
  width: 78%;
  margin-left: 11%;
  height: 30px;
  font-size: 16px;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 41, app/assets/stylesheets/home.scss */
.home_how_it_works_one_progress_bar_section {
  float: left;
  width: 33.33%;
}

/* line 42, app/assets/stylesheets/home.scss */
.home_how_it_works_actual_progress_bar {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 10px;
  height: 20px;
  background: white;
}

/* line 43, app/assets/stylesheets/home.scss */
progress::-moz-progress-bar {
  background: #703AF4;
}

/* line 44, app/assets/stylesheets/home.scss */
progress::-webkit-progress-value {
  background: #703AF4;
}

/* line 45, app/assets/stylesheets/home.scss */
progress {
  color: #703AF4;
  background: white;
  border: 1px solid #703AF4;
}

/* line 47, app/assets/stylesheets/home.scss */
.kollek_card_progress_bar {
  float: left;
  width: 90%;
  border-radius: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
}

/* line 48, app/assets/stylesheets/home.scss */
.card_link {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/home.scss */
#home_new_header_layout {
  width: 100%;
  height: 100px;
  background: #7946F5;
  margin-left: auto;
  margin-right: auto;
}

/* line 51, app/assets/stylesheets/home.scss */
#home_new_header_section {
  width: 75%;
  height: 100px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}

/* line 52, app/assets/stylesheets/home.scss */
.home_new_header_cell {
  float: left;
  height: 100%;
  width: 15%;
}

/* line 53, app/assets/stylesheets/home.scss */
.home_new_header_cell_5 {
  float: left;
  height: 100%;
  width: 5%;
  padding-top: 41px;
}

/* line 54, app/assets/stylesheets/home.scss */
.home_new_header_cell_10 {
  float: left;
  height: 100%;
  width: 10%;
  padding-top: 41px;
}

/* line 55, app/assets/stylesheets/home.scss */
.home_new_header_cell_15 {
  float: left;
  height: 100%;
  width: 15%;
  padding-top: 41px;
}

/* line 56, app/assets/stylesheets/home.scss */
.home_new_header_cell_16 {
  float: left;
  height: 100%;
  width: 16%;
}

/* line 57, app/assets/stylesheets/home.scss */
.home_new_header_cell_20 {
  float: left;
  height: 100%;
  width: 20%;
}

/* line 58, app/assets/stylesheets/home.scss */
.home_new_header_cell_25 {
  float: left;
  height: 100%;
  width: 25%;
  padding-top: 41px;
}

/* line 59, app/assets/stylesheets/home.scss */
.home_new_header_cell_30 {
  float: left;
  height: 100%;
  width: 30%;
  padding-top: 41px;
}

/* line 60, app/assets/stylesheets/home.scss */
.home_new_header_cell_32 {
  float: left;
  height: 100%;
  width: 32%;
  padding-top: 41px;
}

/* line 61, app/assets/stylesheets/home.scss */
.home_new_header_divider_3 {
  float: left;
  height: 100%;
  width: 3%;
}

/* line 62, app/assets/stylesheets/home.scss */
.home_new_header_divider_4 {
  float: left;
  height: 100%;
  width: 4%;
}

/* line 63, app/assets/stylesheets/home.scss */
.home_new_header_divider_5 {
  float: left;
  height: 100%;
  width: 5%;
}

/* line 64, app/assets/stylesheets/home.scss */
#home_new_header_logo_link {
  float: left;
  display: inline-block;
  height: 100%;
  margin-top: 0%;
  margin-right: 10px;
}

/* line 65, app/assets/stylesheets/home.scss */
#home_new_header_logo {
  height: 54%;
  float: left;
  margin-top: 23px;
  margin-right: 34px;
}

/* line 67, app/assets/stylesheets/home.scss */
#home_new_header_search_bar_section_wrapper {
  height: 100%;
  width: 26%;
  position: relative;
}

/* line 68, app/assets/stylesheets/home.scss */
#home_new_header_search_bar_section {
  position: relative;
  width: 100%;
  height: 40%;
  margin-top: 30px;
  background: #FAF6FF;
  border-radius: 100px;
}

/* line 69, app/assets/stylesheets/home.scss */
#home_new_header_search_icon_section {
  float: left;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 71, app/assets/stylesheets/home.scss */
#home_new_header_search_icon {
  height: 16px;
  width: 16px;
  margin-left: 25%;
}

/* line 72, app/assets/stylesheets/home.scss */
#home_new_header_search_input_section {
  float: left;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

/* line 74, app/assets/stylesheets/home.scss */
#home_new_header_search_input {
  width: 90%;
  border: 0px;
  background: transparent;
  line-height: 20px;
  font-size: 16px;
  color: #868686;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 76, app/assets/stylesheets/home.scss */
#home_new_header_search_input::placeholder {
  color: #868686;
  padding: 0px;
  padding-top: 2px;
}

/* line 78, app/assets/stylesheets/home.scss */
#home_top_explore_products_message_section {
  margin-top: 35px;
  width: 100%;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 0;
  color: #707070;
  font-size: 25px;
  text-align: center;
  margin-left: 0%;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 79, app/assets/stylesheets/home.scss */
#home_top_how_kollek_works_tagline {
  color: #707070;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  box-sizing: inherit;
  letter-spacing: 0.00937em;
  padding-bottom: 45px;
  margin-top: 3px;
  text-align: center;
  width: 980px;
}

/* line 80, app/assets/stylesheets/home.scss */
#home_top_webshop_link {
  text-decoration: none;
  font-size: 25px;
  color: white;
  border-radius: 100px;
  background: #FF7036;
  padding-left: 20px;
  padding-right: 20px;
  width: 273px;
  padding-top: 13px;
  padding-bottom: 7.5px;
  font-weight: 600;
  float: left;
  margin-top: 40px;
  margin-left: 10px;
  text-align: center;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 83, app/assets/stylesheets/home.scss */
#home_top_create_account {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 30px;
  color: #FF7036;
  border-radius: 100px;
  background: white;
  padding-left: 20px;
  padding-right: 20px;
  width: 273px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-weight: bold;
  float: right;
  border: 4px solid #FF7036;
  margin-left: 40px;
  float: left;
  margin-top: 40px;
  text-align: center;
}

/* line 86, app/assets/stylesheets/home.scss */
#home_top_left_empty_bar {
  width: 80px;
  height: 100%;
}

/* line 87, app/assets/stylesheets/home.scss */
#home_top_texts_section {
  float: left;
  width: 100%;
  background-image: url(/images/home/top_section_create_kollek.svg);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}

/* line 88, app/assets/stylesheets/home.scss */
#home_top_title {
  width: 100%;
  color: white;
  line-height: 1.3;
  font-size: 100px;
  font-weight: 600;
  padding-left: 20px;
  text-align: left;
}

/* line 89, app/assets/stylesheets/home.scss */
#home_top_subtitle {
  width: 100%;
  color: white;
  line-height: 1;
  font-size: 80px;
  font-weight: 400;
  padding-left: 20px;
  text-align: left;
}

/* line 90, app/assets/stylesheets/home.scss */
#home_top_paragraph {
  width: 100%;
  color: white;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 400;
  padding-left: 20px;
  text-align: left;
  margin-top: 30px;
  font-style: italic;
}

/* line 91, app/assets/stylesheets/home.scss */
#home_top_paragraph_last_line {
  font-weight: 600;
}

/* line 92, app/assets/stylesheets/home.scss */
#home_top_image_section {
  width: 27%;
  float: left;
}

/* line 93, app/assets/stylesheets/home.scss */
#home_top_image {
  width: 100%;
}

/* line 94, app/assets/stylesheets/home.scss */
#home_header_links_cell {
  float: right;
  width: 52%;
  margin-top: 38px;
  height: 62%;
}

/* line 96, app/assets/stylesheets/home.scss */
.home_new_header_link {
  float: right;
  text-decoration: none;
  color: white;
  font-size: 20px;
  margin-right: 40px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
}

/* line 97, app/assets/stylesheets/home.scss */
.home_new_header_link:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/home.scss */
#home_new_header_checkout_url {
  position: relative;
  height: 30px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: -5px;
}

/* line 99, app/assets/stylesheets/home.scss */
#home_new_header_checkout_icon {
  height: 35px;
  float: right;
}

/* line 100, app/assets/stylesheets/home.scss */
#home_new_header_login_icon {
  width: 20px;
  height: 22px;
  margin-right: 5px;
  float: right;
  margin-top: 1px;
}

/* line 101, app/assets/stylesheets/home.scss */
#home_new_header_login_url {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: white;
  float: right;
  margin-right: 12px;
  font-weight: 600;
}

/* line 102, app/assets/stylesheets/home.scss */
#home_new_header_login_url:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 103, app/assets/stylesheets/home.scss */
#home_new_header_signup_url {
  color: white;
  background-color: #ff7036;
  font-size: 20px;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 7.4px;
  padding-bottom: 7.4px;
  cursor: pointer;
  border-radius: 100px;
  float: right;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  width: 118px;
  height: 44px;
  font-size: 20px;
  line-height: 24px;
  border: 2px solid white;
  margin-top: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 108, app/assets/stylesheets/home.scss */
#home_categories_section_wrapper {
  width: 1350px;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

/* line 110, app/assets/stylesheets/home.scss */
#home_categories_section {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 111, app/assets/stylesheets/home.scss */
.home_categories_arrow_section {
  float: left;
  height: 100%;
  width: 3%;
}

/* line 113, app/assets/stylesheets/home.scss */
#home_categories_right_arrow_section {
  text-align: right;
  float: right;
}

/* line 114, app/assets/stylesheets/home.scss */
.home_categories_one_category_section {
  float: left;
  height: 100%;
  width: 25%;
  margin-left: 3%;
  margin-right: 2%;
}

/* line 117, app/assets/stylesheets/home.scss */
.home_section_of_cards {
  margin: 0px;
  border-radius: 4px;
  vertical-align: top;
  background: transparent;
  position: relative;
  margin: 0px;
}

/* line 118, app/assets/stylesheets/home.scss */
.home_section_of_cards_wrapper {
  height: 490px;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 55px;
  background: transparent !important;
  position: relative;
}

/* line 120, app/assets/stylesheets/home.scss */
.home_section_of_cards_home {
  cursor: pointer;
  overflow: hidden;
  min-height: 100%;
  background-size: cover;
  background-position: 50%;
  border-bottom: 1px solid green;
}

/* line 121, app/assets/stylesheets/home.scss */
.home_sections_of_cards_display_card {
  padding: 0px;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
}

/* line 122, app/assets/stylesheets/home.scss */
.home_section_card_widget {
  border-radius: 15px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  width: 100%;
  height: 410px;
  background: white;
  padding: 0px 0px;
  position: relative;
}

/* line 123, app/assets/stylesheets/home.scss */
.home_section_card_widget_for_completed {
  height: 410px;
}

/* line 124, app/assets/stylesheets/home.scss */
.home_section_card_price_section {
  text-align: left;
  font-size: 18px;
  color: #707070;
  width: 90%;
  margin-bottom: 25px;
  height: 19px;
  margin-left: 5%;
}

/* line 126, app/assets/stylesheets/home.scss */
.home_section_card_kollek_name_section {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  color: #868686 !important;
  height: 41px;
  padding-bottom: 10px;
  text-decoration: none;
  width: 90%;
  margin-left: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 132, app/assets/stylesheets/home.scss */
.home_section_card_link {
  height: 400px;
  width: 300px;
  padding-top: 20px;
}

/* line 133, app/assets/stylesheets/home.scss */
.checkout_home_section {
  width: 300px;
  height: 420px;
  float: left;
  margin-bottom: 50px;
}

/* line 134, app/assets/stylesheets/home.scss */
.home_page_card_wrapper {
  position: relative;
  margin-top: -8px;
  margin-left: 25px;
  margin-right: 25px;
  float: center;
  height: 410px;
}

/* line 135, app/assets/stylesheets/home.scss */
.home_section_image {
  display: block;
  margin: 0 auto;
  height: 78px;
}

/* line 136, app/assets/stylesheets/home.scss */
.discount_percentage2 {
  position: absolute;
  top: -21px;
  right: -21px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 200000;
  background-color: #FF7036;
}

/* line 144, app/assets/stylesheets/home.scss */
.discount_percentage2_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  color: white;
}

/* line 152, app/assets/stylesheets/home.scss */
.discount_percentage3 {
  position: absolute;
  top: -21px;
  right: -21px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 200000;
  background-color: white;
  border: 2px solid #FF7036;
  /* Adding the orange border */
}

/* line 164, app/assets/stylesheets/home.scss */
.discount_percentage3_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  color: #FF7036;
  /* Changing the text color to orange */
}

/* line 174, app/assets/stylesheets/home.scss */
.card_image_wrapper {
  height: 239px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 12px;
}

/* line 175, app/assets/stylesheets/home.scss */
.card_image {
  width: 100%;
  height: 100%;
}

/* line 176, app/assets/stylesheets/home.scss */
.card_hr {
  width: 91%;
  background: #CECECE;
  height: 1px;
  margin-left: 4.5%;
  margin-bottom: 13px;
}

/* line 177, app/assets/stylesheets/home.scss */
#home_top_section_and_how_kollek_works {
  height: 959px;
  overflow-x: hidden;
  background: white;
  background-image: url(/images/home/top_section_background.png);
}

/* line 179, app/assets/stylesheets/home.scss */
.card_quantity_bought_and_total_quantity_message {
  color: #9F69FF;
  height: 19px;
  font-size: 14px;
  margin-top: 7px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

/* line 182, app/assets/stylesheets/home.scss */
#home_how_it_works_wrapper {
  width: 61.15%;
  background-color: white !important;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 70px;
  margin-top: -230px;
  margin-left: 19.425%;
}

/* line 183, app/assets/stylesheets/home.scss */
#header_logged_user_checkout_and_profile_info {
  float: right;
  height: 100px;
}

/* line 185, app/assets/stylesheets/home.scss */
#home_all_categories_wrapper {
  width: 78%;
  margin-left: 11%;
}

/* line 186, app/assets/stylesheets/home.scss */
#home_all_categories_main_wrapper {
  max-width: 100%;
  height: 100% !important;
  padding: 30px 0px;
}

/* line 190, app/assets/stylesheets/home.scss */
#home_new_header_weekly_delivery_image {
  position: absolute;
  height: 25px;
  top: 38px;
  left: 340px;
}

/* line 193, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_blog {
  z-index: 10;
}

/* line 194, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_show_blog_category {
  z-index: 10;
}

/* line 195, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_show_blog_article {
  z-index: 10;
}

/* line 197, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_partners {
  background: #7946F5;
}

@media (min-width: 2000px) {
  /* line 200, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 76%;
    margin-left: 14%;
  }
  /* footer */
}

@media (min-width: 2100px) {
  /*header */
  /* line 208, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    height: 120px;
  }
  /* line 209, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    height: 120px;
    width: 74%;
  }
  /* line 210, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    margin-top: 27.6px;
  }
  /* line 211, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section_wrapper {
    height: 120px;
  }
  /* line 212, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    margin-top: 36px;
  }
  /* line 213, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    margin-top: 45.6px;
  }
  /* 38% of height */
  /* line 214, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 22px;
    line-height: 26.4px;
    margin-top: 2px;
  }
  /* line 215, app/assets/stylesheets/home.scss */
  #home_new_header_login_icon {
    font-size: 24px;
    margin-top: 3px;
  }
  /* line 216, app/assets/stylesheets/home.scss */
  #home_new_header_login_url {
    font-size: 22px;
    line-height: 26px;
    margin-top: 2px;
  }
  /* line 217, app/assets/stylesheets/home.scss */
  #home_new_header_signup_url {
    height: 48px;
    font-size: 22px;
    line-height: 26px;
    margin-top: -9px;
    width: 124px;
  }
  /* line 219, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 75%;
    margin-left: 14%;
  }
  /* line 221, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 380px;
    top: 48px;
  }
}

@media (min-width: 2300px) {
  /*header */
  /* line 230, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    height: 140px;
  }
  /* line 231, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    margin-top: 32.2px;
  }
  /* line 232, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section_wrapper {
    height: 140px;
  }
  /* line 233, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    margin-top: 42px;
  }
  /* line 234, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    margin-top: 53.2px;
  }
  /* 38% of height */
  /* line 235, app/assets/stylesheets/home.scss */
  #home_new_header_search_icon {
    height: 20px;
    width: 20px;
  }
  /* line 236, app/assets/stylesheets/home.scss */
  #home_new_header_search_icon_section {
    width: 12%;
  }
  /* line 237, app/assets/stylesheets/home.scss */
  #home_new_header_search_input {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 238, app/assets/stylesheets/home.scss */
  #home_new_header_search_input_section {
    width: 88%;
  }
  /* line 240, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 410px;
    top: 56px;
    height: 30px;
  }
}

@media (min-width: 2500px) {
  /*header */
  /* line 249, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    height: 160px;
  }
  /* line 250, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    margin-top: 36.8px;
  }
  /* line 251, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    margin-top: 48px;
  }
  /* line 252, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section_wrapper {
    height: 160px;
  }
  /* line 253, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    margin-top: 60.8px;
  }
  /* line 254, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 24px;
    line-height: 29px;
    margin-top: 3px;
  }
  /* line 255, app/assets/stylesheets/home.scss */
  #home_new_header_login_icon {
    font-size: 28px;
    margin-top: 5px;
  }
  /* line 256, app/assets/stylesheets/home.scss */
  #home_new_header_login_url {
    font-size: 24px;
    line-height: 29px;
    margin-top: 2px;
  }
  /* line 257, app/assets/stylesheets/home.scss */
  #home_new_header_signup_url {
    height: 56px;
    font-size: 24px;
    line-height: 29px;
    margin-top: -11px;
    width: 140px;
  }
  /* top bar section */
  /* line 260, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    padding-bottom: 50px;
  }
  /* line 261, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 120px;
  }
  /* line 262, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 96px;
  }
  /* line 263, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 45px;
  }
  /* line 265, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 440px;
    top: 64px;
    height: 35px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 270, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 80%;
  }
  /* line 272, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 84%;
    margin-left: 9%;
  }
  /* line 273, app/assets/stylesheets/home.scss */
  .home_section_of_cards {
    width: 100%;
  }
  /* line 274, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    width: 80%;
  }
  /* line 276, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 330px;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 280, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 84%;
  }
  /* line 282, app/assets/stylesheets/home.scss */
  #home_new_header_logo_link {
    margin-right: 0px;
  }
  /* line 284, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 90px;
    line-height: 1.4;
  }
  /* line 285, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 70px;
    line-height: 1.4;
  }
  /* line 286, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 30px;
    line-height: 1.3;
  }
  /* line 288, app/assets/stylesheets/home.scss */
  #discount_percentage2 {
    right: -70px;
  }
  /* line 290, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 85%;
    margin-left: 7.5%;
    padding-bottom: 150px;
  }
  /* line 291, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 293, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 300px;
  }
}

/* #Home page - desktop */
@media only screen and (max-width: 1600px) {
  /* line 298, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 18px;
    line-height: 22px;
    margin-right: 30px;
  }
  /* line 300, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 84%;
  }
  /* line 301, app/assets/stylesheets/home.scss */
  #discount_percentage2 {
    right: -80px;
  }
  /* line 303, app/assets/stylesheets/home.scss */
  #home_categories_section_wrapper {
    width: 78%;
  }
  /* line 305, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 90%;
    margin-left: 5%;
  }
  /* line 306, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 307, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 17px;
    margin-right: 20px;
  }
  /* line 309, app/assets/stylesheets/home.scss */
  #home_new_header_signup_url {
    margin-right: 0px;
  }
  /* line 311, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    width: 50%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 315, app/assets/stylesheets/home.scss */
  #section_last_chance_card_4 {
    display: none;
  }
  /* line 316, app/assets/stylesheets/home.scss */
  #section_popular_card_4 {
    display: none;
  }
  /* line 317, app/assets/stylesheets/home.scss */
  #section_just_created_card_4 {
    display: none;
  }
  /* line 319, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 80px;
  }
  /* line 320, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 85%;
  }
  /* line 321, app/assets/stylesheets/home.scss */
  #discount_percentage2 {
    right: -50px;
  }
  /* line 323, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 324, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 70px;
  }
  /* line 325, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 60px;
  }
  /* line 326, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 327, app/assets/stylesheets/home.scss */
  #home_categories_section_wrapper {
    width: 1100px;
  }
  /* line 328, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    margin-top: 15px;
    font-size: 25px;
  }
  /* line 330, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 336, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    height: 45%;
    margin-top: 27.5px;
  }
  /* line 337, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    height: 35%;
    margin-top: 32.5px;
  }
  /* line 341, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 50px;
  }
  /* line 342, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 40px;
  }
  /* line 343, app/assets/stylesheets/home.scss */
  #discount_percentage2 {
    right: -25px;
  }
  /* line 345, app/assets/stylesheets/home.scss */
  #home_top_webshop_link {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 349, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 90%;
  }
  /* line 353, app/assets/stylesheets/home.scss */
  #discount_percentage2 {
    right: -130px;
  }
  /* line 355, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    margin-left: 0px;
  }
  /* line 356, app/assets/stylesheets/home.scss */
  #home_top_title {
    padding-left: 0px;
  }
  /* line 357, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    padding-left: 0px;
  }
  /* line 358, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    padding-left: 0px;
  }
  /* line 360, app/assets/stylesheets/home.scss */
  #home_categories_section_wrapper {
    width: 1000px;
  }
  /* line 362, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 367, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    display: none;
  }
  /* line 369, app/assets/stylesheets/home.scss */
  #second_mobile_menu_wrapper_pages_home {
    background: #7946F5;
  }
  /* line 370, app/assets/stylesheets/home.scss */
  #second_mobile_menu_wrapper_application_raise_not_found {
    background: #7946F5;
  }
  /* line 373, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    margin-top: -30px;
    margin-left: 0px;
  }
  /* line 374, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    width: 90%;
    margin-left: 5%;
    padding-top: 30px;
  }
  /* line 376, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    width: 95%;
    margin-left: 2.5%;
  }
  /* line 377, app/assets/stylesheets/home.scss */
  .home_section {
    margin-top: 0px;
  }
  /* line 378, app/assets/stylesheets/home.scss */
  .home_section_image {
    width: 60px;
    height: auto;
  }
  /* line 379, app/assets/stylesheets/home.scss */
  .home_section_title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: normal;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 383, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    background-size: auto 80%;
  }
  /* line 385, app/assets/stylesheets/home.scss */
  #home_categories_section_wrapper {
    width: 95%;
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 390, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    background-size: auto 85%;
  }
  /* line 391, app/assets/stylesheets/home.scss */
  #home_top_create_account {
    margin-left: 2%;
  }
  /* line 392, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 42px;
  }
  /* line 393, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 32px;
  }
  /* line 394, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 22px;
  }
  /* line 395, app/assets/stylesheets/home.scss */
  #home_top_paragraph_last_line {
    font-size: 20px;
  }
  /* line 396, app/assets/stylesheets/home.scss */
  #home_top_webshop_link {
    margin-top: 20px;
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 397, app/assets/stylesheets/home.scss */
  #home_top_create_account {
    margin-top: 20px;
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 398, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-bottom: 50px;
  }
  /* line 400, app/assets/stylesheets/home.scss */
  .home_categories_category_element {
    width: 240px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 404, app/assets/stylesheets/home.scss */
  #section_last_chance_card_3 {
    display: none;
  }
  /* line 405, app/assets/stylesheets/home.scss */
  #section_popular_card_3 {
    display: none;
  }
  /* line 406, app/assets/stylesheets/home.scss */
  #section_just_created_card_3 {
    display: none;
  }
  /* line 408, app/assets/stylesheets/home.scss */
  .home_section_image {
    height: 60px;
    width: auto;
  }
  /* line 409, app/assets/stylesheets/home.scss */
  .home_categories_category_element {
    width: 220px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 414, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    background-size: auto 60%;
  }
  /* line 415, app/assets/stylesheets/home.scss */
  .home_categories_category_element {
    width: 200px;
    font-size: 16px;
  }
  /* line 416, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    background-image: none;
  }
  /* line 418, app/assets/stylesheets/home.scss */
  #home_top_section_and_how_kollek_works {
    background-image: url(/images/home/top_section_background_mobile.png);
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 700px) {
  /* line 423, app/assets/stylesheets/home.scss */
  .home_categories_category_element {
    width: 180px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 427, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-top: 30px;
  }
  /* line 428, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 35px;
  }
  /* line 429, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 26px;
  }
  /* line 430, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 18px;
  }
  /* line 431, app/assets/stylesheets/home.scss */
  #home_top_paragraph_last_line {
    font-size: 18px;
  }
  /* line 432, app/assets/stylesheets/home.scss */
  #home_top_webshop_link {
    border: 3px solid white;
  }
  /* line 433, app/assets/stylesheets/home.scss */
  #home_top_create_account {
    border: 3px solid #FF7036;
  }
  /* line 435, app/assets/stylesheets/home.scss */
  #section_last_chance_card_2 {
    display: none;
  }
  /* line 436, app/assets/stylesheets/home.scss */
  #section_popular_card_2 {
    display: none;
  }
  /* line 437, app/assets/stylesheets/home.scss */
  #section_just_created_card_2 {
    display: none;
  }
  /* line 439, app/assets/stylesheets/home.scss */
  #home_show_category_3 {
    display: none;
  }
  /* line 440, app/assets/stylesheets/home.scss */
  #left_arrow_home_categories {
    display: none;
  }
  /* line 441, app/assets/stylesheets/home.scss */
  #right_arrow_home_categories {
    display: none;
  }
  /* line 442, app/assets/stylesheets/home.scss */
  #home_show_category_1 {
    width: 45%;
  }
  /* line 443, app/assets/stylesheets/home.scss */
  #home_show_category_2 {
    width: 45%;
  }
  /* line 444, app/assets/stylesheets/home.scss */
  #home_show_category_1 > .home_categories_category_element {
    width: 100%;
  }
  /* line 445, app/assets/stylesheets/home.scss */
  #home_show_category_2 > .home_categories_category_element {
    width: 100%;
  }
  /* line 447, app/assets/stylesheets/home.scss */
  #home_categories_see_all_link {
    font-size: 22px;
    line-height: 30px;
    margin-right: 10px;
  }
  /* line 448, app/assets/stylesheets/home.scss */
  #home_categories_section {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 452, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 30px;
  }
  /* line 453, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 20px;
  }
  /* line 454, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 14px;
  }
  /* line 455, app/assets/stylesheets/home.scss */
  #home_top_paragraph_last_line {
    font-size: 14px;
  }
  /* line 456, app/assets/stylesheets/home.scss */
  #home_top_webshop_link {
    width: 170px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 457, app/assets/stylesheets/home.scss */
  #home_top_create_account {
    width: 170px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 461, app/assets/stylesheets/home.scss */
  #home_top_webshop_link {
    width: 150px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 462, app/assets/stylesheets/home.scss */
  #home_top_create_account {
    width: 150px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 466, app/assets/stylesheets/home.scss */
  #home_top_webshop_link {
    width: 130px;
  }
  /* line 467, app/assets/stylesheets/home.scss */
  #home_top_create_account {
    width: 130px;
  }
  /* line 469, app/assets/stylesheets/home.scss */
  #home_categories_section {
    margin-top: 0px;
  }
  /* line 470, app/assets/stylesheets/home.scss */
  #home_show_category_1 {
    width: 90%;
    margin-left: 5%;
  }
  /* line 471, app/assets/stylesheets/home.scss */
  #home_show_category_2 {
    display: none;
  }
  /* line 472, app/assets/stylesheets/home.scss */
  #home_show_category_1 > .home_categories_category_element {
    width: 100%;
  }
}
/* Logged links */
/* line 2, app/assets/stylesheets/logged_links_items.scss */
#logged_links_wrapper {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 3, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_item {
  background-color: white !important;
  font-size: 16px;
  padding: 0px;
  color: #474747;
  float: left;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  width: 25%;
  margin-top: 35px;
}

/* line 4, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_title_item {
  margin-top: 10px;
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_title_item_selected {
  color: #FF7036;
}

/* line 6, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_icon {
  height: 20px;
}

/* line 7, app/assets/stylesheets/logged_links_items.scss */
#logged_link_my_profile_wrapper {
  height: 50px;
  width: 24%;
  text-decoration: none;
  float: left;
  margin-top: 0px;
}

/* line 8, app/assets/stylesheets/logged_links_items.scss */
#logged_link_my_profile_button {
  color: white;
  background-color: #ff7036;
  font-size: 16px;
  height: 38px;
  padding-right: 5px;
  padding-top: 5px;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 25px;
  display: block;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  max-width: 140px;
}

/* line 9, app/assets/stylesheets/logged_links_items.scss */
#logged_link_my_profile_icon {
  height: 15px;
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
  /* line 68, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    display: none;
    /*width: 60%;*/
  }
  /* line 69, app/assets/stylesheets/logged_links_items.scss */
  .logged_in_links_item {
    background: transparent !important;
  }
}

@media only screen and (max-width: 900px) {
  /* line 81, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 86, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 75%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 91, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 95, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 95%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 99, app/assets/stylesheets/logged_links_items.scss */
  .logged_in_links_item {
    font-size: 14px;
    width: 22%;
  }
  /* line 100, app/assets/stylesheets/logged_links_items.scss */
  #logged_link_my_profile_wrapper {
    width: 34%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 105, app/assets/stylesheets/logged_links_items.scss */
  .logged_in_links_item {
    width: 50%;
    background: transparent !important;
  }
  /* line 106, app/assets/stylesheets/logged_links_items.scss */
  #logged_link_my_profile_wrapper {
    width: 50%;
  }
  /* line 107, app/assets/stylesheets/logged_links_items.scss */
  #logged_link_my_profile_button {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 2, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_inactive {
  float: right;
  cursor: pointer;
  width: 290px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 3px solid #FF7C46;
  background: #FFF;
  color: #FF7C46;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 16px;
  margin-right: 80px;
}

/* line 14, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_active {
  float: right;
  cursor: pointer;
  width: 290px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 80px;
  padding-top: 16px;
}

/* line 25, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_highlighted_word_inactive {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #FF7C46;
}

/* line 26, app/assets/stylesheets/mastercard/payment_page.scss */
#checkout_payment_page_mastercard_section {
  display: none;
  width: 90%;
  margin-left: 5%;
  min-height: 400px;
  margin-top: 35px;
}

/* line 28, app/assets/stylesheets/mastercard/payment_page.scss */
#checkout_payment_page_mastercard_section_title {
  color: #703AF4;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_mastercard_section_text {
  color: #707070;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 37, app/assets/stylesheets/mastercard/payment_page.scss */
#accept_and_send_mastercard_invoice_error_message {
  font-weight: bold;
  color: red;
  margin-top: 10px;
  font-size: 22px;
  margin-left: 15px;
}

/* line 39, app/assets/stylesheets/mastercard/payment_page.scss */
#send_mastercard_invoice_spinner {
  color: #703AF4;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  height: 36px;
  width: 50px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

/* line 49, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_inactive {
  float: right;
  cursor: pointer;
  width: auto;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 3px solid #FF7C46;
  background: #FFF;
  color: #FF7C46;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 16px;
  margin-right: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 63, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_active {
  float: right;
  cursor: pointer;
  width: auto;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 80px;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 76, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_highlighted_word_inactive {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  border-bottom: 1px solid #FF7C46;
}

@media only screen and (max-width: 1800px) {
  /* line 111, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 60px;
  }
  /* line 112, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 60px;
  }
  /* line 114, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 60px;
  }
  /* line 115, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 123, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  /* line 124, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    margin-top: 10px;
  }
  /* line 125, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section_title {
    font-size: 28px;
  }
  /* line 126, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 134, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 40px;
  }
  /* line 135, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 144, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 151, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 20px;
  }
  /* line 152, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 20px;
  }
  /* line 153, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    margin-top: 18px;
  }
  /* line 155, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 20px;
  }
  /* line 156, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 160, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    width: 95%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 164, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
  }
  /* line 165, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 170, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
  }
  /* line 171, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
  }
  /* line 172, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: 50px;
    padding-top: 13px;
  }
  /* line 173, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: 50px;
    padding-top: 13px;
  }
  /* line 174, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 178, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 210px;
    height: 45px;
    padding-top: 9px;
  }
  /* line 179, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 210px;
    height: 45px;
    padding-top: 9px;
  }
  /* line 181, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 240px;
    height: 60px;
    padding-top: 9px;
  }
  /* line 182, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    margin-right: 0px;
    font-size: 16px;
    line-height: 16px;
    width: 240px;
    height: 60px;
    padding-top: 9px;
  }
  /* line 184, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section_title {
    font-size: 24px;
  }
  /* line 185, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 189, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_pay_by_mastercard {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  /* line 190, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_pay_by_mastercard {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 194, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    font-size: 16px;
    line-height: 32px;
  }
}
/* line 1, app/assets/stylesheets/mine.scss */
#mine_cards {
  position: relative;
  width: 58%;
  background-color: white;
  margin-bottom: 0px;
  margin-top: 100px;
  margin-left: 21%;
}

/* line 2, app/assets/stylesheets/mine.scss */
#display_mine_kolleks_were_not_found {
  color: #707070;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 200px;
  width: 98%;
  margin-left: 2%;
  margin-top: 25px;
  float: left;
}

/* line 4, app/assets/stylesheets/mine.scss */
#mine_kolleks_cards_section {
  width: 78%;
  margin-left: 14%;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-left: 0px;
}

/* line 6, app/assets/stylesheets/mine.scss */
.mine_alle_kolleks_section_titles {
  color: #9F69FF;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  width: 80%;
  height: 50px;
  display: block;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-top: 20px;
}

/* line 7, app/assets/stylesheets/mine.scss */
.mine_kollek_alle_not_found_items {
  color: #707070;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  width: 80%;
  min-height: 20px;
  display: block;
  margin-left: 50px;
  margin-top: -40px;
  margin-bottom: 60px;
}

/* line 9, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card {
  color: #9F69FF;
  height: 19px;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card_view_order_link {
  border-radius: 30px;
  border: 1px solid #9F69FF;
  background: #FFF;
  color: #9F69FF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  height: 19px;
  width: 60px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}

/* line 12, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card_view_order_link:visited {
  color: #9F69FF;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card_view_order_link:hover {
  color: #9F69FF;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card_message {
  color: #9F69FF;
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card_message:hover {
  color: #9F69FF;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/mine.scss */
.mine_kollek_footer_completed_card_message:visited {
  color: #9F69FF;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/mine.scss */
.cards_section_mine_kollek {
  width: 300px;
}

/* line 19, app/assets/stylesheets/mine.scss */
#tab_pages_top_section_mine_mine_kollek {
  margin-top: 0px;
}

/* line 21, app/assets/stylesheets/mine.scss */
.mine_section_kollek_completed_widget {
  height: 420px;
}

@media only screen and (max-width: 1700px) {
  /* line 60, app/assets/stylesheets/mine.scss */
  #tabs_and_knowledge_items_section_mine_mine_kollek {
    margin-bottom: 0px;
  }
  /* line 61, app/assets/stylesheets/mine.scss */
  #tab_pages_tabs_section_mine_mine_kollek {
    margin-bottom: 10px;
  }
  /* line 62, app/assets/stylesheets/mine.scss */
  #mine_kolleks_cards_section {
    width: 85%;
    margin-left: 12%;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 78, app/assets/stylesheets/mine.scss */
  #top_mine_kollek_divider_mine_mine_kollek {
    display: none;
  }
  /* line 79, app/assets/stylesheets/mine.scss */
  #tab_pages_top_section_mine_mine_kollek {
    margin-left: 13%;
    width: 80%;
  }
  /* line 80, app/assets/stylesheets/mine.scss */
  #mine_kolleks_cards_section {
    margin-left: 10%;
  }
  /* line 81, app/assets/stylesheets/mine.scss */
  .mine_alle_kolleks_section_titles {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 86, app/assets/stylesheets/mine.scss */
  #tab_pages_top_title_mine_mine_kollek {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 90, app/assets/stylesheets/mine.scss */
  #tab_pages_top_section_mine_mine_kollek {
    width: 85%;
    margin-left: 11%;
  }
  /* line 91, app/assets/stylesheets/mine.scss */
  #mine_kolleks_cards_section {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 95, app/assets/stylesheets/mine.scss */
  #tab_pages_tabs_section_mine_mine_kollek {
    height: 76px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 99, app/assets/stylesheets/mine.scss */
  #mine_kolleks_cards_section {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 104, app/assets/stylesheets/mine.scss */
  #tab_pages_tabs_section_mine_mine_kollek {
    height: 64px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 109, app/assets/stylesheets/mine.scss */
  #tab_pages_top_section_mine_mine_kollek {
    width: 90%;
    margin-left: 7%;
  }
  /* line 110, app/assets/stylesheets/mine.scss */
  #tab_pages_top_subtitle_mine_mine_kollek {
    padding-top: 0px;
  }
  /* line 111, app/assets/stylesheets/mine.scss */
  #tab_pages_top_title_mine_mine_kollek {
    margin-top: 0px;
  }
  /* line 112, app/assets/stylesheets/mine.scss */
  #mine_kolleks_cards_section {
    padding-left: 0px;
    margin-left: 7%;
  }
  /* line 113, app/assets/stylesheets/mine.scss */
  .mine_alle_kolleks_section_titles {
    margin-left: 0px;
  }
  /* line 114, app/assets/stylesheets/mine.scss */
  .mine_kollek_alle_not_found_items {
    margin-left: 0px;
  }
  /* line 115, app/assets/stylesheets/mine.scss */
  .home_page_card_wrapper_mine_kollek {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 120, app/assets/stylesheets/mine.scss */
  #tab_pages_tabs_section_mine_mine_kollek {
    height: 58px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 124, app/assets/stylesheets/mine.scss */
  #tab_pages_tabs_section_mine_mine_kollek {
    height: 40px;
  }
  /* line 125, app/assets/stylesheets/mine.scss */
  .mine_kollek_alle_not_found_items {
    font-size: 15px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 131, app/assets/stylesheets/mine.scss */
  #tab_pages_top_section_mine_mine_kollek {
    width: 95%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 136, app/assets/stylesheets/mine.scss */
  .cards_section_mine_kollek {
    width: 280px;
  }
}
/* line 2, app/assets/stylesheets/mobile_header.scss */
#mobile_header_layout {
  width: 100%;
  height: 100px;
  background: #7946F5;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

/* line 3, app/assets/stylesheets/mobile_header.scss */
#mobile_header_section {
  width: 73%;
  height: 100px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}

/* line 4, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell {
  float: left;
  height: 100%;
  width: 15%;
}

/* line 5, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_5 {
  float: left;
  height: 100%;
  width: 5%;
  padding-top: 41px;
}

/* line 6, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_10 {
  float: left;
  height: 100%;
  width: 10%;
  padding-top: 41px;
}

/* line 7, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_15 {
  float: left;
  height: 100%;
  width: 15%;
  padding-top: 41px;
}

/* line 8, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_16 {
  float: left;
  height: 100%;
  width: 16%;
}

/* line 9, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_20 {
  float: left;
  height: 100%;
  width: 20%;
}

/* line 10, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_25 {
  float: left;
  height: 100%;
  width: 25%;
  padding-top: 41px;
}

/* line 11, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_30 {
  float: left;
  height: 100%;
  width: 30%;
  padding-top: 41px;
}

/* line 12, app/assets/stylesheets/mobile_header.scss */
.mobile_header_divider_3 {
  float: left;
  height: 100%;
  width: 3%;
}

/* line 13, app/assets/stylesheets/mobile_header.scss */
.mobile_header_divider_4 {
  float: left;
  height: 100%;
  width: 4%;
}

/* line 14, app/assets/stylesheets/mobile_header.scss */
.mobile_header_divider_5 {
  float: left;
  height: 100%;
  width: 5%;
}

/* line 15, app/assets/stylesheets/mobile_header.scss */
#mobile_header_logo {
  height: 53px;
  margin-top: 23px;
}

/* line 17, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_bar_section_wrapper {
  padding-top: 2px;
}

/* line 18, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_bar_section {
  width: 100%;
  height: 30px;
  margin-top: 40px;
  background: #FAF6FF;
  border-radius: 20px;
}

/* line 19, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_icon_section {
  float: left;
  width: 15%;
  height: 100%;
}

/* line 20, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_icon {
  height: 50%;
  margin-left: 25%;
  margin-top: 20%;
}

/* line 21, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_input_section {
  float: left;
  width: 85%;
  height: 100%;
}

/* line 22, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_input {
  width: 90%;
  border: 0px;
  background: transparent;
  height: 20px;
  margin-top: 5px;
}

/* line 23, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_input::placeholder {
  color: #868686;
}

/* line 25, app/assets/stylesheets/mobile_header.scss */
.mobile_header_link {
  width: 30%;
  float: right;
  text-decoration: none;
  color: white;
  font-size: 20px;
  margin-right: 10px;
  text-align: center;
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/mobile_header.scss */
.mobile_header_link:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/mobile_header.scss */
#mobile_header_checkout_url {
  height: 35px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: 32.5px;
}

/* line 29, app/assets/stylesheets/mobile_header.scss */
#mobile_header_checkout_icon {
  height: 35px;
  width: 35px;
  float: right;
}

/* line 30, app/assets/stylesheets/mobile_header.scss */
#mobile_header_login_icon {
  height: 21px;
  margin-right: 5px;
  float: right;
  margin-top: 42px;
}

/* line 31, app/assets/stylesheets/mobile_header.scss */
#mobile_header_login_url {
  font-size: 20px;
  text-decoration: none;
  color: white;
  float: right;
  margin-top: 40px;
  margin-right: 12px;
  font-weight: 600;
}

/* line 32, app/assets/stylesheets/mobile_header.scss */
#mobile_header_login_url:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/mobile_header.scss */
#login_and_signup_without_logged_user {
  float: right;
}

/* line 36, app/assets/stylesheets/mobile_header.scss */
#mobile_header_signup_url {
  color: white;
  background-color: #ff7036;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
  cursor: pointer;
  border-radius: 20px;
  float: right;
  text-decoration: none;
  margin-top: 29px;
  margin-right: 10px;
  font-weight: 600;
  border: 2px solid white;
}

/* line 38, app/assets/stylesheets/mobile_header.scss */
#mobile_header_header_links_wrapper {
  float: right;
  width: 35%;
}

/* line 40, app/assets/stylesheets/mobile_header.scss */
.second_mobile_menu_wrapper {
  height: 76px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/mobile_header.scss */
#second_mobile_menu {
  width: 90%;
  margin-left: 5%;
  height: 76px;
}

/* line 43, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_bar_section_wrapper {
  padding-top: 2px;
  width: 30%;
  margin-right: 1%;
}

/* line 44, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_bar_section {
  display: block;
  height: 39px;
  margin-top: 18.5px;
  background: white;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #703AF4;
  font-size: 14px;
  line-height: 16.94px;
}

/* line 45, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_icon_section {
  float: left;
  width: 10%;
  height: 100%;
}

/* line 46, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_icon {
  height: 16px;
  margin-left: 25%;
  margin-top: 11.5px;
}

/* line 47, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_input_section {
  float: left;
  width: 90%;
  height: 100%;
}

/* line 48, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_input {
  width: 90%;
  border: 0px;
  background: transparent;
  height: 20px;
  /* line-height: 17px; */
  /* Commented out to see if it resolves the issue */
  padding: 5px 0;
  /* Adjust padding as needed */
  -webkit-appearance: none;
  /* Remove default browser styling */
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  color: #868686;
}

/* line 62, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_input::placeholder {
  color: #868686;
}

/* line 66, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_cell_16 {
  float: left;
  height: 100%;
  width: 16%;
}

/* line 68, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_home_link {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 23px;
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_door_link {
  float: right;
  margin-top: 18px;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_door_image {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

/* line 72, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_display_navigation_links {
  position: absolute;
  left: 80%;
  top: 200px;
  z-index: 10;
  float: right;
  width: 20%;
  min-height: 325px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  padding-top: 15px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

/* line 74, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_one_navigation_link {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: right;
  color: #707070;
  text-decoration: none;
  margin-right: 35px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_one_navigation_link:visited {
  text-decoration: none;
  color: #707070;
}

/* line 76, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_one_navigation_link:hover {
  text-decoration: none;
  color: #707070;
}

/* line 77, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_close_mobile_navigation_bar {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 18px;
  left: 20px;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/mobile_header.scss */
#mobile_header_profile_picture {
  position: relative;
  float: right;
  cursor: pointer;
  margin-top: 22px;
}

/* line 80, app/assets/stylesheets/mobile_header.scss */
#mobile_header_profile_picture > img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

/* line 82, app/assets/stylesheets/mobile_header.scss */
#mobile_header_name_initials {
  float: right;
  color: white;
  font-weight: bold;
  background: #FF7036;
  border-radius: 50%;
  margin-right: 6px;
  margin-top: 25px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  border: 2px solid white;
}

/* line 83, app/assets/stylesheets/mobile_header.scss */
#mobile_header_right_links {
  float: right;
  height: 100%;
  width: 50%;
  padding-top: 0px;
}

@media only screen and (min-width: 1201px) {
  /* line 88, app/assets/stylesheets/mobile_header.scss */
  .second_mobile_menu_wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 145, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_layout {
    display: inherit;
  }
  /* line 146, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_section {
    width: 90%;
    margin-left: 5%;
  }
  /* line 147, app/assets/stylesheets/mobile_header.scss */
  .mobile_header_link {
    font-size: 16px;
  }
  /* line 148, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_login_icon {
    height: 19px;
  }
  /* line 149, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_login_url {
    font-size: 16px;
  }
  /* line 150, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_signup_url {
    font-size: 16px;
    margin-right: 0px;
  }
  /* line 151, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    display: none;
  }
  /* line 152, app/assets/stylesheets/mobile_header.scss */
  #login_and_signup_without_logged_user {
    width: 50%;
  }
  /* line 153, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_header_links_wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 158, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    width: 22%;
    margin-left: 10px;
  }
  /* line 159, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 25%;
    left: 75%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 163, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    margin-left: 15px;
  }
  /* line 164, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    width: 18%;
    margin-left: 25px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 168, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_header_links_wrapper {
    width: 45%;
  }
  /* line 170, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 30%;
    left: 70%;
  }
  /* line 172, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 15%;
  }
  /* line 173, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 85%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 178, app/assets/stylesheets/mobile_header.scss */
  .faq_item_less_than_widget img {
    position: absolute;
    top: 0;
    left: 0;
    /* to ensure the image aligns to the left */
  }
  /* line 184, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 40%;
  }
  /* line 185, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 12%;
  }
  /* line 186, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 88%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 191, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 40%;
    left: 60%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 195, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 50%;
    left: 50%;
  }
  /* line 197, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 50%;
  }
  /* line 198, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 11%;
  }
  /* line 199, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 89%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 203, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_logo {
    height: 45px;
    margin-top: 27.5px;
  }
  /* line 204, app/assets/stylesheets/mobile_header.scss */
  #login_and_signup_without_logged_user {
    width: 60%;
  }
  /* line 205, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 55%;
    left: 45%;
  }
  /* line 207, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 40%;
  }
  /* line 208, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 12%;
    display: none;
  }
  /* line 209, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 100%;
    padding-left: 10px;
  }
  /* line 210, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input {
    font-size: 12px;
    line-height: 16px;
    margin-top: 9px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 215, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 60%;
    left: 40%;
  }
  /* line 216, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_logo {
    height: 40px;
    margin-top: 30px;
  }
  /* line 217, app/assets/stylesheets/mobile_header.scss */
  #login_and_signup_without_logged_user {
    width: 70%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 221, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_door_image {
    margin-left: 5px;
  }
  /* line 222, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_signup_url {
    margin-right: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 223, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_login_url {
    margin-right: 5px;
  }
  /* line 224, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_logo {
    height: 33px;
    margin-top: 33.5px;
  }
  /* line 225, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 75%;
    left: 25%;
  }
  /* line 226, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input {
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
  }
}
/* line 1, app/assets/stylesheets/my_profile_change_password.scss */
#change_password_form_fields {
  margin-left: 40px;
}

/* line 2, app/assets/stylesheets/my_profile_change_password.scss */
#my_profile_save_password_button {
  margin-top: 15px;
  color: white;
  font-size: 20px;
  line-height: 24.2px;
  width: 250px;
  padding-left: 16px;
  border-radius: 28px;
  margin-left: 15px;
  cursor: pointer;
  background: #FF7036;
  border-radius: 100px;
  height: 50px;
  text-align: center;
  border: 0px;
}
/* My profile crud address pages */
/* line 2, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_title {
  font-size: 20px;
  padding-top: 30px;
  padding-left: 40px;
  color: #595858;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_field_label {
  padding-left: 15px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #595858;
}

/* line 4, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_form_fields {
  width: 90%;
  padding-bottom: 70px;
  text-align: left;
  padding-left: 45px;
}

/* line 5, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_input_field {
  color: #595858;
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 95%;
  margin-left: 15px;
  margin-top: 0px;
  border: 1px solid gray;
  border-radius: 28px;
  height: 38px;
  padding-left: 10px;
  border: 1px solid #D3D3D3;
}

/* line 6, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_input_field:hover {
  border: 1px solid black;
}

/* line 7, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_box {
  border-radius: 20px;
  background-color: #faf6ff;
  width: 50%;
  float: left;
  padding-top: 16px;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  margin-left: 50px;
}

/* line 8, app/assets/stylesheets/my_profile_crud_addresses.scss */
#save_address_button {
  margin-top: 15px;
  color: white;
  font-size: 20px;
  line-height: 24.2px;
  width: 214px;
  background: #FF7036 !important;
  border-radius: 100px;
  margin-left: 15px;
  cursor: pointer;
  border: 0px;
  padding: 7px 0 7px 0;
  /* Combined padding properties */
  font-weight: 500;
  display: inline-flex;
  /* Changed to inline-flex */
  align-items: center;
  /* Vertically centers the text */
  justify-content: center;
  /* Horizontally centers the text */
}

/* line 25, app/assets/stylesheets/my_profile_crud_addresses.scss */
#update_address_button {
  margin-top: 25px;
  color: white;
  font-size: 20px;
  line-height: 24.2px;
  width: 230px;
  background: #FF7036 !important;
  border-radius: 100px;
  margin-left: 15px;
  cursor: pointer;
  border: 0px;
  font-weight: bold;
  /* Removed duplicate font-weight property */
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-flex;
  /* Changed to inline-flex */
  align-items: center;
  /* Vertically centers the text */
  justify-content: center;
  /* Horizontally centers the text */
  text-align: center;
  /* Kept for good measure, but flexbox should handle centering */
}

/* line 45, app/assets/stylesheets/my_profile_crud_addresses.scss */
.save_address_error_message {
  margin-left: 18px;
  margin-top: 3px;
}

/* line 46, app/assets/stylesheets/my_profile_crud_addresses.scss */
#my_profile_display_addresses_section {
  margin-right: auto;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 40px;
  min-height: 400px;
  background: #faf6ff;
  margin-bottom: 30px;
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  float: left;
  width: 56%;
  margin-left: 50px;
  padding-left: 40px;
}

/* My profile - display addresses */
/* line 50, app/assets/stylesheets/my_profile_crud_addresses.scss */
#my_profile_display_addresses_title {
  color: #707070;
  font-size: 22px;
  line-height: 26.63px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_list_one_address_details {
  background: #FFFFFF;
  border-radius: 20px;
  width: 90%;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #595858;
  padding-bottom: 5px;
  border: 1px solid #F0F0F0;
}

/* line 52, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_list_one_address_details:hover {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_create_address_button {
  background: #FF7036;
  border-radius: 100px;
  color: white;
  width: 214px;
  padding: 11px 20px 8px 20px;
  /* Combined padding properties */
  margin-top: 10px;
  text-decoration: none;
  font-size: 20px;
  margin-left: 0px;
  display: inline-flex;
  /* Changed from block to inline-flex */
  align-items: center;
  /* Vertically centers the text */
  justify-content: center;
  /* Horizontally centers the text */
  text-align: center;
  /* Kept for good measure, but flexbox should handle centering */
  line-height: 24.2px;
  margin-bottom: 30px;
}

/* line 71, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_create_address_button:visited {
  text-decoration: none;
  color: white;
}

/* line 76, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_bottom_link {
  color: #9F69FF;
  text-align: right;
  text-decoration: none;
  float: right;
  margin-left: 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

/* line 78, app/assets/stylesheets/my_profile_crud_addresses.scss */
#display_addresses_messsage_above_button {
  color: #8A8A8B;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  padding-top: 5px;
  padding-bottom: 20px;
}

/* line 79, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_input_field::placeholder {
  color: #595858;
}

/* line 80, app/assets/stylesheets/my_profile_crud_addresses.scss */
#display_crud_address_message_above_button {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

/* line 82, app/assets/stylesheets/my_profile_crud_addresses.scss */
#my_profile_no_addresses_page_button {
  background: #FF7036;
  border-radius: 100px;
  text-decoration: none;
  padding-top: 9px;
  padding-bottom: 9px;
  color: white;
  margin-top: 40px;
  width: 214px;
  height: 37px;
  font-size: 20px;
  line-height: 24.2px;
  display: block;
  text-align: center;
}

/* line 84, app/assets/stylesheets/my_profile_crud_addresses.scss */
.edit_address_error_message {
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: 15px;
}

/* line 85, app/assets/stylesheets/my_profile_crud_addresses.scss */
#update_address_success_message {
  margin-left: 15px;
  margin-top: 7px;
  margin-bottom: 2px;
  color: green;
  font-weight: bold;
}

@media (min-width: 1901px) {
  /* line 89, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_title {
    padding-top: 5px;
  }
  /* line 91, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_title {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 1900px) {
  /* line 124, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_title {
    padding-top: 5px;
  }
  /* line 126, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_title {
    padding-top: 5px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 132, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_main_title {
    width: 80%;
  }
  /* line 133, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    width: 80%;
  }
  /* line 134, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_page_main_title {
    width: 80%;
  }
  /* line 135, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_wrapper {
    width: 80%;
  }
  /* line 136, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_page_main_title {
    width: 80%;
  }
  /* line 137, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_wrapper {
    width: 80%;
  }
  /* line 138, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_title {
    width: 80%;
  }
  /* line 139, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_wrapper {
    width: 80%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 148, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 60%;
  }
  /* line 150, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 60%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 161, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    width: 60%;
  }
  /* line 163, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_main_title {
    width: 90%;
  }
  /* line 164, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    width: 95%;
  }
  /* line 165, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_page_main_title {
    width: 90%;
  }
  /* line 166, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_wrapper {
    width: 95%;
  }
  /* line 167, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_page_main_title {
    width: 90%;
  }
  /* line 168, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_wrapper {
    width: 95%;
  }
  /* line 169, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_title {
    width: 90%;
  }
  /* line 170, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_wrapper {
    width: 95%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 180, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    width: 65%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 184, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    margin-left: 30px;
  }
  /* line 185, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_title {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 190, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_main_title {
    margin-left: 50px;
    margin-top: 20px;
    margin-left: 5%;
  }
  /* line 191, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    margin-left: 5%;
    width: 90%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 195, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_field_label {
    padding-left: 0px;
  }
  /* line 196, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_input_field {
    margin-left: 0px;
  }
  /* line 197, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    margin-left: 30px;
  }
  /* line 199, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #display_crud_address_message_above_button {
    padding-left: 0px;
  }
  /* line 200, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #save_address_button {
    margin-left: 0px;
  }
  /* line 202, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #divider_100_profile_show_order {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  /* line 207, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper > .my_profile_left_bar_section {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 208, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    margin-left: 0px;
    width: 100%;
    padding-left: 20px;
  }
  /* line 209, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    margin-bottom: 0px;
  }
  /* line 210, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #extra_300px_bottom_display_addresses {
    display: none;
  }
  /* line 212, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_person {
    float: left;
  }
  /* line 213, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_change_password {
    float: left;
    padding-left: 10px;
  }
  /* line 214, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_logout {
    padding-left: 0px;
    float: left;
  }
  /* line 215, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_active_item_wrap_profile_display_addresses {
    float: left;
    width: none;
    padding-left: 10px;
  }
  /* line 216, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_orders_history {
    float: left;
    padding-left: 10px;
    margin-left: 15px;
  }
  /* line 217, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_display_addresses_list_one_address_details {
    width: 100%;
  }
  /* line 219, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    margin-left: 30px;
  }
  /* line 220, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #update_address_button {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 226, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    margin-left: 0px;
    width: 70%;
  }
  /* line 227, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_title {
    padding-left: 20px;
  }
  /* line 229, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    margin-left: 0px;
    width: 70%;
  }
  /* line 230, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_title {
    padding-left: 20px;
  }
  /* line 232, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_form_fields {
    padding-left: 20px;
  }
  /* line 234, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .save_address_error_message {
    padding-left: 0px;
    margin-left: 0px;
  }
  /* line 235, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .edit_address_error_message {
    padding-left: 0px;
    margin-left: 0px;
  }
  /* line 237, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #update_address_button {
    margin-top: 15px;
  }
  /* line 239, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_logout {
    margin-left: 25px;
  }
  /* line 241, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_edit_address_person {
    margin-left: 15px;
  }
  /* line 242, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_edit_address_logout {
    margin-left: 15px;
  }
  /* line 244, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_add_address_person {
    margin-left: 15px;
  }
  /* line 245, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_add_address_logout {
    margin-left: 25px;
  }
  /* line 247, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_box {
    width: 95%;
  }
  /* line 248, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 249, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
  /* line 251, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_title {
    font-size: 50px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 256, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_left_bar_section_profile_change_profile_password {
    width: 95%;
  }
  /* line 257, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_left_bar_section_profile_display_addresses {
    width: 95%;
  }
  /* line 259, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
  /* line 261, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 263, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_add_address_orders_history {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 267, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
  /* line 269, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 270, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_title {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 271, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_left_bar_section_profile_edit_address {
    width: 95%;
  }
  /* line 273, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_logout {
    margin-left: 0px;
  }
  /* line 274, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_edit_address_logout {
    margin-left: 0px;
    padding-left: 0px;
  }
  /* line 276, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_add_address_logout {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 280, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_main_title {
    margin-left: 20px;
  }
  /* line 281, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    margin-left: 20px;
  }
  /* line 282, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }
  /* line 283, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_display_addresses_list_one_address_details {
    width: 100%;
  }
  /* line 284, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_display_addresses_create_address_button {
    margin-top: 0px;
  }
  /* line 286, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 100%;
  }
  /* line 288, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 100%;
  }
  /* line 290, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_orders_history {
    margin-left: 0px;
  }
  /* line 291, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_main_title {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 292, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_logout {
    margin-left: 25px;
  }
  /* line 294, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_active_item_wrap_profile_edit_address {
    margin-left: 15px;
  }
  /* line 295, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_edit_address_logout {
    margin-left: 25px;
  }
  /* line 297, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 298, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_active_item_wrap_profile_add_address {
    margin-left: 15px;
  }
  /* line 299, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_add_address_orders_history {
    margin-left: 0px;
  }
  /* line 300, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_add_address_logout {
    margin-left: 15px;
  }
  /* line 302, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_box {
    width: 95%;
  }
  /* line 303, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 307, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_page_main_title {
    font-size: 25px;
    line-height: 40px;
  }
  /* line 308, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_main_title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 313, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_logout {
    margin-left: 0px;
  }
  /* line 314, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #left_bar_passive_item_wrap_profile_display_addresses_change_password {
    padding-left: 0px;
  }
}
/** Orders page **/
/* line 2, app/assets/stylesheets/my_profile_crud_orders.scss */
.my_profile_subpage_wrap_orders_page {
  width: 82%;
  margin-left: 15%;
  margin-top: 20px;
  margin-bottom: 150px;
}

/* line 3, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container {
  background: #FAF7FF;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  min-height: 400px;
  padding-left: 20px;
  padding-top: 54px;
  padding-right: 70px;
  padding-bottom: 20px;
  float: left;
  width: 78%;
  margin-left: 50px;
}

/* line 4, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_table_header_cell {
  float: left;
  min-height: 40x;
  font-size: 14px;
  padding-right: 5px;
  margin-right: 5px;
  width: 16%;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}

/* line 5, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_table_header {
  width: 100%;
  min-height: 50px;
  color: #707070;
}

/* line 8, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_row {
  background: #FFFFFF;
  border-radius: 100px;
  padding-top: 13px;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #858585;
  text-align: center;
  height: 60px;
  border: 1px solid #F0F0F0;
}

/* line 9, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell {
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  float: left;
  min-height: 40px;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 5px;
  margin-right: 5px;
  width: 16%;
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_vis_link {
  text-decoration: none;
  color: #9F69FF;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  /* Full height of parent */
  width: 100%;
  /* Full width of parent */
  display: flex;
  /* Added display flex */
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  text-align: center;
  /* Align text to the center */
}

/* line 36, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_vis_link:hover {
  color: #9F69FF;
}

/* line 40, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_divider {
  width: 100%;
  height: 26px;
}

/* line 41, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_divider_kollek_status {
  height: 21px;
}

/* line 42, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_date {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

/* line 43, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_product_name {
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  height: 34px;
  overflow: hidden;
  margin-top: 2px;
  width: 20%;
}

/* line 44, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_show_kollek_image {
  margin-top: 0px;
}

/* line 45, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_status {
  width: 100px;
  margin-top: 8px;
}

/* line 46, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_currency {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

/* line 48, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_table_header_count_kolleks {
  width: 10%;
}

/* line 49, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_table_header_sum_quantities {
  width: 10%;
}

/* line 50, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_table_header_download_pdf {
  width: 10%;
}

/* line 52, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_count_kolleks {
  width: 10%;
}

/* line 53, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_sum_quantities {
  width: 10%;
}

/* line 54, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_download_pdf {
  width: 10%;
}

/* line 56, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_authorized {
  height: 23px;
  background: #9F69FF;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 2px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 57, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_success {
  height: 23px;
  background: #46D06D;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 2px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 58, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_failed {
  height: 23px;
  background: #D04F46;
  border-radius: 100px;
  color: white;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 2px;
  width: 75px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 59, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_canceled {
  height: 23px;
  background: #D04F46;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 2px;
  width: 120px;
}

/* line 60, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_active {
  height: 23px;
  background: #9F69FF;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
  width: 75px;
  float: center;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 61, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_refunded {
  height: 23px;
  background: #2e3a59;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 2px;
  width: 75px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 62, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_kollek_status_bank_transfer_in_progress {
  height: 23px;
  background: #FF7036;
  border-radius: 100px;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 2px;
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 64, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_show_kollek {
  width: 10%;
}

/* line 65, app/assets/stylesheets/my_profile_crud_orders.scss */
.orders_cell_download_invoice {
  width: 10%;
}

/* line 67, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container_with_error {
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #FAF7FF;
  min-height: 400px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
  float: left;
  width: 73%;
  margin-left: 50px;
}

/* line 68, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container_with_error_text {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #707070;
}

/* line 69, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container_with_error_webshop_button {
  background: #FFFFFF;
  border: 4px solid #703AF4;
  border-radius: 100px;
  margin-top: 50px;
  color: #703AF4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  float: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
}

/* line 71, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container_with_error_orders_link {
  color: #9F69FF;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
}

/* line 72, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container_with_error_orders_link:hover {
  color: #9F69FF;
}

/* line 73, app/assets/stylesheets/my_profile_crud_orders.scss */
#orders_container_with_error_orders_link:visited {
  color: #9F69FF;
}

/* show order page */
/* line 76, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_container {
  width: 73%;
  min-height: 20em;
  color: #707070;
  float: left;
  margin-left: 50px;
  margin-top: 0px;
}

/* line 77, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_breadcrumbs_section {
  width: 100%;
  height: 3em;
  padding-left: 0px;
  background: white;
  margin-bottom: 0px;
}

/* line 78, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_back_to_orders {
  height: 100%;
  width: 40%;
  float: left;
  text-align: left;
}

/* line 79, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_download_pdf_image {
  height: 20px;
}

/* line 80, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_download_pdf_section {
  width: 40%;
  float: right;
  text-align: right;
}

/* line 81, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_download_pdf_section > a {
  text-decoration: none;
  color: #9F69FF;
  font-size: 20px;
}

/* line 82, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_download_pdf_section > a:hover {
  text-decoration: none;
  color: #9F69FF;
}

/* line 84, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_number_and_company_name_row {
  height: 4em;
  width: 100%;
}

/* line 85, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_number_cell {
  float: left;
  height: 4em;
  width: 25%;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
}

/* line 86, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_cvr_number_cell {
  float: left;
  height: 4em;
  width: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

/* line 87, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_company_name_cell {
  float: right;
  height: 4em;
  width: 25%;
  text-align: right;
  padding-right: 5px;
  font-size: 22px;
  line-height: 1.2em;
  overflow-wrap: break-word;
}

/* line 89, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_status_and_amount_reserved_row {
  height: 4em;
  width: 100%;
}

/* line 90, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_status_cell {
  float: left;
  height: 5em;
  width: 25%;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
}

/* line 91, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_order_amount_reserved_cell {
  float: right;
  height: 5em;
  width: 25%;
  text-align: right;
  padding-right: 5px;
  font-size: 22px;
  line-height: 35px;
}

/* line 93, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_items_in_your_order_title {
  width: 100%;
  height: 2em;
  font-size: 27px;
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  line-height: 45px;
}

/* line 95, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_items_header {
  width: 100%;
  height: 60px;
  background: white;
  font-size: 22px;
  font-weight: 600;
}

/* line 96, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_product_sku_number_header {
  float: left;
  width: 14%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  color: 707070;
}

/* line 97, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_product_name_header {
  float: left;
  width: 40%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  color: 707070;
}

/* line 98, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_quantity_header {
  float: left;
  width: 10%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 99, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_price_header {
  float: left;
  width: 18%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 100, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_total_price_header {
  float: left;
  width: 18%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 102, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_one_item_row {
  background: white;
  border-top: 1px solid #707070;
  padding-top: 5px;
  min-height: 5em;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

/* line 103, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_one_item_product_sku_number_cell {
  float: left;
  width: 14%;
  min-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  padding-right: 10px;
}

/* line 104, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_one_item_product_name_cell {
  float: left;
  width: 40%;
  min-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  padding-right: 10px;
}

/* line 105, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_one_item_quantity_cell {
  float: left;
  width: 10%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 106, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_one_item_price_cell {
  float: left;
  width: 18%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 107, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_one_item_total_price_cell {
  float: left;
  width: 18%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 109, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_subtotal {
  font-size: 22px;
  line-height: 45px;
  width: 100%;
  border-top: 1px solid #707070;
  padding-top: 10px;
  height: 45px;
}

/* line 111, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_total_taxes {
  font-size: 22px;
  line-height: 45px;
  width: 100%;
  padding-top: 10px;
  height: 45px;
}

/* line 112, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_total_price {
  font-size: 22px;
  line-height: 45px;
  width: 100%;
  padding-top: 10px;
  height: 45px;
}

/* line 114, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_addresses_section {
  padding-top: 15px;
  font-size: 20px;
  background: white;
  border-top: 1px solid #707070;
  margin-top: 10px;
}

/* line 115, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_section {
  width: 45%;
  float: left;
  background: white;
}

/* line 116, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_delivery_address_line {
  line-height: 1.2em;
  padding-top: 5px;
  text-align: left;
  font-size: 16px;
}

/* line 117, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_line_01 {
  font-size: 32px;
  font-weight: bold;
}

/* line 118, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_section {
  width: 45%;
  float: right;
  background: white;
}

/* line 119, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_billing_address_line {
  line-height: 1.2em;
  padding-top: 5px;
  text-align: right;
  font-size: 16px;
}

/* line 120, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_line_01 {
  font-size: 32px;
  font-weight: bold;
}

/* line 122, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_how_to_pay_section {
  border-top: 1px solid #707070;
  margin-top: 15px;
  padding-top: 10px;
  width: 100%;
  font-size: 22px;
  line-height: 35px;
}

/* line 123, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_how_to_pay_section_title {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}

/* line 124, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_how_to_pay_section_text {
  text-align: left;
  font-size: 22px;
}

/* line 126, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_contact_section {
  font-size: 18px;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}

/* line 127, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_contact_us_link {
  color: #3300FF;
}

/* line 128, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_contact_us_link:hover {
  color: #3300FF;
}

/* line 129, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_contact_us_link:visited {
  color: #3300FF;
}

/* line 131, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_back_to_orders_item {
  float: left;
}

/* line 133, app/assets/stylesheets/my_profile_crud_orders.scss */
.show_order_back_to_orders_item_text {
  text-decoration: none;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 20px;
  color: #9F69FF;
}

/* line 135, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_line_02 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 136, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_line_03 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 137, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_line_04 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 138, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_postal_code {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 139, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_delivery_address_city {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 141, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_line_02 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 142, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_line_03 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 143, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_line_04 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 144, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_line_05 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 145, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_postal_code {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 146, app/assets/stylesheets/my_profile_crud_orders.scss */
#show_order_billing_address_city {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500px;
}

/* line 149, app/assets/stylesheets/my_profile_crud_orders.scss */
#my_profile_left_bar_section_profile_orders {
  width: 15.8%;
}

@media (min-width: 2000px) {
  /* line 152, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container {
    width: 73%;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 190, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    margin-left: 11%;
  }
  /* line 191, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_subpage_wrap_profile_show_order {
    width: 80%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 195, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_subpage_wrap_profile_show_order {
    width: 82%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 200, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container {
    width: 74%;
    padding-right: 20px;
  }
  /* line 201, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_subpage_wrap_profile_show_order {
    width: 85%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 206, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_orders {
    width: 95%;
    padding-left: 25px;
  }
  /* line 207, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order {
    width: 95%;
  }
  /* line 208, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-top: 30px;
  }
  /* line 209, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container {
    margin-left: 0px;
    margin-top: 30px;
    width: 95%;
  }
  /* line 210, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order > a {
    float: left;
  }
  /* line 211, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-bottom: 50px;
  }
  /* line 212, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_container {
    margin-left: 0px;
    width: 95%;
    margin-top: 0px;
  }
  /* line 213, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_subpage_wrap_profile_show_order {
    margin-top: 0px;
  }
  /* line 214, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    padding-bottom: 0px;
  }
  /* line 216, app/assets/stylesheets/my_profile_crud_orders.scss */
  .left_bar_active_item_wrap {
    float: none;
  }
  /* line 217, app/assets/stylesheets/my_profile_crud_orders.scss */
  .left_bar_passive_item_wrap {
    float: none;
  }
  /* line 218, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_orders > .left_bar_passive_item_wrap {
    float: left;
  }
  /* line 219, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_orders > .left_bar_active_item_wrap {
    float: left;
  }
  /* line 221, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_orders_person > .my_profile_left_bar_image {
    margin-left: 0px;
  }
  /* line 222, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container_with_error {
    width: 95%;
    margin-top: 30px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 227, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container {
    width: 95%;
  }
  /* line 228, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_orders_wrapper {
    margin-left: 7%;
  }
  /* line 229, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 234, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_orders_wrapper {
    margin-left: 7%;
    width: 92%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 239, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  /* line 240, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-top: 10px;
  }
  /* line 242, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_quantity_header {
    display: none;
  }
  /* line 243, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_price_header {
    display: none;
  }
  /* line 245, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_quantity_cell {
    display: none;
  }
  /* line 246, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_price_cell {
    display: none;
  }
  /* line 248, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_product_sku_number_header {
    width: 20%;
  }
  /* line 249, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_product_name_header {
    width: 60%;
  }
  /* line 250, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_total_price_header {
    width: 20%;
  }
  /* line 252, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_sku_number_cell {
    width: 20%;
  }
  /* line 253, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_name_cell {
    width: 60%;
  }
  /* line 254, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_total_price_cell {
    width: 20%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 259, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_orders_wrapper {
    margin-left: 5%;
    width: 93%;
  }
  /* line 260, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 264, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container {
    padding-left: 1%;
    padding-right: 1%;
  }
  /* line 265, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_orders_wrapper {
    width: 95%;
  }
  /* line 266, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_row {
    padding-left: 5px;
  }
  /* line 268, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_count_kolleks {
    display: none;
  }
  /* line 269, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_count_kolleks {
    display: none;
  }
  /* line 271, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_number_cell {
    width: 35%;
  }
  /* line 272, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_cvr_number_cell {
    width: 30%;
  }
  /* line 273, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_company_name_cell {
    width: 35%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 278, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_orders {
    margin-top: 10px;
  }
  /* line 279, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_orders_person {
    width: 120px;
  }
  /* line 281, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_sum_quantities {
    display: none;
  }
  /* line 282, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_sum_quantities {
    display: none;
  }
  /* line 285, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_subpage_wrap_profile_show_order {
    width: 95%;
  }
  /* line 286, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_breadcrumbs_section {
    margin-bottom: 0px;
  }
  /* line 288, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_amount_reserved_cell {
    width: 45%;
  }
  /* line 290, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_line_01 {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 291, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_line_01 {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 293, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_table_header_cell {
    width: 20%;
  }
  /* line 294, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell {
    width: 20%;
  }
  /* line 296, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_download_invoice {
    width: 10%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 301, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_count_kolleks {
    display: none;
  }
  /* line 302, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_count_kolleks {
    display: none;
  }
  /* line 303, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container {
    padding-top: 30px;
  }
  /* line 305, app/assets/stylesheets/my_profile_crud_orders.scss */
  .left_bar_active_item_wrap {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 311, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_orders {
    margin-bottom: 0px;
  }
  /* line 313, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-top: 0px;
  }
  /* line 314, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_show_order_logout {
    margin-left: 25px;
  }
  /* line 316, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_order_date {
    display: none;
  }
  /* line 317, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_page_cell_creation_date {
    display: none;
  }
  /* line 319, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_table_header_cell {
    width: 25%;
  }
  /* line 320, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell {
    width: 25%;
  }
  /* line 322, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_download_invoice {
    width: 15%;
  }
  /* line 324, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_items_in_your_order_title {
    font-size: 25px;
    line-height: 35px;
    height: 1.5em;
  }
  /* line 325, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_items_header {
    font-size: 18px;
  }
  /* line 326, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_row {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 330, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_show_order_logout {
    margin-left: 5px;
  }
  /* line 332, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_status_cell {
    width: 45%;
  }
  /* line 333, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_amount_reserved_cell {
    width: 45%;
  }
  /* line 334, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_items_in_your_order_title {
    line-height: 40px;
  }
  /* line 336, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_section {
    width: 48%;
  }
  /* line 337, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_section {
    width: 48%;
  }
  /* line 339, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_line_01 {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 340, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_line_02 {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 341, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_line_03 {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 342, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_postal_code {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 343, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_city {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 345, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_line_01 {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 346, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_line_02 {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 347, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_line_03 {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 348, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_line_04 {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 349, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_postal_code {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 350, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_city {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 351, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_line_05 {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 359, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_subtotal {
    padding-top: 0px;
  }
  /* line 360, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_row {
    padding-top: 0px;
  }
  /* line 361, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_total_taxes {
    padding-top: 0px;
  }
  /* line 362, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_total_price {
    padding-top: 0px;
  }
  /* line 364, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_addresses_section {
    margin-top: 0px;
    padding-top: 10px;
  }
  /* line 365, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_items_in_your_order_title {
    height: 1em;
  }
  /* line 367, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_how_to_pay_section_text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }
  /* line 368, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_back_to_orders {
    width: 55%;
  }
  /* line 369, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_download_pdf_section {
    width: 45%;
  }
  /* line 371, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_number_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 372, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_cvr_number_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 373, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_company_name_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 374, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_status_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 375, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_amount_reserved_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 377, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_edit_address_orders_history {
    margin-left: 15px;
  }
  /* line 379, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_order_status {
    display: none;
  }
  /* line 380, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_paid_status {
    display: none;
  }
  /* line 382, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_table_header_cell {
    width: 33%;
  }
  /* line 383, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell {
    width: 33%;
  }
  /* line 385, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_download_invoice {
    width: 15%;
  }
  /* line 387, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_number_cell {
    width: 37.5%;
  }
  /* line 388, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_cvr_number_cell {
    width: 25%;
  }
  /* line 389, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_company_name_cell {
    width: 37.5%;
  }
  /* line 391, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_product_sku_number_header {
    width: 25%;
  }
  /* line 392, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_product_name_header {
    width: 50%;
  }
  /* line 393, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_total_price_header {
    width: 25%;
  }
  /* line 395, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_sku_number_cell {
    width: 25%;
  }
  /* line 396, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_name_cell {
    width: 50%;
  }
  /* line 397, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_total_price_cell {
    width: 25%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 401, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_delivery_address_section {
    width: 95%;
  }
  /* line 402, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_section {
    width: 95%;
    float: left;
    text-align: left;
  }
  /* line 403, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_billing_address_section * {
    text-align: left;
  }
  /* line 405, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_name_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 406, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_quantity_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 407, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_price_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 408, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_total_price_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 410, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_row {
    height: none;
  }
  /* line 412, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    font-size: 30px;
  }
  /* line 413, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_company_name_profile_show_order {
    padding-left: 15px;
  }
  /* line 414, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_download_pdf_section > a {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 415, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_download_pdf_section > img {
    height: 16px;
  }
  /* line 417, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_category_top_section_breadcrumb_back_button {
    height: 16px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 421, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_number_cell {
    width: 100%;
    height: 3em;
  }
  /* line 422, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_cvr_number_cell {
    width: 100%;
    height: 3em;
    text-align: left;
  }
  /* line 423, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_company_name_cell {
    width: 100%;
    text-align: left;
    height: 3em;
  }
  /* line 424, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_status_cell {
    width: 100%;
    height: 3em;
  }
  /* line 425, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_amount_reserved_cell {
    width: 100%;
    height: 3em;
    text-align: left;
  }
  /* line 427, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_product_sku_number_header {
    display: none;
  }
  /* line 428, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_sku_number_cell {
    display: none;
  }
  /* line 430, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_product_name_header {
    width: 65%;
  }
  /* line 431, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_product_name_cell {
    width: 65%;
  }
  /* line 433, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_total_price_header {
    width: 35%;
  }
  /* line 434, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_total_price_cell {
    width: 35%;
  }
  /* line 436, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_row {
    height: 3em;
  }
  /* line 437, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_show_order {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 441, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_general_title_profile_orders {
    font-size: 30px;
  }
  /* line 442, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_container_with_error_text {
    font-size: 25px;
  }
  /* line 444, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_show_order_addresses {
    margin-left: 15px;
  }
  /* line 445, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-bottom: 30px;
  }
  /* line 447, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_edit_address_orders_history {
    margin-left: 0px;
  }
  /* line 450, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_total_price_without_taxes {
    display: none;
  }
  /* line 451, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_total_price_without_taxes {
    display: none;
  }
  /* line 453, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_table_header_cell {
    width: 50%;
  }
  /* line 454, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell {
    width: 50%;
  }
  /* line 456, app/assets/stylesheets/my_profile_crud_orders.scss */
  #orders_table_header_download_pdf {
    width: 40%;
  }
  /* line 457, app/assets/stylesheets/my_profile_crud_orders.scss */
  .orders_cell_download_invoice {
    width: 30%;
    text-align: left;
  }
}

@media only screen and (max-width: 350px) {
  /* line 462, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_back_to_orders {
    width: 100%;
  }
  /* line 463, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_download_pdf_section {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  /* line 464, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_order_company_name_cell {
    height: 4em;
  }
  /* line 465, app/assets/stylesheets/my_profile_crud_orders.scss */
  #show_order_items_in_your_order_title {
    height: 35px;
    font-size: 25px;
    line-height: 34px;
  }
  /* line 466, app/assets/stylesheets/my_profile_crud_orders.scss */
  .show_order_one_item_row {
    height: 4em;
  }
  /* line 468, app/assets/stylesheets/my_profile_crud_orders.scss */
  #my_profile_left_bar_section_profile_orders {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 472, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_edit_address_orders_history {
    margin-left: 15px;
  }
  /* line 473, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_edit_address_logout {
    margin-left: 0px;
  }
  /* line 475, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_add_address_orders_history {
    margin-left: 15px;
  }
  /* line 476, app/assets/stylesheets/my_profile_crud_orders.scss */
  #left_bar_passive_item_wrap_profile_add_address_logout {
    margin-left: 0px;
  }
}
/* line 2, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_general_title_profile_favorites {
  margin-left: 12%;
  margin-bottom: 15px;
}

/* line 4, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_favorites_page_without_kolleks {
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #FAF7FF;
  min-height: 400px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
  width: 50%;
  margin-left: 12%;
  margin-top: 20px;
}

/* line 5, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_favorites_page_without_kolleks_text {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #707070;
}

/* line 6, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_favorites_page_without_kolleks_webshop_button {
  background: #FFFFFF;
  border: 4px solid #703AF4;
  border-radius: 100px;
  margin-top: 50px;
  color: #703AF4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  float: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
}

/* line 8, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_favorites_page_without_kolleks_orders_link {
  color: #9F69FF;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
}

/* line 9, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_favorites_page_without_kolleks_orders_link:hover {
  color: #9F69FF;
}

/* line 10, app/assets/stylesheets/my_profile_favorites_page.scss */
#my_profile_favorites_page_without_kolleks_orders_link:visited {
  color: #9F69FF;
}

/* line 12, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_page_products_container {
  margin-left: 12%;
  padding-top: 46px;
  padding-bottom: 10px;
  width: 60%;
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
  margin-bottom: 150px;
}

/* line 13, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_page_products_container_title {
  color: #636363;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
  margin-left: 26px;
}

/* line 14, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_page_total_price_without_taxes {
  width: 100%;
  min-height: 317px;
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  padding: 22px;
  padding-bottom: 30px;
}

/* line 15, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_page_total_price_title {
  color: #636363;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 34px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_page_total_price_without_taxes_wrapper {
  float: left;
  width: 23%;
  margin-left: 3%;
}

/* line 18, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_container {
  position: relative;
  width: 91.2%;
  height: 212px;
  margin-left: 26px;
  margin-right: auto;
  padding-left: 24px;
  padding-bottom: 16px;
  padding-right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
}

/* line 19, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_title_and_price_section {
  width: 42%;
  background: white;
  float: right;
  color: #636363;
  font-size: 16px;
  line-height: 1.4em;
  padding-left: 15px;
  float: left;
  padding-right: 20px;
}

/* line 20, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_text_line {
  margin-top: 14px;
  font-size: 24px;
  line-height: 29.05px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #636363;
  text-align: left;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_remove_product_icon {
  position: absolute;
  right: 14px;
  bottom: 15px;
  width: 22px;
  z-index: 100;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_product_image_section {
  width: 22%;
  height: 142px;
  float: left;
  background: white;
  padding-left: 3%;
  padding-right: 3%;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
  margin-top: 22px;
}

/* line 24, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_kollek_image {
  float: left;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  margin: 1%;
  text-align: center;
}

/* line 26, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 28, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_change_quantity_container {
  width: 116px;
  height: 40px;
  background: #703AF4;
  border-radius: 40px;
  font-weight: bold;
  margin-top: 74px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 44, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_decrease_quantity,
.favorites_page_product_section_display_quantity,
.favorites_page_product_section_increase_quantity {
  font-size: 24px;
  width: 17px;
  text-align: center;
  color: white;
}

/* line 52, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_decrease_quantity {
  text-align: right;
  width: 20px;
  font-size: 19px;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_display_quantity {
  text-align: center;
  width: 46px;
  font-size: 20px;
}

/* line 54, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_increase_quantity {
  text-align: left;
  width: 20px;
  font-size: 19px;
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 60, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_page_product_added_quantity_management {
  height: 142px;
  width: 100%;
  display: flex;
  align-items: left;
}

/* line 61, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_clear_products_text {
  float: left;
  margin-left: 10px;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
  padding-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_clear_products_icon {
  float: left;
  margin-left: 5px;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
}

/* line 63, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_clear_products_icon > img {
  margin-top: 10px;
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title {
  color: #636363;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 15px;
  max-height: 68px;
  /* 34px (line-height) * 2 lines */
  overflow: hidden;
  position: relative;
  margin-top: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 80, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  /* Match with the background color */
  padding-left: 10px;
}

/* line 89, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_price_per_item {
  color: #FF7C46;
  font-weight: 600;
  font-size: 24px;
  line-height: 32.78px;
}

/* line 94, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_adjust_quantity_section {
  width: 18%;
  height: 142px;
  float: left;
  background: white;
  position: relative;
}

/* line 95, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_add_to_basket_section {
  width: 17%;
  height: 142px;
  float: left;
  background: white;
  position: relative;
}

/* line 96, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_add_to_basket_section_button {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  border: 3px solid #703AF4;
  background: #FFF;
  color: #703AF4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 7px;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* line 103, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_added_to_basket_message {
  color: #703AF4;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 4px;
  display: none;
}

/* line 110, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_view_cart_button {
  margin-left: auto;
  margin-right: auto;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: 212px;
  height: 60px;
  padding-top: 17px;
  border-radius: 30px;
  margin-top: 11px;
  margin-bottom: 25px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_view_cart_button:hover {
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/my_profile_favorites_page.scss */
#favorites_view_cart_button:visited {
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_in_the_cart_message {
  position: absolute;
  display: block;
  top: 22px;
  right: 16px;
  color: #FF7C46;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: block;
  z-index: 100;
  line-height: 12px;
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_in_the_cart_quantity_single {
  border: 1px solid #FF7C46;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 158, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_in_the_cart_quantity_double {
  border: 1px solid #FF7C46;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 166, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_in_the_cart_quantity_triple {
  border: 1px solid #FF7C46;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 175, app/assets/stylesheets/my_profile_favorites_page.scss */
.favorites_page_product_section_display_sku_number {
  margin-top: 7px;
}

@media only screen and (min-width: 1901px) {
  /* line 178, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    margin-left: 14%;
  }
  /* line 179, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    margin-left: 14%;
  }
  /* line 180, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_product_image_section {
    height: 170px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 212, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    width: 70%;
  }
  /* line 213, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_container {
    width: 93%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 217, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    margin-left: 11%;
  }
  /* line 218, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    margin-left: 11%;
  }
  /* line 220, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_added_product_title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  /* line 221, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_text_line {
    font-size: 20px;
  }
  /* line 222, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_price_per_item {
    font-size: 22px;
  }
  /* line 224, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    margin-left: 11%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 228, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    margin-left: 10%;
  }
  /* line 229, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    margin-left: 10%;
  }
  /* line 231, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 235, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    width: 75%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 239, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    width: 80%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 243, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 247, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    margin-left: 5%;
    margin-top: 10px;
  }
  /* line 248, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    margin-left: 5%;
    margin-top: 10px;
  }
  /* line 250, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 254, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 258, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 263, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    width: 90%;
  }
  /* line 264, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    width: 95%;
  }
  /* line 266, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_added_product_title {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 267, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_text_line {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 268, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_price_per_item {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 273, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    font-size: 50px;
  }
  /* line 275, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_container {
    margin-left: 18px;
    padding-left: 20px;
  }
  /* line 276, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_title_and_price_section {
    padding-right: 10px;
    width: 70%;
  }
  /* line 279, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_added_product_title {
    margin-top: 15px;
  }
  /* line 280, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_change_quantity_container {
    margin-top: 10px;
    margin-left: 5px;
  }
  /* line 282, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_adjust_quantity_section {
    width: 120px;
    height: 55px;
  }
  /* line 283, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_add_to_basket_section {
    margin-left: 30px;
    height: 55px;
    width: 135px;
  }
  /* line 284, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_add_to_basket_section_button {
    margin-top: 10px;
  }
  /* line 286, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_added_quantity_management {
    height: 55px;
    margin-left: 10px;
  }
  /* line 287, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_change_quantity_container {
    width: 120px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 291, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    font-size: 40px;
    margin-bottom: 15px;
  }
  /* line 292, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 293, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_webshop_button {
    margin-top: 30px;
  }
  /* line 294, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    height: 300px;
    min-height: 300px;
  }
  /* line 296, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_product_image_section {
    width: 25%;
  }
  /* line 297, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_added_product_title {
    width: 100%;
  }
  /* line 298, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_title_and_price_section {
    width: 74%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 304, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 305, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 311, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_product_image_section {
    width: 50%;
    margin-top: 25px;
    margin-left: 10px;
  }
  /* line 312, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_container {
    min-height: 440px;
    padding-left: 10px;
  }
  /* line 313, app/assets/stylesheets/my_profile_favorites_page.scss */
  #favorites_page_products_container {
    width: 90%;
    padding-top: 25px;
    padding-right: 25px;
  }
  /* line 314, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_title_and_price_section {
    width: 95%;
  }
  /* line 316, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_adjust_quantity_section {
    width: 140px;
    width: 90%;
    text-align: left;
  }
  /* line 317, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_add_to_basket_section {
    width: 140px;
    margin-left: 0px;
    width: 90%;
    text-align: left;
  }
  /* line 318, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_add_to_basket_section_button {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
  }
  /* line 320, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_section_change_quantity_container {
    width: 134px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 325, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    font-size: 25px;
  }
  /* line 326, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 327, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    padding-top: 50px;
    height: 250px;
    min-height: 250px;
  }
  /* line 329, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_container {
    width: 100%;
  }
  /* line 330, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_added_product_title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 334, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_general_title_profile_favorites {
    font-size: 20px;
  }
  /* line 335, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 336, app/assets/stylesheets/my_profile_favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    padding-left: 30px;
  }
  /* line 337, app/assets/stylesheets/my_profile_favorites_page.scss */
  .favorites_page_product_container {
    min-height: 460px;
  }
}
/* line 1, app/assets/stylesheets/my_profile_general.scss */
.my_profile_general_title {
  color: #707070;
  line-height: 1.5;
  font-size: 72px;
  line-height: 90px;
  font-weight: 600;
  background: transparent;
  width: 70%;
  margin-left: 15%;
  margin-top: 50px;
  padding-bottom: 10px;
}

/* Left bar */
/* line 4, app/assets/stylesheets/my_profile_general.scss */
.my_profile_left_bar_image {
  margin-left: 12px;
  margin-top: 10px;
  height: 14px;
  margin-bottom: 2px;
  float: left;
}

/* line 5, app/assets/stylesheets/my_profile_general.scss */
.left_bar_gray {
  color: #757575 !important;
}

/* line 6, app/assets/stylesheets/my_profile_general.scss */
.left_bar_orange {
  color: #ff7036 !important;
}

/* line 7, app/assets/stylesheets/my_profile_general.scss */
.left_bar_active_item_wrap {
  display: block;
  margin-left: 10px;
  height: 40px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
}

/* line 8, app/assets/stylesheets/my_profile_general.scss */
.left_bar_active_item_title {
  margin-left: 10px;
  margin-top: 8px;
  float: left;
  color: #ff7036;
}

/* line 10, app/assets/stylesheets/my_profile_general.scss */
.left_bar_passive_item_wrap {
  display: block;
  margin-left: 10px;
  height: 40px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
}

/* line 11, app/assets/stylesheets/my_profile_general.scss */
.left_bar_passive_item_title {
  margin-left: 10px;
  margin-top: 8px;
  float: left;
  color: #757575;
}

/* line 12, app/assets/stylesheets/my_profile_general.scss */
.left_bar_company_name {
  font-weight: 600;
  font-size: 16px;
  padding-left: 25px;
  color: #585858;
  line-height: 19.36px;
  overflow-wrap: break-word;
  width: 90%;
}

/* line 13, app/assets/stylesheets/my_profile_general.scss */
.my_profile_subpage_wrap {
  width: 70%;
  margin-left: 15%;
  margin-top: 20px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 1800px) {
  /* line 48, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 13%;
    width: 80%;
  }
  /* line 49, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    margin-left: 13%;
  }
  /* line 50, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap_orders_page {
    margin-left: 13%;
  }
  /* line 51, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_show_order {
    margin-left: 11%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 55, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    width: 80%;
    margin-left: 11%;
  }
  /* line 56, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 11%;
  }
  /* line 57, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap_orders_page {
    margin-left: 11%;
    width: 87%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 62, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    width: 82%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 66, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    width: 85%;
  }
  /* line 67, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_person {
    margin-left: 0px;
  }
  /* line 68, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_company_name_profile_orders {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 72, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    margin-left: 7%;
  }
  /* line 73, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 7%;
  }
  /* line 74, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_show_order {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 78, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 7%;
    font-size: 65px;
    line-height: 85px;
  }
  /* line 79, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    margin-left: 7%;
  }
  /* line 80, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_orders_wrapper {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 84, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 7%;
    margin-top: 40px;
  }
  /* line 85, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    margin-left: 10%;
    width: 85%;
    margin-left: 7%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 89, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    font-size: 60px;
    line-height: 80px;
    margin-left: 5%;
  }
  /* line 90, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_my_profile {
    margin-left: 5%;
    width: 95%;
  }
  /* line 91, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    margin-left: 5%;
  }
  /* line 92, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_show_order {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 96, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-top: 30px;
    font-size: 50px;
    line-height: 65px;
  }
  /* line 97, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_wrap {
    width: auto;
  }
}

@media only screen and (max-width: 800px) {
  /* line 105, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-top: 20px;
    padding-bottom: 0px;
  }
  /* line 106, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_left_bar_image {
    margin-left: 0px;
  }
  /* line 107, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_person {
    width: auto;
    margin-right: 10px;
    padding-left: 10px;
  }
  /* line 108, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_logout {
    padding-left: 0px;
  }
  /* line 109, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_change_password {
    padding-left: 10px;
  }
  /* line 110, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_addresses {
    padding-left: 10px;
  }
  /* line 111, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_orders {
    padding-left: 0px;
  }
  /* line 113, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_person {
    width: auto;
    margin-right: 10px;
    padding-left: 0px;
    margin-left: 25px;
  }
  /* line 114, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_logout {
    padding-left: 0px;
  }
  /* line 115, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_change_password {
    padding-left: 10px;
  }
  /* line 116, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_addresses {
    padding-left: 10px;
  }
  /* line 117, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_show_order {
    padding-left: 10px;
  }
  /* line 121, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_show_order {
    width: 95%;
  }
  /* line 123, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_title {
    margin-left: 15px;
  }
  /* line 124, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_title {
    margin-left: 15px;
  }
  /* line 126, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_wrap {
    margin-left: 0px;
    margin-right: 10px;
    padding-left: 25px;
  }
  /* line 127, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_wrap {
    margin-left: 0px;
    margin-right: 10px;
    padding-left: 25px;
  }
  /* line 129, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_title_profile_display_addresses {
    margin-left: 5px;
  }
  /* line 130, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_title_profile_display_addresses {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 135, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    font-size: 60px;
    line-height: 1.5;
    margin-left: 5%;
    width: 100%;
  }
  /* line 136, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    margin-left: 5%;
    width: 90%;
  }
  /* line 138, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_title {
    margin-left: 5px;
  }
  /* line 139, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_title {
    margin-left: 5px;
  }
  /* line 147, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_company_name {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 151, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 152, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_logout {
    margin-left: 0px;
  }
  /* line 153, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_subpage_wrap {
    width: 95%;
  }
  /* line 155, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_change_profile_password_logout {
    margin-left: 0px;
    padding-left: 0px;
  }
  /* line 157, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_show_order {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 161, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 85%;
    font-size: 30px;
    line-height: 50px;
  }
  /* line 162, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_logout {
    margin-left: 0px;
  }
  /* line 164, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_change_password {
    padding-left: 0px;
  }
  /* line 165, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_addresses {
    padding-left: 0px;
  }
  /* line 166, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_logout {
    margin-left: 0px;
  }
  /* line 168, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_person {
    margin-left: 15px;
  }
  /* line 169, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_show_order {
    margin-left: 15px;
    padding-left: 0px;
  }
  /* line 170, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_left_bar_section_profile_add_address {
    width: 95%;
  }
  /* line 172, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_my_profile {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 177, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    font-size: 50px;
    line-height: 1.3;
  }
  /* line 178, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_show_order {
    margin-left: 0px;
  }
  /* line 179, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_logout {
    margin-left: 15px;
  }
  /* line 180, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_change_profile_password_logout {
    margin-left: 25px;
  }
  /* line 181, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 183, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_orders_addresses {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 187, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    font-size: 45px;
    line-height: 1.2;
  }
  /* line 188, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_my_profile_logout {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 192, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_show_order {
    margin-left: 15px;
  }
  /* line 193, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_show_order_logout {
    margin-left: 0px;
  }
  /* line 195, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_company_name_profile_my_profile {
    padding-left: 15px;
  }
  /* line 196, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_active_item_wrap_profile_my_profile {
    padding-left: 0px;
  }
  /* line 197, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_my_profile_addresses {
    padding-left: 0px;
  }
  /* line 198, app/assets/stylesheets/my_profile_general.scss */
  #left_bar_passive_item_wrap_profile_my_profile_orders_history {
    padding-left: 0px;
  }
}
/* line 1, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_page_data_wrap {
  margin-left: 50px;
  width: 73%;
  float: left;
}

/* line 2, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_data_box {
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  float: left;
  width: 70%;
  padding-top: 60px;
}

/* line 3, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_save_profile_data {
  color: rgba(0, 0, 0, 0.87);
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 95%;
  margin-left: 15px;
  margin-top: 0px;
  border: 1px solid gray;
  border-radius: 28px;
  height: 38px;
  padding-left: 10px;
  border: 1px solid #D3D3D3;
}

/* line 4, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_save_profile_data:hover {
  border: 1px solid black;
}

/* line 5, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_image_section {
  width: 100%;
  text-align: center;
}

/* line 6, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_display_profile_picture {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  float: center;
  display: inline-block;
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_field_label {
  padding-left: 15px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #595858;
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_input {
  color: rgba(0, 0, 0, 0.87);
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 95%;
  margin-left: 15px;
  margin-top: 0px;
  border: 1px solid gray;
  border-radius: 28px;
  padding-left: 20px;
  border: 1px solid #D3D3D3;
  height: 43px;
}

/* line 11, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_input:hover {
  border: 1px solid black;
}

/* line 12, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_input::placeholder {
  color: gray !important;
}

/* line 14, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_image_section {
  width: 100%;
  text-align: center;
}

/* line 15, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_my_profile_data_section_with_fields {
  width: 90%;
  padding-bottom: 70px;
  padding-left: 86px;
}

/* line 17, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_save_profile_data_button {
  margin-top: 15px;
  color: white;
  font-size: 20px;
  line-height: 24.2px;
  width: 250px;
  border-radius: 28px;
  margin-left: 15px;
  cursor: pointer;
  background: #FF7036;
  border-radius: 100px;
  height: 50px;
  text-align: center;
  border: 0px;
}

/* line 19, app/assets/stylesheets/my_profile_profile_data.scss */
#close_account_box_before {
  width: 90%;
  padding-bottom: 70px;
  margin-top: 50px;
  border-radius: 20px;
  background-color: #faf6ff;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  padding-top: 50px;
  width: 70%;
}

/* line 20, app/assets/stylesheets/my_profile_profile_data.scss */
#close_account_title_before {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #595858;
  width: 80%;
}

/* line 21, app/assets/stylesheets/my_profile_profile_data.scss */
#close_account_button_before {
  background: #D24004;
  border-radius: 100px;
  display: inline-flex;
  /* Changed from inline-block to inline-flex */
  align-items: center;
  /* Vertically centers the text */
  justify-content: center;
  /* Horizontally centers the text */
  padding: 12px 50px;
  /* Combined padding properties */
  font-size: 20px;
  line-height: 24px;
  color: white;
  width: 260px;
  margin-top: 20px;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/my_profile_profile_data.scss */
#close_account_button_after {
  background: darkgreen;
  border-radius: 100px;
  display: inline-flex;
  /* Changed from inline-block to inline-flex */
  align-items: center;
  /* Vertically centers the text */
  justify-content: center;
  /* Horizontally centers the text */
  padding: 15px 50px;
  /* Combined padding properties */
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-top: 20px;
  cursor: pointer;
  width: 350px;
}

/* line 51, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input {
  color: rgba(0, 0, 0, 0.87);
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 95%;
  margin-left: 15px;
  margin-top: 0px;
  border: 1px solid gray;
  border-radius: 28px;
  padding-left: 20px;
  border: 1px solid #D3D3D3;
  height: 43px;
}

/* line 52, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input:hover {
  border: 1px solid black;
}

/* line 53, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input::placeholder {
  color: gray !important;
}

/* line 54, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input::placeholder {
  color: #585858;
}

/* line 57, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_change_password_box {
  border-radius: 20px;
  background-color: #faf6ff;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  width: 50%;
  float: left;
  margin-left: 50px;
  padding-left: 0px;
  border: 0px;
  margin-top: 0px;
}

/* line 59, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_field_label {
  padding-left: 15px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #595858;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_change_password_data_section_with_fields {
  width: 90%;
  padding-bottom: 70px;
  padding-left: 86px;
}

/* line 62, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_change_password_title {
  font-size: 22px;
  line-height: 26.63px;
  font-weight: 600;
  color: #707070;
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
}

/* line 63, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_left_bar_section {
  border-radius: 20px;
  width: 18.5%;
  background-color: #faf6ff;
  float: left;
  text-align: left;
  padding-top: 23px;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  padding-bottom: 30px;
}

@media (min-width: 2100px) {
  /* line 76, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 45%;
  }
}

@media (min-width: 2200px) {
  /* line 81, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 40%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 111, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 20%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 119, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 65%;
  }
  /* line 120, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 25%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 125, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_data_box {
    width: 80%;
  }
  /* line 126, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 130, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 25%;
  }
  /* line 131, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_data_box {
    width: 100%;
  }
  /* line 133, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 141, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 30%;
  }
  /* line 142, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 60%;
  }
  /* line 143, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 60px;
  }
  /* line 144, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 150, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 45px;
  }
  /* line 151, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_save_profile_data_button {
    height: 40px;
    width: 220px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 155, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 32%;
  }
  /* line 156, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    margin-left: 30px;
  }
  /* line 157, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 30px;
  }
  /* line 158, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 90%;
  }
  /* line 160, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    margin-left: 30px;
  }
  /* line 161, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_left_bar_section_profile_display_addresses {
    width: 95%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 166, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 95%;
    margin-bottom: 30px;
    padding-left: 25px;
  }
  /* line 167, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section > .left_bar_active_item_wrap {
    float: left;
    padding-left: 10px;
  }
  /* line 168, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section > .left_bar_passive_item_wrap {
    float: left;
    padding-left: 10px;
  }
  /* line 171, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 70%;
    margin-left: 0px;
  }
  /* line 172, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 100%;
  }
  /* line 173, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 15px;
  }
  /* line 177, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    margin-left: 0px;
    width: 95%;
  }
  /* line 178, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_change_password_field_label {
    padding-left: 0px;
  }
  /* line 179, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_change_password_input {
    margin-left: 0px;
  }
  /* line 180, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_save_password_button {
    margin-left: 0px;
  }
  /* line 182, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 187, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 95%;
  }
  /* line 188, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 80%;
  }
  /* line 190, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 80%;
  }
  /* line 191, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_left_bar_section_profile_my_profile {
    width: 95%;
  }
  /* line 192, app/assets/stylesheets/my_profile_profile_data.scss */
  #left_bar_passive_item_wrap_profile_my_profile_orders_history {
    margin-left: 15px;
  }
  /* line 194, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 95%;
  }
  /* line 195, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 95%;
    padding-left: 25px;
  }
  /* line 196, app/assets/stylesheets/my_profile_profile_data.scss */
  #change_password_form_fields {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 201, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 95%;
  }
  /* line 202, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 95%;
  }
  /* line 203, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 10px;
  }
  /* line 204, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 205, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 95%;
  }
  /* line 207, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 211, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 100%;
  }
  /* line 212, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 95%;
  }
  /* line 213, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 0px;
  }
  /* line 214, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_profile_data_input {
    margin-left: 10px;
    font-size: 13px;
  }
  /* line 215, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    width: 95%;
  }
  /* line 216, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_profile_data_input {
    padding-left: 10px;
  }
  /* line 217, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 270px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  /* line 219, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 100%;
  }
  /* line 220, app/assets/stylesheets/my_profile_profile_data.scss */
  #left_bar_passive_item_wrap_profile_my_profile_orders_history {
    margin-left: 0px;
  }
  /* line 222, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_left_bar_section_profile_display_addresses {
    width: 95%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 226, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_before {
    width: 220px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 227, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  /* line 229, app/assets/stylesheets/my_profile_profile_data.scss */
  #change_password_form_fields {
    margin-left: 0px;
  }
  /* line 230, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 95%;
  }
  /* line 232, app/assets/stylesheets/my_profile_profile_data.scss */
  #left_bar_passive_item_wrap_profile_my_profile_orders_history {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 236, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_profile_data_input {
    padding-left: 10px;
    font-size: 12px;
  }
  /* line 237, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  /* line 239, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_save_password_button {
    width: 230px;
  }
}
/* line 1, app/assets/stylesheets/pages.scss */
#privacy_policy_top_image {
  height: 350px;
  float: right;
  margin-top: 40px;
}

/* line 2, app/assets/stylesheets/pages.scss */
#cookie_policy_top_image {
  height: 350px;
  float: right;
  margin-top: 40px;
}

/* line 3, app/assets/stylesheets/pages.scss */
#payment_terms_top_image {
  height: 350px;
  float: right;
  margin-top: 40px;
}

/* line 4, app/assets/stylesheets/pages.scss */
#delivery_conditions_top_image {
  height: 200px;
  float: right;
}

/* Simple text */
/* line 7, app/assets/stylesheets/pages.scss */
.simple_text_page {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  margin-top: 60px;
}

/* line 8, app/assets/stylesheets/pages.scss */
.simple_text_title {
  color: #707070;
  font-size: 60px;
  margin-bottom: 5px;
  width: 100%;
  line-height: 70px;
  font-weight: 600;
  padding-top: 50px;
}

/* line 9, app/assets/stylesheets/pages.scss */
.simple_text_subtitle {
  color: #7946F5;
  font-size: 40px;
  padding-top: 60px;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 41.5px;
  width: 90%;
  word-wrap: break-word;
  /* For older browsers */
  overflow-wrap: break-word;
  /* Modern browsers */
}

/* line 14, app/assets/stylesheets/pages.scss */
.simple_text_paragraph {
  color: #707070;
  font-size: 25px;
  padding-top: 30px;
  margin-bottom: 10px;
  line-height: 41.5px;
  font-weight: normal;
}

/* line 15, app/assets/stylesheets/pages.scss */
.simple_text_with_tab_20 {
  margin-left: 20px;
}

/* line 18, app/assets/stylesheets/pages.scss */
#terms_and_conditions_list_of_links {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 95%;
}

/* line 23, app/assets/stylesheets/pages.scss */
#terms_and_conditions_list_of_links > li {
  word-wrap: break-word;
  /* For older browsers */
  overflow-wrap: break-word;
  /* Modern browsers */
}

@media (min-width: 2000px) {
  /* line 34, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 66%;
  }
  /* line 35, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 65px;
    margin-bottom: 20px;
    line-height: 80px;
    padding-top: 50px;
  }
  /* line 36, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 45px;
    line-height: 58px;
  }
  /* line 37, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 27px;
    line-height: 38px;
  }
  /* line 38, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 380px;
    margin-top: 30px;
  }
  /* line 39, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 380px;
    margin-top: 30px;
  }
  /* line 40, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 380px;
    margin-top: 30px;
  }
  /* line 41, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 180px;
  }
}

@media (min-width: 2100px) {
  /* line 46, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 66%;
    margin-top: 30px;
  }
}

@media (min-width: 2200px) {
  /* line 51, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 68%;
  }
  /* line 52, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 65px;
    margin-bottom: 20px;
    line-height: 80px;
    padding-top: 50px;
  }
  /* line 53, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 54, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 2300px) {
  /* line 58, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 400px;
    margin-top: 20px;
  }
  /* line 59, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 400px;
    margin-top: 20px;
  }
  /* line 60, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 400px;
    margin-top: 20px;
  }
  /* line 61, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 187px;
  }
}

@media (min-width: 2400px) {
  /* line 66, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 70%;
  }
  /* line 67, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 75px;
    margin-bottom: 20px;
    line-height: 90px;
    padding-top: 60px;
  }
  /* line 68, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 50px;
    line-height: 60px;
  }
  /* line 69, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 30px;
    line-height: 45px;
  }
  /* line 70, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 430px;
    margin-top: 20px;
  }
  /* line 71, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 430px;
    margin-top: 20px;
  }
  /* line 72, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 430px;
    margin-top: 20px;
  }
  /* line 73, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 187px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 86, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 75%;
  }
  /* line 87, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    padding-top: 15px;
  }
  /* line 88, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    padding-top: 30px;
    margin-bottom: 10px;
  }
  /* line 89, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    padding-top: 10px;
  }
  /* line 90, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
  /* line 91, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
  /* line 92, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
  /* line 93, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 101, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 80%;
  }
  /* line 102, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 55px;
    line-height: normal;
  }
  /* line 103, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 35px;
    line-height: 50px;
    padding-top: 20px;
  }
  /* line 104, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 22px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 111, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    margin-right: 20px;
  }
  /* line 112, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    margin-right: 20px;
  }
  /* line 113, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 122, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    margin-left: 10%;
    width: 85%;
    margin-top: 10px;
    padding-bottom: 100px;
    margin-left: 5%;
  }
  /* line 123, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    padding-top: 15px;
  }
  /* line 124, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 300px;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
  }
  /* line 125, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 300px;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
  }
  /* line 126, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 300px;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
  }
  /* line 127, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    float: right;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 131, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 135, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 88%;
  }
  /* line 136, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 270px;
  }
  /* line 137, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 270px;
  }
  /* line 138, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 270px;
  }
  /* line 139, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 150px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 143, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 45px;
  }
  /* line 144, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  /* line 145, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    display: none;
  }
  /* line 146, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    display: none;
  }
  /* line 147, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    display: none;
  }
  /* line 148, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  /* line 158, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 90%;
  }
  /* line 159, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 40px;
    line-height: 60px;
    width: 85%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 166, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    padding-left: 0px;
    margin-left: 20px;
  }
  /* line 167, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 35px;
    line-height: 45px;
    padding-top: 20px;
    text-align: left;
  }
  /* line 168, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 27px;
    line-height: 33px;
  }
  /* line 169, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 22px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 174, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    width: 85%;
  }
  /* line 175, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 30px;
    line-height: 35px;
  }
  /* line 176, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 24px;
    line-height: 29px;
  }
  /* line 177, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 178, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 17px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 182, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 1, app/assets/stylesheets/partners.scss */
#partners_top_section {
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, #7946F5 1.47%, rgba(121, 70, 245, 0) 100%);
}

/* line 2, app/assets/stylesheets/partners.scss */
#partners_page_title {
  text-align: center;
  width: 100%;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  color: white;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/partners.scss */
#partners_page_subtitle {
  text-align: center;
  width: 800px;
  height: 35px;
  font-size: 35px;
  line-height: 45px;
  color: white;
  font-weight: normal;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5, app/assets/stylesheets/partners.scss */
#partners_widgets_section {
  width: 100%;
  margin-top: -30px;
}

/* line 6, app/assets/stylesheets/partners.scss */
.partners_one_widget {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  margin-bottom: 50px;
  padding: 50px;
  color: #595858;
  box-shadow: 20px 15px 44px 0px #5430D11A;
  border-radius: 20px;
}

/* line 8, app/assets/stylesheets/partners.scss */
.partners_one_widget_image {
  width: 30%;
  margin-right: 40px;
}

/* line 11, app/assets/stylesheets/partners.scss */
.partners_one_widget_title {
  display: none;
}

/* line 12, app/assets/stylesheets/partners.scss */
.partners_one_widget_box_title {
  font-size: 40px;
  line-height: 60px;
  min-height: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/partners.scss */
.partners_one_widget_text {
  font-size: 25px;
  line-height: 30px;
}

/* line 14, app/assets/stylesheets/partners.scss */
.partners_one_visit_external_website {
  color: #7946F5;
}

/* line 15, app/assets/stylesheets/partners.scss */
.partners_one_visit_external_website:hover {
  color: #7946F5;
}

/* line 16, app/assets/stylesheets/partners.scss */
.partners_one_visit_external_website:visited {
  color: #7946F5;
}

/* line 17, app/assets/stylesheets/partners.scss */
.partners_image_float_left {
  float: left;
}

/* line 18, app/assets/stylesheets/partners.scss */
.partners_image_float_right {
  float: right;
  margin-right: 0px;
  margin-left: 40px;
}

/* line 19, app/assets/stylesheets/partners.scss */
.partners_small_screens_image {
  width: 35%;
  margin-left: 32.5%;
  margin-bottom: 30px;
  margin-top: 15px;
  display: none;
}

@media (min-width: 2000px) {
  /* line 28, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    width: 77%;
    margin-left: 12%;
  }
}

@media (min-width: 2200px) {
  /* line 37, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -50px;
  }
  /* line 38, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    margin-left: 13%;
    width: 75%;
  }
}

@media (min-width: 2300px) {
  /* line 42, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    font-size: 90px;
    line-height: 90px;
    font-size: 90px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 59, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 69, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    min-height: 500px;
  }
  /* line 70, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    margin-top: 15px;
  }
  /* line 71, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 81, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    width: 85%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 89, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    width: 90%;
    margin-bottom: 30px;
  }
  /* line 90, app/assets/stylesheets/partners.scss */
  .partners_one_widget_image {
    width: 40%;
  }
  /* line 91, app/assets/stylesheets/partners.scss */
  .partners_one_widget_box_title {
    line-height: 45px;
    min-height: 45px;
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 99, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 265px;
  }
  /* line 100, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
  /* line 101, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    height: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  /* line 102, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -100px;
  }
  /* line 103, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 107, app/assets/stylesheets/partners.scss */
  .partners_one_widget_text {
    font-size: 20px;
  }
  /* line 108, app/assets/stylesheets/partners.scss */
  .partners_one_widget_image {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  /* line 109, app/assets/stylesheets/partners.scss */
  .partners_one_widget_box_title {
    line-height: 35px;
    min-height: 35px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 114, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 245px;
  }
  /* line 115, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 50px;
    font-size: 50px;
    line-height: 50px;
  }
  /* line 116, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    height: 25px;
    font-size: 25px;
    line-height: 30px;
    width: 85%;
    margin-left: 7.5%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 123, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 150px;
  }
  /* line 124, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  /* line 125, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    display: none;
  }
  /* line 126, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    padding: 30px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 130, app/assets/stylesheets/partners.scss */
  .partners_one_widget_title {
    display: block;
    text-align: center;
    color: #595858;
    font-weight: bold;
    font-size: 20px;
  }
  /* line 131, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    display: none;
  }
  /* line 132, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  /* line 133, app/assets/stylesheets/partners.scss */
  .partners_small_screens_image {
    display: block;
    margin-top: 5px;
  }
  /* line 134, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -120px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 139, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -110px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 143, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  /* line 144, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 120px;
  }
}
/* line 1, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_section {
  float: left;
  height: 100%;
  width: 8.2%;
}

/* line 3, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button {
  float: left;
  width: 104px;
  height: 39px;
  border-radius: 20px;
  background: white;
  font-size: 12px;
  line-height: 12px;
  padding-top: 14px;
  margin-top: 30.5px;
  color: #868686;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
  display: none;
}

/* line 5, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_section_mobile {
  float: left;
  height: 100%;
  width: 115px;
  margin-left: 0px;
}

/* line 6, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_mobile {
  float: left;
  width: 104px;
  height: 39px;
  border-radius: 20px;
  background: white;
  border: 1px solid #703AF4;
  font-size: 12px;
  line-height: 12px;
  padding-top: 12px;
  margin-top: 20px;
  color: #707070;
  text-align: center;
  cursor: pointer;
  display: none;
}

@media (min-width: 2100px) {
  /* line 16, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button {
    height: 48px;
    font-size: 15px;
    line-height: 15px;
    padding-top: 16px;
    margin-top: 36px;
    width: 115px;
  }
}

@media (min-width: 2300px) {
  /* line 24, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button {
    height: 56px;
    font-size: 17px;
    line-height: 17px;
    padding-top: 19.5px;
    margin-top: 42px;
    width: 130px;
  }
}

@media (min-width: 2500px) {
  /* line 32, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button {
    height: 64px;
    font-size: 19px;
    line-height: 19px;
    padding-top: 22.5px;
    margin-top: 48px;
    width: 145px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 53, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button {
    height: 35px;
    padding-top: 11.5px;
    margin-top: 32.5px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 90, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_section_mobile {
    width: 110px;
  }
  /* line 91, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_mobile {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 96, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_section_mobile {
    width: 90px;
  }
  /* line 97, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_mobile {
    font-size: 10px;
    line-height: 12px;
    padding-top: 13px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 101, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_section_mobile {
    width: 80px;
  }
}
/* line 2, app/assets/stylesheets/search/search_favorites.scss */
.search_page_with_results_display_add_remove_from_favorites_section {
  color: #703AF4;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}

/* line 11, app/assets/stylesheets/search/search_favorites.scss */
.search_page_with_results_display_favorite_heart {
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin-right: 5px;
}

/* line 18, app/assets/stylesheets/search/search_favorites.scss */
.search_page_with_results_display_is_favorite_text_for_product {
  cursor: pointer;
}

@media only screen and (min-width: 1901px) {
  /* line 23, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 61, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 89, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 103, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 300px) {
  /* line 116, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 32px;
  }
}
/* line 2, app/assets/stylesheets/search/search_page_general.scss */
#my_profile_general_title_search_search_page {
  margin-left: 12%;
  margin-bottom: 15px;
  width: 88%;
}

/* line 3, app/assets/stylesheets/search/search_page_general.scss */
#search_page_search_term_in_title {
  font-weight: normal;
}

/* line 6, app/assets/stylesheets/search/search_page_general.scss */
.shown_when_search_is_active {
  display: none;
}

/* line 8, app/assets/stylesheets/search/search_page_general.scss */
#search_results_spinner_container {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

/* line 9, app/assets/stylesheets/search/search_page_general.scss */
#search_page_search_term_searched {
  font-weight: 400;
}

@media only screen and (max-width: 1700px) {
  /* line 47, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    margin-left: 11%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 51, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    margin-left: 10%;
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 59, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 66, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    margin-left: 5%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 77, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 50px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 82, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 45px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 87, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 93, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 25px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 98, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 103, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 109, app/assets/stylesheets/search/search_page_general.scss */
  #my_profile_general_title_search_search_page {
    font-size: 20px;
  }
}
/* line 1, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_wrapper {
  width: 100%;
}

/* line 3, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_categories_area {
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #FAF7FF;
  padding-left: 26px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 75px;
  width: 18%;
  margin-left: 12%;
  margin-top: 0px;
  float: left;
  min-height: 168px;
}

/* line 4, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_categories_area_text {
  font-weight: bold;
  color: #707070;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_categories_area_text_number_of_categories {
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_products_container {
  margin-left: 1%;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 60%;
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
  margin-bottom: 150px;
}

/* line 8, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_products_container_title {
  color: #636363;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
  margin-left: 26px;
}

/* line 9, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_total_price_without_taxes {
  width: 100%;
  min-height: 317px;
  border-radius: 20px;
  background: #FAF6FF;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  padding: 22px;
  padding-bottom: 30px;
}

/* line 10, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_total_price_title {
  color: #636363;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 34px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_total_price_without_taxes_wrapper {
  float: left;
  width: 23%;
  margin-left: 3%;
}

/* line 12, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_how_many_products_were_found_text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #707070;
  margin-bottom: 25px;
  margin-left: 26px;
}

/* line 14, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_display_one_category_pill {
  width: 261px;
  margin-left: 0px;
  border: 1px solid #9F69FF;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  color: #636363;
  margin-bottom: 10px;
  float: left;
  font-weight: 500;
  background: white;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_display_one_active_category_pill {
  width: 261px;
  margin-left: 0px;
  border: 1px solid #9F69FF;
  border-radius: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  color: white;
  margin-bottom: 10px;
  float: left;
  font-weight: 600;
  background: #703AF4;
}

/* line 17, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_container {
  position: relative;
  width: 91.2%;
  height: 212px;
  margin-left: 26px;
  margin-right: auto;
  padding-left: 24px;
  padding-bottom: 5px;
  padding-right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
}

/* line 18, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_title_and_price_section {
  width: 50%;
  background: white;
  float: right;
  color: #636363;
  font-size: 16px;
  line-height: 1.4em;
  padding-left: 15px;
  float: left;
  padding-right: 20px;
}

/* line 19, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_text_line {
  margin-top: 14px;
  font-size: 24px;
  line-height: 29.05px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #636363;
  text-align: left;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_product_image_section {
  width: 22%;
  height: 142px;
  float: left;
  background: white;
  padding-left: 3%;
  padding-right: 3%;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
  margin-top: 22px;
}

/* line 22, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_kollek_image {
  float: left;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  margin: 1%;
  text-align: center;
}

/* line 24, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 26, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_change_quantity_container {
  width: 116px;
  height: 40px;
  background: #703AF4;
  border-radius: 40px;
  font-weight: bold;
  margin-top: 74px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 42, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_decrease_quantity,
.search_page_with_results_product_section_display_quantity,
.search_page_with_results_product_section_increase_quantity {
  font-size: 24px;
  width: 17px;
  text-align: center;
  color: white;
  text-decoration: none;
}

/* line 51, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_decrease_quantity {
  text-align: right;
  width: 20px;
  font-size: 19px;
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_display_quantity {
  text-align: center;
  width: 46px;
  font-size: 20px;
}

/* line 53, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_increase_quantity {
  text-align: left;
  width: 20px;
  font-size: 19px;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_product_added_quantity_management {
  height: 142px;
  width: 100%;
  display: flex;
  align-items: left;
}

/* line 60, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_clear_products_text {
  float: left;
  margin-left: 10px;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
  padding-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_clear_products_icon {
  float: left;
  margin-left: 5px;
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
}

/* line 62, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_clear_products_icon > img {
  margin-top: 10px;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title {
  color: #636363;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 15px;
  max-height: 68px;
  /* 34px (line-height) * 2 lines */
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 79, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  /* Match with the background color */
  padding-left: 10px;
}

/* line 88, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 91, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_price_per_item {
  color: #FF7C46;
  font-weight: 600;
  font-size: 24px;
  line-height: 32.78px;
}

/* line 93, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_adjust_quantity_section {
  width: 12%;
  height: 142px;
  float: left;
  background: white;
  position: relative;
}

/* line 94, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_add_to_basket_section {
  width: 134px;
  height: 142px;
  float: left;
  background: white;
  position: relative;
  margin-left: 10px;
}

/* line 95, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_add_to_basket_section_button {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  border: 3px solid #703AF4;
  background: #FFF;
  color: #703AF4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 7px;
  margin-top: 74px;
  margin-right: 0px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_added_to_basket_message {
  color: #703AF4;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 4px;
  display: none;
}

/* line 109, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_view_cart_button {
  margin-left: auto;
  margin-right: auto;
  background: #FF7C46;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  width: 212px;
  height: 60px;
  padding-top: 17px;
  border-radius: 30px;
  margin-top: 11px;
  margin-bottom: 25px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

/* line 125, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_view_cart_button:hover {
  text-decoration: none;
}

/* line 129, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_view_cart_button:visited {
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_in_the_cart_message {
  position: absolute;
  display: block;
  top: 22px;
  right: 16px;
  color: #FF7C46;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: block;
  z-index: 100;
  line-height: 12px;
  cursor: pointer;
}

/* line 149, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_in_the_cart_quantity_single {
  border: 1px solid #FF7C46;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 157, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_in_the_cart_quantity_double {
  border: 1px solid #FF7C46;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 165, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_in_the_cart_quantity_triple {
  border: 1px solid #FF7C46;
  border-radius: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 174, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_back_to_webshop_link {
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: right;
  display: inline-block;
  float: right;
  margin-right: 20px;
}

/* line 175, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_back_to_webshop_link:hover {
  color: #707070;
}

/* line 176, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_back_to_webshop_link:visited {
  color: #707070;
}

/* line 178, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_back_to_webshop_image {
  float: left;
  margin-top: -2px;
  width: 8px;
}

/* line 179, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_quantity_management {
  text-decoration: none;
}

@media only screen and (min-width: 1901px) {
  /* line 182, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_product_image_section {
    height: 170px;
  }
  /* line 183, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    height: 225px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 215, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 68%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 219, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  /* line 220, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_text_line {
    font-size: 20px;
  }
  /* line 221, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_price_per_item {
    font-size: 22px;
  }
  /* line 223, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 21%;
    margin-left: 11%;
  }
  /* line 224, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 65%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 228, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_title_and_price_section {
    width: 76%;
  }
  /* line 229, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    height: 225px;
  }
  /* line 232, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section_button {
    margin-top: 0px;
  }
  /* line 233, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    margin-top: 0px;
  }
  /* line 235, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    width: 268px;
    height: 40px;
    float: right;
  }
  /* line 236, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_section {
    height: 40px;
    float: left;
  }
  /* line 237, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    height: 40px;
    float: right;
    margin-left: 0px;
  }
  /* line 239, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_text_line {
    margin-top: 0px;
  }
  /* line 241, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 252, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 24%;
  }
  /* line 253, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 62%;
  }
  /* line 254, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    width: 94%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 258, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    margin-left: 5%;
    width: 26%;
  }
  /* line 259, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-left: 1%;
    width: 64%;
  }
  /* line 260, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_display_one_category_pill {
    width: 250px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 264, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_display_one_category_pill {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 265, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 90%;
    min-height: 60px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  /* line 266, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-top: 25px;
    margin-left: 5%;
    width: 90%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 271, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 275, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 276, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_text_line {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 277, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_price_per_item {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 283, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    margin-left: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  /* line 284, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_title_and_price_section {
    padding-right: 10px;
    width: 70%;
  }
  /* line 286, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    margin-top: 20px;
  }
  /* line 287, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    margin-top: 10px;
    margin-left: 5px;
  }
  /* line 289, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_section {
    width: 120px;
    height: 55px;
  }
  /* line 290, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    height: 55px;
    width: 135px;
  }
  /* line 291, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section_button {
    margin-top: 10px;
  }
  /* line 293, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_quantity_management {
    height: 55px;
    margin-left: 10px;
  }
  /* line 294, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    width: 120px;
  }
  /* line 296, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    width: 280px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 301, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_product_image_section {
    width: 25%;
  }
  /* line 302, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    width: 100%;
  }
  /* line 303, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_title_and_price_section {
    width: 74%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 314, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_product_image_section {
    width: 50%;
    margin-top: 25px;
    margin-left: 10px;
  }
  /* line 315, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    min-height: 410px;
    padding-right: 10px;
  }
  /* line 316, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 90%;
    padding-top: 25px;
    padding-right: 25px;
  }
  /* line 317, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_title_and_price_section {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 319, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    margin-right: 10px;
    margin-top: 10px;
  }
  /* line 320, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  /* line 321, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_how_many_products_were_found_text {
    margin-bottom: 15px;
  }
  /* line 322, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_back_to_webshop_link {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 327, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_back_to_webshop_link {
    margin-right: 0px;
  }
  /* line 328, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    padding-left: 10px;
  }
  /* line 329, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-top: 15px;
  }
  /* line 330, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    margin-left: 10px;
  }
  /* line 332, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_how_many_products_were_found_text {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 337, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    font-size: 16px;
  }
  /* line 338, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 339, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    padding-left: 10px;
    width: 100%;
  }
  /* line 340, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_product_image_section {
    margin-left: 0px;
  }
  /* line 341, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_quantity_management {
    margin-left: 0px;
  }
  /* line 342, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    margin-left: 0px;
  }
  /* line 343, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    float: left;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 347, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    padding-right: 10px;
  }
  /* line 348, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_quantity_management {
    width: 110px;
  }
  /* line 349, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    width: 115px;
  }
  /* line 350, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section_button {
    width: 115px;
    font-size: 15px;
    padding-top: 9px;
  }
}
/* line 1, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_wrapper {
  width: 100%;
}

/* line 4, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_categories_area {
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #FAF7FF;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 75px;
  width: 16%;
  margin-left: 12%;
  margin-top: 20px;
  float: left;
  height: 168px;
}

/* line 5, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_categories_area_text {
  font-weight: bold;
  color: #707070;
  font-size: 18px;
}

/* line 6, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_categories_area_text_number_of_categories {
  font-weight: normal;
}

/* line 8, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_main_area {
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #FAF7FF;
  min-height: 400px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 75px;
  width: 50%;
  margin-left: 1%;
  margin-top: 20px;
  float: left;
}

/* line 9, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_main_area_products_not_found_text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  text-align: left;
  color: #707070;
  margin-bottom: 40px;
}

/* line 10, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_main_area_text {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #707070;
}

/* line 11, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_main_area_webshop_button {
  background: #FFFFFF;
  border: 4px solid #703AF4;
  border-radius: 100px;
  margin-top: 50px;
  color: #703AF4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  float: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
}

/* line 13, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_display_search_term_in_main_area {
  font-weight: bold;
}

@media only screen and (max-width: 1700px) {
  /* line 52, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    margin-left: 11%;
  }
  /* line 53, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 57, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    margin-left: 10%;
    margin-top: 10px;
    padding-left: 30px;
  }
  /* line 58, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    margin-left: 1%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 62, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    width: 50%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 66, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    width: 20%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 70, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 74, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    margin-left: 5%;
    width: 25%;
  }
  /* line 75, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    margin-left: 1%;
    margin-top: 10px;
    width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 82, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 91, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_products_not_found_text {
    margin-bottom: 20px;
  }
  /* line 92, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 93, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 94, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_webshop_button {
    margin-top: 30px;
  }
  /* line 95, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    min-height: 300px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 100, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    width: 90%;
    height: 70px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  /* line 101, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    height: 300px;
    min-height: 300px;
    width: 90%;
    margin-left: 5%;
    padding-left: 30px;
  }
  /* line 102, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_webshop_button {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 106, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 107, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area_text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 115, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_products_not_found_text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  /* line 116, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 117, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    height: 250px;
    min-height: 250px;
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 127, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 1, app/assets/stylesheets/search_bar.scss */
#search_bar_menu {
  display: none;
  width: 538px;
  height: 428px;
  position: absolute;
  z-index: 300000;
  top: 80px;
  background: #FAF6FF;
  box-shadow: 0px 4px 4px rgba(84, 48, 209, 0.1);
  border-radius: 27px;
  padding: 22px;
  color: #868686;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 500;
  overflow-y: scroll;
  padding-right: 22px;
}

/* line 2, app/assets/stylesheets/search_bar.scss */
#search_bar_default_message {
  padding-top: 20px;
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/search_bar.scss */
#search_bar_results_section_title {
  color: #703AF4;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/search_bar.scss */
#search_bar_results_section_separator {
  width: 90%;
  border: 1px solid black;
  margin-top: 19px;
  margin-bottom: 19px;
}

/* line 5, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item {
  text-decoration: none;
  color: #868686;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 15px;
  padding-left: 0px;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 80%;
}

/* line 6, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item:visited {
  text-decoration: none;
  color: #868686;
}

/* line 7, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item:hover {
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item_icon {
  margin-top: -2px;
  float: left;
  margin-right: 14px;
}

@media only screen and (max-width: 1400px) {
  /* line 14, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 70px;
  }
}

@media (min-width: 2100px) {
  /* line 46, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 95px;
  }
}

@media (min-width: 2300px) {
  /* line 54, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 105px;
  }
}

@media (min-width: 2500px) {
  /* line 62, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 67, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 70px;
  }
}
/* line 1, app/assets/stylesheets/second_search_bar_for_mobile.scss */
#second_mobile_search_bar_menu {
  display: none;
  width: 538px;
  height: 428px;
  position: absolute;
  z-index: 300000 !important;
  top: 203px;
  background: #FAF6FF;
  box-shadow: 0px 4px 4px rgba(84, 48, 209, 0.1);
  border-radius: 27px;
  padding: 22px;
  color: #868686;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 500;
  overflow-y: scroll;
  padding-right: 22px;
}

/* line 2, app/assets/stylesheets/second_search_bar_for_mobile.scss */
#second_mobile_search_bar_default_message {
  padding-top: 20px;
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/second_search_bar_for_mobile.scss */
#second_mobile_search_bar_results_section_title {
  color: #703AF4;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/second_search_bar_for_mobile.scss */
#second_mobile_search_bar_results_section_separator {
  width: 90%;
  border: 1px solid black;
  margin-top: 19px;
  margin-bottom: 19px;
}

/* line 5, app/assets/stylesheets/second_search_bar_for_mobile.scss */
.second_mobile_search_bar_results_section_item {
  text-decoration: none;
  color: #868686;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 15px;
  padding-left: 0px;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 80%;
}

/* line 6, app/assets/stylesheets/second_search_bar_for_mobile.scss */
.second_mobile_search_bar_results_section_item:visited {
  text-decoration: none;
  color: #868686;
}

/* line 7, app/assets/stylesheets/second_search_bar_for_mobile.scss */
.second_mobile_search_bar_results_section_item:hover {
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/second_search_bar_for_mobile.scss */
.second_mobile_search_bar_results_section_item_icon {
  margin-top: -2px;
  float: left;
  margin-right: 14px;
}

@media only screen and (max-width: 600px) {
  /* line 89, app/assets/stylesheets/second_search_bar_for_mobile.scss */
  #second_mobile_search_bar_menu {
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 93, app/assets/stylesheets/second_search_bar_for_mobile.scss */
  #second_mobile_search_bar_menu {
    width: 85%;
  }
}

@media only screen and (max-width: 350px) {
  /* line 101, app/assets/stylesheets/second_search_bar_for_mobile.scss */
  #second_mobile_search_bar_menu {
    width: 90%;
  }
}
/* Show category page  */
/* line 3, app/assets/stylesheets/show_category.scss */
.show_category_link_item {
  min-width: 250px;
  height: 54px;
  border: 2px solid #703AF4;
  color: #703AF4;
  border-radius: 100px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  padding-top: 12.5px;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

/* line 4, app/assets/stylesheets/show_category.scss */
.show_category_link_item_filled {
  color: white;
  background: #703AF4;
}

/* line 5, app/assets/stylesheets/show_category.scss */
#show_category_link_item_wrapper {
  height: 75px;
  width: 1500px;
}

/* line 7, app/assets/stylesheets/show_category.scss */
#show_category_top_section_title_and_subtitle_wrapper {
  width: 100%;
  margin-top: 100px;
  z-index: 2;
  position: relative;
  float: left;
}

/* line 8, app/assets/stylesheets/show_category.scss */
#show_category_top_section_breadcrumb_back_button {
  float: left;
  margin-top: 1px;
}

/* line 9, app/assets/stylesheets/show_category.scss */
#show_category_top_section_breadcrumb_wrapper {
  color: #9F69FF;
  font-size: 20px;
  text-align: left;
  padding-left: 45px;
  font-size: 20px;
}

/* line 10, app/assets/stylesheets/show_category.scss */
#show_category_subcategories {
  width: 1000px;
  margin-left: 30px;
  height: 75px;
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 15, app/assets/stylesheets/show_category.scss */
#show_category_top_section_breadcrumb_item {
  text-decoration: none;
  color: #9F69FF;
  font-size: 20px;
  font-style: normal;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
  float: left;
  margin-top: 0px;
}

/* line 16, app/assets/stylesheets/show_category.scss */
#show_category_top_image_wrapper {
  width: 48%;
  float: right;
  margin-top: 50px;
  z-index: 1;
  position: relative;
}

/* line 17, app/assets/stylesheets/show_category.scss */
#show_category_top_image {
  width: 90%;
  float: left;
  z-index: 1;
  position: relative;
}

/* line 18, app/assets/stylesheets/show_category.scss */
#show_category_top_section {
  width: 80%;
  margin-left: 17.5%;
  position: relative;
}

/* line 19, app/assets/stylesheets/show_category.scss */
#show_category_cards_section {
  width: 75%;
  margin-left: 20%;
  margin-bottom: 50px;
  padding-top: 60px;
  padding-left: 0px;
}

/* line 21, app/assets/stylesheets/show_category.scss */
#show_category_title_and_breadcrumb {
  color: #707070;
  width: 100%;
  color: #666464;
  line-height: 90px;
  font-size: 82px;
  font-weight: 600;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 44px;
  background: transparent;
  float: left;
  z-index: 3;
  font-style: normal;
  margin-left: -2px;
}

/* line 23, app/assets/stylesheets/show_category.scss */
.show_category_bottom {
  width: 100%;
  height: 200px;
}

/* line 25, app/assets/stylesheets/show_category.scss */
#show_category_top_description {
  width: 68%;
  margin-left: 20%;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

/* line 28, app/assets/stylesheets/show_category.scss */
.show-category-read-more {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  float: left;
  line-height: 20px;
}

/* line 34, app/assets/stylesheets/show_category.scss */
.show-category-read-less {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  float: left;
}

/* line 38, app/assets/stylesheets/show_category.scss */
#show_category_read_more_image {
  max-width: 100%;
  /* Ensure image does not exceed container width */
  max-height: 100%;
  /* Ensure image does not exceed container height */
}

/* line 40, app/assets/stylesheets/show_category.scss */
#show_category_read_less_image {
  max-width: 100%;
  /* Ensure image does not exceed container width */
  max-height: 100%;
  /* Ensure image does not exceed container height */
}

/* line 43, app/assets/stylesheets/show_category.scss */
.show_category_description_text {
  color: #707070;
}

@media (min-width: 2100px) {
  /* line 54, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 60%;
  }
}

@media (min-width: 2300px) {
  /* line 62, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 55%;
  }
}

@media (min-width: 2500px) {
  /* line 71, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 50%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 83, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_wrapper {
    padding-left: 0;
  }
  /* line 84, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    padding-left: 0;
  }
  /* line 85, app/assets/stylesheets/show_category.scss */
  #show_category_top_section {
    width: 85%;
    margin-left: 11%;
  }
  /* line 87, app/assets/stylesheets/show_category.scss */
  #show_category_cards_section {
    width: 78%;
    margin-left: 11%;
  }
  /* line 89, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 1100px;
  }
  /* line 92, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 80%;
    margin-left: 11%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 96, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 1000px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 101, app/assets/stylesheets/show_category.scss */
  #show_category_top_section {
    width: 85%;
    margin-left: 11%;
  }
  /* line 102, app/assets/stylesheets/show_category.scss */
  #show_category_cards_section {
    width: 85%;
    margin-left: 11%;
  }
  /* line 104, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 950px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 109, app/assets/stylesheets/show_category.scss */
  #show_category_top_section {
    width: 88%;
    margin-left: 11%;
  }
  /* line 110, app/assets/stylesheets/show_category.scss */
  #show_category_cards_section {
    width: 88%;
    margin-left: 11%;
    padding-top: 30px;
  }
  /* line 111, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    font-size: 60px;
    line-height: 75px;
  }
  /* line 113, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 900px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 117, app/assets/stylesheets/show_category.scss */
  #show_category_top_section {
    width: 90%;
    margin-left: 8%;
  }
  /* line 118, app/assets/stylesheets/show_category.scss */
  #show_category_cards_section {
    width: 90%;
    margin-left: 8%;
  }
  /* line 119, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_title_and_subtitle_wrapper {
    margin-top: 40px;
  }
  /* line 120, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_wrapper {
    margin-bottom: 15px;
  }
  /* line 122, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 850px;
  }
  /* line 124, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 90%;
    margin-left: 8%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 128, app/assets/stylesheets/show_category.scss */
  #show_category_top_section {
    width: 92%;
    margin-left: 5%;
  }
  /* line 129, app/assets/stylesheets/show_category.scss */
  #show_category_cards_section {
    width: 92%;
    margin-left: 5%;
  }
  /* line 131, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 800px;
  }
  /* line 133, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 92%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 137, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 700px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 141, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 550px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 145, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 700px;
    margin-left: -10px;
  }
  /* line 146, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_back_button {
    margin-top: 2px;
  }
  /* line 147, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_item {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 153, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 154, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    margin-left: 0px;
    width: 740px;
  }
  /* line 155, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_title_and_subtitle_wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 161, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 162, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    margin-left: -10px;
    width: 630px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 167, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 520px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 171, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_item {
    font-size: 18px;
    line-height: 22px;
    padding-left: 5px;
    margin-top: 0px;
  }
  /* line 172, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_back_button {
    margin-top: 0px;
    height: 18px;
  }
  /* line 173, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 460px;
  }
  /* line 175, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    font-size: 18px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 179, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 330px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 183, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 330px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 187, app/assets/stylesheets/show_category.scss */
  #show_category_top_section {
    width: 95%;
    margin-left: 3%;
  }
  /* line 188, app/assets/stylesheets/show_category.scss */
  #show_category_cards_section {
    width: 95%;
    margin-left: 3%;
  }
  /* line 190, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 85%;
  }
}

@media only screen and (max-width: 300px) {
  /* line 194, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 90%;
  }
}
/* line 1, app/assets/stylesheets/show_kollek.scss */
#show_kollek_category_section {
  font-size: 20px;
  line-height: 100%;
  height: 40px;
  padding-top: 10px;
  margin-left: 15%;
  text-align: left;
  color: #636363;
}

/* line 2, app/assets/stylesheets/show_kollek.scss */
.kollek_show_kollek_progress_bar {
  float: left;
  width: 80%;
  border-radius: 20px;
  height: 20px;
}

/* line 3, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_on_social_media_section {
  width: 100%;
  height: 30px;
  margin-right: 5%;
  background: white;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* line 4, app/assets/stylesheets/show_kollek.scss */
.show_kollek_share_item {
  float: left;
  height: 25px;
  font-size: 20px;
  margin-right: 2px;
}

/* line 5, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_link_text {
  float: left;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 2px;
  color: #9F69FF;
  margin-left: 4px;
  line-height: 24px;
}

/* line 6, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_link_text_custom_underline {
  text-decoration: none;
  border-bottom: 1px solid;
  /* Adjust the thickness and style as needed */
  padding-bottom: 2px;
  /* Adjust the distance between text and underline */
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/show_kollek.scss */
#share_kollek_link {
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_link_text_success_message {
  color: green;
  font-weight: bold;
  margin-top: 6px;
}

/* line 15, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_icons_section {
  width: 100%;
  float: left;
  height: 30px;
}

/* line 16, app/assets/stylesheets/show_kollek.scss */
.show_kollek_share_circled_item {
  height: 15px;
  width: 15px;
}

/* line 17, app/assets/stylesheets/show_kollek.scss */
.show_kollek_share_circled_item_cover {
  text-decoration: none;
  margin-left: 2px;
  height: 30px;
  width: 30px;
  margin-top: 0px;
}

/* line 19, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_title {
  margin-top: -2px;
  margin-left: 0px;
  color: #703AF4;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

/* line 20, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_price {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #636363;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 170.5%;
}

/* line 21, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_price_per_unit {
  margin-bottom: 10px;
  color: #636363;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

/* line 24, app/assets/stylesheets/show_kollek.scss */
#show_kollek_category_html {
  text-decoration: none;
  font-weight: bold;
  color: #636363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.5%;
}

/* line 25, app/assets/stylesheets/show_kollek.scss */
#show_kollek_category_html > a {
  color: #703AF4;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}

/* line 27, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_description {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_technical_description {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/show_kollek.scss */
#show_kollek_files_section_title {
  color: #636363;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

/* line 30, app/assets/stylesheets/show_kollek.scss */
.show_kollek_download_kollek_file {
  float: left;
  width: 254px;
  height: 40px;
  background: #FF7036;
  color: white;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 36px;
  border-radius: 30px;
  padding-top: 10px;
  text-decoration: none;
  margin-bottom: 30px;
}

/* line 31, app/assets/stylesheets/show_kollek.scss */
.show_kollek_download_kollek_file:hover {
  text-decoration: none;
  color: white;
}

/* line 32, app/assets/stylesheets/show_kollek.scss */
.show_kollek_download_kollek_file:visited {
  text-decoration: none;
  color: white;
}

/* line 35, app/assets/stylesheets/show_kollek.scss */
#show_kollek_page_box {
  position: relative;
  background-color: white;
  margin-bottom: 20px;
  margin-top: 50px;
  width: 68%;
  margin-left: 16%;
  border-radius: 30px;
}

/* line 36, app/assets/stylesheets/show_kollek.scss */
#show_kollek_big_card_section {
  border-radius: 30px;
  width: 100%;
  margin-top: 70px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  min-height: 300px;
  padding-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

/* line 38, app/assets/stylesheets/show_kollek.scss */
#show_kollek_divider_between_title_and_price {
  float: left;
  width: 54px;
  height: 1px;
  background: #868686;
  margin-top: 6px;
}

/* line 39, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_green_pill_wrapper {
  float: left;
  height: 6px;
  width: 15px;
}

/* line 41, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_green_pill {
  float: left;
  margin-left: 11px;
  margin-top: 3.5px;
}

/* line 42, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_section {
  height: 14px;
}

/* line 43, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_message {
  float: left;
  margin-left: 5px;
  color: #703AF4;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 14px;
}

/* line 48, app/assets/stylesheets/show_kollek.scss */
#show_kollek_time_left_until_deadline {
  display: flex;
  /* Use flexbox */
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center items horizontally */
  background: white;
  height: 69px;
  width: 100%;
  color: #EB001B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
}

/* line 64, app/assets/stylesheets/show_kollek.scss */
#show_kollek_time_left_until_deadline_icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  /* Adds a bit of spacing between the image and the countdown text */
  vertical-align: middle;
  margin-left: 10px;
}

/* line 73, app/assets/stylesheets/show_kollek.scss */
.show_kollek_discount_percentage {
  position: relative;
  top: 28px;
  /* adjust as needed to overlap 1/4 of the disk over the card */
  right: 0px;
  /* adjust as needed to position the disk in the top right corner */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 200000;
  background-color: #FF7036;
  float: right;
  display: flex;
  /* make the parent a flex container */
  justify-content: center;
  /* center the child horizontally */
  align-items: center;
  /* center the child vertically */
  color: white;
  font-weight: 600;
  font-size: 20px;
}

/* line 89, app/assets/stylesheets/show_kollek.scss */
.show_kollek_discount_percentage_text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600 !important;
  color: white;
}

/* line 97, app/assets/stylesheets/show_kollek.scss */
#show_kollek_image {
  width: calc(100% - 28px);
  float: left;
  border-radius: 20px;
}

/* line 98, app/assets/stylesheets/show_kollek.scss */
#show_kollek_image_completed {
  width: calc(100% - 5px);
  float: left;
  border-radius: 20px;
  opacity: 0.2;
}

/* line 100, app/assets/stylesheets/show_kollek.scss */
#show_kollek_completed_message_above_image {
  color: #9F69FF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  width: 100%;
  height: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 102, app/assets/stylesheets/show_kollek.scss */
.show_kollek_left_arrow_image:hover {
  cursor: pointer;
}

/* line 103, app/assets/stylesheets/show_kollek.scss */
.show_kollek_right_arrow_image:hover {
  cursor: pointer;
}

/* line 105, app/assets/stylesheets/show_kollek.scss */
#show_kollek_left_arrow_wrapper {
  float: left;
  width: 15%;
  height: 527px;
  display: flex;
  /* make the parent a flex container */
  justify-content: center;
  /* center the child horizontally */
  align-items: center;
  /* center the child vertically */
}

/* line 108, app/assets/stylesheets/show_kollek.scss */
#show_kollek_image_wrapper {
  float: left;
  width: 70%;
  min-height: 527px;
}

/* line 109, app/assets/stylesheets/show_kollek.scss */
#show_kollek_right_arrow_wrapper {
  float: left;
  width: 15%;
  height: 527px;
  display: flex;
  /* make the parent a flex container */
  justify-content: center;
  /* center the child horizontally */
  align-items: center;
  /* center the child vertically */
}

/* line 114, app/assets/stylesheets/show_kollek.scss */
#show_kollek_left_section {
  float: left;
  width: 60%;
  min-height: 530px;
  padding-bottom: 50px;
}

/* line 115, app/assets/stylesheets/show_kollek.scss */
#show_kollek_right_section {
  float: left;
  width: 39%;
  padding-top: 50px;
  padding-bottom: 10px;
}

/* line 116, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_descriptions {
  font-size: 20px;
  margin-top: 0px;
  text-align: left;
  margin-left: 9%;
  width: 85%;
  color: #636363;
}

/* line 118, app/assets/stylesheets/show_kollek.scss */
#show_kollek_until_expiration_section {
  width: 100%;
}

/* line 120, app/assets/stylesheets/show_kollek.scss */
#show_kollek_days_until_expiration_section {
  color: #636363 !important;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}

/* line 121, app/assets/stylesheets/show_kollek.scss */
#show_kollek_days_until_expiration {
  font-size: 24px;
  line-height: 40.92px;
  font-weight: 600;
}

/* line 122, app/assets/stylesheets/show_kollek.scss */
#show_kollek_days_until_expiration_message {
  margin-left: 3px;
  font-size: 16px;
  line-height: 27.28px;
  font-weight: 400;
}

/* line 124, app/assets/stylesheets/show_kollek.scss */
#show_kollek_packages_until_expiration_section {
  color: #636363;
  float: left;
  width: 50%;
  margin-bottom: 24px;
}

/* line 125, app/assets/stylesheets/show_kollek.scss */
#show_kollek_packages_until_expiration {
  font-size: 24px;
  line-height: 40.92px;
  font-weight: 600;
}

/* line 126, app/assets/stylesheets/show_kollek.scss */
#show_kollek_packages_until_expiration_message {
  font-size: 16px;
  line-height: 27.28px;
  font-weight: 400;
}

/* line 128, app/assets/stylesheets/show_kollek.scss */
#show_kollek_estimate_delivery_date_section {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.28px;
  margin-bottom: 25px;
}

/* line 132, app/assets/stylesheets/show_kollek.scss */
#show_kollek_adjust_quantity_section {
  height: 55px;
  width: 100%;
}

/* line 133, app/assets/stylesheets/show_kollek.scss */
#show_kollek_adjust_quantity_widget {
  height: 40px;
  width: 116px;
  border-radius: 24px;
  background: #703AF4;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  float: left;
}

/* line 134, app/assets/stylesheets/show_kollek.scss */
#show_kollek_decrease_quantity {
  float: left;
  color: white;
  width: 40%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 135, app/assets/stylesheets/show_kollek.scss */
#show_kollek_current_quantity {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 136, app/assets/stylesheets/show_kollek.scss */
#show_kollek_increase_quantity {
  width: 40%;
  float: left;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 137, app/assets/stylesheets/show_kollek.scss */
#show_kollek_decrease_quantity:hover {
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/show_kollek.scss */
#show_kollek_increase_quantity:hover {
  cursor: pointer;
}

/* Start Adjust kollek quantity completed */
/* line 141, app/assets/stylesheets/show_kollek.scss */
#show_kollek_adjust_quantity_widget_completed {
  height: 40px;
  width: 116px;
  border-radius: 24px;
  background: #C4C4C4;
  color: white;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  float: left;
}

/* line 142, app/assets/stylesheets/show_kollek.scss */
#show_kollek_decrease_quantity_completed {
  float: left;
  color: white;
  width: 40%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 143, app/assets/stylesheets/show_kollek.scss */
#show_kollek_current_quantity_completed {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 144, app/assets/stylesheets/show_kollek.scss */
#show_kollek_increase_quantity_completed {
  width: 40%;
  float: left;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* End Adjust kollek quantity completed */
/* line 147, app/assets/stylesheets/show_kollek.scss */
#show_kollek_add_to_cart_completed {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  background-color: #C4C4C4;
  /* keeping the gray background color */
  padding: 8px 8px;
  /* equal top/bottom and left/right padding */
  float: left;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  /* adjusted to match the other elements */
  margin-left: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* line 166, app/assets/stylesheets/show_kollek.scss */
#show_kollek_add_to_cart {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  background-color: white;
  padding: 8px 8px;
  /* equal top/bottom and left/right padding */
  float: left;
  text-align: center;
  color: #703AF4;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  /* adjusted to match the other element */
  margin-left: 14px;
  cursor: pointer;
  font-weight: bold;
  border: 3px solid #703AF4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* line 187, app/assets/stylesheets/show_kollek.scss */
#show_kollek_add_to_cart_without_login {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  background-color: white;
  padding: 0 8px;
  /* reduced left and right padding */
  float: left;
  text-align: center;
  color: #703AF4;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  margin-left: 14px;
  font-weight: 600;
  border: 3px solid #703AF4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* line 207, app/assets/stylesheets/show_kollek.scss */
#show_kollek_estimated_date_section {
  width: 100%;
  min-height: 24px;
  color: #868686;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-top: 15px;
  padding-bottom: 10px;
}

/* line 218, app/assets/stylesheets/show_kollek.scss */
#show_kollek_estimated_date {
  color: #703AF4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

/* line 223, app/assets/stylesheets/show_kollek.scss */
#show_kollek_how_many_followers_section {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
}

/* line 224, app/assets/stylesheets/show_kollek.scss */
#show_kollek_how_many_followers {
  color: #868686;
  font-weight: 600;
}

/* line 225, app/assets/stylesheets/show_kollek.scss */
#show_kollek_how_many_followers_message {
  color: #868686;
}

/* line 227, app/assets/stylesheets/show_kollek.scss */
#show_kollek_similar_kolleks {
  font-size: 30px;
  line-height: 36.31px;
  color: #636363;
  text-align: left;
  margin-left: 16%;
  font-weight: 600;
  width: 70%;
  margin-bottom: 70px;
  padding-left: 15px;
  margin-top: 82px;
}

/* line 228, app/assets/stylesheets/show_kollek.scss */
#show_kollek_similar_kollek_cards {
  width: 75%;
  margin-left: 17%;
  margin-bottom: 60px;
  height: 480px;
}

/* line 229, app/assets/stylesheets/show_kollek.scss */
#count_checkout_items_header_overlay {
  position: absolute;
  top: -15px;
  /* Adjust these values */
  right: -10px;
  /* Adjust these values */
}

/* line 233, app/assets/stylesheets/show_kollek.scss */
#count_checkout_items_header_overlay_number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 248, app/assets/stylesheets/show_kollek.scss */
#kollek_added_message {
  color: #703AF4;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  height: 36px;
  width: 135px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

/* line 259, app/assets/stylesheets/show_kollek.scss */
.svg_float_left {
  margin-right: auto;
}

/* line 263, app/assets/stylesheets/show_kollek.scss */
#show_kollek_guaranteed_image {
  float: left;
  height: 20px;
  width: 20px;
  margin-left: 8px;
}

/* line 264, app/assets/stylesheets/show_kollek.scss */
#show_kollek_guaranteed_message {
  float: left;
  color: #703AF4;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  margin-left: 7px;
}

/* line 266, app/assets/stylesheets/show_kollek.scss */
.progress > .progress-bar::before {
  content: "";
  position: absolute;
  top: 1px;
  /* Adjust as needed */
  right: -1px;
  /* Adjust as needed */
  bottom: 1px;
  /* Adjust as needed */
  width: 18px;
  /* Width of the image */
  background-image: url(/images/kollek/progress_bar_in_progress.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 278, app/assets/stylesheets/show_kollek.scss */
#show_kollek_page_display_product_sku_number {
  color: #636363;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

@media only screen and (max-width: 1800px) {
  /* line 316, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_guaranteed_image {
    clear: left;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  /* line 317, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_guaranteed_message {
    margin-bottom: 10px;
    margin-left: 5px;
  }
  /* line 318, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_until_expiration_section {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 327, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_big_card_section {
    margin-top: 10px;
  }
  /* line 328, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_box {
    margin-top: 30px;
    width: 78%;
    margin-left: 11%;
  }
  /* line 329, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kolleks {
    margin-left: 11%;
  }
  /* line 330, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards {
    margin-left: 11%;
    width: 80%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 334, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_box {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 335, app/assets/stylesheets/show_kollek.scss */
  .show_kollek_download_kollek_file {
    margin-right: 15px;
    font-size: 16px;
  }
  /* line 336, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kolleks {
    margin-left: 7.5%;
  }
  /* line 337, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards {
    margin-left: 7.5%;
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 349, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_big_card_section {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 353, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_box {
    width: 90%;
    margin-left: 5%;
  }
  /* line 354, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_description {
    font-size: 18px;
  }
  /* line 355, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_technical_description {
    font-size: 18px;
  }
  /* line 356, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kolleks {
    margin-left: 5%;
  }
  /* line 357, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards {
    margin-left: 5%;
    width: 92%;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 361, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_arrow_wrapper {
    display: none;
  }
  /* line 362, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_arrow_wrapper {
    display: none;
  }
  /* line 363, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_section {
    width: 42%;
    margin-right: 5%;
  }
  /* line 364, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    width: 53%;
  }
  /* line 365, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_image_wrapper {
    width: 100%;
  }
  /* line 366, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_descriptions {
    margin-left: 6%;
  }
  /* line 368, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_until_expiration_section {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 372, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_title {
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 382, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_section {
    margin-left: 20%;
    width: 60%;
    min-height: 300px;
  }
  /* line 383, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_section {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 384, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_image_wrapper {
    min-height: 250px;
  }
  /* line 385, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    padding-top: 0px;
  }
  /* line 386, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_descriptions {
    margin-left: 0px;
  }
  /* line 387, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_technical_description {
    margin-left: 0px;
  }
  /* line 388, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_descriptions {
    font-size: 18px;
  }
  /* line 389, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    width: 90%;
    margin-bottom: 20px;
  }
  /* line 390, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_section {
    font-size: 16px;
  }
  /* line 391, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 395, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_sku_number {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 399, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_price {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 404, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    width: 100%;
  }
  /* line 405, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_image_wrapper {
    min-height: 200px;
  }
}
/* line 1, app/assets/stylesheets/show_kollek_active_kollek_link.scss */
#show_kollek_active_kollek_link {
  width: 259px;
  height: 38px;
  border-radius: 39px;
  background: #0ACF4D;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-top: 10px;
  text-decoration: none;
  margin-top: 28px;
  display: block;
}

/* line 17, app/assets/stylesheets/show_kollek_active_kollek_link.scss */
#show_kollek_active_kollek_link:hover {
  color: white;
}

/* line 18, app/assets/stylesheets/show_kollek_active_kollek_link.scss */
#show_kollek_active_kollek_link:visited {
  color: white;
}
/* line 1, app/assets/stylesheets/show_kollek_favorite_list_line.scss */
#show_kollek_add_to_favorite_list_text {
  color: #9F69FF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #9F69FF;
  padding-bottom: 0px;
  display: inline;
  margin-left: -5px;
  padding-left: 0px;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/show_kollek_favorite_list_line.scss */
#favorite_heart_image_wrapper {
  height: 21px;
  display: inline-block;
  padding-top: 6px;
  margin-right: 2px;
}

/* line 15, app/assets/stylesheets/show_kollek_favorite_list_line.scss */
#favorite_heart_image {
  height: 21px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 1, app/assets/stylesheets/smaller_card.scss */
.smaller_card_widget {
  border-radius: 15px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  width: 100%;
  height: 401px;
  background: white;
  padding: 0px 0px;
  position: relative;
}

/* line 2, app/assets/stylesheets/smaller_card.scss */
.smaller_card_widget_for_completed {
  height: 414px;
}

/* line 3, app/assets/stylesheets/smaller_card.scss */
.smaller_card_wrapper {
  position: relative;
  margin-top: -8px;
  margin-right: 50px;
  float: center;
  height: 410px;
}

/* line 4, app/assets/stylesheets/smaller_card.scss */
.smaller_card_image_wrapper {
  height: 239px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 12px;
}

/* line 5, app/assets/stylesheets/smaller_card.scss */
.smaller_card_link {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/smaller_card.scss */
.smaller_card_image {
  width: 100%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/smaller_card.scss */
.smaller_card_section {
  width: 300px;
  height: 444px;
  float: left;
  margin-bottom: 9px;
}

/* line 9, app/assets/stylesheets/smaller_card.scss */
.smaller_card_wrapper_explorer {
  position: relative;
  margin-top: -8px;
  margin-right: 50px;
  float: center;
  height: 410px;
}

/* line 11, app/assets/stylesheets/smaller_card.scss */
.smaller_completed_card_section {
  width: 300px;
  height: 410px;
  float: left;
  margin-bottom: 50px;
}

/* line 12, app/assets/stylesheets/smaller_card.scss */
.smaller_completed_card_image {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

/* line 13, app/assets/stylesheets/smaller_card.scss */
.smaller_completed_card_overlay_message {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #9F69FF;
  font-weight: 500;
}

/* line 15, app/assets/stylesheets/smaller_card.scss */
.smaller_card_widget_with_buy_now_button {
  border-radius: 15px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  width: 100%;
  height: 459px;
  background: white;
  padding: 0px 0px;
  position: relative;
}

/* line 16, app/assets/stylesheets/smaller_card.scss */
.smaller_card_wrapper_with_buy_now_button {
  position: relative;
  margin-top: -8px;
  margin-right: 50px;
  float: center;
  height: 459px;
}

/* line 17, app/assets/stylesheets/smaller_card.scss */
.smaller_card_buy_now_button_section {
  width: 82%;
  margin-left: 8%;
  height: 49px;
}

/* line 18, app/assets/stylesheets/smaller_card.scss */
.smaller_card_buy_now_button {
  width: 100%;
  height: 30px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #FF7036;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  margin-top: 12px;
  float: right;
  padding-top: 7.5px;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/smaller_card.scss */
.smaller_card_buy_now_button:visited {
  text-decoration: none;
  color: white;
}

/* line 20, app/assets/stylesheets/smaller_card.scss */
.smaller_card_buy_now_button:hover {
  text-decoration: none;
  color: white;
}

/* line 21, app/assets/stylesheets/smaller_card.scss */
.show_kollek_info_circle_outline {
  width: 26px;
  height: 26px;
  margin-top: 14px;
  margin-left: 27px;
  float: left;
}

/* line 23, app/assets/stylesheets/smaller_card.scss */
.smaller_card_section_show_category_page {
  width: 288px;
  height: 410px;
  float: left;
  margin-bottom: 50px;
}

/* line 24, app/assets/stylesheets/smaller_card.scss */
.smaller_card_wrapper_show_category_page {
  position: relative;
  margin-right: 24px;
}
/* line 2, app/assets/stylesheets/tab_pages.scss */
.tab_pages_top_title {
  width: 100%;
  color: #666464;
  line-height: 90px;
  font-size: 72px;
  font-weight: 600;
  margin: 0px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 0px;
  background: transparent;
  float: left;
}

/* line 4, app/assets/stylesheets/tab_pages.scss */
.tab_pages_top_subtitle {
  width: 100%;
  line-height: 42px;
  font-size: 35px;
  font-weight: 400;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  margin: 0px;
  background: transparent;
  float: left;
  color: #707070;
}

/* line 5, app/assets/stylesheets/tab_pages.scss */
.tab_pages_top_section {
  width: 70%;
  margin-left: 15%;
  margin-top: 60px;
}

/* line 6, app/assets/stylesheets/tab_pages.scss */
.tab_pages_title_and_subtitle {
  float: left;
  width: 50%;
  padding-top: 60px;
}

/* line 7, app/assets/stylesheets/tab_pages.scss */
.tab_pages_image_top_section {
  float: right;
  width: 40%;
}

/* line 8, app/assets/stylesheets/tab_pages.scss */
.tab_pages_top_image {
  width: 100%;
  margin-top: 30px;
}

/* line 9, app/assets/stylesheets/tab_pages.scss */
.tab_pages_tabs_section {
  margin-left: 14.2%;
  width: 71.6%;
  border-radius: 100px;
  border: 1px solid #7A2EFF;
  height: 100px;
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/tab_pages.scss */
.explorer_page_tab_header {
  font-size: 25px;
  padding-top: 34px;
  border-radius: 100px;
  float: left;
  text-decoration: none;
  height: 100%;
  text-align: center;
}

/* line 11, app/assets/stylesheets/tab_pages.scss */
.explorer_page_tab_header_primary_cell {
  color: white;
  background: #7946F5 !important;
}

/* line 12, app/assets/stylesheets/tab_pages.scss */
.explorer_page_tab_header_secondary_cell {
  color: #7946F5;
}

/* line 14, app/assets/stylesheets/tab_pages.scss */
#tab_pages_search_field {
  border: 1px solid #703AF4;
  border-radius: 30px;
  box-sizing: border-box;
  width: 30%;
  margin-left: 35%;
  font-size: 20px;
  line-height: 24.2px;
  color: #868686;
  height: 55px;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 15, app/assets/stylesheets/tab_pages.scss */
#tab_pages_search_field::placeholder {
  color: #868686;
}

/* line 16, app/assets/stylesheets/tab_pages.scss */
#explorer_pages_cards {
  width: 70%;
  margin-left: 18%;
  margin-top: 60px;
}

/* line 18, app/assets/stylesheets/tab_pages.scss */
#subcategory_items {
  width: 64%;
  margin-left: 19%;
  display: flex;
  justify-content: center;
}

/* line 19, app/assets/stylesheets/tab_pages.scss */
.subcategory_item {
  display: block;
  border: 2px solid #707070 !important;
  color: #707070;
  border-radius: 40px !important;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  height: 54px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

/* line 20, app/assets/stylesheets/tab_pages.scss */
.subcategory_item:hover {
  background: #f5f5f5;
}

/* line 21, app/assets/stylesheets/tab_pages.scss */
.subcategory_item_positioned_on_categories_page {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

/* line 22, app/assets/stylesheets/tab_pages.scss */
.subcategory_item_double {
  display: block;
  width: 220px;
  height: 70px !important;
  border: 2px solid #707070 !important;
  padding: 20px !important;
  color: #707070;
  border-radius: 40px !important;
  text-align: center;
  font-size: 16px;
  padding-top: 10px !important;
  text-decoration: none;
  height: 54px;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 25, app/assets/stylesheets/tab_pages.scss */
.tabs_and_knowledge_items_section {
  margin: 0px 0px 30px;
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

/* line 27, app/assets/stylesheets/tab_pages.scss */
#tab_pages_top_section_explore_kolleks_explore_kolleks {
  margin-top: 10px;
  padding-top: 20px;
}

/* line 28, app/assets/stylesheets/tab_pages.scss */
#tab_pages_title_and_subtitle_explore_kolleks_explore_kolleks {
  width: 65%;
  padding-top: 10px;
}

@media (min-width: 1901px) {
  /* line 31, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_title_and_subtitle_pages_faq {
    width: 60%;
  }
  /* line 32, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 60px;
  }
  /* line 33, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_pages_faq {
    width: 40%;
  }
}

@media (min-width: 2000px) {
  /* line 37, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 78px;
    line-height: 95px;
    padding-top: 25px;
  }
  /* line 38, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    line-height: 42px;
    font-size: 38px;
  }
  /* line 39, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 27px;
    padding-top: 32px;
  }
}

@media (min-width: 2300px) {
  /* line 52, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 29px;
    padding-top: 33px;
  }
  /* line 54, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_pages_faq {
    width: 30%;
    float: left;
  }
  /* line 55, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 1900px) {
  /* line 69, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_title_and_subtitle_pages_faq {
    width: 60%;
  }
  /* line 70, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 60px;
  }
  /* line 71, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_pages_faq {
    width: 40%;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 75, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_image_top_section {
    margin-top: 30px;
  }
  /* line 76, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    width: 85%;
    margin-left: 12%;
  }
  /* line 77, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title_and_subtitle {
    width: 60%;
  }
  /* line 79, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    width: 85%;
    margin-left: 10%;
  }
  /* line 80, app/assets/stylesheets/tab_pages.scss */
  #faq_knowledge_items_section {
    width: 80%;
    margin-left: 12%;
  }
  /* line 81, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    font-size: 65px;
    line-height: 80px;
  }
  /* line 83, app/assets/stylesheets/tab_pages.scss */
  #explorer_pages_cards {
    width: 80%;
    margin-left: 15%;
  }
  /* line 84, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    margin-left: 14%;
  }
  /* line 86, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_pages_faq {
    width: 35%;
    float: left;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 90, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 75%;
    margin-left: 12.5%;
  }
  /* line 91, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    width: 90%;
  }
  /* line 92, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    width: 75%;
    margin-left: 14%;
  }
  /* line 93, app/assets/stylesheets/tab_pages.scss */
  #categories_page_categories_section {
    width: 85%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 98, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
  }
  /* line 99, app/assets/stylesheets/tab_pages.scss */
  #categories_page_categories_section {
    width: 85%;
    margin-left: 9.5%;
  }
  /* line 101, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    font-size: 60px;
    line-height: 75px;
  }
  /* line 102, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    font-size: 30px;
  }
  /* line 104, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    width: 80%;
    margin-left: 12.5%;
    margin-top: 30px;
  }
  /* line 105, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    font-size: 60px;
    line-height: 75px;
  }
  /* line 106, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_image_explore_kolleks_explore_kolleks {
    margin-top: 0px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 111, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 112, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    width: 85%;
    margin-left: 9.5%;
  }
  /* line 113, app/assets/stylesheets/tab_pages.scss */
  #categories_page_categories_section {
    width: 85%;
    margin-left: 9.5%;
  }
  /* line 114, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    width: 28%;
    margin-right: 20px;
  }
  /* line 115, app/assets/stylesheets/tab_pages.scss */
  #explorer_pages_cards {
    width: 87%;
    margin-left: 11%;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 120, app/assets/stylesheets/tab_pages.scss */
  #explorer_pages_cards {
    width: 80%;
    margin-left: 12%;
  }
  /* line 122, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 123, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    padding-bottom: 0px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 128, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    font-size: 50px;
    line-height: 60px;
  }
  /* line 130, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_image_top_section {
    margin-top: 10px;
  }
  /* line 131, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_image {
    margin-top: 10px;
  }
  /* line 132, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    padding-bottom: 30px;
  }
  /* line 133, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title_and_subtitle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* line 134, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    padding-bottom: 10px;
  }
  /* line 136, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    margin-top: 30px;
  }
  /* line 138, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    margin-top: 10px;
  }
  /* line 139, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_pages_faq {
    font-size: 25px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 144, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    width: 80%;
  }
  /* line 145, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    padding-top: 10px;
    margin-top: -30px;
    font-size: 60px;
    line-height: 80px;
  }
  /* line 146, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_to_image {
    width: 440px;
  }
  /* line 147, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    font-size: 25px;
    padding-bottom: 0px;
    line-height: 35px;
  }
  /* line 149, app/assets/stylesheets/tab_pages.scss */
  #explorer_pages_cards {
    width: 90%;
    margin-left: 9%;
  }
  /* line 151, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_image {
    margin-top: 0px;
  }
  /* line 154, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    margin-top: 10px;
  }
  /* line 155, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    margin-top: 0px;
  }
  /* line 156, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    padding-top: 0px;
  }
  /* line 158, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 159, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_title_and_subtitle_explore_kolleks_explore_kolleks {
    width: 60%;
  }
  /* line 160, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    margin-top: 0px;
  }
  /* line 162, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 166, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    width: 85%;
    margin-left: 12%;
  }
  /* line 167, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    width: 85%;
    margin-left: 9%;
  }
  /* line 168, app/assets/stylesheets/tab_pages.scss */
  #faq_knowledge_items_section {
    width: 85%;
    margin-left: 10%;
  }
  /* line 170, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 90%;
    margin-left: 5%;
  }
  /* line 171, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    width: 90%;
    margin-left: 6%;
  }
  /* line 172, app/assets/stylesheets/tab_pages.scss */
  #categories_page_categories_section {
    width: 90%;
    margin-left: 5%;
  }
  /* line 174, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 175, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 20px;
    padding-bottom: 39px;
    padding-top: 39px;
  }
  /* line 178, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_explore_kolleks_explore_kolleks {
    width: 90%;
    margin-left: 5%;
  }
  /* line 179, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 181, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 45px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 186, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    padding-top: 35px;
  }
  /* line 187, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    height: 78px;
    margin-bottom: 0px;
  }
  /* line 189, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_others {
    height: 76px;
    margin-bottom: 0px;
  }
  /* line 191, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_pages_faq {
    height: 76px;
    margin-bottom: 0px;
  }
  /* line 192, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    padding-bottom: 20px;
    width: 85%;
    margin-left: 5%;
    margin-top: 10px;
  }
  /* line 194, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_display_categories {
    font-size: 40px;
    line-height: 55px;
  }
  /* line 195, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_explore_kolleks_explore_kolleks {
    height: 80px;
  }
  /* line 196, app/assets/stylesheets/tab_pages.scss */
  #explorer_pages_cards {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 200, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 45px;
    line-height: 65px;
  }
  /* line 201, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    font-size: 25px;
    line-height: 35px;
  }
  /* line 202, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 17px;
    padding-top: 39px;
  }
  /* line 205, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 206, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 207, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    margin-top: 0px;
  }
  /* line 208, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    padding-top: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  /* line 210, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 35px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 215, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 216, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 15px;
    line-height: 20px;
    padding-top: 39px;
  }
  /* line 217, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    height: 60px;
    margin-bottom: 0px;
  }
  /* line 219, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_others {
    height: 60px;
  }
  /* line 220, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    width: 90%;
    margin-left: 10%;
  }
  /* line 222, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_pages_faq {
    height: 60px;
  }
  /* line 223, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_explore_kolleks_explore_kolleks {
    height: 60px;
    margin-bottom: 0px;
    width: 97%;
    margin-left: 1.5%;
  }
  /* line 224, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    margin-top: 10px;
    padding-top: 0px;
  }
  /* line 225, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_title_and_subtitle_explore_kolleks_explore_kolleks {
    width: 100%;
  }
  /* line 227, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_image_top_section_explore_kolleks_explore_kolleks {
    display: none;
  }
  /* line 228, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  /* line 233, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    width: 90%;
    margin-left: 5%;
  }
  /* line 234, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    width: 90%;
    margin-left: 5%;
    height: 80px;
  }
  /* line 235, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_image_top_section {
    display: none;
  }
  /* line 236, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title_and_subtitle {
    width: 100%;
  }
  /* line 237, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    padding-top: 31px;
  }
  /* line 239, app/assets/stylesheets/tab_pages.scss */
  #faq_knowledge_items_section {
    width: 90%;
    margin-left: 5%;
  }
  /* line 241, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    width: 100%;
  }
  /* line 243, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    width: 90%;
    margin-left: 7%;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  /* line 244, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    margin-bottom: 10px;
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
  }
  /* line 245, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    margin-top: 0px;
  }
  /* line 247, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_title_and_subtitle_pages_faq {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  /* line 251, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 97%;
    margin-left: 1.5%;
  }
  /* line 252, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 13px;
    line-height: 13px;
    padding-top: 33px;
  }
  /* line 253, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 10px;
  }
  /* line 254, app/assets/stylesheets/tab_pages.scss */
  #categories_page_categories_section {
    width: 97%;
    margin-left: 1.5%;
  }
  /* line 256, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 257, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    margin-top: 0px;
  }
  /* line 258, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_title_and_subtitle_explore_kolleks_explore_kolleks {
    width: 90%;
  }
  /* line 260, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 30px;
  }
  /* line 261, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_pages_faq {
    font-size: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  /* line 266, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 35px;
    line-height: 45px;
  }
  /* line 267, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 268, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 15px;
  }
  /* line 270, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_faq_section {
    padding-bottom: 30px;
  }
  /* line 272, app/assets/stylesheets/tab_pages.scss */
  .faq_knowledge_item_title {
    font-size: 15px;
  }
  /* line 274, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    padding-top: 0px;
  }
  /* line 275, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_pages_faq {
    height: 44px;
    padding-top: 0px;
  }
  /* line 276, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 10px;
    line-height: 10px;
    padding-top: 35px;
  }
  /* line 278, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_tabs_section_explore_kolleks_explore_kolleks {
    height: 44px;
  }
  /* line 279, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_display_categories {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 280, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    width: 100%;
    padding-right: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  /* line 281, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    width: 100%;
  }
  /* line 284, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 285, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_pages_faq {
    font-size: 17px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 289, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    width: 99%;
    margin-left: 0.5%;
  }
  /* line 290, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    margin-top: -80px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 295, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 10px;
  }
  /* line 296, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    margin-top: -10px;
  }
  /* line 297, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_section_explore_kolleks_explore_kolleks {
    padding-bottom: 0px;
  }
  /* line 299, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 300, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_pages_faq {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 302, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_explore_kolleks_explore_kolleks {
    font-size: 18px;
    line-height: 22px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 307, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 9px;
  }
  /* line 308, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_faq {
    padding-right: 0px;
  }
  /* line 309, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_display_categories {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 310, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_display_categories {
    padding-top: 0px;
  }
  /* line 312, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_explore_kolleks_explore_kolleks {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 314, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_title_pages_faq {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 315, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_top_subtitle_pages_faq {
    font-size: 15px;
    line-height: 18px;
  }
}
/* line 1, app/assets/stylesheets/three_benefits.scss */
#home_three_benefits_section {
  margin-left: 11%;
  width: 78%;
  margin-top: -280px;
}

/* line 2, app/assets/stylesheets/three_benefits.scss */
.home_three_benefit_card {
  float: left;
  width: 30%;
  height: 337px;
  border-radius: 58px;
  background: #FFF;
  box-shadow: 20px 15px 22px 0px rgba(84, 48, 209, 0.15);
  padding: 31px;
}

/* line 3, app/assets/stylesheets/three_benefits.scss */
#home_three_benefit_card_01 {
  float: left;
}

/* line 4, app/assets/stylesheets/three_benefits.scss */
#home_three_benefit_card_02 {
  float: center;
  margin-left: 5%;
}

/* line 5, app/assets/stylesheets/three_benefits.scss */
#home_three_benefit_card_03 {
  float: right;
  text-align: center;
}

/* line 6, app/assets/stylesheets/three_benefits.scss */
.home_three_benefit_card_title {
  color: #7946F5;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 7, app/assets/stylesheets/three_benefits.scss */
.home_three_benefit_card_text {
  color: #707070;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
  margin-top: 23px;
}

/* line 8, app/assets/stylesheets/three_benefits.scss */
.home_three_benefit_card_image {
  float: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/* line 9, app/assets/stylesheets/three_benefits.scss */
#home_three_benefit_1st_benefit_image {
  margin-left: 34.5%;
  height: 134px;
}

/* line 10, app/assets/stylesheets/three_benefits.scss */
#home_three_benefit_2nd_benefit_image {
  margin-left: 36.5%;
  width: 134px;
  height: 134px;
}

/* line 11, app/assets/stylesheets/three_benefits.scss */
#home_three_benefit_3rd_benefit_image {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 275px;
}

@media (min-width: 2300px) {
  /* line 30, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card {
    height: 360px;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 31, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_title {
    font-size: 37px;
  }
  /* line 32, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 28px;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 51, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_title {
    font-size: 28px;
    line-height: 28px;
  }
  /* line 52, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card {
    padding: 20px;
  }
  /* line 54, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_image {
    width: 25%;
    margin-left: 25%;
    height: none;
  }
  /* line 55, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_1st_benefit_image {
    width: 30%;
    height: auto;
  }
  /* line 56, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_2nd_benefit_image {
    width: 25%;
    height: auto;
  }
  /* line 57, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_3rd_benefit_image {
    width: 60%;
    height: auto;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 62, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card {
    padding-top: 35px;
  }
  /* line 65, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -330px;
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 66, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_title {
    font-size: 27px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 71, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    width: 85%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 76, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -430px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 80, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -470px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 89, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    width: 90%;
    margin-left: 5%;
    margin-top: -540px;
  }
  /* line 90, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_title {
    font-size: 25px;
  }
  /* line 91, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_text {
    font-size: 16px;
    width: 100%;
  }
  /* line 92, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 96, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_01 {
    width: 31%;
    margin-right: 1.5%;
  }
  /* line 97, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_02 {
    width: 31%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  /* line 98, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_03 {
    width: 31%;
    margin-left: 1.5%;
  }
  /* line 99, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -520px;
    align-items: left;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 103, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -630px;
  }
  /* line 104, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_title {
    font-size: 20px;
  }
  /* line 105, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 114, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_title {
    font-size: 16px;
  }
  /* line 115, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_text {
    font-size: 12px;
  }
  /* line 116, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_01 {
    width: 32%;
    margin-right: 1.5%;
  }
  /* line 117, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_02 {
    width: 32%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  /* line 118, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_03 {
    width: 32%;
    margin-left: 0.5%;
  }
  /* line 120, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    display: none;
  }
  /* line 121, app/assets/stylesheets/three_benefits.scss */
  #home_all_categories_main_wrapper {
    margin-top: -660px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 126, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_title {
    font-size: 18px;
  }
  /* line 127, app/assets/stylesheets/three_benefits.scss */
  .home_three_benefit_card_text {
    width: 80%;
  }
  /* line 128, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -700px;
  }
  /* line 129, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_01 {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  /* line 130, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_02 {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  /* line 131, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_card_03 {
    width: 100%;
    height: 250px;
  }
  /* line 132, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_1st_benefit_image {
    width: 15%;
    margin-left: auto;
  }
  /* line 133, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_2nd_benefit_image {
    width: 15%;
    margin-left: auto;
  }
  /* line 134, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_3rd_benefit_image {
    width: 20%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 600px) {
  /* line 138, app/assets/stylesheets/three_benefits.scss */
  #home_all_categories_main_wrapper {
    margin-top: -700px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 142, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefits_section {
    margin-top: -730px;
  }
  /* line 143, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_1st_benefit_image {
    width: 25%;
    margin-left: auto;
  }
  /* line 144, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_2nd_benefit_image {
    width: 25%;
    margin-left: auto;
  }
  /* line 145, app/assets/stylesheets/three_benefits.scss */
  #home_three_benefit_3rd_benefit_image {
    width: 35%;
    margin-left: auto;
  }
  /* line 147, app/assets/stylesheets/three_benefits.scss */
  #home_all_categories_main_wrapper {
    margin-top: -730px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 157, app/assets/stylesheets/three_benefits.scss */
  #home_all_categories_main_wrapper {
    margin-top: -640px;
  }
}
/* line 1, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_marketing_items_section {
  height: 38px;
  width: 100%;
  background: white;
}

/* line 3, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_left_space_section {
  width: 12.5%;
}

/* line 4, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_check_section {
  width: 20%;
}

/* line 5, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_main_message_section {
  width: 35%;
}

/* line 6, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_section {
  width: 20%;
}

/* line 7, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_right_space_section {
  width: 12.5%;
}

/* line 8, app/assets/stylesheets/top_bar_marketing_items.scss */
.top_bar_default_section_properties {
  height: 38px;
  float: left;
}

/* line 16, app/assets/stylesheets/top_bar_marketing_items.scss */
.top_bar_default_text {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
}

/* line 18, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_check_image {
  float: left;
  margin-top: 12px;
  margin-right: 4px;
}

/* line 19, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_check_section_message {
  float: left;
  margin-top: 13px;
}

/* line 20, app/assets/stylesheets/top_bar_marketing_items.scss */
.top_bar_free_price_check_message_sent_style {
  color: #10D582;
}

/* line 22, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_main_message_widgets {
  float: center;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_main_message_section_message {
  margin-left: 4px;
}

/* line 32, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_rating_message {
  float: right;
  margin-top: 13px;
  margin-right: 5px;
}

/* line 33, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_rating_icon {
  float: right;
  margin-top: 10px;
  margin-right: 2px;
  height: 18px;
}

/* line 34, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_label {
  float: right;
  margin-top: 13px;
}

/* line 35, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_section_widgets {
  width: 100%;
  height: 38px;
  background: red;
}

/* line 37, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_section_widgets:hover {
  background: red;
}

/* line 39, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_not_logged_link {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_when_logged_section {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 2100px) {
  /* line 51, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 13%;
  }
  /* line 52, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 19.5%;
  }
  /* line 53, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 19.5%;
  }
  /* line 54, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 13%;
  }
}

@media only screen and (max-width: 1800px) {
  /* line 80, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 10%;
  }
  /* line 81, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 22%;
  }
  /* line 82, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 23%;
  }
  /* line 83, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 9%;
  }
}

@media only screen and (max-width: 1700px) {
  /* line 88, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 8%;
  }
  /* line 89, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 24%;
  }
  /* line 90, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 25%;
  }
  /* line 91, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 7%;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 101, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 7.5%;
  }
  /* line 102, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 25%;
  }
  /* line 104, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 25%;
  }
  /* line 105, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 7.5%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 116, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 5%;
  }
  /* line 117, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 25%;
  }
  /* line 118, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section {
    width: 40%;
  }
  /* line 119, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 25%;
  }
  /* line 120, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 124, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 5%;
  }
  /* line 125, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    display: none;
  }
  /* line 126, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section {
    width: 60%;
  }
  /* line 127, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_widgets {
    justify-content: left;
    align-items: left;
  }
  /* line 128, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 30%;
  }
  /* line 129, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 5%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 140, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section {
    width: 95%;
  }
  /* line 141, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    display: none;
  }
  /* line 142, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  /* line 160, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_image {
    display: none;
  }
  /* line 161, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section_message {
    margin-left: 0px;
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 400px) {
  /* line 166, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section_message {
    margin-top: 5px;
    line-height: 14px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 170, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section_message {
    line-height: 15px;
    margin-top: 0px;
  }
}
/* line 1, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_container {
  position: absolute;
  width: 100%;
  height: 325px;
  background: red;
  display: none;
  padding-left: 47px;
  padding-right: 47px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 28px;
  background: white;
  top: 70px;
  left: -5px;
  display: none;
}

/* line 4, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_column {
  float: left;
  height: 340px;
  width: 32.5%;
  margin-right: 3px;
}

/* line 6, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_cell {
  background: #703AF4;
  color: white;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  height: 38px;
  margin-bottom: 1px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_cell_double {
  position: relative;
  background: #703AF4;
  color: white;
  width: 100%;
  padding-right: 30px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  height: 77px;
  margin-bottom: 1px;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  line-height: 77px;
}

/* line 8, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_bigger_gap_cell {
  margin-bottom: 3px;
}

/* line 9, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_cell_double_content {
  text-align: center;
  width: 100%;
}

/* line 11, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_small_package_image {
  position: absolute;
  top: 26px;
  right: 68px;
  width: 25px;
  height: 25px;
}

/* line 12, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_medium_package_image {
  position: absolute;
  top: 25px;
  right: 54px;
  width: 51px;
  height: 28px;
}

/* line 13, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_big_package_image {
  position: absolute;
  top: 11px;
  right: 50px;
  width: 59px;
  height: 55px;
}

/* line 15, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_last_column_cell {
  padding-left: 15%;
  padding-right: 15%;
  text-align: left;
}

/* line 17, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_close_image {
  position: absolute;
  right: 38px;
  top: 0px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

@media (min-width: 2000px) {
  /* line 24, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -12px;
  }
}

@media (min-width: 2100px) {
  /* line 28, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -15px;
  }
}

@media (min-width: 2200px) {
  /* line 33, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -18px;
  }
}

@media (min-width: 2300px) {
  /* line 37, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -21px;
  }
}

@media (min-width: 2400px) {
  /* line 41, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -24px;
  }
}

@media (min-width: 2500px) {
  /* line 46, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -27px;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 65, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 0px;
  }
}

@media only screen and (max-width: 1500px) {
  /* line 70, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 4px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 75, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 0px;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 80, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 3px;
  }
  /* line 81, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_header {
    padding-right: 0px;
  }
  /* line 82, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_small_package_image {
    right: 63px;
  }
  /* line 83, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_medium_package_image {
    right: 49px;
  }
  /* line 84, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_big_package_image {
    right: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 88, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 5px;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 92, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_header {
    padding-left: 10px;
  }
  /* line 93, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_row_half_pallet {
    padding-left: 10px;
  }
  /* line 94, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_row_full_pallet {
    padding-left: 10px;
  }
  /* line 95, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_row_multiple_pallets {
    padding-left: 10px;
  }
  /* line 97, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_small_package_image {
    right: 53px;
  }
  /* line 98, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_medium_package_image {
    right: 39px;
  }
  /* line 99, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_big_package_image {
    right: 35px;
  }
  /* line 101, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_close_image {
    right: 22px;
    top: 5px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 110, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 16px;
  }
  /* line 111, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 116, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 117, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 118, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 119, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_close_image {
    right: 0px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 124, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 14px;
    text-align: left;
  }
  /* line 125, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 14px;
    text-align: left;
  }
  /* line 127, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_small_package_image {
    display: none;
  }
  /* line 128, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_medium_package_image {
    display: none;
  }
  /* line 129, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_big_package_image {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  /* line 133, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    padding-left: 5px;
    padding-right: 0px;
  }
  /* line 134, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    padding-left: 5px;
    padding-right: 0px;
  }
  /* line 135, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_header {
    padding-left: 5px;
    padding-right: 0px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 139, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_column {
    width: 48%;
  }
  /* line 140, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_column {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  /* line 145, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 13px;
  }
  /* line 146, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 13px;
  }
  /* line 147, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 149, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_close_image {
    right: -10px;
  }
}

@media only screen and (max-width: 350px) {
  /* line 153, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_2nd_column {
    margin-right: 0px;
  }
  /* line 154, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 12px;
  }
  /* line 155, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 12px;
  }
}
/* line 1, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_card {
  width: 59%;
  margin-left: 20.5%;
  box-shadow: 20px 15px 22px rgba(84, 48, 209, 0.1);
  border-radius: 4px;
  background: #fff;
  margin-top: 162px;
  padding-top: 69px;
  min-height: 200px;
  padding-left: 110px;
  padding-right: 110px;
  color: #707070;
  padding-bottom: 40px;
  margin-bottom: 200px;
  border-radius: 25px;
}

/* line 2, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_card .unsubscribe_page_card_campaign_contact {
  min-height: 450px !important;
}

/* line 4, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_title {
  color: #707070;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 5, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_subtitle {
  color: #707070;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 60px;
}

/* line 6, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_button {
  background: #FFF;
  border-radius: 29px;
  border: 2px solid #703AF4;
  background: #FFF;
  color: #703AF4;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 203px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_note {
  color: #707070;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 32px;
}

/* line 8, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_note_from_newsletter {
  margin-top: 47px;
}

/* line 9, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_link {
  display: block;
  color: #703AF4;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9em;
}

/* line 10, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_link:visited {
  color: #703AF4;
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_link:hover {
  color: #703AF4;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_newsletter_unsubscribe_button {
  margin-top: 47px;
}

/* line 16, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_campaign_contact_success_title {
  color: green;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 17, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_campaign_contact_error_title {
  color: red;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 19, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 28, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_button {
  background: #FFF;
  border-radius: 29px;
  border: 2px solid #703AF4;
  color: #703AF4;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  width: 203px;
  margin-top: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  margin-right: 10px;
}

/* line 45, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_unsubscribe_spinner {
  padding-top: 40px;
  width: 30px;
}

/* line 50, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_mandatory_page_webshop_link {
  border-radius: 100px;
  border: 4px solid #703AF4;
  background: #FFF;
  color: #703AF4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 48px;
  padding: 10px;
  float: center;
  display: block;
  width: 200px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_mandatory_page_webshop_link:visited {
  color: #703AF4;
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_mandatory_page_webshop_link:hover {
  color: #703AF4;
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_mandatory_subtitle {
  margin-top: 40px;
  color: #707070;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 35px;
}

/* line 75, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_mandatory_title {
  font-size: 35px;
}

/* line 76, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_secondary_title {
  font-size: 20px;
  color: #703AF4;
  font-weight: bold;
  margin-top: 40px;
}

/* line 77, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_resubscribe_button {
  margin-top: 20px;
}

@media only screen and (max-width: 1600px) {
  /* line 119, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    margin-top: 20px;
  }
  /* line 120, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 128, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 135, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_mandatory_title {
    font-size: 30px;
  }
  /* line 136, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_note {
    font-size: 18px;
  }
  /* line 137, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  /* line 144, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    padding-top: 40px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 148, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 153, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 154, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_resubscribe_button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 161, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_mandatory_title {
    font-size: 25px;
  }
  /* line 162, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    font-size: 16px;
  }
  /* line 163, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_note {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  /* line 167, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_mandatory_title {
    font-size: 23px;
  }
  /* line 168, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    width: 95%;
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 400px) {
  /* line 173, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  /* line 174, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    font-size: 14px;
  }
}
/* line 1, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_card {
  width: 59%;
  margin-left: 20.5%;
  box-shadow: 20px 15px 22px rgba(84, 48, 209, 0.1);
  border-radius: 4px;
  background: #fff;
  margin-top: 162px;
  padding-top: 85px;
  min-height: 200px;
  padding-left: 110px;
  padding-right: 110px;
  color: #707070;
  padding-bottom: 40px;
  margin-bottom: 200px;
}

/* line 3, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_title {
  color: #707070;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* line 5, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_subtitle {
  color: #703AF4;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-top: 60px;
}

/* line 14, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_webshop_link {
  border-radius: 100px;
  border: 4px solid #703AF4;
  background: #FFF;
  color: #703AF4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 60px;
  padding: 10px;
  float: center;
  display: block;
  width: 200px;
  margin-bottom: 90px;
}

/* line 35, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_webshop_link:visited {
  color: #703AF4;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_webshop_link:hover {
  color: #703AF4;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/unsubscribe_page_success.scss */
#unsubscribe_page_success_title_unfollowed_kollek {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

/* line 38, app/assets/stylesheets/unsubscribe_page_success.scss */
#unsubscribe_page_success_webshop_link_unfollowed_kollek {
  margin-top: 45px;
}

/* line 39, app/assets/stylesheets/unsubscribe_page_success.scss */
#unsubscribe_page_success_card_unfollowed_kollek {
  padding-bottom: 20px !important;
  min-height: 180px;
}
/* line 1, app/assets/stylesheets/zoom_images.scss */
.zoomContainer {
  z-index: 2000;
  /* Adjust other styles as necessary */
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *= general


 */
 
@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-Thin-44883ed4ea697e6e3e50a850a5d16f1200f1150a98523e6d11e9dd9c9abc03fa.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-ExtraLight-fd5255db1d1a1577b8d7210f0ccb796ee087764cd8491488c25cd78b64bbc6f5.ttf) format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-Light-f44f60247883e77544828ae311e94cd24512bfa02c7788b194dd5534a2773e89.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-Regular-0948705074dfe2ce7739f4909bb25eb92808940a9c47df990264bbf816c4d8a1.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-Medium-9cc464c07fb95ebdc119e24cd313412f0a889b4ee8b80bf1552f3d1420c06130.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-SemiBold-d5757292ebc850b8ad40727c0ae46c6a91c3e932b2c61f5f8fb0a4d006a7cde4.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-Bold-0920ff58b97ce9ca5e29edb117d8cfca664ad792d1a04fdbf83d4ce45966d2ca.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-ExtraBold-f7c43fb2286891f738134d588f6aca33ffcfa11661ead835d0f0bf4bd5203120.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: font-url(/assets/Inter-Black-dd583382d206452eee35814db958bbebae4073d5f20c15b1e59c8ddcb6902851.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'Inter', sans-serif;
}

 @media only screen and (min-width: 1201px) {

 }

 @media only screen and (min-width: 1300px) {
 }

 @media only screen and (min-width: 1400px) {

 }

 @media only screen and (min-width: 1500px) {

 }

 @media only screen and (min-width: 1600px) {

 }

 @media only screen and (min-width: 1700px) {

 }

 @media only screen and (min-width: 1800px) {

 }

 @media only screen and (min-width: 1900px) {

 }

  @media (min-width: 2000px) {

  }

  @media (min-width: 2100px) {

  }


  @media (min-width: 2200px) {
  }

  @media (min-width: 2300px) {

  }

  @media (min-width: 2400px) {
  }


  @media (min-width: 2500px) {

  }


  @media only screen and (max-width: 1200px) {

  }

  @media only screen and (max-width: 1100px) {
  }

  @media only screen and (max-width: 1000px) {

  }

   @media only screen and (max-width: 900px) {
  }


   @media only screen and (max-width: 800px) {

  }


   @media only screen and (max-width: 700px) {

  }

   @media only screen and (max-width: 600px) {
  }

   @media only screen and (max-width: 500px) {

  }


   @media only screen and (max-width: 400px) {

  }

   @media only screen and (max-width: 350px) {

   }

   @media only screen and (max-width: 300px) {
  }


/*# sourceMappingURL=admin.css-253e1f284332ef264bde035782183f78ccdf9cb4c08184c4a1bfc9d5dc4564f1.map */
