/*
 * 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.
 *


 */
@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-Thin-44883ed4ea697e6e3e50a850a5d16f1200f1150a98523e6d11e9dd9c9abc03fa.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-ExtraLight-fd5255db1d1a1577b8d7210f0ccb796ee087764cd8491488c25cd78b64bbc6f5.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-Light-f44f60247883e77544828ae311e94cd24512bfa02c7788b194dd5534a2773e89.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-Regular-0948705074dfe2ce7739f4909bb25eb92808940a9c47df990264bbf816c4d8a1.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-Medium-9cc464c07fb95ebdc119e24cd313412f0a889b4ee8b80bf1552f3d1420c06130.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-SemiBold-d5757292ebc850b8ad40727c0ae46c6a91c3e932b2c61f5f8fb0a4d006a7cde4.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-Bold-0920ff58b97ce9ca5e29edb117d8cfca664ad792d1a04fdbf83d4ce45966d2ca.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-ExtraBold-f7c43fb2286891f738134d588f6aca33ffcfa11661ead835d0f0bf4bd5203120.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-Black-dd583382d206452eee35814db958bbebae4073d5f20c15b1e59c8ddcb6902851.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* line 80, app/assets/stylesheets/admin.scss */
body {
  font-family: "Inter", sans-serif;
}
/* line 1, app/assets/stylesheets/2nd_design/categories_page/section.scss */
#categories_page_section_wrapper {
  width: 95%;
  min-height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

/* line 11, app/assets/stylesheets/2nd_design/categories_page/section.scss */
.categories_page_display_one_category_wrapper {
  float: none !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/2nd_design/categories_page/section.scss */
.categories_page_display_one_category_wrapper:visited {
  color: #595858;
}

/* line 24, app/assets/stylesheets/2nd_design/categories_page/section.scss */
.categories_page_display_one_category {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 2px solid #7946f5;
  background: white;
  height: 136px;
  border-radius: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 39, app/assets/stylesheets/2nd_design/categories_page/section.scss */
.categories_page_display_one_category:hover {
  background: #faf6ff;
  box-shadow: 12px 15px 44px rgba(120, 54, 254, 0.1);
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/2nd_design/categories_page/section.scss */
.categories_page_display_category_image {
  max-height: 60%;
  max-width: 80%;
  object-fit: contain;
}

/* line 51, app/assets/stylesheets/2nd_design/categories_page/section.scss */
.categories_page_display_category_title {
  width: 100%;
  text-align: center;
  color: #595858;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/2nd_design/categories_page/section.scss */
#categories_page_list_categories_section {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  row-gap: 30px !important;
  column-gap: 40px !important;
  margin-top: 0px;
}

@media (min-width: 2300px) {
  /* line 81, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    grid-template-columns: repeat(6, 1fr) !important;
    row-gap: 40px !important;
    column-gap: 40px !important;
  }
}

@media (max-width: 1700px) {
  /* line 101, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    margin-bottom: 150px;
  }
}

@media (max-width: 1400px) {
  /* line 114, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 1200px) {
  /* line 123, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    margin-bottom: 120px;
  }
}

@media (max-width: 1100px) {
  /* line 131, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 900px) {
  /* line 140, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    margin-bottom: 110px;
  }
}

@media (max-width: 600px) {
  /* line 154, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 50px !important;
    column-gap: 90px !important;
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  /* line 163, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    column-gap: 80px !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  /* line 170, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 18px !important;
    column-gap: 18px !important;
    margin-bottom: 70px;
  }
  /* line 177, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_section_wrapper {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 350px) {
  /* line 186, app/assets/stylesheets/2nd_design/categories_page/section.scss */
  #categories_page_list_categories_section {
    margin-bottom: 60px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/general.scss */
.checked_green_box_icon {
  width: 16px;
  height: 16px;
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_section {
  width: 100%;
  background: #f3ecff;
  padding-top: 50px;
  padding-bottom: 100px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  margin-top: -70px;
}

/* line 11, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_title {
  font-size: 30px;
  font-weight: bold;
  color: #595858;
  width: 100%;
}

/* line 17, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_subtitle {
  font-size: 20px;
  color: #595858;
  width: 100%;
}

/* line 22, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_left_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #595858;
}

/* line 28, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_header {
  text-align: center;
  margin-bottom: 40px;
}

/* line 33, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_header h2 {
  margin: 0;
  font-size: 34px;
  color: #595858;
}

/* line 39, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_header p {
  margin-top: 10px;
  font-size: 16px;
  color: #6b6b6b;
}

/* line 45, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_card {
  width: 100%;
  background: white;
  border-radius: 40px;
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
}

/* line 58, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_left {
  width: 40%;
}

/* line 62, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_left h3 {
  margin-top: 0;
  font-size: 28px;
  color: #595858;
}

/* line 68, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_description {
  font-size: 15px;
  color: #6b6b6b;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-right: 30px;
}

/* line 76, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 45px;
  background: #6a3df0;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
}

/* line 90, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_button:hover,
#home_page_calculate_savings_button:visited {
  background: #6a3df0;
  color: white;
}

/* line 96, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_middle {
  width: 20%;
  padding-top: 15px;
}

/* line 101, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 107, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_middle li {
  font-size: 15px;
  color: #595858;
  margin-bottom: 18px;
  padding-left: 24px;
  position: relative;
}

/* line 115, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
#home_page_calculate_savings_right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1700px) {
  /* line 155, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_header {
    margin-bottom: 35px;
  }
  /* line 158, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 40px;
  }
}

@media (max-width: 1600px) {
  /* line 164, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_header {
    margin-bottom: 30px;
  }
  /* line 167, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 171, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 35px;
  }
  /* line 174, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_left {
    width: 30%;
  }
  /* line 177, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_middle {
    width: 30%;
  }
}

@media (max-width: 1400px) {
  /* line 186, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_left_title {
    font-size: 25px;
    line-height: normal;
  }
  /* line 190, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_description {
    line-height: normal;
  }
  /* line 193, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_header {
    margin-bottom: 25px;
  }
  /* line 196, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 32px;
  }
}

@media (max-width: 1300px) {
  /* line 202, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-bottom: 92px;
  }
  /* line 205, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 25px;
  }
}

@media (max-width: 1200px) {
  /* line 211, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_left_title {
    font-size: 22px;
  }
  /* line 214, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_right {
    align-items: flex-start;
  }
  /* line 217, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_bartender {
    height: 80%;
  }
}

@media (max-width: 1100px) {
  /* line 223, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_bartender {
    height: 70%;
  }
  /* line 226, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_middle {
    padding-top: 5px;
  }
  /* line 229, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_header {
    margin-bottom: 20px;
  }
  /* line 232, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card {
    padding-bottom: 0px;
  }
  /* line 235, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_description {
    margin-top: 10px;
    margin-bottom: 18px;
  }
  /* line 240, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_title {
    font-size: 25px;
    line-height: normal;
  }
  /* line 244, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
  /* line 248, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 30px;
  }
}

@media (max-width: 1000px) {
  /* line 254, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_right {
    display: none;
  }
  /* line 257, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card {
    padding-bottom: 25px;
    padding-top: 35px;
  }
  /* line 261, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_left {
    padding-left: 0px;
    width: 60%;
  }
  /* line 265, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_middle {
    padding-top: 0px;
    width: 40%;
  }
}

@media (max-width: 900px) {
  /* line 273, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_title {
    font-size: 27px;
  }
  /* line 276, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    font-size: 18px;
  }
  /* line 279, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_header {
    margin-bottom: 20px;
  }
  /* line 282, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 30px;
  }
}

@media (max-width: 800px) {
  /* line 288, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    margin-top: 5px;
  }
  /* line 291, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 600px) {
  /* line 301, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    width: 80%;
    margin-left: 10%;
  }
  /* line 306, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card {
    flex-direction: column;
    row-gap: 30px;
    column-gap: 30px;
  }
  /* line 312, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card > * {
    width: 100%;
  }
  /* line 316, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_middle li {
    padding-left: 10px;
    margin-bottom: 12px;
  }
}

@media (max-width: 400px) {
  /* line 327, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    font-size: 16px;
  }
  /* line 330, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_header {
    margin-bottom: 25px;
  }
  /* line 333, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_section {
    padding-top: 40px;
  }
  /* line 336, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card {
    padding: 30px;
  }
}

@media (max-width: 350px) {
  /* line 342, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_card {
    padding-left: 25px;
  }
  /* line 345, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_title {
    font-size: 22px;
  }
  /* line 348, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/section.scss */
  #home_page_calculate_savings_subtitle {
    font-size: 15px;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_wrapper {
  width: 100%;
  height: 60px;
  margin-top: 40px;
}

/* line 6, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_widget {
  width: 305px;
  height: 53px;
  background: white;
  border-radius: 10px;
  padding-left: 25px;
  /* padding mai mare */
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_widget a {
  display: flex;
  align-items: center;
  /* centrare verticală */
  justify-content: center;
  /* centrare orizontală */
  height: 100%;
  text-decoration: none;
  color: #636363;
  /* culoare implicită link */
}

/* păstrează culoarea la hover / visited */
/* line 27, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_widget a:hover,
#calculate_savings_trustpilot_widget a:visited {
  color: #636363;
}

/* texte */
/* line 33, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_rating_message {
  font-weight: bold;
  /* daneza bold */
  margin: 0 6px;
}

/* line 38, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_label {
  font-weight: normal;
  /* Trustpilot NU bold */
  margin: 0 6px;
}

/* imagine */
/* line 44, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
#calculate_savings_trustpilot_rating_icon {
  height: 18px;
  width: 91px;
  margin: 0 6px;
}

@media (max-width: 1300px) {
  /* line 89, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
  #calculate_savings_trustpilot_wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 350px) {
  /* line 122, app/assets/stylesheets/2nd_design/landing_page/calculate_savings_section/trustpilot.scss */
  #calculate_savings_trustpilot_widget {
    padding-left: 10px;
    width: 270px;
    font-size: 12px;
    padding-right: 10px;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_section_wrapper {
  width: 100%;
  min-height: 400px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 9, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_title {
  text-align: left;
  font-weight: bold;
  color: #595858;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 5px;
  margin-top: 0px;
}

/* line 18, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_subtitle {
  text-align: left;
  font-weight: normal;
  font-style: italic;
  color: #595858;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 29, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
.home_categories_display_one_category_wrapper {
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: left !important;
  margin-bottom: 0 !important;
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
.home_categories_display_one_category_wrapper:visited {
  color: #595858;
}

/* line 41, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
.home_categories_display_one_category {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 2px solid #7946f5;
  background: white;
  height: 136px;
  border-radius: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 56, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
.home_categories_display_one_category:hover {
  background: #faf6ff;
  box-shadow: 12px 15px 44px rgba(120, 54, 254, 0.1);
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
.home_categories_display_category_image {
  max-height: 60%;
  max-width: 80%;
  object-fit: contain;
}

/* line 68, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
.home_categories_display_category_title {
  width: 100%;
  text-align: center;
  color: #595858;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_list_categories_section {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  row-gap: 30px !important;
  column-gap: 40px !important;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* line 87, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_see_all_link_wrapper {
  width: 100%;
  height: 70px;
  margin-right: 4.4%;
  padding-left: 2.2%;
  padding-right: 2.2%;
}

/* line 95, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_see_all_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;
  text-underline-offset: 3px;
  color: #703af4;
  border: 4px solid #703af4;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 263px;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
}

/* line 120, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
#home_categories_see_all_link:hover {
  text-decoration: underline;
  color: #703af4;
}

@media (min-width: 2200px) {
  /* line 132, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_see_all_link {
    font-size: 24px;
    width: 290px;
  }
  /* line 136, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_title {
    font-size: 40px;
  }
}

@media (min-width: 2300px) {
  /* line 142, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 40px !important;
    column-gap: 50px !important;
  }
  /* line 147, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_see_all_link_wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 1800px) {
  /* line 164, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_section_wrapper {
    padding-top: 5px;
  }
  /* line 167, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    margin-top: 20px;
  }
}

@media (max-width: 1300px) {
  /* line 185, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    margin-bottom: 0px;
  }
}

@media (max-width: 1100px) {
  /* line 196, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  /* line 199, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    margin-bottom: 25px;
  }
}

@media (max-width: 900px) {
  /* line 208, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    row-gap: 30px !important;
    column-gap: 30px !important;
  }
}

@media (max-width: 800px) {
  /* line 215, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 700px) {
  /* line 221, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  /* line 228, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    margin-bottom: 15px;
  }
  /* line 232, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_see_all_link {
    font-size: 22px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 238, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 25px !important;
    column-gap: 25px !important;
  }
  /* line 244, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  .home_categories_display_one_category_wrapper {
    display: none !important;
  }
  /* line 248, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  .home_categories_display_one_category_wrapper:nth-child(-n + 6) {
    display: block !important;
  }
}

@media (max-width: 400px) {
  /* line 258, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 18px !important;
    column-gap: 18px !important;
    margin-bottom: 0px;
  }
  /* IMPORTANT: ascunde din nou tot, ca să "șteargă" efectul de -n+6 */
  /* line 265, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  .home_categories_display_one_category_wrapper {
    display: none !important;
  }
  /* apoi arată doar primele 3 */
  /* line 270, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  .home_categories_display_one_category_wrapper:nth-child(-n + 3) {
    display: block !important;
    /* background: red !important; // optional, pentru test */
  }
  /* optional: asigură că 4..6 rămân ascunse, chiar dacă ceva le forțează */
  /* line 276, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  .home_categories_display_one_category_wrapper:nth-child(n + 4) {
    display: none !important;
  }
  /* line 280, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_see_all_link_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 284, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_see_all_link {
    width: 78%;
  }
  /* line 287, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_title {
    font-size: 30px;
  }
  /* line 290, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_subtitle {
    margin-bottom: 5px;
    font-size: 22px;
  }
  /* line 295, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_section_wrapper {
    padding-top: 0px;
  }
}

@media (max-width: 350px) {
  /* line 302, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_list_categories_section {
    margin-bottom: 0px;
  }
  /* line 305, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_see_all_link {
    width: 78%;
    font-size: 20px;
    border: 3px solid #703af4;
  }
  /* line 310, app/assets/stylesheets/2nd_design/landing_page/categories_section/section.scss */
  #home_categories_subtitle {
    line-height: normal;
    margin-top: 0px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_section {
  width: 100%;
  background-color: whitesmoke;
  padding-top: 10px;
  padding-bottom: 110px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  margin-top: -70px;
}

/* line 11, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_container {
  width: 100%;
  background-color: whitesmoke;
  border-radius: 24px;
  padding-top: 45px;
  padding-bottom: 25px;
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_header {
  text-align: center;
  margin-bottom: 40px;
}

/* line 25, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #4b4b4b;
}

/* line 32, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_subtitle {
  margin-top: 6px;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  color: #6a6a6a;
}

/* line 40, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_content {
  width: 100%;
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  align-items: center;
}

/* line 48, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_left {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 55, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_laptop_image {
  width: 100%;
  max-width: 835px;
  height: auto;
  display: block;
}

/* line 62, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_right {
  width: 54%;
}

/* line 66, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
.home_page_functions_and_instruments_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 26px;
  column-gap: 26px;
}

/* line 74, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
.home_page_functions_and_instruments_item {
  text-align: center;
}

/* line 78, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
.home_page_functions_and_instruments_icon {
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 89, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
.home_page_functions_and_instruments_icon_img {
  width: 53px;
  height: 53px;
  object-fit: contain;
  display: block;
}

/* line 96, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
.home_page_functions_and_instruments_item_title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #4b4b4b;
}

/* line 104, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
.home_page_functions_and_instruments_item_text {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #6a6a6a;
}

/* line 111, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_button_row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* line 118, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 243px;
  height: 48px;
  border-radius: 999px;
  border: 3px solid #6a6a6a;
  color: #595858;
  text-decoration: none;
  font-size: 20px;
  background: transparent;
}

/* line 132, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_button:hover,
#home_page_functions_and_instruments_button:visited {
  color: #595858;
}

/* line 137, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
#home_page_functions_and_instruments_button:hover {
  text-decoration: underline;
}

@media (min-width: 2000px) {
  /* line 142, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_icon_img {
    height: 56px;
    width: 56px;
  }
}

@media (min-width: 2200px) {
  /* line 152, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_icon,
.home_page_functions_and_instruments_icon_img {
    width: 58px;
    height: 58px;
  }
  /* line 157, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_item_title {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 161, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_item_text {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 1600px) {
  /* line 188, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_container {
    padding-top: 35px;
  }
  /* line 191, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_button_row {
    margin-top: 20px;
  }
  /* line 194, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_section {
    padding-bottom: 90px;
  }
}

@media (max-width: 1500px) {
  /* line 201, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_button {
    width: 230px;
    height: 42px;
    font-size: 19px;
  }
}

@media (max-width: 1400px) {
  /* line 209, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_icon_img {
    width: 42px;
    height: 42px;
  }
  /* line 214, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_left {
    width: 55%;
  }
  /* line 218, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_right {
    width: 45%;
  }
  /* line 221, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_container {
    padding-top: 25px;
  }
  /* line 224, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_subtitle {
    margin-top: 4px;
  }
  /* line 227, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_header {
    margin-bottom: 25px;
  }
}

@media (max-width: 1200px) {
  /* line 236, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_left {
    justify-content: center;
  }
  /* line 239, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_container {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
  }
  /* line 246, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_content {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 251, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_left,
#home_page_functions_and_instruments_right {
    width: 100%;
  }
  /* line 256, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 260, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_laptop_image {
    max-width: 640px;
  }
  /* line 264, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_item_text {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}

@media (max-width: 1100px) {
  /* line 273, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_button_row {
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  /* line 289, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 500px) {
  /* line 302, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_title {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 306, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 400px) {
  /* line 313, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_laptop_image {
    display: none;
  }
  /* line 317, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  .home_page_functions_and_instruments_item_text {
    display: none;
  }
  /* line 320, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_content {
    row-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 350px) {
  /* line 328, app/assets/stylesheets/2nd_design/landing_page/functions_and_instruments_section/section.scss */
  #home_page_functions_and_instruments_content {
    row-gap: 10px;
    column-gap: 10px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
#home_page_logo_roller_wrapper {
  height: 100px;
  margin-top: 20px;
}

/* line 5, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
#home_page_logo_roller {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 76px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-sizing: border-box;
}

/* fade la margini */
/* line 18, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
#home_page_logo_roller:before,
#home_page_logo_roller:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 2;
}

/* line 29, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
#home_page_logo_roller:before {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 38, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
#home_page_logo_roller:after {
  right: 0;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 47, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
#home_page_logo_roller_track {
  display: flex;
  width: max-content;
  align-items: center;
  row-gap: 40px;
  column-gap: 40px;
  will-change: transform;
  animation: logo_roller_move 28s linear infinite;
}

/* line 57, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
.home_page_logo_roller_item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 64, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
.home_page_logo_roller_item img {
  height: 44px;
  width: auto;
  display: block;
}

@keyframes logo_roller_move {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 800px) {
  /* line 80, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
  #home_page_logo_roller_track {
    row-gap: 26px;
    column-gap: 26px;
    animation-duration: 22s;
  }
  /* line 85, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
  .logo_roller_item img {
    height: 34px;
  }
  /* line 88, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
  #home_page_logo_roller:before,
#home_page_logo_roller:after {
    width: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
  #home_page_logo_roller_track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 1300px) {
  /* line 141, app/assets/stylesheets/2nd_design/landing_page/logo_roller/main.scss */
  #home_page_logo_roller_wrapper {
    height: 90px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
#home_our_clients_section_wrapper {
  background: #f9f7ff;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 120px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  margin-top: -70px;
}

/* line 10, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
#home_our_clients_section_title {
  color: #595858;
  font-size: 32px;
  height: 38px;
  line-height: normal;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
#home_our_clients_section_subtitle {
  color: #595858;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  font-style: italic;
  text-align: center;
  padding-top: 5px;
}

/* line 29, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
#home_our_clients_section_testimonials_subsection {
  width: 100%;
  margin-top: 25px;
}

/* line 36, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_subsection {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}

/* line 44, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_video_first_text_subsection {
  float: left;
  width: 45%;
  min-height: 282px;
}

/* line 50, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_text_subsection {
  float: left;
  width: 55%;
  min-height: 282px;
}

/* line 56, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_video_first_testimonial_text_wrapper {
  float: right;
  text-align: right;
  color: #595858;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
  min-height: 218px;
}

/* line 66, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_in_between_section {
  float: left;
  width: 10%;
  height: 300px;
}

/* line 72, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_video_first_video_subsection {
  float: left;
  width: 55%;
}

/* line 79, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_video_first_video_thumbnail {
  float: left;
  width: 100%;
  max-width: 640px;
  cursor: pointer;
  border-radius: 60px;
  box-shadow: 20px 15px 44px 0px rgba(112, 58, 244, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 90, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_video_first_testimonial_logo {
  float: left;
  height: 100px;
  width: 30%;
}

/* line 97, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_video_first_client_section {
  float: left;
  height: 100px;
  width: 70%;
  font-size: 17px;
  line-height: 23px;
  text-align: right;
  font-style: italic;
}

/* line 107, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_testimonial_text_wrapper {
  float: left;
  text-align: left;
  color: #595858;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
  min-height: 218px;
  padding-right: 15%;
}

/* line 118, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_testimonial_logo {
  float: left;
  height: 100px;
  width: 30%;
  text-align: left;
}

/* line 125, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_testimonial_logo_image {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* line 131, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_client_section {
  float: left;
  height: 100px;
  width: 70%;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  font-style: italic;
}

/* line 141, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_video_subsection {
  float: right;
  width: 45%;
}

/* line 146, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_one_testimonial_text_first_video_thumbnail {
  float: right;
  width: 100%;
  max-width: 640px;
  cursor: pointer;
  border-radius: 60px;
  box-shadow: 20px 15px 44px 0px rgba(112, 58, 244, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 157, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_client_name {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: normal;
}

/* line 163, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
.home_our_clients_section_client_title {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
}

@media (min-width: 2100px) {
  /* line 174, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_testimonial_text_wrapper {
    font-size: 17px;
    line-height: 24px;
  }
  /* line 178, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_testimonial_text_wrapper {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (min-width: 2200px) {
  /* line 185, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_thumbnail,
.home_our_clients_section_one_testimonial_text_first_video_thumbnail {
    max-width: 700px;
    border-radius: 80px;
  }
  /* line 191, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_title {
    font-size: 40px;
    line-height: 50px;
    height: 50px;
  }
  /* line 196, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_subtitle {
    font-size: 21px;
    height: 30px;
    line-height: 28px;
  }
}

@media (max-width: 1899.98px) {
  /* line 214, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_thumbnail {
    width: 100%;
  }
  /* line 217, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_thumbnail {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  /* line 236, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_thumbnail {
    width: 90%;
  }
  /* line 239, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_testimonial_text_wrapper {
    margin-bottom: 15px;
  }
  /* line 243, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_testimonial_text_wrapper {
    margin-bottom: 15px;
    min-height: 150px;
  }
  /* line 248, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_text_subsection {
    min-height: 282px;
  }
  /* line 252, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_text_subsection {
    min-height: 282px;
  }
  /* line 256, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 1100px) {
  /* line 269, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_thumbnail {
    width: 98%;
    margin-right: 2%;
  }
}

@media (max-width: 1000px) {
  /* line 276, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_subsection {
    padding-bottom: 0px;
  }
  /* line 279, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_subsection {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  /* line 283, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_wrapper {
    padding-bottom: 90px;
  }
}

@media (max-width: 800px) {
  /* line 293, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_subsection {
    width: 80%;
  }
  /* line 297, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_thumbnail {
    width: 80%;
    margin-right: 0%;
  }
  /* line 301, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_text_subsection {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 0px;
    min-height: 150px;
  }
  /* line 308, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_testimonial_text_wrapper {
    min-height: 150px;
  }
  /* line 312, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_subsection {
    float: right;
    width: 100%;
  }
  /* line 317, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_thumbnail {
    width: 70%;
    float: left;
  }
  /* line 322, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_subsection {
    margin-top: 15px;
  }
  /* line 325, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_testimonial_logo {
    height: 60px;
  }
  /* line 328, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_testimonial_logo {
    height: 60px;
  }
  /* line 332, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_client_section {
    height: 60px;
  }
  /* line 335, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_wrapper {
    padding-top: 35px;
  }
  /* line 338, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_testimonial_text_wrapper {
    padding-top: 0px;
    padding-right: 0%;
  }
  /* line 343, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_text_subsection {
    margin-bottom: 20px;
    width: 90%;
    min-height: 150px;
  }
  /* line 348, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_subsection {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  /* line 352, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_client_section {
    height: 60px;
  }
}

@media (max-width: 600px) {
  /* line 363, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_wrapper {
    padding-top: 30px;
  }
  /* line 366, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_subsection {
    width: 90%;
  }
  /* line 370, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_text_subsection {
    width: 95%;
  }
  /* line 373, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_text_subsection {
    width: 95%;
  }
  /* line 377, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_subsection {
    width: 90%;
    float: left;
  }
  /* line 382, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_thumbnail {
    width: 80%;
  }
  /* line 386, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_subtitle {
    height: 35px;
  }
}

@media (max-width: 500px) {
  /* line 393, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_subtitle {
    font-size: 15px;
    line-height: 20px;
    height: 30px;
  }
  /* line 398, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_thumbnail {
    width: 100%;
  }
  /* line 402, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_thumbnail {
    width: 100%;
  }
}

@media (max-width: 400px) {
  /* line 409, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_video_subsection {
    width: 100%;
  }
  /* line 413, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_testimonial_text_wrapper {
    font-size: 14px;
  }
  /* line 417, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_testimonial_text_wrapper {
    font-size: 14px;
  }
  /* line 421, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_video_subsection {
    width: 100%;
  }
  /* line 425, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_wrapper {
    padding-top: 40px;
  }
  /* line 429, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_title {
    font-size: 25px;
    padding-bottom: 0px;
  }
  /* line 434, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_subtitle {
    padding-top: 0px;
  }
  /* line 438, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_testimonial_logo {
    width: 100%;
  }
  /* line 442, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_client_section {
    width: 100%;
    text-align: left;
  }
  /* line 447, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_client_section {
    width: 100%;
  }
  /* line 451, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_text_first_testimonial_logo {
    width: 100%;
  }
  /* line 455, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_video_first_text_subsection {
    width: 100%;
  }
}

@media (max-width: 350px) {
  /* line 462, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  .home_our_clients_section_one_testimonial_subsection {
    margin-top: 0px;
  }
  /* line 465, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/section.scss */
  #home_our_clients_section_title {
    font-size: 20px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
#home_page_video_testimonial_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

/* line 12, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
#home_page_video_testimonial_container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 60px auto;
}

/* line 19, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
#home_page_video_testimonial_youtube_iframe {
  width: 100%;
  height: 60vh;
  max-height: 650px;
  min-height: 220px;
}

/* line 26, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
#home_page_video_testimonial_close_video {
  position: absolute;
  top: -35px;
  right: 0;
  color: white;
  font-size: 26px;
  cursor: pointer;
}

@media (max-width: 500px) {
  /* line 37, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_container {
    width: 95%;
    margin: 40px auto;
  }
  /* line 42, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_youtube_iframe {
    height: 220px;
  }
  /* line 46, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_close_video {
    font-size: 22px;
    top: -28px;
  }
}

@media (min-width: 501px) and (max-width: 900px) {
  /* line 54, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_youtube_iframe {
    height: 300px;
  }
}

@media (min-width: 901px) and (max-width: 1400px) {
  /* line 61, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_youtube_iframe {
    height: 500px;
  }
}

@media (min-width: 1401px) {
  /* line 68, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_youtube_iframe {
    height: 600px;
  }
}

@media (min-width: 2000px) {
  /* line 75, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_container {
    max-width: 1300px;
  }
  /* line 79, app/assets/stylesheets/2nd_design/landing_page/our_clients_section/youtube_videos_embedded.scss */
  #home_page_video_testimonial_youtube_iframe {
    height: 700px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/popular_products_section/webshop_link.scss */
#home_page_popular_products_webshop_section {
  width: 100%;
  height: 70px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 10, app/assets/stylesheets/2nd_design/landing_page/popular_products_section/webshop_link.scss */
#home_page_popular_products_webshop_link {
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 100px;
  background: #ff7036;
  width: 208px;
  height: 53px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
#home_top_section_call_to_action_buttons_wrapper {
  width: 88%;
  height: 70px;
  margin-top: 30px;
}

/* line 6, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
#home_top_webshop_link {
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 100px;
  background: #ff7036;
  width: 208px;
  height: 53px;
  font-weight: 600;
  float: left;
  text-align: center;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 23, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
#home_top_create_account {
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  color: #ff7036;
  border-radius: 100px;
  background: white;
  width: 208px;
  height: 53px;
  font-weight: bold;
  border: 4px solid #ff7036;
  margin-left: 22px;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 2300px) {
  /* line 52, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    width: 230px;
    height: 65px;
    font-size: 22px;
  }
  /* line 58, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    width: 230px;
    height: 65px;
    font-size: 22px;
    margin-left: 15px;
  }
}

@media (max-width: 1800px) {
  /* line 76, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_section_call_to_action_buttons_wrapper {
    height: 60px;
    margin-top: 25px;
  }
}

@media (max-width: 1600px) {
  /* line 86, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_section_call_to_action_buttons_wrapper {
    margin-top: 22px;
  }
}

@media (max-width: 1500px) {
  /* line 92, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_section_call_to_action_buttons_wrapper {
    margin-top: 15px;
  }
  /* line 95, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    font-size: 18px;
    width: 180px;
    height: 50px;
  }
  /* line 100, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    font-size: 18px;
    width: 180px;
    height: 50px;
  }
}

@media (max-width: 1400px) {
  /* line 108, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    margin-left: 0px;
  }
}

@media (max-width: 1000px) {
  /* line 123, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* line 130, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 2%;
  }
}

@media (max-width: 900px) {
  /* line 141, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_section_call_to_action_buttons_wrapper {
    margin-top: 25px;
  }
  /* line 145, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    margin-left: 15px;
  }
}

@media (max-width: 700px) {
  /* line 155, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_section_call_to_action_buttons_wrapper {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 161, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    border: 3px solid white;
  }
  /* line 164, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    border: 3px solid #ff7036;
  }
}

@media (max-width: 500px) {
  /* line 170, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    width: 170px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 176, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    width: 170px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 400px) {
  /* line 185, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    width: 150px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 191, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    width: 150px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 350px) {
  /* line 200, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_webshop_link {
    width: 130px;
  }
  /* line 203, app/assets/stylesheets/2nd_design/landing_page/top_section/call_to_action_buttons.scss */
  #home_top_create_account {
    width: 130px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
#home_top_section_how_many_clients_wrapper {
  height: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 7, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
#home_top_section_how_many_clients {
  width: 529px;
  height: 58px;
  background: white;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

/* line 17, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
#home_top_section_how_many_clients_text {
  font-size: 30px;
  font-style: italic;
  text-align: center;
  color: #595858;
}

/* line 23, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
#home_top_section_how_many_clients_bolded_text {
  font-weight: bold;
}

@media (max-width: 1400px) {
  /* line 64, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_wrapper {
    height: 40px;
  }
  /* line 67, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients {
    height: 40px;
  }
  /* line 70, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_text {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 600px) {
  /* line 98, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients {
    width: 350px;
  }
  /* line 101, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_text {
    font-size: 20px;
    line-height: normal;
  }
  /* line 106, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_bolded_text {
    font-size: 20px;
    line-height: normal;
  }
  /* line 111, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
  }
}

@media (max-width: 400px) {
  /* line 124, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_text {
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }
  /* line 129, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_wrapper {
    height: 36px;
  }
  /* line 133, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients {
    height: 36px;
    width: 100%;
  }
  /* line 138, app/assets/stylesheets/2nd_design/landing_page/top_section/how_many_clients.scss */
  #home_top_section_how_many_clients_bolded_text {
    font-size: 16px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
#home_top_section_save_money_quiz_wrapper {
  width: 100%;
  height: 170px;
  margin-top: 25px;
}

/* line 6, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
#home_top_section_save_money_quiz_section {
  float: left;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  color: #ff7036;
  border-radius: 50px;
  background: white;
  width: 439px;
  height: 170px;
  font-weight: bold;
  border: 4px solid #ff7036;
  text-align: center;
  margin-left: 0px;
  padding: 25px;
}

/* line 22, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
#home_top_section_save_money_quiz_top_text {
  color: #595858;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
#home_top_section_save_money_quiz_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 211px;
  height: 43px;
  background-color: #595858;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 50px;
}

/* line 45, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
#home_top_section_save_money_quiz_button:hover {
  background-color: #6a3df0;
  color: #ffffff;
  text-decoration: none;
}

/* line 51, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
#home_top_section_save_money_quiz_button:visited {
  background-color: #595858;
  color: #ffffff;
}

@media (max-width: 1800px) {
  /* line 59, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_wrapper {
    margin-top: 32px;
  }
}

@media (max-width: 1600px) {
  /* line 68, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_wrapper {
    margin-top: 22px;
  }
}

@media (max-width: 1500px) {
  /* line 74, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_section {
    width: 382px;
  }
  /* line 77, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_top_text {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 81, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_wrapper {
    margin-top: 15px;
  }
}

@media (min-width: 2200px) {
  /* line 100, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_wrapper {
    margin-top: 65px;
    width: 485px;
  }
  /* line 104, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_section {
    width: 485px;
    height: 175px;
  }
  /* line 108, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_button {
    width: 240px;
    height: 46px;
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  /* line 131, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_section {
    width: 415px;
  }
}

@media (max-width: 700px) {
  /* line 143, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_wrapper {
    margin-top: 10px;
  }
  /* line 146, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_button {
    margin-top: 10px;
    font-size: 14px;
    width: 170px;
    height: 36px;
  }
  /* line 154, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_section {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 135px;
    width: 350px;
    border-radius: 30px;
  }
}

@media (max-width: 500px) {
  /* line 169, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_wrapper {
    margin-top: 20px;
  }
  /* line 173, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_button {
    margin-top: 15px;
  }
}

@media (max-width: 400px) {
  /* line 180, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_section {
    width: 280px;
  }
}

@media (max-width: 350px) {
  /* line 187, app/assets/stylesheets/2nd_design/landing_page/top_section/save_money_quiz_offer.scss */
  #home_top_section_save_money_quiz_section {
    width: 270px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 1, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_pages_search_widget_container {
  width: 587px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_pages_search_widget_container:hover {
  /*background: lightblue;*/
}

/* line 13, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_pages_search_widget_title {
  font-size: 20px;
  line-height: normal;
  color: #6f6f6f;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_pages_search_widget_field {
  position: relative;
  width: 100%;
}

/* line 24, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#tabbed_pages_search_widget_field_search {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #6b6b6b;
  pointer-events: none;
}

/* line 34, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_pages_search_widget_clear {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 50, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_pages_search_widget_clear:hover {
  color: #1a1a1a;
}

/* line 53, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#tabbed_pages_search_widget_clear_x {
  width: 16px;
  height: 16px;
  display: none;
}

/* line 58, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#tabbed_pages_search_widget_field_input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 48px;
  font-size: 15px;
  color: #868686;
  background: #ffffff;
  border: 1.5px solid #703AF4;
  border-radius: 999px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 76, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#tabbed_pages_search_widget_field_input::placeholder {
  color: #9a9a9a;
}

/* line 79, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#tabbed_pages_search_widget_field_input:focus {
  border-color: #4a38ff;
  box-shadow: 0 0 0 3px rgba(107, 92, 255, 0.15);
}

/* line 84, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_embedded_search_loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 12px;
}

/* line 92, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_embedded_search_spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e0e0e0;
  border-top-color: #333;
  border-radius: 50%;
  animation: tabbed_embedded_search_spin 0.8s linear infinite;
}

/* line 100, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
.tabbed_embedded_search_loader p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

@keyframes tabbed_embedded_search_spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 109, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#embedded_search_no_results_message {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  text-align: center;
  color: #ff7036;
  width: 100%;
  margin-top: -30px;
}

/* line 121, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
#embedded_search_page_display_how_many_products_were_found {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  color: #707070;
  margin-bottom: 25px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 2000px) {
  /* line 137, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #embedded_search_page_display_how_many_products_were_found {
    width: 1410px;
  }
}

@media (min-width: 2400px) {
  /* line 153, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_title {
    font-size: 22px;
  }
  /* line 157, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #tabbed_pages_search_widget_field_input {
    font-size: 16px;
  }
}

@media (min-width: 2500px) {
  /* line 164, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #embedded_search_page_display_how_many_products_were_found {
    width: 1700px;
  }
}

@media (max-width: 1300px) {
  /* line 192, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #embedded_search_page_display_how_many_products_were_found {
    width: 830px;
  }
}

@media (max-width: 1200px) {
  /* line 199, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_container {
    margin-top: -10px;
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  /* line 213, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #embedded_search_page_display_how_many_products_were_found {
    width: 540px;
  }
  /* line 218, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_container {
    width: 540px;
    margin-top: 5px;
    margin-bottom: 45px;
  }
}

@media (max-width: 700px) {
  /* line 230, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_title {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  /* line 237, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 242, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_container {
    margin-top: 10px;
    margin-bottom: 32px;
    width: 100%;
  }
  /* line 248, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #tabbed_pages_search_widget_field_input {
    height: 50px;
  }
}

@media (max-width: 500px) {
  /* line 254, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_container {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 400px) {
  /* line 262, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #tabbed_pages_search_widget_field_search {
    left: 11px;
  }
  /* line 266, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_container {
    margin-bottom: 27px;
  }
  /* line 269, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  #tabbed_pages_search_widget_field_input {
    padding-left: 35px;
    height: 45px;
  }
  /* line 274, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_field svg {
    left: 10px;
    width: 16px;
    height: 16px;
  }
  /* line 280, app/assets/stylesheets/2nd_design/tabbed_pages/embedded_search/search_widget.scss */
  .tabbed_pages_search_widget_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
/* line 1, app/assets/stylesheets/app.scss */
#page_box {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

/* Cards */
/* line 38, 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 50, app/assets/stylesheets/app.scss */
.focus_input {
  border: 1px solid red !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 114, 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 122, 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 131, app/assets/stylesheets/app.scss */
.general_left_arrow_image {
  height: 22px;
  width: 13.85px;
  margin-top: 211px;
  margin-right: 20px;
  float: left;
}

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

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

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

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

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

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

@media (min-width: 2000px) {
  /* line 163, app/assets/stylesheets/app.scss */
  #header_profile_picture {
    width: 70px;
    height: 70px;
    margin-top: -22px;
  }
}
/* line 1, app/assets/stylesheets/blog/contact_us_section.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 12, app/assets/stylesheets/blog/contact_us_section.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 22, app/assets/stylesheets/blog/contact_us_section.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;
}

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

@media (max-width: 1600px) {
  /* line 39, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_title {
    margin-top: 20px;
    line-height: normal;
  }
  /* line 43, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_01 {
    line-height: 1.4;
    margin-top: 15px;
  }
  /* line 47, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_02 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  /* line 54, app/assets/stylesheets/blog/contact_us_section.scss */
  #blog_contact_us_title_section {
    margin-bottom: -20px;
  }
  /* line 58, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_title {
    font-size: 40px;
    margin-top: 0px;
    height: 40px;
  }
  /* line 63, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 25px;
  }
  /* line 66, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  /* line 72, app/assets/stylesheets/blog/contact_us_section.scss */
  #blog_contact_us_title_section {
    margin-bottom: -15px;
  }
  /* line 75, app/assets/stylesheets/blog/contact_us_section.scss */
  #blog_contact_us_form_content {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 500px) {
  /* line 82, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 18px;
  }
  /* line 85, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 18px;
  }
  /* line 88, app/assets/stylesheets/blog/contact_us_section.scss */
  #blog_contact_us_title_section {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  /* line 94, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_title {
    font-size: 28px;
    height: 28px;
  }
  /* line 98, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 16px;
  }
  /* line 101, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  /* line 107, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_title {
    font-size: 24px;
    height: 24px;
  }
  /* line 111, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_01 {
    font-size: 14px;
  }
  /* line 114, app/assets/stylesheets/blog/contact_us_section.scss */
  .blog_contact_us_section_subtitle_02 {
    font-size: 14px;
  }
  /* line 118, app/assets/stylesheets/blog/contact_us_section.scss */
  #blog_contact_us_form_content > #contact_us_pre_fields_message {
    padding-right: 0px;
  }
}
/* line 1, app/assets/stylesheets/blog/general.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 15, app/assets/stylesheets/blog/general.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: 15px;
  overflow: hidden;
  /* Hide overflowing content */
  white-space: nowrap;
  /* Prevent text wrapping */
  text-overflow: ellipsis;
  /* Display an ellipsis (...) to indicate text overflow */
}

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

/* line 37, app/assets/stylesheets/blog/general.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 53, app/assets/stylesheets/blog/general.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 63, app/assets/stylesheets/blog/general.scss */
#blog_card_section {
  width: 78%;
  margin-left: 11%;
  margin-top: -40px;
  position: relative;
  z-index: 4;
}

/* line 70, app/assets/stylesheets/blog/general.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 83, app/assets/stylesheets/blog/general.scss */
.blog_card:nth-of-type(3n) {
  margin-right: 0%;
}

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

/* line 93, app/assets/stylesheets/blog/general.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 105, app/assets/stylesheets/blog/general.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 117, app/assets/stylesheets/blog/general.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 137, app/assets/stylesheets/blog/general.scss */
.blog_card_read_more_link:visited {
  text-decoration: none;
}

/* line 141, app/assets/stylesheets/blog/general.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 152, app/assets/stylesheets/blog/general.scss */
.blog_second_header_divider_550 {
  width: 100%;
  height: 330px;
}

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

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

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

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

@media (max-width: 1899.98px) {
  /* line 189, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    margin-top: 20px;
  }
  /* line 192, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    margin-top: 25px;
  }
  /* line 195, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 450px;
  }
  /* line 200, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    width: 83.5%;
    margin-left: 8.25%;
    margin-top: -180px;
  }
}

@media (max-width: 1800px) {
  /* line 208, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    margin-top: 20px;
  }
  /* line 211, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 510px;
  }
  /* line 216, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: -220px;
  }
}

@media (max-width: 1700px) {
  /* line 222, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    margin-top: 30px;
  }
  /* line 225, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 440px;
  }
  /* line 230, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    width: 90%;
    margin-left: 5%;
    margin-top: -155px;
  }
}

@media (max-width: 1600px) {
  /* line 238, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: -160px;
  }
}

@media (max-width: 1500px) {
  /* line 244, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 30%;
  }
  /* line 247, app/assets/stylesheets/blog/general.scss */
  .blog_card:nth-of-type(3n) {
    margin-right: 8%;
  }
  /* line 250, app/assets/stylesheets/blog/general.scss */
  .blog_card:nth-of-type(2n) {
    margin-right: 0%;
  }
}

@media (max-width: 1400px) {
  /* line 256, app/assets/stylesheets/blog/general.scss */
  .blog_card_title {
    font-size: 23px;
  }
  /* line 259, app/assets/stylesheets/blog/general.scss */
  .blog_card_subtitle {
    font-size: 21px;
  }
  /* line 263, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 32%;
  }
}

@media (max-width: 1300px) {
  /* line 269, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    margin-top: 20px;
  }
  /* line 272, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 400px;
  }
  /* line 277, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 33%;
  }
  /* line 280, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: -135px;
  }
}

@media (max-width: 1200px) {
  /* line 286, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    margin-top: 105px;
  }
  /* line 289, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 350px;
  }
  /* line 293, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    margin-bottom: 80px;
    width: 35%;
  }
  /* line 297, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    margin-top: 25px;
  }
  /* line 300, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: -0px;
  }
}

@media (max-width: 1100px) {
  /* line 306, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    margin-top: 100px;
  }
  /* line 309, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: -10px;
  }
  /* line 312, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 40%;
  }
}

@media (max-width: 1000px) {
  /* line 318, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    font-size: 80px;
    line-height: 80px;
    height: 170px;
  }
  /* line 323, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    width: 190px;
    margin-right: 15px;
  }
  /* line 327, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  /* line 334, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 300px;
  }
  /* line 339, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  /* line 345, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    width: 170px;
    margin-right: 10px;
  }
  /* line 349, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 720px;
    margin-top: 20px;
  }
  /* line 353, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 270px;
  }
  /* line 358, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  /* line 364, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    width: 150px;
    margin-right: 10px;
    height: 40px;
    font-size: 18px;
    padding-top: 6px;
  }
  /* line 371, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category_active {
    padding-top: 8px;
  }
  /* line 374, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 640px;
    margin-top: 10px;
  }
  /* line 379, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    font-size: 60px;
    height: 150px;
    margin-top: 90px;
  }
  /* line 384, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 250px;
  }
  /* line 389, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 45%;
  }
  /* line 392, app/assets/stylesheets/blog/general.scss */
  .blog_card_title {
    font-size: 21px;
  }
  /* line 395, app/assets/stylesheets/blog/general.scss */
  .blog_card_subtitle {
    font-size: 19px;
  }
  /* line 399, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  /* line 405, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    padding-top: 10px;
    margin-top: 70px;
  }
  /* line 410, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    width: 120px;
    margin-right: 10px;
  }
  /* line 414, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 520px;
    margin-top: 5px;
  }
  /* line 418, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: -10px;
  }
  /* line 421, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    margin-right: 5%;
  }
  /* line 425, app/assets/stylesheets/blog/general.scss */
  .blog_card:nth-of-type(3n) {
    margin-right: 5%;
  }
}

@media (max-width: 600px) {
  /* line 431, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 80%;
  }
  /* line 435, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    border: 2px solid #ff7036;
    padding-top: 7px;
    font-size: 16px;
    margin-right: 5px;
  }
  /* line 441, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category_active {
    padding-top: 6px;
    font-size: 16px;
    margin-right: 5px;
  }
  /* line 446, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 500px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  /* line 453, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    font-size: 50px;
    height: 150px;
    margin-left: 5%;
    text-align: left;
    width: 95%;
  }
  /* line 460, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 220px;
  }
  /* line 465, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 95%;
    margin-right: 0px;
  }
  /* line 469, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  /* line 475, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 70px;
  }
  /* line 480, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 180px;
  }
  /* line 484, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    font-size: 16px;
    width: 100px;
  }
  /* line 488, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 420px;
    margin-top: 10px;
  }
  /* line 493, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 98%;
    margin-right: 0px;
  }
  /* line 498, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  /* line 504, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    font-size: 12px;
    width: 80px;
    margin-right: 3px;
  }
  /* line 509, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 332px;
    margin-top: 10px;
  }
  /* line 514, app/assets/stylesheets/blog/general.scss */
  #divider_550_blog_blog,
#divider_550_blog_show_blog_category {
    height: 160px;
  }
  /* line 518, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 98%;
    margin-right: 0px;
  }
  /* line 522, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    padding-top: 0px;
    height: 160px;
    margin-top: 75px;
  }
  /* line 527, app/assets/stylesheets/blog/general.scss */
  #blog_card_section {
    margin-top: 25px;
  }
}

@media (max-width: 350px) {
  /* line 534, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_title {
    font-size: 30px;
  }
  /* line 538, app/assets/stylesheets/blog/general.scss */
  .blog_second_header_show_blog_category {
    font-size: 11px;
    width: 66px;
    margin-right: 2px;
    border: 1px solid #ff7036;
  }
  /* line 544, app/assets/stylesheets/blog/general.scss */
  #blog_second_header_category_links_section {
    width: 280px;
  }
  /* line 548, app/assets/stylesheets/blog/general.scss */
  .blog_card {
    width: 98%;
    margin-right: 0px;
  }
}
/* line 2, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_back_to_blog_section {
  width: 70%;
  height: 30px;
  margin-left: 16%;
  margin-top: 73px;
}

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

/* line 13, app/assets/stylesheets/blog/show_article.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 22, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_blog_link:hover {
  color: #9f69ff;
}

/* line 25, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_blog_link:visited {
  color: #9f69ff;
}

/* line 29, app/assets/stylesheets/blog/show_article.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 42, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_image {
  width: 100%;
  height: 520px;
  border-radius: 20px;
}

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

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

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

/* line 66, app/assets/stylesheets/blog/show_article.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 77, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_blog_link_bottom:hover {
  color: #9f69ff;
}

/* line 80, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_blog_link_bottom:visited {
  color: #9f69ff;
}

/* line 84, app/assets/stylesheets/blog/show_article.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 95, app/assets/stylesheets/blog/show_article.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 107, app/assets/stylesheets/blog/show_article.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 117, app/assets/stylesheets/blog/show_article.scss */
#show_blog_article_blog_body > h4 {
  margin-bottom: 25px;
  margin-top: 18px;
}

/* line 121, app/assets/stylesheets/blog/show_article.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 (min-width: 2200px) {
  /* line 135, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media (max-width: 1899.98px) {
  /* line 141, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    width: 83.5%;
    margin-left: 8.25%;
    margin-top: -40px;
  }
}

@media (max-width: 1800px) {
  /* line 149, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media (max-width: 1700px) {
  /* line 155, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    width: 90%;
    margin-left: 5%;
    margin-top: -20px;
  }
  /* line 161, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_content {
    width: 75%;
    margin-left: 12.5%;
  }
  /* line 165, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_back_to_blog_section {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (max-width: 1600px) {
  /* line 172, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_title {
    font-size: 60px;
    margin-top: 50px;
  }
  /* line 176, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_date {
    margin-top: 50px;
  }
  /* line 179, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media (max-width: 1500px) {
  /* line 185, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body {
    font-size: 22px;
    line-height: 35px;
  }
  /* line 189, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 194, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_link_bottom {
    margin-top: 80px;
  }
}

@media (max-width: 1300px) {
  /* line 200, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_content {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 204, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_back_to_blog_section {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 209, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -40px;
  }
}

@media (max-width: 1200px) {
  /* line 215, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_text {
    width: 85%;
  }
  /* line 218, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -50px;
  }
}

@media (max-width: 1100px) {
  /* line 224, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_related_articles_title {
    height: 50px;
    font-size: 50px;
    margin-top: 45px !important;
  }
  /* line 229, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -30px;
  }
}

@media (max-width: 1000px) {
  /* line 235, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_back_to_blog_section {
    width: 95%;
    margin-left: 5%;
    margin-top: 30px;
  }
  /* line 240, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_content {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
  }
  /* line 245, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_title {
    font-size: 50px;
    margin-top: 30px;
  }
  /* line 249, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_date {
    font-size: 22px;
    margin-top: 30px;
  }
  /* line 253, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > p {
    font-size: 20px;
  }
  /* line 256, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 262, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  /* line 268, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_related_articles_title {
    height: 40px;
    font-size: 40px;
    margin-bottom: 40px;
  }
  /* line 274, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  /* line 280, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 10px;
  }
  /* line 284, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_related_articles_title {
    height: 35px;
    font-size: 35px;
    margin-bottom: 60px;
  }
}

@media (max-width: 700px) {
  /* line 292, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: -10px;
  }
}

@media (max-width: 600px) {
  /* line 298, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_image {
    height: 400px;
  }
  /* line 301, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_date {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 305, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_text {
    width: 90%;
  }
  /* line 308, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_title {
    font-size: 43px;
  }
  /* line 311, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 26px;
    line-height: 36px;
  }
  /* line 315, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_link_bottom {
    margin-top: 45px;
  }
  /* line 319, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  /* line 325, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_image {
    height: 350px;
  }
  /* line 329, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 10px;
  }
  /* line 332, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_related_articles_title {
    height: 25px;
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  /* line 339, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_title {
    font-size: 39px;
  }
  /* line 342, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > h4 {
    word-wrap: break-word;
  }
  /* line 346, app/assets/stylesheets/blog/show_article.scss */
  #blog_card_section_from_show_blog_article_page {
    margin-top: 25px;
  }
}

@media (max-width: 350px) {
  /* line 352, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_image {
    height: 300px;
  }
  /* line 355, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_title {
    font-size: 30px;
    margin-top: 15px;
    min-height: 50px;
  }
  /* line 360, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > p {
    font-size: 17px;
    line-height: 30px;
  }
  /* line 364, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_body > h4 {
    font-size: 23px;
    line-height: 33px;
  }
  /* line 368, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_blog_link_bottom {
    margin-top: 30px;
  }
}

@media (max-width: 300px) {
  /* line 374, app/assets/stylesheets/blog/show_article.scss */
  #show_blog_article_image {
    height: 250px;
  }
}
/* line 1, app/assets/stylesheets/blog/show_blog_category.scss */
.divider_100_show_blog_category {
  width: 100%;
  height: 100px;
}
/* line 1, app/assets/stylesheets/blog/testimonials.scss */
#blog_testimonials_section {
  width: 100%;
  height: 300px;
}

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

/* line 10, app/assets/stylesheets/blog/testimonials.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 21, app/assets/stylesheets/blog/testimonials.scss */
.five_star_blog_testimonial_rating {
  margin-top: 38px;
  margin-right: 39px;
  float: right;
}

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

/* line 32, app/assets/stylesheets/blog/testimonials.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 46, app/assets/stylesheets/blog/testimonials.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 60, app/assets/stylesheets/blog/testimonials.scss */
#blog_testimonials_left_arrow_section {
  width: 8.25%;
  height: 300px;
  float: left;
  text-align: right;
}

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

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

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

@media (max-width: 1700px) {
  /* line 86, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_section_just_the_cards {
    width: 90%;
  }
  /* line 90, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    width: 5%;
  }
  /* line 94, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    width: 5%;
  }
}

@media (max-width: 1600px) {
  /* line 100, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

@media (max-width: 1400px) {
  /* line 108, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    width: 2.5%;
    margin-right: 1%;
  }
  /* line 113, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    margin-left: 1%;
    width: 2.5%;
  }
  /* line 118, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 1300px) {
  /* line 126, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonials_card_text {
    margin-left: 15px;
  }
}

@media (max-width: 1200px) {
  /* line 132, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
  }
  /* line 138, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    margin-right: 0px;
    width: 5%;
  }
  /* line 143, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    margin-left: 0px;
    width: 5%;
  }
}

@media (max-width: 1100px) {
  /* line 150, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 28%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media (max-width: 1000px) {
  /* line 158, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 43%;
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  /* line 164, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonials_card_text {
    width: 80%;
  }
  /* line 168, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonials_card_client_name {
    margin-bottom: 0px;
  }
  /* line 172, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_section_just_the_cards {
    width: 80%;
  }
  /* line 176, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    width: 10%;
  }
  /* line 180, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    width: 10%;
  }
}

@media (max-width: 800px) {
  /* line 186, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_section_just_the_cards {
    width: 85%;
  }
  /* line 190, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    width: 7.5%;
  }
  /* line 194, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    width: 7.5%;
  }
}

@media (max-width: 700px) {
  /* line 200, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  /* line 206, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    margin-left: 15%;
  }
  /* line 210, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_section_just_the_cards {
    width: 80%;
  }
  /* line 214, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    width: 10%;
    margin-left: 0px;
  }
  /* line 219, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    width: 10%;
    margin-right: 0px;
  }
}

@media (max-width: 400px) {
  /* line 226, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  /* line 232, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_section_just_the_cards {
    width: 80%;
  }
  /* line 236, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_left_arrow_section {
    width: 10%;
    margin-left: 0px;
  }
  /* line 241, app/assets/stylesheets/blog/testimonials.scss */
  #blog_testimonials_right_arrow_section {
    width: 10%;
    margin-right: 0px;
  }
  /* line 246, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonials_card_client_name {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  /* line 252, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonials_card_text {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  /* line 258, app/assets/stylesheets/blog/testimonials.scss */
  .blog_testimonial_card {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 264, app/assets/stylesheets/blog/testimonials.scss */
  .five_star_blog_testimonial_rating {
    margin-right: 15px;
  }
}
/* 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 10, 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 20, 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 32, app/assets/stylesheets/card.scss */
.card_completed_footer_completed_card_message {
  color: #9f69ff;
  text-decoration: none;
}

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

/* line 40, 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 13, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_section_card {
  width: 209px;
}

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

/* line 36, 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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

/* line 51, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_adjust_quantity > span {
  color: #ff7036;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 59, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_add_to_basket_minus,
.card_bottom_buttons_add_to_basket_plus {
  width: 24px;
  cursor: pointer;
  user-select: none;
}

/* line 66, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_add_to_basket_quantity {
  flex: 1;
  text-align: center;
  pointer-events: none;
}

/* line 73, 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;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

/* line 94, app/assets/stylesheets/card_bottom_buttons.scss */
.card_bottom_buttons_added_to_basket_success_message {
  color: #703af4;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 100px;
  height: 36px;
  flex-shrink: 0;
  float: right;
}
/* line 1, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
#bank_transfer_sent_email_successfully_page_section {
  padding-left: 8%;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 8%;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 60px;
}

/* line 12, 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 17, 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 22, 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 29, 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 37, 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: 40px;
  height: 65px;
  text-decoration: none;
  width: 311px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 58, 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: 40px;
  margin-left: 20px;
  text-decoration: none;
  width: 311px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (max-width: 1800px) {
  /* line 109, 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 113, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    margin-top: 10px;
  }
  /* line 116, 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 119, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    margin-top: 30px;
  }
}

@media (max-width: 1600px) {
  /* line 128, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  /* line 132, 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 136, 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;
    height: 50px;
  }
  /* line 141, 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;
    height: 50px;
  }
}

@media (max-width: 1300px) {
  /* line 155, 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 159, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    margin-top: 20px;
  }
  /* line 163, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    margin-top: 15px;
  }
  /* line 167, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section {
    width: 100%;
  }
  /* line 170, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_right_section {
    display: none;
  }
  /* line 173, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  /* line 180, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    margin-top: 0px;
    padding-top: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 1000px) {
  /* line 192, 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 196, 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 201, 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 204, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_download_invoice {
    margin-top: 20px;
  }
  /* line 207, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    width: 80%;
  }
}

@media (max-width: 700px) {
  /* line 220, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_left_section_text {
    width: 100%;
    line-height: 140%;
  }
}

@media (max-width: 600px) {
  /* line 228, 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;
  }
  /* line 234, 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;
  }
}

@media (max-width: 500px) {
  /* line 242, 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 246, 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 251, 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;
  }
  /* line 256, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    padding-right: 10px;
  }
}

@media (max-width: 400px) {
  /* line 263, 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 267, app/assets/stylesheets/checkout/bank_transfer_sent_email_successfully.scss */
  #bank_transfer_sent_email_successfully_page_section {
    padding-right: 0px;
    padding-top: 10px;
  }
}
/* line 3, app/assets/stylesheets/checkout/first_page.scss */
.remove_checkout_order_id {
  cursor: pointer;
}

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

/* line 14, app/assets/stylesheets/checkout/first_page.scss */
#checkout_page_title_section {
  color: #7946f5;
  font-size: 72px;
  line-height: 140%;
  width: 100%;
  float: left;
  margin-left: 0%;
  margin-top: 0px;
}

/* line 23, app/assets/stylesheets/checkout/first_page.scss */
#checkout_page_top_image {
  width: 100%;
}

/* line 27, app/assets/stylesheets/checkout/first_page.scss */
#checkout_page_empty_checkout_subtitle {
  font-size: 32px;
  line-height: 150%;
  color: #636363;
  margin-top: 25px;
}

/* line 33, app/assets/stylesheets/checkout/first_page.scss */
#checkout_page_empty_cart_webshop_link {
  color: white;
  font-size: 24px;
  background: #ff7c46;
  border-radius: 100px;
  width: 318px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 30px;
  height: 62px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

/* line 52, app/assets/stylesheets/checkout/first_page.scss */
#empthy_checkout_page_top {
  width: 100%;
  margin-left: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 58, app/assets/stylesheets/checkout/first_page.scss */
#empthy_checkout_page_title_section {
  color: #7946f5;
  font-size: 72px;
  line-height: 130%;
  width: 50%;
  float: left;
  margin-top: 40px;
}

/* line 66, app/assets/stylesheets/checkout/first_page.scss */
#empthy_checkout_page_image_section {
  width: 38%;
  float: left;
  background: white;
  margin-top: 10px;
}

/* line 72, app/assets/stylesheets/checkout/first_page.scss */
#empthy_checkout_page_top_image {
  height: 450px;
}

@media (max-width: 1800px) {
  /* line 99, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 60px;
    line-height: 75px;
  }
  /* line 103, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 30px;
  }
  /* line 107, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    font-size: 20px;
    height: 60px;
    width: 300px;
  }
}

@media (max-width: 1500px) {
  /* line 121, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    width: 50%;
  }
  /* line 124, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_image_section {
    width: 50%;
  }
  /* line 127, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_top_image {
    height: auto;
    width: 80%;
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 1400px) {
  /* line 136, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 26px;
    margin-top: 10px;
  }
}

@media (max-width: 1300px) {
  /* line 144, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_title_section {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  /* line 150, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_top {
    margin-top: 35px;
  }
  /* line 154, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_top {
    margin-top: 5px;
  }
  /* line 157, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 50px;
    line-height: 65px;
    margin-top: 20px;
  }
  /* line 162, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 25px;
  }
  /* line 168, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_title_section {
    font-size: 60px;
    line-height: 80px;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 6px;
  }
}

@media (max-width: 1100px) {
  /* line 178, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 45px;
    line-height: 55px;
    margin-top: 10px;
  }
  /* line 183, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 22px;
  }
  /* line 186, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_image_section {
    margin-top: 0px;
  }
  /* line 189, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_top_image {
    margin-top: 0px;
  }
}

@media (max-width: 1000px) {
  /* line 195, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_top_image {
    width: 95%;
  }
}

@media (max-width: 900px) {
  /* line 201, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 32px;
    margin-top: 0px;
  }
  /* line 205, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 19px;
  }
  /* line 208, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    font-size: 18px;
    height: 50px;
    width: 280px;
  }
}

@media (max-width: 800px) {
  /* line 220, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_title_section {
    margin-left: 0;
    font-size: 50px;
    line-height: 70px;
    margin-top: 0px;
  }
  /* line 226, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_top_image {
    display: none;
  }
  /* line 229, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    width: 100%;
  }
  /* line 232, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    margin-top: 15px;
    line-height: 140%;
  }
  /* line 236, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    margin-top: 20px;
  }
  /* line 239, app/assets/stylesheets/checkout/first_page.scss */
  #divider_100_checkout_checkout {
    height: 50px;
  }
}

@media (max-width: 600px) {
  /* line 249, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_title_section {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 500px) {
  /* line 256, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_top {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
  }
  /* line 262, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_title_section {
    width: 100%;
  }
  /* line 265, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 33px;
  }
  /* line 268, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_checkout_subtitle {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  /* line 274, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_title_section {
    font-size: 35px;
  }
}

@media (max-width: 350px) {
  /* line 280, app/assets/stylesheets/checkout/first_page.scss */
  #empthy_checkout_page_title_section {
    font-size: 27px;
  }
  /* line 283, app/assets/stylesheets/checkout/first_page.scss */
  #checkout_page_empty_cart_webshop_link {
    width: 240px;
  }
}
/* checkout_accept_order_payment */
/* line 2, app/assets/stylesheets/checkout/payment_page.scss */
#success_payment_page_container {
  min-height: 300px;
  padding-left: 6%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 6%;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
}

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

/* line 19, app/assets/stylesheets/checkout/payment_page.scss */
#success_payment_page_title {
  color: #7946f5;
  font-size: 72px;
  line-height: normal;
  text-align: left;
}

/* line 25, app/assets/stylesheets/checkout/payment_page.scss */
#success_payment_page_subtitle {
  color: #636363;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
  margin-top: 20px;
}

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

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

/* line 41, app/assets/stylesheets/checkout/payment_page.scss */
#success_payment_page_go_to_webshop_link {
  background: #ff7c46;
  border-radius: 100px;
  width: 300px;
  height: 57px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  font-size: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 64, 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 73, 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 84, app/assets/stylesheets/checkout/payment_page.scss */
#error_payment_page_container {
  min-height: 300px;
  padding-left: 5%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 5%;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
}

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

/* line 101, app/assets/stylesheets/checkout/payment_page.scss */
#error_payment_page_title {
  color: #7946f5;
  font-size: 72px;
  line-height: normal;
  text-align: left;
}

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

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

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

/* line 121, app/assets/stylesheets/checkout/payment_page.scss */
#error_payment_page_go_to_webshop_link {
  background: #ff7c46;
  border-radius: 100px;
  width: 300px;
  height: 57px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  font-size: 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 143, 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 152, 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 163, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_container {
  background: white;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

/* line 175, 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 188, 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 196, 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 205, 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 211, 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 220, 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 227, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 231, 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 240, 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 249, 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 258, 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 273, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_go_to_addresses_link:visited {
  text-decoration: none;
  color: white;
}

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

/* line 283, 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 290, 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 305, 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 319, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_delivery_address_title {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 326, 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 340, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_billing_address_title {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 346, 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 356, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_list_one_address_details:hover {
  cursor: pointer;
}

/* line 359, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_list_one_address_details_selected {
  border: 1px solid #9f69ff;
}

/* line 362, 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 375, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_select_address_link {
  color: #9f69ff;
  text-decoration: none;
  margin-top: 40px;
  margin-left: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}

/* line 386, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_select_address_link:hover {
  color: #9f69ff;
}

/* line 389, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_select_address_link:visited {
  color: #9f69ff;
}

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

/* line 398, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_estimated_delivery_date {
  color: #9f69ff;
}

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

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

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

/* line 421, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_select_address_top_link:hover {
  color: #9f69ff;
}

/* line 424, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_select_address_top_link:visited {
  color: #9f69ff;
}

/* line 428, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_addresses_and_others {
  width: 100%;
  min-height: 446px;
  margin-top: 35px;
}

/* line 433, 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 443, 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 453, 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 468, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_one_address_details:hover {
  cursor: pointer;
}

/* line 471, 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 478, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_one_address_text_content {
  flex-grow: 1;
  display: inline-block;
}

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

/* line 486, 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 495, 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 508, 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 516, 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 523, 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 530, 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 538, 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 545, 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 553, 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 560, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_to_be_paid_section {
  width: 100%;
  height: 68px;
  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;
  line-height: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 580, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_to_be_paid_orange_text {
  color: #ff7c46;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}

/* line 587, app/assets/stylesheets/checkout/payment_page.scss */
#reepay_container {
  width: 100%;
  height: 550px;
  margin-bottom: 10px;
}

/* line 593, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_switch_payment_methods_section {
  width: 100%;
  height: 80px;
}

/* line 597, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_pay_by_card_widget_inactive {
  float: left;
  cursor: pointer;
  width: auto;
  height: 60px;
  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-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 619, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_pay_by_card_widget_active {
  float: left;
  cursor: pointer;
  width: auto;
  height: 60px;
  border-radius: 100px;
  background: #ff7c46;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 641, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_pay_by_card_highlighted_word {
  text-decoration: underline;
}

/* line 645, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_pay_by_card_highlighted_word_inactive {
  font-weight: 600;
  text-decoration: underline;
}

/* line 650, 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 668, 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 685, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_pay_by_bank_transfer_highlighted_word {
  text-decoration: underline;
}

/* line 689, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_pay_by_bank_transfer_highlighted_word_inactive {
  font-weight: 600;
}

/* line 693, app/assets/stylesheets/checkout/payment_page.scss */
#checkout_payment_page_other_payment_methods_section {
  display: none;
  width: 100%;
  margin-top: 25px;
}

/* line 699, 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 707, 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 716, 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-weight: 600;
  line-height: normal;
  margin-top: 25px;
  height: 60px;
  width: auto;
  max-width: 335px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 735, 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 743, 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 758, app/assets/stylesheets/checkout/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_highlighted_word_inactive {
  height: 22px;
  line-height: 22px;
  font-weight: 600;
}

@media (min-width: 2000px) {
  /* line 766, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    width: 350px;
    font-size: 30px;
  }
  /* line 770, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_image_section {
    width: 35%;
    float: right;
  }
  /* line 775, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    width: 350px;
    font-size: 28px;
  }
  /* line 779, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_image_section {
    width: 35%;
    float: right;
  }
}

@media (min-width: 2200px) {
  /* line 789, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_addresses_and_others {
    margin-top: 0px;
  }
  /* line 793, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_container {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 2300px) {
  /* line 801, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_one_address_details {
    height: 90px;
  }
  /* line 804, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    margin-top: 40px;
  }
  /* line 807, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    margin-top: 26px;
  }
  /* line 810, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    margin-top: 26px;
  }
}

@media (max-width: 1800px) {
  /* line 825, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses {
    padding-left: 40px;
  }
  /* line 828, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-left: 40px;
  }
  /* line 832, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 26px;
  }
  /* line 835, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 26px;
  }
  /* line 839, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_title {
    font-size: 60px;
  }
  /* line 842, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title {
    font-size: 60px;
  }
}

@media (max-width: 1700px) {
  /* line 849, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 22px;
  }
  /* line 852, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 22px;
  }
  /* line 856, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 22px;
  }
  /* line 859, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 22px;
  }
  /* line 862, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 22px;
  }
  /* line 866, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1600px) {
  /* line 875, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  /* line 879, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    margin-top: 10px;
  }
  /* line 882, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_bank_transfer_section_title {
    font-size: 28px;
  }
  /* line 885, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    font-size: 20px;
  }
  /* line 888, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_send_faktura_button {
    height: 55px;
    font-size: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 1500px) {
  /* line 896, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_container {
    padding-top: 20px;
  }
}

@media (max-width: 1400px) {
  /* line 903, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 22px;
    margin-top: 35px;
  }
  /* line 907, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 22px;
  }
  /* line 911, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 22px;
  }
  /* line 914, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 22px;
  }
  /* line 917, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 22px;
  }
  /* line 921, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-right: 20px;
  }
  /* line 925, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_title {
    font-size: 50px;
  }
  /* line 928, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title {
    font-size: 50px;
  }
}

@media (max-width: 1300px) {
  /* line 935, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_select_address_top_link {
    margin-top: 5px;
  }
  /* line 939, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_addresses_and_others {
    min-height: 300px;
  }
  /* line 942, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    margin-top: 45px;
  }
}

@media (max-width: 1200px) {
  /* line 949, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_container {
    padding-top: 0px;
  }
  /* line 957, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    width: 90%;
  }
  /* line 960, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_one_address_details {
    height: auto;
  }
  /* line 964, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses_delivery_address_title {
    line-height: normal;
  }
  /* line 968, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses_billing_address_title {
    line-height: normal;
  }
}

@media (max-width: 1100px) {
  /* line 975, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_one_address_details {
    width: 90%;
  }
  /* line 978, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses {
    padding-left: 30px;
  }
  /* line 981, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-left: 30px;
  }
  /* line 984, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_subtitle {
    line-height: 130%;
  }
}

@media (max-width: 1000px) {
  /* line 991, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_select_address_top_link {
    margin-top: 10px;
  }
  /* line 999, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_title {
    font-size: 40px;
  }
  /* line 1002, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_title_section {
    padding-top: 50px;
  }
  /* line 1006, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_subtitle {
    font-size: 18px;
  }
  /* line 1009, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_image_section {
    margin-top: 20px;
  }
  /* line 1012, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    margin-top: 0px;
  }
  /* line 1016, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title {
    font-size: 45px;
  }
  /* line 1019, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_subtitle {
    font-size: 18px;
  }
  /* line 1022, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_image_section {
    margin-top: 20px;
  }
  /* line 1025, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    margin-top: 0px;
  }
  /* line 1029, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    margin-top: 18px;
  }
  /* line 1032, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses {
    height: 390px;
    padding-left: 25px;
  }
  /* line 1036, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    height: 390px;
    padding-left: 25px;
  }
  /* line 1041, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_addresses_and_others {
    margin-top: 20px;
  }
  /* line 1044, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_image_section {
    min-height: 250px;
  }
}

@media (max-width: 900px) {
  /* line 1050, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_container {
    padding-top: 20px;
  }
  /* line 1053, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 18px;
  }
  /* line 1056, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 18px;
  }
  /* line 1059, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 18px;
  }
  /* line 1063, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_price_without_vat_orange_text {
    font-size: 18px;
  }
  /* line 1066, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_transportation_cost_orange_text {
    font-size: 18px;
  }
  /* line 1069, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_taxes_orange_text {
    font-size: 18px;
  }
  /* line 1072, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_addresses_and_others {
    margin-top: 20px;
  }
  /* line 1076, app/assets/stylesheets/checkout/payment_page.scss */
  #reepay_container {
    width: 100%;
  }
  /* line 1080, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* line 1085, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    width: 95%;
    margin-left: 5%;
  }
  /* line 1089, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_pay_by_card_widget {
    height: 50px;
  }
  /* line 1092, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_pay_by_mastercard {
    height: 50px;
  }
  /* line 1096, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_send_faktura_button {
    height: 50px;
  }
  /* line 1101, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_image_section {
    min-height: 250px;
  }
}

@media (max-width: 800px) {
  /* line 1108, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_one_address_image_content {
    display: none;
  }
  /* line 1111, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses_delivery_address_title {
    font-size: 20px;
  }
  /* line 1114, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses_billing_address_title {
    font-size: 20px;
  }
  /* line 1118, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_title_section {
    width: 100%;
    padding-top: 0px;
  }
  /* line 1122, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_image_section {
    display: none;
  }
  /* line 1125, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_subtitle {
    width: 80%;
  }
  /* line 1128, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    margin-top: 15px;
  }
  /* line 1132, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title_section {
    padding-top: 0px;
  }
  /* line 1135, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_image_section {
    display: none;
  }
  /* line 1138, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title_section {
    width: 100%;
  }
  /* line 1141, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_subtitle {
    width: 80%;
  }
  /* line 1144, 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;
    height: 50px;
  }
  /* line 1152, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
  }
  /* line 1157, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_container {
    padding-top: 30px;
  }
}

@media (max-width: 700px) {
  /* line 1164, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses {
    width: 100%;
    height: 360px;
  }
  /* line 1168, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    margin-top: 40px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
    height: 330px;
  }
  /* line 1175, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    max-width: 400px;
    margin-top: 30px;
    height: 60px;
  }
  /* line 1181, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 0px;
    font-size: 18px;
    width: 250px;
    height: 50px;
  }
  /* line 1187, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 0px;
    font-size: 18px;
    width: 250px;
    height: 50px;
  }
  /* line 1193, 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 1201, 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 1210, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_other_payment_methods_section {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  /* line 1215, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    margin-top: 15px;
    height: 60px;
  }
  /* line 1219, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_pay_by_card_widget {
    float: left;
    margin-right: 200px;
  }
}

@media (max-width: 600px) {
  /* line 1226, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 1230, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    margin-top: 25px;
  }
  /* line 1234, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_container {
    padding-left: 0px;
    min-height: 250px;
  }
  /* line 1239, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_inactive {
    margin-left: 0px;
    font-size: 16px;
    width: 200px;
    height: 45px;
  }
  /* line 1245, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_pay_by_card_widget_active {
    margin-left: 0px;
    font-size: 16px;
    height: 45px;
  }
  /* line 1250, 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 1258, 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 1267, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_bank_transfer_section_title {
    font-size: 24px;
  }
  /* line 1270, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    font-size: 18px;
  }
  /* line 1273, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_send_faktura_button {
    margin-top: 0px;
    height: 40px;
    font-size: 16px;
    max-width: 300px;
  }
  /* line 1279, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_pay_by_card_widget {
    margin-right: 150px;
    width: auto;
  }
}

@media (max-width: 500px) {
  /* line 1287, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_title {
    font-size: 30px;
  }
  /* line 1290, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_subtitle {
    font-size: 16px;
  }
  /* line 1293, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    float: left;
    height: 48px;
  }
  /* line 1298, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title {
    font-size: 35px;
  }
  /* line 1301, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_subtitle {
    font-size: 16px;
  }
  /* line 1304, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    float: left;
  }
  /* line 1308, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_switch_payment_methods_section {
    height: 100px;
  }
  /* line 1312, 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 1318, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_pay_by_card_widget {
    margin-right: 50px;
  }
}

@media (max-width: 450px) {
  /* line 1324, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses {
    height: 400px;
  }
}

@media (max-width: 400px) {
  /* line 1330, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_go_to_webshop_link {
    width: 200px;
    font-size: 20px;
  }
  /* line 1335, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_go_to_webshop_link {
    width: 200px;
    font-size: 20px;
  }
  /* line 1340, app/assets/stylesheets/checkout/payment_page.scss */
  .checkout_payment_page_bank_transfer_section_text {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 350px) {
  /* line 1347, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_price_without_vat_gray_text {
    font-size: 15px;
  }
  /* line 1350, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_transportation_cost_gray_text {
    font-size: 15px;
  }
  /* line 1353, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_taxes_gray_text {
    font-size: 15px;
  }
  /* line 1357, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_section {
    font-size: 16px;
    height: 50px;
  }
  /* line 1361, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_to_be_paid_orange_text {
    font-size: 16px;
  }
  /* line 1365, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses {
    padding-left: 10px;
    height: 400px;
  }
  /* line 1369, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    padding-left: 10px;
  }
  /* line 1373, app/assets/stylesheets/checkout/payment_page.scss */
  #success_payment_page_container {
    padding-top: 15px;
  }
  /* line 1376, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_container {
    padding-top: 15px;
  }
  /* line 1380, app/assets/stylesheets/checkout/payment_page.scss */
  #error_payment_page_title {
    font-size: 28px;
  }
  /* line 1383, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_total_price_section {
    height: 300px;
  }
  /* line 1387, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_select_address_link {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 1393, app/assets/stylesheets/checkout/payment_page.scss */
  #checkout_payment_page_display_addresses_delivery_address_title {
    margin-top: 20px;
  }
}
/* line 19, 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 33, 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 42, app/assets/stylesheets/checkout/product_added.scss */
.checkout_page_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

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

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

/* line 54, 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 61, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_products_container {
  margin-left: 0%;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 60%;
  border-radius: 20px;
  background: #faf6ff;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
}

/* line 71, 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 80, 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-top: 22px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 30px;
}

/* line 91, 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: 26px;
  width: 100%;
}

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

/* line 107, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping_wrapper {
  width: 100%;
  height: 41px;
  text-align: center;
  margin-top: 40px;
  padding-left: 22px;
  padding-right: 22px;
}

/* line 115, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping {
  width: 81.7%;
  height: 100%;
  color: #703af4;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: 2px solid #703af4;
  padding: 10px;
  text-decoration: none;
  box-shadow: 0px 10px 15px rgba(120, 54, 254, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 135, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping:hover {
  text-decoration: none;
  color: #703af4;
}

/* line 139, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_total_price_without_taxes_keep_shopping:visited {
  text-decoration: none;
  color: #703af4;
}

/* line 144, 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 152, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_total_price_display {
  margin-top: 27px;
  width: 95%;
  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;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 174, 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: 17px;
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
}

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

/* line 196, 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 207, app/assets/stylesheets/checkout/product_added.scss */
.checkout_page_product_section_left_section {
  width: 32%;
  height: 142px;
  float: left;
  background: white;
  padding-left: 3%;
  padding-right: 3%;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
}

/* line 218, 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 227, app/assets/stylesheets/checkout/product_added.scss */
.checkout_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 232, 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 245, 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 254, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_go_to_addresses_link {
  width: 81.7%;
  height: 57px;
  margin-top: 35px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  background: #ff7c46;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* line 281, 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 288, 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 299, 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 307, app/assets/stylesheets/checkout/product_added.scss */
.checkout_page_product_added_clear_products_icon > img {
  margin-top: 10px;
  cursor: pointer;
}

/* line 312, 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 321, 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 329, app/assets/stylesheets/checkout/product_added.scss */
#checkout_page_back_to_webshop_section {
  width: 75%;
  height: 30px;
  margin-left: 0%;
  margin-top: 80px;
  font-size: 20px;
}

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

/* line 342, app/assets/stylesheets/checkout/product_added.scss */
.checkout_page_estimated_delivery_days_line {
  color: #636363;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  margin-top: -3px;
}

/* line 349, app/assets/stylesheets/checkout/product_added.scss */
.checkout_page_estimated_delivery_days_part_01 {
  font-weight: bold;
}

@media (min-width: 2000px) {
  /* line 354, 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 362, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    margin-top: 50px;
    height: 50px;
  }
  /* line 366, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    font-size: 20px;
    width: 81.6%;
  }
}

@media (min-width: 2300px) {
  /* line 376, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 21%;
  }
}

@media (min-width: 2500px) {
  /* line 385, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    margin-top: 70px;
  }
  /* line 389, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 19%;
  }
}

@media (max-width: 1899.98px) {
  /* line 398, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_display {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1700px) {
  /* line 409, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_added_product_title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  /* line 414, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    font-size: 18px;
    line-height: normal;
    height: 50px;
  }
  /* line 419, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_estimated_delivery_days_line {
    margin-top: 7px;
  }
  /* line 423, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 24%;
  }
  /* line 426, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes {
    min-height: auto;
    padding-bottom: 44px;
  }
}

@media (max-width: 1600px) {
  /* line 433, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    font-size: 17px;
    line-height: normal;
  }
  /* line 437, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    font-size: 18px;
    line-height: normal;
  }
  /* line 441, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_display {
    font-size: 26px;
    line-height: normal;
    height: 55px;
  }
  /* line 446, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 450, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1500px) {
  /* line 457, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 26%;
  }
  /* line 461, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_added_product_title {
    font-size: 20px;
    line-height: 20px;
    height: 40px;
  }
  /* line 466, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_container {
    width: 95%;
    margin-left: 2.5%;
  }
  /* line 470, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container_title {
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 15px;
  }
  /* line 475, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_section_right_section {
    width: 60%;
  }
  /* line 478, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_estimated_delivery_days_line {
    margin-top: 10px;
  }
}

@media (max-width: 1400px) {
  /* line 484, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 27%;
  }
}

@media (max-width: 1300px) {
  /* line 490, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container {
    width: 65%;
  }
  /* line 494, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_container {
    padding-top: 25px;
    width: 93%;
  }
  /* line 499, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 27%;
  }
}

@media (max-width: 1200px) {
  /* line 505, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container {
    width: 69%;
  }
  /* line 508, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    margin-left: 3%;
    width: 28%;
  }
  /* line 512, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    width: 90%;
  }
  /* line 515, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    width: 90%;
  }
}

@media (max-width: 1100px) {
  /* line 521, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_estimated_delivery_days_line {
    margin-top: 14px;
  }
  /* line 525, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_title {
    font-size: 22px;
  }
  /* line 529, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 533, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 537, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    font-size: 16px;
  }
  /* line 540, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_back_to_webshop_section {
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  /* line 546, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container {
    padding-top: 30px;
  }
  /* line 551, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_title {
    margin-top: 15px;
  }
  /* line 554, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 558, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    width: 100%;
  }
  /* line 561, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    width: 100%;
  }
  /* line 564, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_display {
    width: 100%;
  }
}

@media (max-width: 900px) {
  /* line 570, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container {
    width: 67%;
  }
  /* line 573, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 29%;
  }
  /* line 576, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_container {
    margin-left: 2.5%;
    width: 95%;
  }
  /* line 580, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_back_to_webshop_section {
    margin-top: 40px;
  }
}

@media (max-width: 800px) {
  /* line 586, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 591, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_back_to_webshop_section {
    display: none;
  }
  /* line 595, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_added_product_title {
    font-size: 18px;
    line-height: 18px;
    height: 36px;
  }
  /* line 600, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_section_text_line {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 604, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_section_price_per_item {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 608, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_added_quantity_management {
    margin-top: 10px;
  }
  /* line 612, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 50%;
    margin-left: 0px;
    min-height: 300px;
  }
  /* line 617, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_title {
    margin-top: 10px;
  }
  /* line 621, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 626, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_display {
    width: 80%;
  }
  /* line 630, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    width: 70%;
    max-width: none;
  }
  /* line 634, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    width: 70%;
  }
  /* line 638, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes {
    padding-bottom: 32px;
  }
}

@media (max-width: 700px) {
  /* line 644, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 60%;
  }
}

@media (max-width: 600px) {
  /* line 650, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_products_container_title {
    font-size: 25px;
  }
  /* line 653, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_container {
    padding-left: 20px;
  }
  /* line 657, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_estimated_delivery_days_line {
    margin-top: 18px;
  }
}

@media (max-width: 500px) {
  /* line 663, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 80%;
  }
}

@media (max-width: 400px) {
  /* line 669, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_container {
    padding-left: 10px;
    padding-right: 5px;
  }
  /* line 673, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_section_right_section {
    width: 58%;
  }
  /* line 677, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_section_left_section {
    width: 70%;
    height: 160px;
    margin-bottom: 20px;
  }
  /* line 682, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_container {
    height: 355px;
    padding-left: 20px;
  }
  /* line 686, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_section_right_section {
    margin-left: 0px;
    width: 100%;
  }
  /* line 690, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_estimated_delivery_days_line {
    margin-top: 3px;
    padding-right: 8px;
  }
  /* line 695, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 90%;
  }
  /* line 699, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_go_to_addresses_link {
    width: 80%;
  }
  /* line 702, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping {
    width: 80%;
  }
  /* line 705, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_keep_shopping_wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 350px) {
  /* line 711, app/assets/stylesheets/checkout/product_added.scss */
  #checkout_page_total_price_without_taxes_wrapper {
    width: 100%;
    margin-left: 0%;
  }
  /* line 715, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_product_added_quantity_management {
    margin-top: 0px;
  }
  /* line 718, app/assets/stylesheets/checkout/product_added.scss */
  .checkout_page_estimated_delivery_days_line {
    margin-top: 8px;
  }
}
/* Checkout - select address page*/
/* line 3, app/assets/stylesheets/checkout/select_address.scss */
#checkout_page_container {
  background: white;
  min-height: 400px;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 9, 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 23, 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 31, 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 39, 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 48, 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 55, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_address_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 59, 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 68, 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 77, 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 86, 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 96, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_address_page_go_to_addresses_section {
  height: 100px;
  width: 87.5%;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-top: 10px;
}

/* line 104, 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 121, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_page_go_to_addresses_link:visited {
  text-decoration: none;
  color: white;
}

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

/* line 131, 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 137, 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 146, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_address_ransportation_cost_items {
  width: 87.5%;
  height: 256px;
  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: 40px;
}

/* line 161, 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 168, 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 175, 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 184, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_delivery_address_section {
  width: 87.5%;
  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 196, 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 204, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_billing_address_section {
  width: 87.5%;
  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 216, 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 222, 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 232, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_address_list_one_address_details:hover {
  cursor: pointer;
}

/* line 235, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_address_list_one_address_details_selected {
  border: 1px solid #9f69ff;
}

/* line 239, 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 254, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_delivery_address_address_area {
  width: 85%;
  height: 100%;
  float: left;
  color: #595858;
}

/* line 260, 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 268, app/assets/stylesheets/checkout/select_address.scss */
.checkout_select_delivery_address_checkbox {
  height: 22px;
  width: 22px;
  margin-right: 20px;
  display: none;
}

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

/* line 280, 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 288, 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 296, 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 304, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_transportation_checkbox_area {
  width: 10%;
  height: 100%;
  float: right;
}

/* line 309, 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 316, 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 324, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_to_first_checkout_page_section {
  width: 100%;
  height: 30px;
  margin-top: 0px;
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 331, 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 337, 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 346, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_to_first_checkout_page_link:hover {
  color: #9f69ff;
}

/* line 349, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_to_first_checkout_page_link:visited {
  color: #9f69ff;
}

/* line 353, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_top_price_and_delivery_section {
  width: 87.5%;
  margin-top: 53px;
}

/* line 357, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_total_price_display_section {
  width: 45%;
  height: 113px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 370, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_estimation_delivery_date_section {
  width: 49.9%;
  height: 113px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: right;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 384, 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 392, 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 400, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_transportation_method_png {
  vertical-align: middle;
}

/* line 403, 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 417, 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 427, 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 437, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_back_to_basket_link:hover {
  color: #9f69ff;
}

/* line 440, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_back_to_basket_link:visited {
  color: #9f69ff;
}

/* line 444, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_invoice_customer_email_section {
  width: 87.5%;
  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 456, 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 462, 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 468, 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 474, 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 492, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_invoice_customer_email_section_input_field:hover {
  border: 1px solid black;
}

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

/* line 499, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_invoice_customer_email_section_update_email_section {
  display: flex;
}

/* line 502, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_invoice_customer_email_section_update_email_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #9f69ff;
  color: white;
  font-size: 16px;
  line-height: normal;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  margin-top: 20px;
  cursor: pointer;
}

/* line 520, 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 527, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_invoice_customer_email_section_checkbox_image {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}

/* line 532, 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 540, 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 547, 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;
}

/* line 555, app/assets/stylesheets/checkout/select_address.scss */
#checkout_select_address_message_about_delivery {
  font-size: 20px;
  line-height: 28px;
  color: #636363;
  margin-top: 40px;
  width: 87.5%;
  padding-left: 5px;
}

@media (min-width: 2100px) {
  /* line 568, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_message_about_delivery {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1500px) {
  /* line 601, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_display {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 605, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_without_taxes {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 609, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_order_price {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 613, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_total_price_display_section {
    height: 90px;
  }
  /* line 617, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_message {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 621, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_actual_date {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 625, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_date_section {
    height: 90px;
  }
  /* line 629, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_to_first_checkout_page_section {
    margin-bottom: 30px;
  }
  /* line 632, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_and_delivery_section {
    margin-top: 20px;
  }
  /* line 636, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-right: 50px;
  }
  /* line 639, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_text_area {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 95%;
  }
  /* line 645, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    padding-top: 16px;
    padding-bottom: 16px;
    height: 48px;
  }
  /* line 650, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox {
    width: 16px;
    height: 16px;
  }
  /* line 654, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    height: 16px;
    width: 5%;
  }
}

@media (max-width: 1400px) {
  /* line 661, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    padding-left: 15px;
  }
  /* line 664, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-right: 30px;
  }
}

@media (max-width: 1300px) {
  /* line 670, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_back_to_basket_link {
    margin-top: 55px;
  }
  /* line 674, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 35px;
  }
}

@media (max-width: 1200px) {
  /* line 681, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_page_container {
    padding-top: 0px;
  }
  /* line 685, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-left: 30px;
    margin-top: 37px;
    width: 100%;
    padding-top: 45px;
  }
  /* line 691, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_delivery_address_section {
    padding-left: 30px;
    padding-top: 40px;
    width: 100%;
  }
  /* line 696, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_billing_address_section {
    padding-left: 30px;
    padding-top: 40px;
    width: 100%;
  }
  /* line 701, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    padding-left: 30px;
    padding-top: 40px;
    width: 100%;
  }
  /* line 706, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_obs_explanation {
    padding-left: 30px;
  }
  /* line 709, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_and_delivery_section {
    width: 100%;
  }
  /* line 712, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_total_price_display_section {
    width: 45%;
  }
  /* line 716, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_date_section {
    width: 45%;
  }
  /* line 720, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_message_about_delivery {
    width: 100%;
    margin-top: 37px;
  }
  /* line 724, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_page_go_to_addresses_section {
    width: 100%;
    margin-top: 0px;
  }
  /* line 729, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_back_to_basket_link {
    margin-top: 40px;
  }
  /* line 733, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  /* line 744, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    height: 72px;
  }
  /* line 747, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_text_area {
    line-height: 20px;
    height: 40px;
    width: 90%;
  }
  /* line 752, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox {
    text-align: left;
    margin-top: 12px;
    margin-right: 15px;
  }
  /* line 757, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    width: 10%;
    height: 40px;
    vertical-align: middle;
  }
  /* line 762, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    padding-left: 25px;
  }
}

@media (max-width: 900px) {
  /* line 768, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_back_to_basket_link {
    margin-top: 45px;
  }
  /* line 771, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 25px;
  }
  /* line 774, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    border-radius: 20px;
  }
  /* line 777, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_total_price_display_section {
    width: 46%;
  }
}

@media (max-width: 800px) {
  /* line 784, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_display {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 788, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_without_taxes {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 792, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_order_price {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 796, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_total_price_display_section {
    height: 90px;
  }
  /* line 799, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_obs_explanation {
    line-height: 150%;
    height: 100px;
  }
  /* line 804, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 300px;
  }
}

@media (max-width: 700px) {
  /* line 810, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_page_container {
    padding-top: 10px;
  }
  /* line 813, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_obs_explanation {
    font-size: 16px;
    line-height: 24px;
    height: 80px;
    padding-left: 20px;
  }
  /* line 823, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    min-width: 230px;
    width: 230px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  /* line 832, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_top_price_display {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3em;
  }
  /* line 838, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_message {
    font-size: 14px;
  }
  /* line 841, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_actual_date {
    font-size: 14px;
  }
  /* line 844, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_to_first_checkout_page_section {
    font-size: 16px;
  }
  /* line 848, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_list_one_address_details {
    width: 400px;
  }
  /* line 851, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section_input_field {
    width: 400px;
  }
  /* line 854, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_obs_explanation {
    height: 110px;
  }
}

@media (max-width: 500px) {
  /* line 860, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_text_area {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 864, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    height: 70px;
    margin-top: 20px;
  }
  /* line 869, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    height: 40px;
  }
  /* line 872, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox {
    margin-top: 13px;
  }
  /* line 875, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_to_first_checkout_page_link {
    font-size: 14px;
  }
  /* line 878, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_to_first_checkout_page_image {
    font-size: 14px;
  }
  /* line 882, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_total_price_display_section {
    width: 100%;
  }
  /* line 885, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_estimation_delivery_date_section {
    width: 100%;
    margin-top: 30px;
  }
  /* line 889, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    margin-top: 25px;
    padding-top: 20px;
    height: 200px;
  }
  /* line 895, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_obs_explanation {
    height: 120px;
    font-size: 14px;
    margin-bottom: 40px;
  }
  /* line 900, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_delivery_address_section {
    min-height: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 905, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_billing_address_section {
    min-height: 320px;
  }
  /* line 909, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_back_to_basket_link {
    display: none;
  }
  /* line 912, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 916, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 922, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_list_one_address_details {
    width: 330px;
  }
  /* line 925, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section_input_field {
    width: 330px;
  }
  /* line 928, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_billing_address_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 932, 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 938, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_page_go_to_addresses_section {
    display: flex;
  }
  /* line 942, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section_update_email_section {
    flex-direction: column-reverse;
  }
  /* line 945, 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 949, 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 955, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section_checkbox_image {
    float: left;
    margin-left: 0px;
  }
  /* line 960, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    height: 230px;
  }
  /* line 963, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_message_about_delivery {
    font-size: 17px;
    line-height: 23px;
    margin-top: 25px;
  }
}

@media (max-width: 400px) {
  /* line 971, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_page_go_to_addresses_link {
    margin-top: 12px;
  }
  /* line 975, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section_input_field {
    width: 97%;
  }
  /* line 978, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_list_one_address_details {
    width: 97%;
  }
  /* line 981, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_create_address_button {
    width: 85%;
    font-size: 18px;
  }
  /* line 985, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_obs_explanation {
    height: 150px;
    font-size: 13px;
  }
  /* line 990, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_checkbox_area {
    display: none;
  }
  /* line 993, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_text_area {
    width: 100%;
  }
  /* line 997, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_delivery_address_checkbox_area {
    width: 5%;
  }
  /* line 1000, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_billing_address_checkbox_area {
    width: 5%;
  }
  /* line 1004, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 340px;
  }
}

@media (max-width: 350px) {
  /* line 1010, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_create_address_button {
    width: 90%;
    font-size: 16px;
  }
  /* line 1014, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_delivery_address_checkbox {
    margin-right: 10px;
  }
  /* line 1017, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_billing_address_checkbox {
    margin-right: 10px;
  }
  /* line 1021, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    height: 85px;
  }
  /* line 1025, app/assets/stylesheets/checkout/select_address.scss */
  .checkout_select_address_ransportation_cost_items {
    height: 240px;
  }
  /* line 1028, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_display_transportation_data {
    margin-top: 10px;
  }
  /* line 1031, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_transportation_section_subtitle {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  /* line 1037, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 355px;
  }
  /* line 1040, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_message_about_delivery {
    font-size: 16px;
    line-height: 20px;
    padding-left: 3px;
  }
}

@media (max-width: 300px) {
  /* line 1048, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_invoice_customer_email_section {
    height: 360px;
  }
  /* line 1051, app/assets/stylesheets/checkout/select_address.scss */
  #checkout_select_address_message_about_delivery {
    font-size: 14px;
    line-height: 18px;
    padding-left: 2px;
  }
}
/* line 3, app/assets/stylesheets/contact_us.scss */
#contact_us_form_section {
  overflow: hidden;
  background: white;
  z-index: 199;
  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;
  margin-left: auto;
  margin-right: auto;
}

/* line 18, 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 29, app/assets/stylesheets/contact_us.scss */
#contact_us_subtitle {
  font-weight: 500;
  font-size: 35px;
}

/* line 33, 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 47, 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 58, 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 68, app/assets/stylesheets/contact_us.scss */
.contact_us_success_message {
  font-weight: bold;
  color: green;
  text-align: left;
  width: 100%;
}

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

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

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

/* line 83, 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 90, 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 101, 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 119, 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 127, 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 134, 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 152, app/assets/stylesheets/contact_us.scss */
#contact_us_success_call_to_action_wrapper {
  text-decoration: none;
  color: #707070;
}

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

/* line 162, 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 171, app/assets/stylesheets/contact_us.scss */
#contact_us_images_section {
  margin-left: 30px;
}

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

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

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

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

/* line 194, 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 207, app/assets/stylesheets/contact_us.scss */
#contact_us_left_part {
  width: 66.666%;
  float: left;
}

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

/* line 216, 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 224, app/assets/stylesheets/contact_us.scss */
.contact_us_info_icon_wrapper {
  float: left;
  width: 20%;
  height: 100%;
}

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

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

@media (max-width: 1899.98px) {
  /* line 241, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 30px;
  }
}

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

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

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

@media (max-width: 1200px) {
  /* line 278, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    margin-top: 55px;
    padding-top: 10px;
  }
  /* line 282, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    margin-top: 35px;
  }
  /* line 285, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    padding-right: 0px;
    margin-right: 10px;
  }
  /* line 289, app/assets/stylesheets/contact_us.scss */
  .contact_us_info_icon_wrapper {
    width: 28px;
  }
  /* line 293, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    margin-top: 60px;
  }
  /* line 296, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    margin-top: 40px;
  }
}

@media (max-width: 1100px) {
  /* line 302, app/assets/stylesheets/contact_us.scss */
  #divider_100_contact_contact_us {
    display: none;
  }
  /* line 305, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  /* line 311, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    padding-right: 0px;
  }
  /* line 314, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-left: 10px;
    margin-top: 60px;
  }
  /* line 318, app/assets/stylesheets/contact_us.scss */
  #contact_us_tagline_above_images {
    margin-left: 20px;
  }
  /* line 321, app/assets/stylesheets/contact_us.scss */
  .contact_us_info_text {
    font-size: 15px;
  }
  /* line 324, app/assets/stylesheets/contact_us.scss */
  #contact_us_images_section {
    margin-left: 20px;
  }
  /* line 328, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 70%;
    padding-bottom: 20px;
    height: 350px;
  }
  /* line 333, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 30px;
  }
  /* line 336, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  /* line 342, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  /* line 349, app/assets/stylesheets/contact_us.scss */
  #contact_us_left_part {
    width: 60%;
  }
  /* line 352, app/assets/stylesheets/contact_us.scss */
  #contact_us_right_part {
    width: 40%;
  }
  /* line 356, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 30px;
  }
  /* line 359, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 25px;
  }
}

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

@media (max-width: 700px) {
  /* line 371, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 30px;
    line-height: 45px;
    font-size: 30px;
  }
  /* line 376, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 20px;
    line-height: 35px;
  }
  /* line 380, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    margin-top: 15px;
  }
  /* line 384, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    text-align: left;
  }
  /* line 387, app/assets/stylesheets/contact_us.scss */
  #contact_us_title > div {
    text-align: left;
  }
  /* line 390, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  /* line 396, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 25px;
    line-height: 40px;
    width: 80%;
    margin-left: 0;
    text-align: center;
  }
  /* line 403, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 25px;
    line-height: 33px;
  }
  /* line 407, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 22px;
    margin-top: 10px;
  }
  /* line 411, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-top: 30px;
  }
  /* line 414, app/assets/stylesheets/contact_us.scss */
  #contact_us_left_part {
    float: none;
    width: 90%;
  }
  /* line 418, app/assets/stylesheets/contact_us.scss */
  #contact_us_right_part {
    float: none;
    width: 100%;
  }
  /* line 423, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 90%;
    margin-top: 40px;
    height: 310px;
  }
  /* line 428, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 25px;
    margin-top: 30px;
  }
  /* line 432, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 16px;
    margin-top: 20px;
  }
  /* line 436, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media (max-width: 500px) {
  /* line 443, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    width: 95%;
    font-size: 25px;
    line-height: 30px;
  }
  /* line 448, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 20px;
    margin-top: 15px;
  }
  /* line 452, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 18px;
    margin-top: 0px;
  }
  /* line 456, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    margin-top: 20px;
  }
  /* line 460, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  /* line 466, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    border: 2px solid #707070;
  }
  /* line 470, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 23px;
  }
}

@media (max-width: 400px) {
  /* line 476, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 20px;
    line-height: 33px;
  }
  /* line 481, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    height: 300px;
  }
  /* line 484, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    margin-top: 25px;
  }
  /* line 487, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 14px;
    margin-top: 15px;
  }
  /* line 491, 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 (max-width: 350px) {
  /* line 500, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_message_section {
    height: 280px;
  }
  /* line 503, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  /* line 508, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_subtitle {
    font-size: 13px;
    margin-top: 10px;
  }
  /* line 512, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_call_to_action {
    margin-top: 15px;
  }
}

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

@media (min-width: 2000px) {
  /* line 527, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 39px;
  }
  /* line 530, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 36px;
  }
  /* line 533, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }
  /* line 539, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 22px;
  }
  /* line 542, app/assets/stylesheets/contact_us.scss */
  .contact_us_field {
    font-size: 17px;
  }
  /* line 545, app/assets/stylesheets/contact_us.scss */
  #contact_us_page_submit_button {
    font-size: 20px;
    padding-top: 10px;
  }
  /* line 549, app/assets/stylesheets/contact_us.scss */
  .contact_us_info_line {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 553, app/assets/stylesheets/contact_us.scss */
  #contact_us_tagline_above_images {
    font-size: 18px;
    line-height: 24px;
    margin-left: 40px;
  }
  /* line 558, app/assets/stylesheets/contact_us.scss */
  #contact_us_info_wrapper_01 {
    margin-right: 40px;
  }
  /* line 561, app/assets/stylesheets/contact_us.scss */
  #contact_us_images_section {
    margin-left: 40px;
  }
  /* contact us success page */
  /* line 566, app/assets/stylesheets/contact_us.scss */
  #contact_us_success_title {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 570, 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 577, 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 585, app/assets/stylesheets/contact_us.scss */
  .contact_us_error_message {
    margin-top: 5px;
    font-size: 16px;
  }
}

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

@media (min-width: 2300px) {
  /* line 601, app/assets/stylesheets/contact_us.scss */
  #contact_us_title {
    font-size: 43px;
  }
  /* line 604, app/assets/stylesheets/contact_us.scss */
  #contact_us_subtitle {
    font-size: 40px;
  }
  /* line 607, app/assets/stylesheets/contact_us.scss */
  #contact_us_form_section {
    padding: 40px;
    padding-right: 20px;
  }
  /* line 611, app/assets/stylesheets/contact_us.scss */
  #contact_us_pre_fields_message {
    font-size: 22px;
  }
  /* line 614, app/assets/stylesheets/contact_us.scss */
  .contact_us_field {
    font-size: 19px;
  }
  /* line 617, app/assets/stylesheets/contact_us.scss */
  #contact_us_page_submit_button {
    font-size: 22px;
    padding-top: 12px;
  }
  /* line 621, 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: 5%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 5%;
  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: 3.5%;
}

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

/* line 27, 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-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 50px;
  margin-bottom: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

@media (max-width: 1200px) {
  /* line 69, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    width: 71%;
  }
}

@media (max-width: 1100px) {
  /* line 75, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    min-height: 300px;
  }
}

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

@media (max-width: 500px) {
  /* line 88, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_display_text {
    font-size: 27px;
  }
}

@media (max-width: 400px) {
  /* line 95, app/assets/stylesheets/dashboard/no_orders_widget.scss */
  #dashboard_no_orders_widget_section {
    width: 100%;
  }
}
@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: 3.5%;
}

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

/* line 20, 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 24, 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 41, app/assets/stylesheets/dashboard/orders_data.scss */
.dashboard_orders_data_box_top_cell_bigger_text_displayed {
  font-size: 24px;
}

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

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

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

/* line 59, 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 65, 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 73, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_display_table_and_pie_chart {
  width: 100%;
}

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

/* line 82, 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 90, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_orders_data_divider_below_cells {
  width: 100%;
  height: 20px;
}

/* Base button */
/* line 95, 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 114, 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 122, app/assets/stylesheets/dashboard/orders_data.scss */
.btn-default {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

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

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

/* line 145, 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 155, app/assets/stylesheets/dashboard/orders_data.scss */
#dashboard_page_download_excel_button {
  height: 20px;
  /* spacing to the text */
  margin-right: 6px;
}

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

/* line 166, 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 172, 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 181, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_calendar_image {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  flex: 0 0 auto;
}

/* line 187, 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 197, app/assets/stylesheets/dashboard/orders_data.scss */
#daterange_dropdown_arrow {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  flex: 0 0 auto;
}

/* line 204, 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 (max-width: 1800px) {
  /* line 210, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    width: 75%;
  }
}

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

@media (max-width: 1550px) {
  /* line 226, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    padding-right: 2.5%;
  }
  /* line 229, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_label {
    font-size: 14px;
  }
  /* line 232, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_button {
    line-height: 20px;
  }
  /* line 235, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_page_download_excel_button {
    height: 18px;
  }
  /* line 238, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_page_download_order_items_button {
    font-size: 16px;
  }
  /* line 241, app/assets/stylesheets/dashboard/orders_data.scss */
  .data-range-container {
    height: 35px;
  }
  /* line 244, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_calendar_image {
    height: 20px;
    width: 20px;
  }
  /* line 248, app/assets/stylesheets/dashboard/orders_data.scss */
  #daterange_dropdown_arrow {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 1500px) {
  /* line 255, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 30%;
  }
  /* line 258, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 263, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_page_download_excel_button {
    margin-right: 3px;
    margin-top: 2px;
    margin-left: 11px;
  }
  /* line 268, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_download_excel_wrapper {
    width: 100%;
    margin-bottom: 5px;
  }
}

@media (max-width: 1400px) {
  /* line 275, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    width: 70%;
    margin-left: 25px;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (max-width: 1300px) {
  /* line 284, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 31%;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 289, 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 (max-width: 1100px) {
  /* line 296, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_left_bar_section_dashboard_orders_data {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  /* line 301, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box {
    width: 100%;
    margin-left: 0px;
  }
  /* line 305, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_no_orders_widget_section {
    margin-left: 0px;
    width: 100%;
  }
  /* line 309, app/assets/stylesheets/dashboard/orders_data.scss */
  .left_bar_active_item_wrap_dashboard_orders_data {
    float: left !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  /* line 315, app/assets/stylesheets/dashboard/orders_data.scss */
  .left_bar_passive_item_wrap_dashboard_orders_data {
    float: left !important;
    margin-right: 20px !important;
    width: auto !important;
  }
}

@media (max-width: 900px) {
  /* line 324, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 32.33%;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 329, app/assets/stylesheets/dashboard/orders_data.scss */
  #dashboard_orders_data_box_top_cell_total_sales_amount {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

@media (max-width: 700px) {
  /* line 336, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_left_bar_section_dashboard_orders_data {
    padding-left: 25px;
  }
  /* line 339, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    font-size: 14px;
  }
  /* line 342, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell_bigger_text_displayed {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  /* line 348, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    width: 90%;
    margin-left: 0%;
    margin-right: 10%;
  }
  /* line 353, 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 (max-width: 500px) {
  /* line 363, app/assets/stylesheets/dashboard/orders_data.scss */
  .dashboard_orders_data_box_top_cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 367, app/assets/stylesheets/dashboard/orders_data.scss */
  #my_profile_subpage_wrap_dashboard_orders_data {
    margin-top: 10px;
  }
}
/* 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 6, 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 12, 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 23, 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 33, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table {
  width: 100%;
  height: 418px;
}

/* line 38, 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 46, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
.dashboard_sales_by_category_table_td_data_text {
  color: #7946f5;
}

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

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

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

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

/* line 66, 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 71, 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 78, 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 88, 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 97, 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 104, 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 113, 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 118, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
#dashboard_sales_by_category_table_thead_divider {
  width: 100%;
  height: 25px;
}

/* line 122, 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 130, 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 136, 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 (max-width: 1400px) {
  /* line 144, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_sales_number_cell {
    width: 35%;
  }
}

@media (max-width: 1350px) {
  /* line 150, 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 155, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_pie_chart_section {
    padding-right: 10px;
  }
}

@media (max-width: 1250px) {
  /* line 161, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_table_section {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 165, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_display_pie_chart_section {
    width: 100%;
  }
  /* line 169, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_category_cell {
    width: 60%;
  }
  /* line 172, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_sales_number_cell {
    width: 25%;
  }
  /* line 176, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_category_cell {
    width: 60%;
  }
  /* line 179, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_sales_number_cell {
    width: 25%;
  }
}

@media (max-width: 600px) {
  /* line 185, 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 191, 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 199, 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 205, 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 212, 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 221, 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 231, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_category_cell:hover {
    cursor: pointer;
  }
  /* line 234, 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 244, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  .dashboard_sales_by_category_table_sales_number_cell:hover {
    cursor: pointer;
  }
  /* line 248, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_thead_divider {
    height: 10px;
  }
}

@media (max-width: 400px) {
  /* line 254, app/assets/stylesheets/dashboard/orders_data_sales_by_category.scss */
  #dashboard_sales_by_category_table_th_counter_cell {
    margin-right: 3%;
  }
  /* line 258, 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 7, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table_section {
  height: 350px;
}

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

/* line 15, 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 22, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_monthly_table tr {
  border: 1px solid #703af4;
}

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

/* line 32, 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 42, 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 51, 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 58, 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 67, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_thead {
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
}

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

/* line 76, 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 84, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_monthly_table_th_category_cell {
  width: 50%;
  float: left;
  height: 100%;
  color: #703af4;
}

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

/* line 97, 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 103, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_orders_data_table_best_bought_section {
  height: 350px;
}

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

/* line 110, 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 118, 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 123, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_no_data_results {
  color: #757575;
  font-size: 1.2em;
}

/* line 127, 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 136, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link {
  color: #7946f5;
  cursor: pointer;
  text-decoration: none;
}

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

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

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

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

/* line 159, 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 165, 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 176, 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 186, 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 194, 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 205, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_thead {
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
}

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

/* line 214, 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 223, app/assets/stylesheets/dashboard/orders_data_table.scss */
#dashboard_best_bought_table_th_category_cell {
  width: 65%;
  float: left;
  height: 100%;
  color: #703af4;
}

/* line 229, 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 237, 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 251, app/assets/stylesheets/dashboard/orders_data_table.scss */
.dashboard_orders_data_table_best_bought_product_link:hover {
  text-decoration: underline;
}

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

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

@media (max-width: 1250px) {
  /* line 272, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_orders_data_table_monthly_data_section_for_monthly_table {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 276, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_orders_data_table_monthly_data_section_for_best_bought_table {
    width: 100%;
  }
  /* line 280, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_category_cell {
    width: 60%;
  }
  /* line 283, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_sales_number_cell {
    width: 23%;
  }
  /* line 287, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_category_cell {
    width: 60%;
  }
  /* line 290, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_sales_number_cell {
    width: 23%;
  }
  /* line 294, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_best_bought_table_th_category_cell {
    width: 70%;
  }
  /* line 297, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_best_bought_table_th_sales_number_cell {
    width: 12%;
  }
  /* line 301, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_best_bought_table_product_cell {
    width: 70%;
  }
  /* line 304, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_best_bought_table_times_bought_cell {
    width: 12%;
  }
  /* line 308, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_best_bought_table_product_cell {
    padding-right: 10px;
  }
}

@media (max-width: 600px) {
  /* line 314, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_category_cell {
    width: 45%;
  }
  /* line 317, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_sales_number_cell {
    width: 37%;
  }
  /* line 321, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_category_cell {
    width: 45%;
  }
  /* line 324, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_sales_number_cell {
    width: 37%;
  }
}

@media (max-width: 400px) {
  /* line 330, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_counter_cell {
    margin-right: 2%;
  }
  /* line 333, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_category_cell {
    width: 45%;
  }
  /* line 336, app/assets/stylesheets/dashboard/orders_data_table.scss */
  #dashboard_monthly_table_th_sales_number_cell {
    width: 42%;
  }
  /* line 340, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_counter_cell {
    margin-right: 2%;
  }
  /* line 343, app/assets/stylesheets/dashboard/orders_data_table.scss */
  .dashboard_monthly_table_category_cell {
    width: 45%;
  }
  /* line 346, 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 11, 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 19, 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 28, 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 37, app/assets/stylesheets/default_orange_announcement.scss */
#left_announcement_exclamation_mark {
  margin-right: 6px;
  height: 20px;
  width: 20px;
}

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

/* line 47, 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 (max-width: 1400px) {
  /* line 87, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    width: 49.5%;
  }
  /* line 90, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_center_side {
    width: 1%;
  }
  /* line 93, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_right_side {
    width: 49.5%;
  }
}

@media (max-width: 1000px) {
  /* line 108, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    width: 49.25%;
  }
  /* line 111, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_center_side {
    width: 1.5%;
  }
  /* line 114, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_right_side {
    width: 49.25%;
  }
}

@media (max-width: 800px) {
  /* line 123, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_section {
    font-size: 15px;
    width: 100%;
  }
  /* line 127, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_center_side {
    display: none;
  }
  /* line 130, app/assets/stylesheets/default_orange_announcement.scss */
  #left_announcement_exclamation_mark {
    display: none;
  }
  /* line 133, app/assets/stylesheets/default_orange_announcement.scss */
  #right_announcement_exclamation_mark {
    display: none;
  }
  /* line 136, 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 143, 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 (max-width: 700px) {
  /* line 154, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_section {
    height: 50px;
  }
}

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

@media (max-width: 350px) {
  /* line 175, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_section {
    padding-top: 6px;
    height: 52px;
  }
  /* line 179, app/assets/stylesheets/default_orange_announcement.scss */
  #global_announcement_left_side {
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
  }
  /* line 184, 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/faq.scss */
#faq_section {
  background-color: #FFFFFF;
  margin-bottom: 0px;
}

/* line 5, app/assets/stylesheets/faq/faq.scss */
#tab_pages_tabs_section_pages_faq {
  margin-bottom: 35px;
}

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

/* line 16, app/assets/stylesheets/faq/faq.scss */
.faq_item_active {
  color: #9f69ff !important;
  background: white;
  min-height: 350px;
  padding-top: 17px;
}

/* line 22, app/assets/stylesheets/faq/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 31, app/assets/stylesheets/faq/faq.scss */
#faq_knowledge_items_section {
  width: 100%;
}

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

/* line 39, app/assets/stylesheets/faq/faq.scss */
.faq_item_text_default_theme {
  color: #868686;
  font-size: 20px;
  line-height: normal;
  text-align: left;
  padding-left: 5px;
  min-height: 97px;
  display: grid;
  align-items: center;
  justify-content: left;
}

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

/* line 59, app/assets/stylesheets/faq/faq.scss */
.faq_item_less_than_widget {
  font-size: 27px;
  color: #c4c4c4;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 76, app/assets/stylesheets/faq/faq.scss */
.faq_knowledge_item_title {
  font-weight: bold;
  line-height: 140%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 2300px) {
  /* line 156, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_faq_section {
    padding-bottom: 0px;
  }
}

@media (max-width: 1800px) {
  /* line 172, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    font-size: 65px;
    line-height: 80px;
  }
}

@media (max-width: 1600px) {
  /* line 183, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    font-size: 60px;
    line-height: 75px;
  }
}

@media (max-width: 1400px) {
  /* line 194, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_faq_section {
    padding-bottom: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 1300px) {
  /* line 201, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_faq_section {
    margin-top: 10px;
    padding-bottom: 30px;
    padding-bottom: 10px;
  }
  /* line 206, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 1200px) {
  /* line 213, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    margin-top: 10px;
  }
}

@media (max-width: 1100px) {
  /* line 219, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 900px) {
  /* line 229, app/assets/stylesheets/faq/faq.scss */
  .faq_item_text_default_theme {
    font-size: 18px;
  }
  /* line 232, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 800px) {
  /* line 245, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_tabs_section_pages_faq {
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  /* line 252, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_faq_section {
    margin-top: 0px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  /* line 259, app/assets/stylesheets/faq/faq.scss */
  .faq_item_less_than_widget {
    font-size: 25px;
  }
  /* line 262, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 400px) {
  /* line 272, app/assets/stylesheets/faq/faq.scss */
  .faq_item {
    padding-left: 10px;
  }
}

@media (max-width: 350px) {
  /* line 280, app/assets/stylesheets/faq/faq.scss */
  #tab_pages_top_title_faq {
    padding-right: 0px;
  }
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/footer.scss */
#footer_bottom_bar_wrapper {
  width: 100%;
  height: 250px;
  margin-top: 30px;
}

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

/* line 13, 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;
  color: #d9dbe1;
}

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

/* line 27, app/assets/stylesheets/footer.scss */
.footer_column_section {
  width: 25%;
  padding-left: 0px;
}

/* line 33, 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-bottom: 6px;
  height: 35px;
}

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

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

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

/* line 67, app/assets/stylesheets/footer.scss */
#footer_wrapper {
  background-color: #7946F5 !important;
  margin: 0px;
  margin-top: 200px;
  width: 100%;
  padding-left: 12.5%;
  padding-top: 90px;
  padding-right: 12.5%;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

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

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

/* line 87, app/assets/stylesheets/footer.scss */
#footer_column_section_pages {
  width: 24%;
  margin-left: 1%;
  float: left;
}

/* line 92, app/assets/stylesheets/footer.scss */
#footer_column_section_social_media {
  width: 20%;
  margin-left: 5%;
  float: left;
}

/* line 97, app/assets/stylesheets/footer.scss */
#footer_column_section_card_types {
  width: 19%;
  margin-left: 6%;
  float: left;
}

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

/* line 109, app/assets/stylesheets/footer.scss */
#footer_trustpilot_widget {
  float: left;
  padding-left: 25px;
  /* padding mai mare */
  padding-right: 25px;
  margin-top: 80px;
  width: 43%;
  margin-left: 30%;
  max-width: 305px;
}

/* line 121, app/assets/stylesheets/footer.scss */
#footer_trustpilot_widget a {
  display: flex;
  align-items: center;
  /* centrare verticală */
  justify-content: center;
  /* centrare orizontală */
  height: 100%;
  text-decoration: none;
  color: #636363;
  /* culoare implicită link */
  width: 305px;
  height: 53px;
  background: white;
  border-radius: 15px;
}

/* păstrează culoarea la hover / visited */
/* line 136, app/assets/stylesheets/footer.scss */
#footer_trustpilot_widget a:hover,
#footer_trustpilot_widget a:visited {
  color: #636363;
}

/* texte */
/* line 142, app/assets/stylesheets/footer.scss */
#footer_trustpilot_rating_message {
  font-weight: bold;
  /* daneza bold */
  margin: 0 6px;
}

/* line 147, app/assets/stylesheets/footer.scss */
#footer_trustpilot_label {
  font-weight: normal;
  /* Trustpilot NU bold */
  margin: 0 6px;
}

/* imagine */
/* line 153, app/assets/stylesheets/footer.scss */
#footer_trustpilot_rating_icon {
  height: 18px;
  width: 91px;
  margin: 0 6px;
}

@media (max-width: 1800px) {
  /* line 166, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 171, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 175, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 179, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 50px;
  }
  /* line 182, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    width: 30px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  /* line 187, app/assets/stylesheets/footer.scss */
  .footer_social_media_icon {
    height: 20px;
    width: 20px;
    margin-left: 2px;
  }
}

@media (max-width: 1700px) {
  /* line 195, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    margin-top: 150px;
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (max-width: 1500px) {
  /* line 206, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

@media (max-width: 1300px) {
  /* line 216, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 1200px) {
  /* line 223, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-top: 75px;
  }
  /* line 226, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 80px;
  }
}

@media (max-width: 1000px) {
  /* line 235, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0px;
    height: 30px;
  }
  /* line 241, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-top: 65px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  /* line 246, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 19px;
    line-height: 25px;
  }
  /* line 250, app/assets/stylesheets/footer.scss */
  .footer_social_media_icon {
    height: 19px;
    width: 19px;
  }
  /* line 254, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 75px;
  }
  /* line 257, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    width: 40px;
  }
  /* line 260, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    width: 28.3%;
  }
  /* line 263, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    width: 25%;
    margin-left: 3.3%;
  }
  /* line 267, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    width: 23%;
    margin-left: 5.3%;
  }
  /* line 271, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    width: 10.1%;
    margin-left: 5%;
  }
}

@media (max-width: 900px) {
  /* line 278, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-top: 50px;
  }
  /* line 281, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    width: 50%;
    margin-left: 0px;
  }
  /* line 285, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    width: 50%;
    margin-left: 0px;
  }
  /* line 289, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    width: 50%;
    margin-left: 0px;
  }
  /* line 293, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    width: 50%;
    margin-left: 0px;
  }
  /* line 297, app/assets/stylesheets/footer.scss */
  .footer_column_section {
    padding-top: 20px;
  }
  /* line 300, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 22px;
  }
  /* line 303, app/assets/stylesheets/footer.scss */
  #footer_newsletter_section {
    width: 50%;
  }
  /* line 306, app/assets/stylesheets/footer.scss */
  #footer_trustpilot_widget {
    width: 50%;
    margin-left: 0%;
    padding-left: 0px;
  }
}

@media (max-width: 800px) {
  /* line 314, app/assets/stylesheets/footer.scss */
  #copyright_text {
    width: 80%;
  }
  /* line 317, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    width: 34%;
    flex-basis: 34%;
  }
  /* line 321, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    width: 12%;
    flex-basis: 12%;
  }
  /* line 325, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 18px;
    line-height: 20px;
  }
  /* line 329, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 17px;
    line-height: 23px;
  }
  /* line 333, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 60px;
  }
  /* line 337, app/assets/stylesheets/footer.scss */
  #footer_bottom_bar_wrapper {
    margin-top: 0px;
    height: 200px;
  }
  /* line 341, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    width: 30px;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  /* line 348, app/assets/stylesheets/footer.scss */
  #footer_newsletter_section {
    width: 100%;
    height: 150px;
    padding-top: 0px;
  }
  /* line 353, app/assets/stylesheets/footer.scss */
  #footer_trustpilot_widget {
    width: 100%;
    height: 150px;
    margin-top: 45px;
  }
  /* line 358, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}

@media (max-width: 500px) {
  /* line 368, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 40px;
  }
  /* line 373, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    margin-top: 6px;
  }
  /* line 376, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    margin-top: 6px;
  }
  /* line 379, app/assets/stylesheets/footer.scss */
  #footer_column_section_kollek {
    height: 260px;
  }
  /* line 382, app/assets/stylesheets/footer.scss */
  #footer_column_section_pages {
    height: 260px;
    padding-right: 20px;
  }
  /* line 386, app/assets/stylesheets/footer.scss */
  #footer_column_section_social_media {
    height: 180px;
  }
  /* line 389, app/assets/stylesheets/footer.scss */
  #footer_column_section_card_types {
    height: 180px;
  }
  /* line 392, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    padding-right: 20px;
  }
  /* line 395, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    height: 40px;
  }
  /* line 398, app/assets/stylesheets/footer.scss */
  #copyright_text {
    font-size: 12px;
    padding-left: 0px;
  }
  /* line 402, app/assets/stylesheets/footer.scss */
  #footer_trustpilot_widget {
    margin-top: 10px;
  }
  /* line 405, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
}

@media (max-width: 400px) {
  /* line 420, app/assets/stylesheets/footer.scss */
  #footer_newsletter_logo_wrapper {
    padding-left: 0px;
    margin-left: 0px;
  }
  /* line 424, app/assets/stylesheets/footer.scss */
  #footer_kollek_logo {
    margin-left: 0px;
  }
  /* line 427, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 350px) {
  /* line 434, app/assets/stylesheets/footer.scss */
  .footer_one_white_link {
    font-size: 14px;
    padding-right: 10px;
  }
  /* line 438, app/assets/stylesheets/footer.scss */
  .footer_card_logo {
    width: 25px;
    margin-bottom: 10px;
  }
  /* line 442, app/assets/stylesheets/footer.scss */
  .footer_column_header {
    font-size: 14px;
  }
  /* line 446, app/assets/stylesheets/footer.scss */
  #footer_trustpilot_widget a {
    width: 275px;
    height: 45px;
    border-radius: 12.75px;
  }
  /* line 451, app/assets/stylesheets/footer.scss */
  #footer_trustpilot_rating_message {
    font-size: 12px;
  }
  /* line 454, app/assets/stylesheets/footer.scss */
  #footer_trustpilot_label {
    font-size: 12px;
  }
  /* line 457, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

@media (min-width: 2100px) {
  /* line 470, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    padding-left: 13%;
    padding-right: 13%;
  }
}

@media (min-width: 2200px) {
  /* line 477, app/assets/stylesheets/footer.scss */
  #footer_wrapper {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
/* line 1, app/assets/stylesheets/form_pages/change_password_page.scss */
#change_password_page_card {
  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;
}

/* line 13, app/assets/stylesheets/form_pages/change_password_page.scss */
#change_password_page_input_fields {
  width: 100%;
}

/* line 17, app/assets/stylesheets/form_pages/change_password_page.scss */
#change_password_page_submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #ff7036;
  color: white;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

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

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

@media (max-width: 1600px) {
  /* line 49, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_submit_button {
    margin-top: 10px;
  }
  /* line 53, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_subtitle {
    margin-top: 7px;
  }
}

@media (max-width: 1500px) {
  /* line 60, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_title {
    font-size: 35px;
    line-height: normal;
    margin-top: 15px;
  }
  /* line 66, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_subtitle {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 600px) {
  /* line 86, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_title {
    font-size: 30px;
  }
  /* line 89, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_subtitle {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  /* line 96, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_title {
    font-size: 25px;
  }
  /* line 99, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_subtitle {
    font-size: 14px;
  }
}

@media (min-width: 2000px) {
  /* line 105, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_input_fields {
    margin-left: 0;
  }
  /* line 108, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_card {
    padding-bottom: 90px;
  }
}

@media (min-width: 2200px) {
  /* line 114, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_error_message {
    font-size: 55px;
    line-height: 95px;
  }
  /* line 118, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_title {
    margin-top: 15px;
  }
}

@media (min-width: 2400px) {
  /* line 125, app/assets/stylesheets/form_pages/change_password_page.scss */
  #change_password_page_error_message {
    font-size: 60px;
    line-height: 100px;
  }
}
/* line 3, app/assets/stylesheets/form_pages/form_pages.scss */
.auth_image_card {
  width: 80%;
  margin-left: 10%;
  margin-top: 57px;
}

/* line 8, app/assets/stylesheets/form_pages/form_pages.scss */
.auth_page_card_title {
  font-size: 50px;
  font-weight: 500;
  color: #9f69ff !important;
  text-align: left;
  margin-top: 35px;
  width: 100%;
}

/* line 16, app/assets/stylesheets/form_pages/form_pages.scss */
.auth_page_subtitle {
  font-size: 25px;
  color: #9f69ff !important;
  font-weight: bold;
  margin-top: 12px;
  line-height: 30.26px;
  text-align: left;
}

/* line 24, app/assets/stylesheets/form_pages/form_pages.scss */
.form_pages_input_field {
  background: white;
  border: 0;
  border-radius: 20px;
  color: #868686;
  font-size: 16px;
  height: 56px;
  width: 100%;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 10px;
}

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

/* line 39, app/assets/stylesheets/form_pages/form_pages.scss */
.form_pages_input_field_divider {
  width: 100%;
  height: 25px;
}

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

/* line 51, app/assets/stylesheets/form_pages/form_pages.scss */
.auth_page_or_buttons {
  color: #868686;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

/* line 86, app/assets/stylesheets/form_pages/form_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 96, app/assets/stylesheets/form_pages/form_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 107, app/assets/stylesheets/form_pages/form_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 118, app/assets/stylesheets/form_pages/form_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;
}

/* line 128, app/assets/stylesheets/form_pages/form_pages.scss */
.auth_input_field_message {
  width: 100%;
}

@media (max-width: 1899.98px) {
  /* line 134, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_input_field_message {
    float: left;
    margin-left: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 1800px) {
  /* line 142, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_or_buttons {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1700px) {
  /* line 150, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 42px;
    line-height: 55px;
  }
  /* line 154, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_subtitle {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1600px) {
  /* line 161, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_or_buttons {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  /* line 171, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    margin-top: 10px;
  }
  /* line 174, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_image_card {
    margin-top: 45px;
  }
}

@media (max-width: 1000px) {
  /* line 180, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    text-align: left;
    width: 100%;
  }
  /* line 184, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_image_card {
    margin-top: 35px;
  }
}

@media (max-width: 900px) {
  /* line 190, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 45px;
    line-height: 80px;
  }
  /* line 194, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_image_card {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 800px) {
  /* line 202, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 40px;
    line-height: 75px;
  }
}

@media (max-width: 700px) {
  /* line 209, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 35px;
    line-height: 50px;
  }
}

@media (max-width: 600px) {
  /* line 216, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 500px) {
  /* line 223, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_subtitle {
    font-size: 22px;
  }
  /* line 226, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_image_card {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 400px) {
  /* line 233, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 26px;
    line-height: 42px;
  }
  /* line 237, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_subtitle {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
  }
}

@media (max-width: 350px) {
  /* line 246, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_card_title {
    font-size: 22px;
    line-height: normal;
    margin-top: 5px;
  }
  /* line 251, app/assets/stylesheets/form_pages/form_pages.scss */
  .auth_page_subtitle {
    font-size: 18px;
  }
}
/* line 3, app/assets/stylesheets/form_pages/login_page.scss */
#login_page_asterix_message {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 20px;
  color: #868686;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/form_pages/login_page.scss */
.auth_login_form_pages_input_field {
  margin-left: 0px;
  width: 100%;
}

/* line 16, app/assets/stylesheets/form_pages/login_page.scss */
#login_page_reset_password_gray_link {
  color: #868686;
  float: left;
  margin-top: -20px;
  width: 100%;
  text-align: right;
  font-size: 17px;
  line-height: 21px;
}

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

/* line 31, app/assets/stylesheets/form_pages/login_page.scss */
#login_page_submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: #ff7036;
  color: white;
  width: 100%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  height: 56px;
  font-size: 24px;
}

/* line 48, app/assets/stylesheets/form_pages/login_page.scss */
#login_page_signup_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: transparent;
  color: #9f69ff;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  box-shadow: none;
  border: 1px solid #7946F5;
  cursor: pointer;
  text-decoration: none;
  font-size: 24px;
}

/* line 66, app/assets/stylesheets/form_pages/login_page.scss */
#login_page_card {
  border-radius: 30px;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 100px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 73, app/assets/stylesheets/form_pages/login_page.scss */
#auth_page_card_title_auth_login {
  width: 100%;
  margin-left: 0px;
}

/* line 78, app/assets/stylesheets/form_pages/login_page.scss */
#auth_page_card_subtitle_auth_login {
  width: 100%;
  margin-left: 0px;
}

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

/* line 92, app/assets/stylesheets/form_pages/login_page.scss */
#login_page_must_complete_asterix {
  color: #ff4a00 !important;
}

@media (max-width: 1899.98px) {
  /* line 98, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    margin-left: 0px;
    float: left;
    text-align: right;
    margin-top: 5px;
    padding-right: 0px;
  }
}

@media (max-width: 1600px) {
  /* line 116, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    margin-top: 0px;
  }
}

@media (max-width: 1500px) {
  /* line 123, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_submit_button {
    font-size: 22px;
    height: 54px;
  }
  /* line 128, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_signup_link {
    font-size: 22px;
  }
  /* line 132, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    margin-left: 0px;
    float: left;
    text-align: right;
    padding-right: 0px;
  }
}

@media (max-width: 1400px) {
  /* line 141, app/assets/stylesheets/form_pages/login_page.scss */
  #auth_page_card_title_auth_login {
    margin-top: 15px;
  }
}

@media (max-width: 1200px) {
  /* line 151, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    margin-left: 0px;
    text-align: right;
  }
}

@media (max-width: 1000px) {
  /* line 162, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_asterix_message {
    text-align: left;
  }
  /* line 166, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_input_fields {
    padding-bottom: 0px;
  }
  /* line 170, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    text-align: right;
    margin-top: 0px;
  }
}

@media (max-width: 700px) {
  /* line 184, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_card {
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {
  /* line 191, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_submit_button {
    font-size: 20px;
    height: 50px;
  }
  /* line 196, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_signup_link {
    font-size: 20px;
    height: 50px;
  }
}

@media (max-width: 400px) {
  /* line 207, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    margin-top: 0px;
  }
}

@media (max-width: 350px) {
  /* line 213, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    font-size: 14px;
  }
}

@media (min-width: 2100px) {
  /* line 224, app/assets/stylesheets/form_pages/login_page.scss */
  #login_page_reset_password_gray_link {
    font-size: 17px;
    line-height: 21px;
  }
}
/* line 3, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_asterix_message {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 20px;
  color: #868686;
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_login_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: transparent;
  color: #9f69ff;
  width: 100%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  border: 1px solid #7946F5;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  height: 56px;
}

/* line 31, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_success_card {
  border-radius: 30px;
  background: #faf6ff;
  margin-bottom: 20px;
  padding-bottom: 80px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 39, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_error_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 51, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_login_note {
  display: block;
  color: #868686;
  font-size: 12px;
  text-align: right;
}

/* line 58, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #ff7036;
  color: white;
  width: 100%;
  border-radius: 28px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  height: 56px;
  font-size: 24px;
}

/* line 75, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_success_login_button {
  font-weight: bold;
  background: #ff7036;
  color: white;
  padding-top: 15px;
  padding-bottom: 11px;
  width: 100%;
  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 97, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_error_login_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #ff7036;
  color: white;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* line 122, app/assets/stylesheets/form_pages/reset_password_page.scss */
#reset_password_page_error_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 128, app/assets/stylesheets/form_pages/reset_password_page.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 140, app/assets/stylesheets/form_pages/reset_password_page.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;
}

@media (max-width: 1600px) {
  /* line 156, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_success_title {
    font-size: 40px;
    line-height: normal;
    margin-top: 20px;
  }
  /* line 162, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_success_subtitle {
    margin-top: 20px;
    line-height: normal;
  }
  /* line 167, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_success_card {
    padding-bottom: 65px;
  }
}

@media (max-width: 1300px) {
  /* line 182, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_error_card {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  /* line 188, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_error_title {
    font-size: 45px;
    line-height: normal;
  }
}

@media (max-width: 900px) {
  /* line 195, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_submit_button {
    font-size: 20px;
  }
  /* line 198, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_login_link {
    font-size: 20px;
  }
  /* line 201, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_error_card {
    width: 55%;
    padding-bottom: 60px;
  }
  /* line 205, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_error_title {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  /* line 211, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_error_card {
    width: 65%;
  }
}

@media (max-width: 600px) {
  /* line 220, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_error_card {
    width: 80%;
  }
}

@media (max-width: 500px) {
  /* line 226, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_success_title {
    font-size: 35px;
  }
  /* line 230, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_success_subtitle {
    font-size: 35px;
  }
  /* line 234, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_error_card {
    padding-bottom: 40px;
  }
  /* line 237, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_error_title {
    font-size: 35px;
    margin-top: 15px;
  }
}

@media (max-width: 400px) {
  /* line 244, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_success_title {
    font-size: 25px;
  }
  /* line 248, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_success_subtitle {
    font-size: 25px;
  }
  /* line 252, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_error_login_button {
    margin-top: 20px;
    font-size: 20px;
  }
  /* line 257, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_error_title {
    font-size: 25px;
  }
}

@media (max-width: 350px) {
  /* line 263, app/assets/stylesheets/form_pages/reset_password_page.scss */
  #reset_password_page_success_card {
    padding-bottom: 50px;
  }
}
/* line 1, app/assets/stylesheets/form_pages/save_password_success_page.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 12, app/assets/stylesheets/form_pages/save_password_success_page.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;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  height: 56px;
  margin-top: 35px;
  text-decoration: none;
  display: block;
}

/* line 33, app/assets/stylesheets/form_pages/save_password_success_page.scss */
#save_password_success_page_login_button:hover {
  color: white;
}

/* line 36, app/assets/stylesheets/form_pages/save_password_success_page.scss */
#save_password_success_page_login_button:visited {
  color: white;
}
/* line 3, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_asterix_message {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 20px;
  color: #868686;
  margin-bottom: 20px;
  text-align: left;
}

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

/* line 19, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_card {
  border-radius: 30px;
  background: #faf6ff;
  padding-bottom: 80px;
  margin-bottom: 30px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
}

/* line 27, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_signup_message {
  color: #9f69ff !important;
  margin-top: 5px;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  text-align: left;
}

/* line 36, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_must_complete_asterix {
  color: #ff4a00 !important;
}

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

/* line 44, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_terms_and_conditions_link:visited {
  color: gray;
}

/* line 47, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_terms_and_conditions_link:hover {
  color: gray;
}

/* line 51, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_login_note_line_01 {
  font-size: 16px;
  line-height: 19.36px;
  color: #868686;
  width: 100%;
  text-align: right;
  margin-top: -20px;
}

/* line 60, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_login_note_line_02 {
  font-size: 16px;
  line-height: 19.36px;
  width: 100%;
  color: #868686;
  text-align: right;
}

/* line 68, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_accept_terms_checkbox_line {
  font-size: 16px;
  line-height: 19.36px;
  margin-top: 25px;
  padding-left: 15px;
  width: 100%;
}

/* line 76, app/assets/stylesheets/form_pages/signup_page.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 85, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_newsletter_section {
  font-size: 16px;
  line-height: 19.36px;
  width: 100%;
  padding-left: 15px;
}

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

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

/* line 104, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_bottom_text {
  color: #616161;
  font-size: 16px;
  line-height: 20.5px;
  text-align: left;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
}

/* line 115, app/assets/stylesheets/form_pages/signup_page.scss */
#signup_page_submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #ff7036;
  color: white;
  width: 100%;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-top: 25px;
  height: 59px;
  font-size: 24px;
}

@media (max-width: 1899.98px) {
  /* line 134, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 22px;
  }
}

@media (max-width: 1700px) {
  /* line 143, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_newsletter_section {
    line-height: 1.3;
  }
}

@media (max-width: 1600px) {
  /* line 149, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 20px;
  }
}

@media (max-width: 1500px) {
  /* line 155, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_card {
    padding-bottom: 70px;
  }
  /* line 158, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_bottom_text {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1400px) {
  /* line 165, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    padding-top: 10px;
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  /* line 175, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    text-align: left;
    padding-left: 0px;
  }
}

@media (max-width: 1000px) {
  /* line 185, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_login_note_line_01 {
    margin-top: -10px;
  }
}

@media (max-width: 900px) {
  /* line 191, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 20px;
    line-height: 22px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 800px) {
  /* line 200, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 18px;
  }
  /* line 203, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_newsletter_text {
    padding-left: 30px;
    margin-left: 0px;
  }
  /* line 208, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_accept_terms_and_conditions_line {
    padding-left: 15px;
    margin-left: 0px;
  }
}

@media (max-width: 700px) {
  /* line 216, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  /* line 222, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_asterix_message {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  /* line 229, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
  }
  /* line 234, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_bottom_text {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 400px) {
  /* line 242, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_accept_terms_and_conditions_line {
    width: 87%;
    margin-top: -5px;
  }
}

@media (max-width: 350px) {
  /* line 249, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_login_note_line_01 {
    margin-top: 5px;
  }
  /* line 252, app/assets/stylesheets/form_pages/signup_page.scss */
  #signup_page_signup_message {
    font-size: 14px;
  }
}
/* 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 46, app/assets/stylesheets/gdpr.scss */
.gdpr_banner_link:visited {
  color: #333;
}

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

@media (max-width: 1300px) {
  /* line 90, 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 (max-width: 800px) {
  /* line 109, 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 114, 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 124, 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 134, app/assets/stylesheets/gdpr.scss */
  .gdpr_close_button {
    position: static;
    transform: none;
    margin-top: 10px;
  }
  /* line 140, 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 145, 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 152, app/assets/stylesheets/gdpr.scss */
  .gdpr_banner_content a {
    float: none;
    /* Remove float to allow inline behavior */
  }
  /* line 156, 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 5, app/assets/stylesheets/general.scss */
.container {
  float: left;
  width: 100%;
}

/* line 9, app/assets/stylesheets/general.scss */
.divider_01 {
  width: 100%;
  height: 1px;
}

/* line 13, app/assets/stylesheets/general.scss */
.divider_05 {
  width: 100%;
  height: 5px;
}

/* line 17, app/assets/stylesheets/general.scss */
.divider_10 {
  width: 100%;
  height: 10px;
}

/* line 21, app/assets/stylesheets/general.scss */
.divider_15 {
  width: 100%;
  height: 15px;
}

/* line 25, app/assets/stylesheets/general.scss */
.divider_20 {
  width: 100%;
  height: 20px;
}

/* line 29, app/assets/stylesheets/general.scss */
.divider_30 {
  width: 100%;
  height: 30px;
}

/* line 33, app/assets/stylesheets/general.scss */
.divider_50 {
  width: 100%;
  height: 50px;
}

/* line 37, app/assets/stylesheets/general.scss */
.divider_100 {
  width: 100%;
  height: 100px;
}

/* line 41, app/assets/stylesheets/general.scss */
.divider_550 {
  width: 100%;
  height: 550px;
}

/* line 45, app/assets/stylesheets/general.scss */
.divider_600 {
  width: 100%;
  height: 600px;
}

/* line 49, app/assets/stylesheets/general.scss */
.float_right {
  float: right;
}

/* line 52, app/assets/stylesheets/general.scss */
.float_left {
  float: left;
}

/* line 55, app/assets/stylesheets/general.scss */
.bold {
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/general.scss */
input {
  margin: 0;
  outline: 0;
}

/* line 62, app/assets/stylesheets/general.scss */
textarea {
  margin: 0;
}

/* line 65, app/assets/stylesheets/general.scss */
input:focus {
  outline: none;
}

/* line 68, app/assets/stylesheets/general.scss */
textarea:focus {
  outline: none;
}

/* line 72, 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 83, 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 96, 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 105, 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 115, 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 127, app/assets/stylesheets/general.scss */
.transparent_background {
  background: transparent !important;
}

/* line 131, app/assets/stylesheets/general.scss */
input::placeholder {
  color: white;
  opacity: 1;
}

/* line 135, app/assets/stylesheets/general.scss */
textarea::placeholder {
  color: #868686;
  opacity: 1;
}

/* line 139, 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 149, app/assets/stylesheets/general.scss */
.extra_500px_bottom {
  width: 100%;
  height: 500px;
}

/* line 153, app/assets/stylesheets/general.scss */
.extra_1000px_bottom {
  width: 100%;
  height: 1000px;
}

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

/* line 161, app/assets/stylesheets/general.scss */
.pages_gray_url {
  color: #707070;
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 167, app/assets/stylesheets/general.scss */
.pages_gray_url:visited {
  color: #707070;
  text-decoration: underline;
}

/* line 171, app/assets/stylesheets/general.scss */
.pages_gray_url:hover {
  color: #707070;
  text-decoration: underline;
}

/* 404 page */
/* line 177, 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 185, 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 193, 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 202, 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 213, 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 222, 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 241, app/assets/stylesheets/general.scss */
#divider_100_application_raise_not_found {
  display: none;
}

/* line 244, app/assets/stylesheets/general.scss */
#divider_100_pages_home {
  display: none;
}

/* line 248, app/assets/stylesheets/general.scss */
.spinner_svg {
  display: block;
  /* avoids inline baseline spacing */
  margin-top: -4px;
  /* pull it up slightly */
}

@media (max-width: 1800px) {
  /* line 272, app/assets/stylesheets/general.scss */
  #not_found_page_smaller_container {
    width: 80%;
  }
}

@media (max-width: 1700px) {
  /* line 278, app/assets/stylesheets/general.scss */
  #not_found_page_smaller_container {
    width: 85%;
  }
  /* line 281, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 950px;
  }
}

@media (max-width: 1600px) {
  /* line 287, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 80px;
  }
}

@media (max-width: 1400px) {
  /* line 296, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 60px;
  }
}

@media (max-width: 1300px) {
  /* line 302, app/assets/stylesheets/general.scss */
  #not_found_page_smaller_container {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  /* line 308, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 50px;
    line-height: 65px;
    margin-top: 80px;
  }
  /* line 313, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 150px;
    margin-top: 80px;
    line-height: 1;
  }
}

@media (max-width: 1000px) {
  /* line 324, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 600px;
  }
}

@media (max-width: 900px) {
  /* line 330, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 130px;
  }
}

@media (max-width: 800px) {
  /* line 336, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 40px;
    line-height: 50px;
  }
  /* line 340, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 100px;
  }
  /* line 343, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 347, app/assets/stylesheets/general.scss */
  #not_found_page_webshop_link {
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  /* line 353, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  /* line 360, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    margin-top: 50px;
    font-size: 30px;
    line-height: 40px;
  }
  /* line 365, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    margin-top: 50px;
  }
  /* line 368, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
  /* line 373, app/assets/stylesheets/general.scss */
  #not_found_page_webshop_link {
    margin-top: 30px;
  }
  /* line 376, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 400px;
  }
}

@media (max-width: 500px) {
  /* line 382, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    font-size: 70px;
    width: 40%;
  }
}

@media (max-width: 400px) {
  /* line 389, app/assets/stylesheets/general.scss */
  #not_found_page_container {
    height: 500px;
  }
}

@media (max-width: 350px) {
  /* line 395, app/assets/stylesheets/general.scss */
  #not_found_page_01 {
    font-size: 23px;
    line-height: 34px;
    margin-top: 30px;
  }
  /* line 400, app/assets/stylesheets/general.scss */
  #not_found_page_02 {
    margin-top: 30px;
    font-size: 50px;
  }
  /* line 404, app/assets/stylesheets/general.scss */
  #not_found_page_subtitle {
    font-size: 16px;
  }
  /* line 407, app/assets/stylesheets/general.scss */
  #not_found_page_webshop_link {
    margin-top: 20px;
  }
}
/* line 3, app/assets/stylesheets/general/default_form_page_card.scss */
.default_form_page_card {
  width: 38.7%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}

@media (min-width: 2000px) {
  /* line 14, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 60px;
  }
}

@media (min-width: 2100px) {
  /* line 21, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 60px;
  }
}

@media (min-width: 2200px) {
  /* line 28, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 70px;
  }
}

@media (min-width: 2300px) {
  /* line 35, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 80px;
  }
}

@media (min-width: 2400px) {
  /* line 42, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 90px;
  }
}

@media (min-width: 2500px) {
  /* line 49, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 90px;
  }
}

@media (min-width: 2600px) {
  /* line 56, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 90px;
  }
}

@media (max-width: 1899.98px) {
  /* line 63, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 50px;
  }
}

@media (max-width: 1800px) {
  /* line 70, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 50px;
  }
}

@media (max-width: 1700px) {
  /* line 77, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 50px;
  }
}

@media (max-width: 1600px) {
  /* line 84, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 50px;
  }
}

@media (max-width: 1500px) {
  /* line 91, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 38.7%;
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  /* line 98, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 45%;
    margin-top: 50px;
  }
}

@media (max-width: 1300px) {
  /* line 105, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 45%;
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
  /* line 112, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 65%;
    margin-top: 50px;
  }
}

@media (max-width: 1100px) {
  /* line 119, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 70%;
    margin-top: 50px;
  }
}

@media (max-width: 1000px) {
  /* line 126, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 70%;
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  /* line 133, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 70%;
    margin-top: 40px;
  }
}

@media (max-width: 800px) {
  /* line 140, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 70%;
    margin-top: 50px;
  }
}

@media (max-width: 700px) {
  /* line 147, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 75%;
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  /* line 154, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 78%;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  /* line 161, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 85%;
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  /* line 168, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 90%;
    margin-top: 30px;
  }
}

@media (max-width: 350px) {
  /* line 175, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 90%;
    margin-top: 30px;
  }
}

@media (max-width: 300px) {
  /* line 182, app/assets/stylesheets/general/default_form_page_card.scss */
  .default_form_page_card {
    width: 90%;
    margin-top: 30px;
  }
}
/* line 3, app/assets/stylesheets/general/default_page_section.scss */
.default_page_section {
  width: 75%;
  margin-left: 12.5%;
}

@media (min-width: 2000px) {
  /* line 9, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (min-width: 2100px) {
  /* line 16, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2200px) {
  /* line 23, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2300px) {
  /* line 30, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2400px) {
  /* line 37, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2500px) {
  /* line 44, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2600px) {
  /* line 51, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 74%;
    margin-left: 13%;
  }
}

@media (max-width: 1899.98px) {
  /* line 58, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (max-width: 1800px) {
  /* line 65, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 1700px) {
  /* line 72, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 84%;
    margin-left: 8%;
  }
}

@media (max-width: 1600px) {
  /* line 79, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 84%;
    margin-left: 8%;
  }
}

@media (max-width: 1500px) {
  /* line 86, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 1400px) {
  /* line 93, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 1300px) {
  /* line 100, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 1200px) {
  /* line 107, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 1100px) {
  /* line 114, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 1000px) {
  /* line 121, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 900px) {
  /* line 128, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 800px) {
  /* line 135, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 700px) {
  /* line 142, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 600px) {
  /* line 149, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 500px) {
  /* line 156, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 450px) {
  /* line 163, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 400px) {
  /* line 170, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 350px) {
  /* line 177, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 300px) {
  /* line 184, app/assets/stylesheets/general/default_page_section.scss */
  .default_page_section {
    width: 90%;
    margin-left: 5%;
  }
}
/* 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 8, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_image_selected {
  color: #ff7036;
}

/* line 13, app/assets/stylesheets/header_dropdown.scss */
#header_dropdown_menu_head:hover {
  cursor: pointer;
}

/* line 16, 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 27, 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 37, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_item_selected {
  color: #ff7036;
}

/* line 40, app/assets/stylesheets/header_dropdown.scss */
.header_dropdown_menu_item:hover {
  background: rgba(146, 86, 254, 0.75);
  color: white;
}

/* line 44, 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 59, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    right: 70px;
  }
}

@media (min-width: 2100px) {
  /* line 65, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    top: 125px;
    right: 90px;
  }
}

@media (min-width: 2200px) {
  /* line 72, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    right: 105px;
  }
}

@media (min-width: 2300px) {
  /* line 78, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    top: 130px;
    right: 120px;
  }
}

@media (min-width: 2400px) {
  /* line 85, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    right: 130px;
  }
}

@media (min-width: 2500px) {
  /* line 91, app/assets/stylesheets/header_dropdown.scss */
  #header_dropdown_menu {
    top: 136px;
    right: 140px;
  }
}
/* line 3, app/assets/stylesheets/home.scss */
:root {
  --home-top-gradient: linear-gradient(
    135deg,
    rgba(121, 70, 245, 1) 3%,
    rgba(121, 70, 245, 0.48) 35%,
    rgba(121, 70, 245, 0) 70%
  );
  --home-top-gradient-mobile: linear-gradient(
    135deg,
    rgba(121, 70, 245, 1) 3%,
    rgba(121, 70, 245, 0.48) 20%,
    rgba(121, 70, 245, 0) 50%
  );
}

/* line 20, app/assets/stylesheets/home.scss */
#home_page_top_section {
  width: 100%;
  height: 735px;
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
  background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_1900px_to_2099px.jpeg);
  /* image 2200px x 809px */
  background-size: 100% 100%, auto 735px;
  background-position: left center, right;
  background-repeat: no-repeat, no-repeat;
}

/* line 43, 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 52, app/assets/stylesheets/home.scss */
.home_section_wrapper {
  width: 100%;
  min-height: 400px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  margin-top: -70px;
  padding-top: 40px;
  background: white;
}

/* line 61, app/assets/stylesheets/home.scss */
.home_section {
  width: 100%;
  height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 67, app/assets/stylesheets/home.scss */
.home_section_image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

/* line 73, app/assets/stylesheets/home.scss */
progress::-moz-progress-bar {
  background: #703af4;
}

/* line 76, app/assets/stylesheets/home.scss */
progress::-webkit-progress-value {
  background: #703af4;
}

/* line 79, app/assets/stylesheets/home.scss */
progress {
  color: #703af4;
  background: white;
  border: 1px solid #703af4;
}

/* line 85, 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 93, app/assets/stylesheets/home.scss */
.card_link {
  text-decoration: none;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
}

/* line 100, app/assets/stylesheets/home.scss */
#home_new_header_layout {
  width: 100%;
  height: 100px;
  background: #7946f5;
  margin-left: auto;
  margin-right: auto;
}

/* line 107, app/assets/stylesheets/home.scss */
#home_new_header_section {
  width: 75%;
  height: 100px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}

/* line 114, app/assets/stylesheets/home.scss */
.home_new_header_cell {
  float: left;
  height: 100%;
  width: 15%;
}

/* line 119, app/assets/stylesheets/home.scss */
.home_new_header_cell_5 {
  float: left;
  height: 100%;
  width: 5%;
  padding-top: 41px;
}

/* line 125, app/assets/stylesheets/home.scss */
.home_new_header_cell_10 {
  float: left;
  height: 100%;
  width: 10%;
  padding-top: 41px;
}

/* line 131, app/assets/stylesheets/home.scss */
.home_new_header_cell_15 {
  float: left;
  height: 100%;
  width: 15%;
  padding-top: 41px;
}

/* line 137, app/assets/stylesheets/home.scss */
.home_new_header_cell_16 {
  float: left;
  height: 100%;
  width: 16%;
}

/* line 142, app/assets/stylesheets/home.scss */
.home_new_header_cell_20 {
  float: left;
  height: 100%;
  width: 20%;
}

/* line 147, app/assets/stylesheets/home.scss */
.home_new_header_cell_25 {
  float: left;
  height: 100%;
  width: 25%;
  padding-top: 41px;
}

/* line 153, app/assets/stylesheets/home.scss */
.home_new_header_cell_30 {
  float: left;
  height: 100%;
  width: 30%;
  padding-top: 41px;
}

/* line 159, app/assets/stylesheets/home.scss */
.home_new_header_cell_32 {
  float: left;
  height: 100%;
  width: 32%;
  padding-top: 41px;
}

/* line 165, app/assets/stylesheets/home.scss */
.home_new_header_divider_3 {
  float: left;
  height: 100%;
  width: 3%;
}

/* line 170, app/assets/stylesheets/home.scss */
.home_new_header_divider_4 {
  float: left;
  height: 100%;
  width: 4%;
}

/* line 175, app/assets/stylesheets/home.scss */
.home_new_header_divider_5 {
  float: left;
  height: 100%;
  width: 5%;
}

/* line 180, app/assets/stylesheets/home.scss */
#home_new_header_logo_link {
  float: left;
  display: inline-block;
  height: 100%;
  margin-top: 0%;
  margin-right: 10px;
}

/* line 187, app/assets/stylesheets/home.scss */
#home_new_header_logo {
  height: 54%;
  float: left;
  margin-top: 23px;
  margin-right: 34px;
}

/* line 193, app/assets/stylesheets/home.scss */
#home_new_header_search_bar_section_wrapper {
  height: 100%;
  width: 26%;
  position: relative;
}

/* line 198, 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 206, app/assets/stylesheets/home.scss */
#home_new_header_search_icon_section {
  float: left;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 213, app/assets/stylesheets/home.scss */
#home_new_header_search_icon {
  height: 16px;
  width: 16px;
  margin-left: 25%;
}

/* line 218, 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 227, app/assets/stylesheets/home.scss */
#home_new_header_search_input {
  width: 90%;
  height: 100%;
  line-height: 100%;
  border: 0;
  background: transparent;
  font-size: 16px;
  color: #868686;
  padding: 0;
}

/* line 237, app/assets/stylesheets/home.scss */
#home_new_header_search_input::placeholder {
  color: #868686;
}

/* line 241, 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 254, app/assets/stylesheets/home.scss */
#home_top_left_empty_bar {
  width: 80px;
  height: 100%;
}

/* line 258, app/assets/stylesheets/home.scss */
#home_top_texts_section {
  float: left;
}

/* line 261, app/assets/stylesheets/home.scss */
#home_top_title {
  width: 100%;
  color: white;
  font-size: 55px;
  line-height: 75px;
  font-weight: 600;
  text-align: left;
}

/* line 269, app/assets/stylesheets/home.scss */
#home_top_subtitle {
  width: 100%;
  color: white;
  font-size: 40px;
  line-height: 55px;
  font-weight: bold;
  text-align: left;
}

/* line 277, app/assets/stylesheets/home.scss */
#home_top_paragraph {
  width: 100%;
  color: white;
  line-height: 40px;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  font-style: italic;
}

/* line 287, app/assets/stylesheets/home.scss */
#home_top_paragraph_last_line {
  font-weight: 600;
}

/* line 290, app/assets/stylesheets/home.scss */
#home_top_image_section {
  width: 27%;
  float: left;
}

/* line 294, app/assets/stylesheets/home.scss */
#home_top_image {
  width: 100%;
}

/* line 297, app/assets/stylesheets/home.scss */
#home_header_links_cell {
  float: right;
  width: 52%;
  margin-top: 38px;
  height: 62%;
}

/* line 303, 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 313, app/assets/stylesheets/home.scss */
.home_new_header_link:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 317, 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 325, app/assets/stylesheets/home.scss */
#home_new_header_checkout_icon {
  height: 35px;
  float: right;
}

/* line 329, app/assets/stylesheets/home.scss */
#home_new_header_login_icon {
  width: 20px;
  height: 22px;
  margin-right: 5px;
  float: right;
  margin-top: 1px;
}

/* line 336, 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 345, app/assets/stylesheets/home.scss */
#home_new_header_login_url:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 349, app/assets/stylesheets/home.scss */
#home_new_header_signup_url {
  color: #FFFFFF;
  background-color: #FF7036;
  font-size: 20px;
  padding-left: 23px;
  padding-right: 23px;
  cursor: pointer;
  border-radius: 100px;
  float: right;
  text-decoration: none;
  font-weight: 600;
  width: 118px;
  height: 44px;
  font-size: 20px;
  border: 2px solid white;
  margin-top: -11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 373, app/assets/stylesheets/home.scss */
#home_categories_section {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 380, app/assets/stylesheets/home.scss */
.home_section_of_cards {
  margin: 0px;
  border-radius: 4px;
  vertical-align: top;
  background: transparent;
  position: relative;
  margin: 0px;
}

/* line 388, 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 398, 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 406, 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 414, 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 423, app/assets/stylesheets/home.scss */
.home_section_card_widget_for_completed {
  height: 410px;
}

/* line 426, 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 436, 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 453, app/assets/stylesheets/home.scss */
.home_section_card_link {
  height: 400px;
  width: 300px;
  padding-top: 20px;
}

/* line 458, app/assets/stylesheets/home.scss */
.checkout_home_section {
  width: 300px;
  height: 420px;
  float: left;
  margin-bottom: 50px;
}

/* line 464, app/assets/stylesheets/home.scss */
.home_page_card_wrapper {
  position: relative;
  float: center;
  height: 410px;
}

/* line 469, app/assets/stylesheets/home.scss */
.home_section_image {
  display: block;
  margin: 0 auto;
  height: 78px;
}

/* line 475, 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 484, app/assets/stylesheets/home.scss */
.card_image {
  width: 100%;
  height: 100%;
}

/* line 488, app/assets/stylesheets/home.scss */
.card_hr {
  width: 91%;
  background: #cecece;
  height: 1px;
  margin-left: 4.5%;
  margin-bottom: 13px;
}

/* line 495, app/assets/stylesheets/home.scss */
#home_top_section {
  overflow-x: hidden;
  background: white;
  background-image: url(/images/home/top_section_background.png);
}

/* line 502, 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 512, app/assets/stylesheets/home.scss */
#header_logged_user_checkout_and_profile_info {
  float: right;
  height: 100px;
}

/* line 516, app/assets/stylesheets/home.scss */
#home_all_categories_wrapper {
  padding-bottom: 120px;
}

/* line 519, app/assets/stylesheets/home.scss */
#home_all_categories_main_wrapper {
  width: 73%;
  margin-left: 12%;
}

/* line 524, app/assets/stylesheets/home.scss */
#home_new_header_weekly_delivery_image {
  position: absolute;
  height: 25px;
  top: 38px;
  left: 340px;
}

/* line 531, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_blog {
  z-index: 10;
}

/* line 534, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_show_blog_category {
  z-index: 10;
}

/* line 537, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_show_blog_article {
  z-index: 10;
}

/* line 541, app/assets/stylesheets/home.scss */
#second_mobile_menu_wrapper_blog_partners {
  background: #7946f5;
}

@media (min-width: 2100px) {
  /*header */
  /* line 550, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    height: 120px;
  }
  /* line 553, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    height: 120px;
    width: 74%;
  }
  /* line 557, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    margin-top: 27.6px;
  }
  /* line 560, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section_wrapper {
    height: 120px;
  }
  /* line 563, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    margin-top: 36px;
  }
  /* line 566, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    margin-top: 45.6px;
  }
  /* 38% of height */
  /* line 569, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 22px;
    line-height: 26.4px;
    margin-top: 2px;
  }
  /* line 574, app/assets/stylesheets/home.scss */
  #home_new_header_login_icon {
    font-size: 24px;
    margin-top: 3px;
  }
  /* line 578, app/assets/stylesheets/home.scss */
  #home_new_header_login_url {
    font-size: 22px;
    line-height: 26px;
    margin-top: 2px;
  }
  /* line 583, app/assets/stylesheets/home.scss */
  #home_new_header_signup_url {
    height: 48px;
    font-size: 22px;
    margin-top: -9px;
    width: 124px;
  }
  /* line 590, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 380px;
    top: 48px;
  }
  /* line 595, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 750px;
  }
  /* line 600, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 750px;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_2100px_to_2299.jpeg);
    /* 2400px x 883px */
  }
  /* line 610, app/assets/stylesheets/home.scss */
  #home_new_header_search_input {
    font-size: 18px;
  }
}

@media (min-width: 2200px) {
  /* line 616, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (min-width: 2300px) {
  /*header */
  /* line 624, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    height: 140px;
  }
  /* line 627, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    margin-top: 32.2px;
  }
  /* line 630, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section_wrapper {
    height: 140px;
  }
  /* line 633, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    margin-top: 42px;
  }
  /* line 636, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    margin-top: 53.2px;
  }
  /* 38% of height */
  /* line 639, app/assets/stylesheets/home.scss */
  #home_new_header_search_icon {
    height: 20px;
    width: 20px;
  }
  /* line 643, app/assets/stylesheets/home.scss */
  #home_new_header_search_icon_section {
    width: 12%;
  }
  /* line 646, app/assets/stylesheets/home.scss */
  #home_new_header_search_input {
    font-size: 20px;
  }
  /* line 649, app/assets/stylesheets/home.scss */
  #home_new_header_search_input_section {
    width: 88%;
  }
  /* line 653, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 410px;
    top: 56px;
    height: 30px;
  }
  /* line 659, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 800px;
  }
  /* line 664, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 800px;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_2300px_to_2499px.jpeg);
    /* image width 2700px vs 993px */
  }
}

@media (min-width: 2500px) {
  /*header */
  /* line 681, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    height: 160px;
  }
  /* line 684, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    margin-top: 36.8px;
  }
  /* line 687, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    margin-top: 48px;
  }
  /* line 690, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section_wrapper {
    height: 160px;
  }
  /* line 693, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    margin-top: 60.8px;
  }
  /* line 696, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 24px;
    line-height: 29px;
    margin-top: 3px;
  }
  /* line 701, app/assets/stylesheets/home.scss */
  #home_new_header_login_icon {
    font-size: 28px;
    margin-top: 5px;
  }
  /* line 705, app/assets/stylesheets/home.scss */
  #home_new_header_login_url {
    font-size: 24px;
    line-height: 29px;
    margin-top: 2px;
  }
  /* line 710, app/assets/stylesheets/home.scss */
  #home_new_header_signup_url {
    height: 56px;
    font-size: 24px;
    margin-top: -11px;
    width: 140px;
  }
  /* top bar section */
  /* line 718, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    padding-bottom: 50px;
  }
  /* line 722, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 85px;
    line-height: 110px;
    margin-top: 20px;
  }
  /* line 728, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 65px;
    margin-top: 10px;
  }
  /* line 732, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 40px;
    margin-top: 20px;
    line-height: 55px;
  }
  /* line 738, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 440px;
    top: 64px;
    height: 35px;
  }
  /* line 744, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 900px;
  }
  /* line 749, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 900px;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_2500px_to_infinity.jpeg);
    /* image width: 2979px x 1096px */
  }
}

/* end media query @ 2500px */
@media (max-width: 1899.98px) {
  /* line 762, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 662px;
  }
  /* line 767, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 662px;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_1701px_to_1899px.jpeg);
    /* image 2000px x 736px */
  }
}

@media (max-width: 1800px) {
  /* line 780, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 80%;
  }
  /* line 784, app/assets/stylesheets/home.scss */
  .home_section_of_cards {
    width: 100%;
  }
  /* line 787, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 330px;
  }
}

@media (max-width: 1700px) {
  /* line 793, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 84%;
  }
  /* line 796, app/assets/stylesheets/home.scss */
  #home_new_header_logo_link {
    margin-right: 0px;
  }
  /* line 800, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-bottom: 150px;
  }
  /* line 803, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    left: 300px;
  }
  /* line 807, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 610px;
  }
  /* line 811, app/assets/stylesheets/home.scss */
  #home_top_title {
    margin-top: 10px;
    line-height: 1.4;
    margin-top: -15px;
  }
  /* line 816, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    line-height: normal;
  }
  /* line 821, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 610px;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_1501px_to_1700px.jpeg);
    /* image 1800px x 622px */
  }
}

/* #Home page - desktop */
@media (max-width: 1600px) {
  /* line 835, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 18px;
    line-height: 22px;
    margin-right: 30px;
  }
  /* line 841, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 84%;
  }
  /* line 844, app/assets/stylesheets/home.scss */
  .home_new_header_link {
    font-size: 17px;
    margin-right: 20px;
  }
  /* line 849, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    width: 50%;
  }
  /* line 852, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    margin-top: -15px;
  }
  /* line 857, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    line-height: 1.3;
  }
}

@media (max-width: 1500px) {
  /* line 864, app/assets/stylesheets/home.scss */
  #section_popular_card_4 {
    display: none;
  }
  /* line 868, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 85%;
  }
  /* line 871, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 50px;
    line-height: 65px;
    margin-top: -5px;
  }
  /* line 876, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 38px;
    line-height: 50px;
  }
  /* line 880, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    margin-top: 5px;
    font-size: 25px;
    line-height: 35px;
  }
  /* line 885, app/assets/stylesheets/home.scss */
  #home_new_header_weekly_delivery_image {
    display: none;
  }
  /* line 889, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 575px;
  }
  /* line 894, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 575px;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_1301px_to_1500px.jpeg);
  }
}

@media (max-width: 1400px) {
  /* line 906, app/assets/stylesheets/home.scss */
  #home_new_header_logo {
    height: 45%;
    margin-top: 27.5px;
  }
  /* line 910, app/assets/stylesheets/home.scss */
  #home_new_header_search_bar_section {
    height: 35%;
    margin-top: 32.5px;
  }
  /* line 915, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 50px;
  }
  /* line 918, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 40px;
  }
}

@media (max-width: 1300px) {
  /* line 924, app/assets/stylesheets/home.scss */
  #home_new_header_section {
    width: 90%;
  }
  /* line 927, app/assets/stylesheets/home.scss */
  #home_top_title {
    padding-left: 0px;
  }
  /* line 930, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    padding-left: 0px;
  }
  /* line 933, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    padding-left: 0px;
  }
  /* line 937, app/assets/stylesheets/home.scss */
  #home_header_links_cell {
    width: 50%;
  }
  /* line 941, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 575px;
  }
  /* line 946, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 575px;
    background-position: center top;
    background-image: var(--home-top-gradient), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_1101px_to_1300px.jpeg);
  }
}

@media (max-width: 1200px) {
  /* line 959, app/assets/stylesheets/home.scss */
  #home_new_header_layout {
    display: none;
  }
  /* line 963, app/assets/stylesheets/home.scss */
  #second_mobile_menu_wrapper_pages_home {
    background: #7946f5;
  }
  /* line 966, app/assets/stylesheets/home.scss */
  #second_mobile_menu_wrapper_application_raise_not_found {
    background: #7946f5;
  }
  /* line 969, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    margin-top: 10px;
  }
  /* line 972, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-top: 30px;
  }
  /* line 975, app/assets/stylesheets/home.scss */
  .home_section {
    margin-top: 0px;
  }
  /* line 978, app/assets/stylesheets/home.scss */
  .home_section_image {
    width: 60px;
    height: auto;
  }
  /* line 982, app/assets/stylesheets/home.scss */
  .home_section_title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: normal;
  }
}

@media (max-width: 1100px) {
  /* line 991, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    background-size: auto 80%;
  }
  /* line 995, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    padding-bottom: 100px;
  }
  /* line 998, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 540px;
  }
  /* line 1003, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 540px;
    background-position: center top;
    background-image: var(--home-top-gradient-mobile), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_901px_to_1100px.jpeg);
  }
}

@media (max-width: 1000px) {
  /* line 1015, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    margin-top: 0px;
  }
  /* line 1019, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 42px;
  }
  /* line 1022, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 32px;
    line-height: 1.2;
  }
  /* line 1026, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 22px;
  }
  /* line 1029, app/assets/stylesheets/home.scss */
  #home_top_paragraph_last_line {
    font-size: 20px;
  }
  /* line 1032, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-bottom: 50px;
  }
}

@media (max-width: 900px) {
  /* line 1038, app/assets/stylesheets/home.scss */
  #section_popular_card_3 {
    display: none;
  }
  /* line 1042, app/assets/stylesheets/home.scss */
  .home_section_image {
    height: 60px;
    width: auto;
  }
  /* line 1047, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 450px;
  }
  /* line 1052, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-top: 25px;
  }
  /* line 1056, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    display: none;
  }
  /* line 1060, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 450px;
    background-position: center top;
    background-image: var(--home-top-gradient-mobile), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_701px_to_900px.jpeg);
  }
}

@media (max-width: 800px) {
  /* line 1073, app/assets/stylesheets/home.scss */
  #home_top_texts_section {
    background-size: auto 60%;
    background-image: none;
  }
  /* line 1078, app/assets/stylesheets/home.scss */
  #home_top_section {
    background-image: url(/images/home/top_section_background_mobile.png);
    background-repeat: no-repeat;
  }
  /* line 1083, app/assets/stylesheets/home.scss */
  #home_all_categories_main_wrapper {
    margin-top: -660px;
  }
}

@media (max-width: 700px) {
  /* line 1089, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 350px;
  }
  /* line 1094, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 35px;
    line-height: normal;
  }
  /* line 1098, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 25px;
    line-height: normal;
  }
  /* line 1103, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    display: block;
    margin-top: 0px;
    line-height: 1.4;
  }
  /* line 1109, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 350px;
    background-position: center top;
    background-image: var(--home-top-gradient-mobile), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_500px_to_700px.jpeg);
  }
}

@media (max-width: 600px) {
  /* line 1123, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    padding-top: 30px;
  }
  /* line 1126, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 35px;
    margin-top: -10px;
  }
  /* line 1130, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 26px;
  }
  /* line 1133, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 18px;
  }
  /* line 1136, app/assets/stylesheets/home.scss */
  #home_top_paragraph_last_line {
    font-size: 18px;
  }
  /* line 1140, app/assets/stylesheets/home.scss */
  #section_popular_card_2 {
    display: none;
  }
  /* line 1144, app/assets/stylesheets/home.scss */
  #home_categories_section {
    margin-bottom: 25px;
  }
  /* line 1148, app/assets/stylesheets/home.scss */
  #home_all_categories_main_wrapper {
    margin-top: -700px;
  }
}

@media (max-width: 500px) {
  /* line 1154, app/assets/stylesheets/home.scss */
  #home_top_title {
    font-size: 30px;
    margin-top: -20px;
  }
  /* line 1158, app/assets/stylesheets/home.scss */
  #home_top_subtitle {
    font-size: 20px;
    margin-top: 10px;
  }
  /* line 1162, app/assets/stylesheets/home.scss */
  #home_top_paragraph {
    font-size: 16px;
    display: none;
  }
  /* line 1167, app/assets/stylesheets/home.scss */
  #home_top_paragraph_last_line {
    font-size: 16px;
    display: none;
  }
  /* line 1171, app/assets/stylesheets/home.scss */
  #home_all_categories_main_wrapper {
    margin-top: -730px;
  }
  /* line 1175, app/assets/stylesheets/home.scss */
  #home_page_top_section,
#home_top_section {
    height: 330px;
  }
  /* line 1180, app/assets/stylesheets/home.scss */
  #home_page_top_section {
    background-size: 100% 100%, auto 330px;
    background-position: center top;
    background-image: var(--home-top-gradient-mobile), url(/images/2nd_design/landing_page/top_section/top_image/mikkel_and_filip_kollek_from_300px_to_500px.jpeg);
  }
}

@media (max-width: 400px) {
  /* line 1194, app/assets/stylesheets/home.scss */
  #home_all_categories_wrapper {
    padding-bottom: 80px;
  }
}

@media (max-width: 350px) {
  /* line 1200, app/assets/stylesheets/home.scss */
  #home_categories_section {
    margin-top: 0px;
  }
  /* line 1203, app/assets/stylesheets/home.scss */
  #home_all_categories_main_wrapper {
    margin-top: -640px;
  }
}
/* 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 10, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_item {
  background-color: #FFFFFF !important;
  font-size: 16px;
  padding: 0px;
  color: #474747;
  float: left;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  width: 25%;
  margin-top: 35px;
}

/* line 22, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_title_item {
  margin-top: 10px;
  font-weight: 400;
}

/* line 26, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_title_item_selected {
  color: #ff7036;
}

/* line 29, app/assets/stylesheets/logged_links_items.scss */
.logged_in_links_icon {
  height: 20px;
}

/* line 32, 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 39, app/assets/stylesheets/logged_links_items.scss */
#logged_link_my_profile_button {
  color: #FFFFFF;
  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 55, app/assets/stylesheets/logged_links_items.scss */
#logged_link_my_profile_icon {
  height: 15px;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  /* line 103, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    display: none;
    /*width: 60%;*/
  }
  /* line 106, app/assets/stylesheets/logged_links_items.scss */
  .logged_in_links_item {
    background: transparent !important;
  }
}

@media (max-width: 900px) {
  /* line 118, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 70%;
  }
}

@media (max-width: 800px) {
  /* line 124, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 75%;
  }
}

@media (max-width: 700px) {
  /* line 130, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 80%;
  }
}

@media (max-width: 600px) {
  /* line 136, app/assets/stylesheets/logged_links_items.scss */
  #logged_links_wrapper {
    width: 95%;
  }
}

@media (max-width: 500px) {
  /* line 142, app/assets/stylesheets/logged_links_items.scss */
  .logged_in_links_item {
    font-size: 14px;
    width: 22%;
  }
  /* line 146, app/assets/stylesheets/logged_links_items.scss */
  #logged_link_my_profile_wrapper {
    width: 34%;
  }
}

@media (max-width: 400px) {
  /* line 152, app/assets/stylesheets/logged_links_items.scss */
  .logged_in_links_item {
    width: 50%;
    background: transparent !important;
  }
  /* line 156, app/assets/stylesheets/logged_links_items.scss */
  #logged_link_my_profile_wrapper {
    width: 50%;
  }
  /* line 159, app/assets/stylesheets/logged_links_items.scss */
  #logged_link_my_profile_button {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 1, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_inactive {
  float: right;
  cursor: pointer;
  width: auto;
  height: 60px;
  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-right: 25px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 26, app/assets/stylesheets/mastercard/payment_page.scss */
.checkout_payment_page_pay_by_mastercard_active {
  float: right;
  cursor: pointer;
  width: auto;
  height: 60px;
  border-radius: 100px;
  background: #ff7c46;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 25px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 47, 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 53, 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 61, 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 69, 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 78, 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 86, 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 99, 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 (max-width: 1600px) {
  /* line 136, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  /* line 140, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    margin-top: 10px;
  }
  /* line 143, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section_title {
    font-size: 28px;
  }
  /* line 146, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  /* line 162, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  /* line 171, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    margin-top: 18px;
  }
}

@media (max-width: 900px) {
  /* line 178, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    width: 95%;
    margin-left: 5%;
  }
}

@media (max-width: 700px) {
  /* line 189, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    font-size: 18px;
    height: 50px;
    margin-top: 25px;
    float: left;
  }
  /* line 195, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    font-size: 18px;
    height: 50px;
  }
  /* line 199, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 600px) {
  /* line 207, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_active {
    margin-right: 0px;
    font-size: 16px;
    height: 45px;
  }
  /* line 212, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_pay_by_mastercard_inactive {
    font-size: 16px;
    height: 45px;
  }
  /* line 217, app/assets/stylesheets/mastercard/payment_page.scss */
  #checkout_payment_page_mastercard_section_title {
    font-size: 24px;
  }
  /* line 220, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  /* line 226, 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 (max-width: 400px) {
  /* line 235, app/assets/stylesheets/mastercard/payment_page.scss */
  .checkout_payment_page_mastercard_section_text {
    font-size: 16px;
    line-height: 32px;
  }
}
/* line 3, app/assets/stylesheets/mobile_header.scss */
#mobile_header_layout {
  width: 100%;
  height: 100px;
  background: #7946f5;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

/* line 11, app/assets/stylesheets/mobile_header.scss */
#mobile_header_section {
  width: 73%;
  height: 100px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
}

/* line 18, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell {
  float: left;
  height: 100%;
  width: 15%;
}

/* line 23, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_5 {
  float: left;
  height: 100%;
  width: 5%;
  padding-top: 41px;
}

/* line 29, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_10 {
  float: left;
  height: 100%;
  width: 10%;
  padding-top: 41px;
}

/* line 35, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_15 {
  float: left;
  height: 100%;
  width: 15%;
  padding-top: 41px;
}

/* line 41, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_16 {
  float: left;
  height: 100%;
  width: 16%;
}

/* line 46, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_20 {
  float: left;
  height: 100%;
  width: 20%;
}

/* line 51, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_25 {
  float: left;
  height: 100%;
  width: 25%;
  padding-top: 41px;
}

/* line 57, app/assets/stylesheets/mobile_header.scss */
.mobile_header_cell_30 {
  float: left;
  height: 100%;
  width: 30%;
  padding-top: 41px;
}

/* line 63, app/assets/stylesheets/mobile_header.scss */
.mobile_header_divider_3 {
  float: left;
  height: 100%;
  width: 3%;
}

/* line 68, app/assets/stylesheets/mobile_header.scss */
.mobile_header_divider_4 {
  float: left;
  height: 100%;
  width: 4%;
}

/* line 73, app/assets/stylesheets/mobile_header.scss */
.mobile_header_divider_5 {
  float: left;
  height: 100%;
  width: 5%;
}

/* line 78, app/assets/stylesheets/mobile_header.scss */
#mobile_header_logo {
  height: 53px;
  margin-top: 23px;
}

/* line 83, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_bar_section_wrapper {
  padding-top: 2px;
}

/* line 86, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_bar_section {
  width: 100%;
  height: 30px;
  margin-top: 40px;
  background: #faf6ff;
  border-radius: 20px;
}

/* line 93, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_icon_section {
  float: left;
  width: 15%;
  height: 100%;
}

/* line 98, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_icon {
  height: 50%;
  margin-left: 25%;
  margin-top: 20%;
}

/* line 103, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_input_section {
  float: left;
  width: 85%;
  height: 100%;
}

/* line 108, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_input {
  width: 90%;
  border: 0px;
  background: transparent;
  height: 20px;
  margin-top: 5px;
}

/* line 115, app/assets/stylesheets/mobile_header.scss */
#mobile_header_search_input::placeholder {
  color: #868686;
}

/* line 119, 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 129, app/assets/stylesheets/mobile_header.scss */
.mobile_header_link:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/mobile_header.scss */
#mobile_header_checkout_url {
  position: relative;
  height: 35px;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: 32.5px;
}

/* line 142, app/assets/stylesheets/mobile_header.scss */
#mobile_header_checkout_icon {
  height: 35px;
  width: 35px;
  float: right;
}

/* line 147, app/assets/stylesheets/mobile_header.scss */
#mobile_header_login_icon {
  height: 21px;
  margin-right: 5px;
  float: right;
  margin-top: 42px;
}

/* line 153, 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 162, app/assets/stylesheets/mobile_header.scss */
#mobile_header_login_url:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 166, app/assets/stylesheets/mobile_header.scss */
#login_and_signup_without_logged_user {
  float: right;
}

/* line 170, app/assets/stylesheets/mobile_header.scss */
#mobile_count_checkout_items_header_overlay {
  position: absolute;
  top: -15px;
  /* Adjust these values */
  right: -10px;
  /* Adjust these values */
}

/* line 175, app/assets/stylesheets/mobile_header.scss */
#mobile_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 190, app/assets/stylesheets/mobile_header.scss */
#mobile_header_signup_url {
  color: #FFFFFF;
  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 208, app/assets/stylesheets/mobile_header.scss */
#mobile_header_header_links_wrapper {
  float: right;
  width: 35%;
}

/* line 213, app/assets/stylesheets/mobile_header.scss */
.second_mobile_menu_wrapper {
  height: 76px;
  width: 100%;
}

/* line 217, app/assets/stylesheets/mobile_header.scss */
#second_mobile_menu {
  width: 90%;
  margin-left: 5%;
  height: 76px;
}

/* line 223, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_bar_section_wrapper {
  padding-top: 2px;
  width: 30%;
}

/* line 227, 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 238, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_icon_section {
  float: left;
  width: 10%;
  height: 100%;
}

/* line 243, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_icon {
  height: 16px;
  margin-left: 25%;
  margin-top: 11.5px;
}

/* line 248, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_input_section {
  float: left;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}

/* line 257, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_input {
  width: 90%;
  border: 0px;
  background: transparent;
  height: 20px;
  padding: 0;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 100%;
  color: #868686;
}

/* line 269, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_search_input::placeholder {
  color: #868686;
}

/* line 273, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_cell_16 {
  float: left;
  height: 100%;
  width: 16%;
}

/* line 279, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_home_link {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 23px;
  cursor: pointer;
}

/* line 286, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_door_link {
  float: right;
  margin-top: 18px;
  cursor: pointer;
}

/* line 291, app/assets/stylesheets/mobile_header.scss */
#second_mobile_header_door_image {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

/* line 297, 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 314, 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 326, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_one_navigation_link:visited {
  text-decoration: none;
  color: #707070;
}

/* line 330, app/assets/stylesheets/mobile_header.scss */
.second_mobile_header_one_navigation_link:hover {
  text-decoration: none;
  color: #707070;
}

/* line 334, 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 343, app/assets/stylesheets/mobile_header.scss */
#mobile_header_profile_picture {
  position: relative;
  float: right;
  cursor: pointer;
  margin-top: 22px;
}

/* line 349, app/assets/stylesheets/mobile_header.scss */
#mobile_header_profile_picture > img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

/* line 354, app/assets/stylesheets/mobile_header.scss */
#mobile_header_name_initials {
  float: right;
  color: white;
  font-weight: bold;
  background: #ff7036;
  border-radius: 50%;
  margin-top: 25px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  border: 2px solid white;
}

/* line 368, app/assets/stylesheets/mobile_header.scss */
#mobile_header_right_links {
  float: right;
  height: 100%;
  width: 50%;
  padding-top: 0px;
}

@media (min-width: 1201px) {
  /* line 394, app/assets/stylesheets/mobile_header.scss */
  .second_mobile_menu_wrapper {
    display: none;
  }
}

@media (max-width: 1200px) {
  /* line 422, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_layout {
    display: inherit;
  }
  /* line 425, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_section {
    width: 90%;
    margin-left: 5%;
  }
  /* line 429, app/assets/stylesheets/mobile_header.scss */
  .mobile_header_link {
    font-size: 16px;
  }
  /* line 432, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_login_icon {
    height: 19px;
  }
  /* line 435, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_login_url {
    font-size: 16px;
  }
  /* line 438, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_signup_url {
    font-size: 16px;
    margin-right: 0px;
  }
  /* line 442, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    display: none;
  }
  /* line 445, app/assets/stylesheets/mobile_header.scss */
  #login_and_signup_without_logged_user {
    width: 50%;
  }
  /* line 448, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_header_links_wrapper {
    display: none;
  }
}

@media (max-width: 1100px) {
  /* line 454, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    width: 22%;
    margin-left: 10px;
  }
  /* line 458, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 25%;
    left: 75%;
  }
}

@media (max-width: 1000px) {
  /* line 465, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    margin-left: 15px;
  }
  /* line 468, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_search_bar_section_wrapper {
    width: 18%;
    margin-left: 25px;
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  /* line 476, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_header_links_wrapper {
    width: 45%;
  }
  /* line 480, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 30%;
    left: 70%;
  }
  /* line 485, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 12%;
  }
  /* line 488, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 88%;
  }
  /* line 491, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 35%;
  }
}

@media (max-width: 800px) {
  /* line 499, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 40%;
  }
}

@media (max-width: 700px) {
  /* line 505, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 40%;
    left: 60%;
  }
  /* line 510, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 50%;
  }
}

@media (max-width: 600px) {
  /* line 516, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 50%;
    left: 50%;
  }
  /* line 521, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section_wrapper {
    width: 65%;
  }
  /* line 524, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 11%;
  }
  /* line 527, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 89%;
  }
  /* line 530, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_home_link {
    display: none;
  }
}

@media (max-width: 500px) {
  /* line 536, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_logo {
    height: 45px;
    margin-top: 27.5px;
  }
  /* line 540, app/assets/stylesheets/mobile_header.scss */
  #login_and_signup_without_logged_user {
    width: 60%;
  }
  /* line 543, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 55%;
    left: 45%;
  }
  /* line 548, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_icon_section {
    width: 12%;
    display: none;
  }
  /* line 552, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input_section {
    width: 100%;
    padding-left: 10px;
  }
  /* line 556, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input {
    font-size: 13px;
  }
  /* line 559, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_door_image {
    margin-left: 10px;
  }
  /* line 562, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_bar_section {
    border-radius: 15px;
  }
}

@media (max-width: 400px) {
  /* line 568, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 60%;
    left: 40%;
  }
  /* line 572, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_logo {
    height: 40px;
    margin-top: 30px;
  }
  /* line 576, app/assets/stylesheets/mobile_header.scss */
  #login_and_signup_without_logged_user {
    width: 70%;
  }
}

@media (max-width: 350px) {
  /* line 582, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_door_image {
    margin-left: 5px;
  }
  /* line 585, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_signup_url {
    margin-right: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }
  /* line 590, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_login_url {
    margin-right: 5px;
  }
  /* line 593, app/assets/stylesheets/mobile_header.scss */
  #mobile_header_logo {
    height: 33px;
    margin-top: 33.5px;
  }
  /* line 597, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_display_navigation_links {
    width: 75%;
    left: 25%;
  }
  /* line 601, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_header_search_input {
    font-size: 12px;
  }
  /* line 604, app/assets/stylesheets/mobile_header.scss */
  #second_mobile_menu {
    height: 70px;
  }
}
/* line 1, app/assets/stylesheets/my_profile_change_password.scss */
#change_password_form_fields {
  margin-left: 40px;
}

/* line 4, 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-height: 35px;
  height: 35px;
}

/* line 11, 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-height: 25px;
  height: 25px;
}

/* line 20, 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 26, 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;
  font-size: 14px;
}

/* line 43, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_input_field:hover {
  border: 1px solid black;
}

/* line 46, 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: 3.5%;
  font-size: 25px;
  line-height: 25px;
}

/* line 57, app/assets/stylesheets/my_profile_crud_addresses.scss */
#save_address_button {
  margin-left: 15px;
  margin-top: 15px;
  color: white;
  font-size: 20px;
  line-height: normal;
  width: 214px;
  height: 42px;
  background: #ff7036 !important;
  border-radius: 100px;
  cursor: pointer;
  border: 0px;
  padding-right: 0px;
  padding-left: 0px;
  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 81, app/assets/stylesheets/my_profile_crud_addresses.scss */
#update_address_button {
  margin-top: 25px;
  color: white;
  font-size: 20px;
  line-height: normal;
  width: 230px;
  height: 44px;
  background: #ff7036 !important;
  border-radius: 100px;
  margin-left: 15px;
  cursor: pointer;
  border: 0px;
  font-weight: 500;
  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 102, app/assets/stylesheets/my_profile_crud_addresses.scss */
.save_address_error_message {
  margin-left: 18px;
  margin-top: 3px;
}

/* line 106, 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: 200px;
  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: 3.5%;
  padding-left: 40px;
  font-size: 25px;
  line-height: 25px;
}

/* My profile - display addresses */
/* line 128, 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 136, 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;
  font-size: 14px;
  line-height: 25px;
}

/* line 149, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_list_one_address_details:hover {
  cursor: pointer;
}

/* line 152, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_display_addresses_create_address_button {
  background: #ff7036;
  border-radius: 100px;
  color: white;
  width: 214px;
  height: 44px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  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 */
  margin-bottom: 30px;
}

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

/* line 179, 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 190, 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 198, app/assets/stylesheets/my_profile_crud_addresses.scss */
.my_profile_crud_address_input_field::placeholder {
  color: #595858;
}

/* line 201, 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 211, 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 227, app/assets/stylesheets/my_profile_crud_addresses.scss */
.edit_address_error_message {
  margin-top: 7px;
  margin-bottom: 2px;
  margin-left: 15px;
}

/* line 232, 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;
}

/* line 240, app/assets/stylesheets/my_profile_crud_addresses.scss */
#my_profile_add_address_title {
  padding-top: 5px;
}

/* line 244, app/assets/stylesheets/my_profile_crud_addresses.scss */
#my_profile_edit_address_title {
  padding-top: 5px;
}

@media (max-width: 1899.98px) {
  /* line 267, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_title {
    padding-top: 5px;
  }
  /* line 271, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_title {
    padding-top: 5px;
  }
}

@media (max-width: 1800px) {
  /* line 277, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    width: 80%;
  }
  /* line 280, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_wrapper {
    width: 80%;
  }
  /* line 283, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_wrapper {
    width: 80%;
  }
  /* line 286, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_wrapper {
    width: 80%;
  }
}

@media (max-width: 1600px) {
  /* line 295, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 60%;
  }
  /* line 299, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 60%;
  }
}

@media (max-width: 1400px) {
  /* line 308, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    width: 60%;
  }
  /* line 311, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    width: 95%;
  }
  /* line 314, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_wrapper {
    width: 95%;
  }
  /* line 317, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_wrapper {
    width: 95%;
  }
  /* line 320, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_change_profile_password_wrapper {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  /* line 329, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    width: 65%;
  }
}

@media (max-width: 1100px) {
  /* line 335, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    margin-left: 30px;
  }
}

@media (max-width: 1000px) {
  /* line 341, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    margin-left: 5%;
    width: 90%;
  }
}

@media (max-width: 900px) {
  /* line 348, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_field_label {
    padding-left: 0px;
  }
  /* line 351, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_input_field {
    margin-left: 0px;
  }
  /* line 354, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    margin-left: 30px;
  }
  /* line 358, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #display_crud_address_message_above_button {
    padding-left: 0px;
  }
  /* line 361, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #save_address_button {
    margin-left: 0px;
  }
  /* line 365, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #divider_100_profile_show_order {
    display: none;
  }
}

@media (max-width: 800px) {
  /* line 371, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_left_bar_section_profile_display_addresses {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 375, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    margin-left: 0px;
    width: 100%;
    padding-left: 20px;
  }
  /* line 380, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    margin-bottom: 0px;
  }
  /* line 383, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #extra_300px_bottom_display_addresses {
    display: none;
  }
  /* line 386, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_display_addresses_list_one_address_details {
    width: 100%;
  }
  /* line 390, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    margin-left: 30px;
  }
  /* line 393, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #update_address_button {
    margin-left: 0px;
  }
  /* line 396, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .left_bar_passive_item_wrap_profile_display_addresses,
.left_bar_active_item_wrap_profile_display_addresses {
    float: left !important;
    padding-left: 0px;
    width: auto;
    margin-right: 20px;
  }
}

@media (max-width: 700px) {
  /* line 407, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    margin-left: 0px;
    width: 70%;
  }
  /* line 411, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_title {
    padding-left: 20px;
  }
  /* line 415, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    margin-left: 0px;
    width: 70%;
  }
  /* line 419, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_title {
    padding-left: 20px;
  }
  /* line 423, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_form_fields {
    padding-left: 20px;
  }
  /* line 427, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .save_address_error_message {
    padding-left: 0px;
    margin-left: 0px;
  }
  /* line 431, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .edit_address_error_message {
    padding-left: 0px;
    margin-left: 0px;
  }
  /* line 436, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #update_address_button {
    margin-top: 15px;
  }
  /* line 440, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_box {
    width: 95%;
  }
  /* line 443, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 446, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
}

@media (max-width: 600px) {
  /* line 452, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_left_bar_section_profile_change_profile_password {
    width: 95%;
  }
  /* line 456, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
  /* line 460, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
}

@media (max-width: 500px) {
  /* line 467, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
  /* line 471, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 474, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_left_bar_section_profile_edit_address {
    width: 95%;
  }
}

@media (max-width: 400px) {
  /* line 480, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_wrapper {
    margin-left: 20px;
  }
  /* line 483, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_display_addresses_section {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }
  /* line 488, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_display_addresses_list_one_address_details {
    width: 100%;
  }
  /* line 491, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_display_addresses_create_address_button {
    margin-top: 0px;
  }
  /* line 495, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 100%;
  }
  /* line 499, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 100%;
  }
  /* line 503, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_edit_address_box {
    width: 95%;
  }
  /* line 507, app/assets/stylesheets/my_profile_crud_addresses.scss */
  .my_profile_crud_address_box {
    width: 95%;
  }
  /* line 510, app/assets/stylesheets/my_profile_crud_addresses.scss */
  #my_profile_add_address_box {
    width: 95%;
  }
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/my_profile_general.scss */
.my_profile_general_title {
  color: #707070;
  line-height: 1.5;
  font-size: 72px;
  line-height: normal;
  font-weight: 600;
  background: transparent;
  width: 75%;
  margin-left: 12.5%;
  margin-top: 45px;
  padding-bottom: 0px;
  overflow-wrap: break-word;
  margin-bottom: 45px;
}

/* Left bar */
/* line 19, app/assets/stylesheets/my_profile_general.scss */
.my_profile_left_bar_image {
  margin-left: 15px;
  height: 19px;
  width: 19px;
  align-self: center;
  /* aliniere verticală pe mijloc */
  float: left;
}

/* line 26, app/assets/stylesheets/my_profile_general.scss */
.left_bar_gray {
  color: #757575 !important;
}

/* line 29, app/assets/stylesheets/my_profile_general.scss */
.left_bar_orange {
  color: #ff7036 !important;
}

/* line 32, app/assets/stylesheets/my_profile_general.scss */
.left_bar_active_item_wrap {
  display: flex;
  align-items: center;
  /* centrează vertical textul */
  height: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/my_profile_general.scss */
.left_bar_active_item_title {
  margin-left: 12px;
  float: left;
  color: #ff7036;
  height: 40px;
  font-size: 17px;
  line-height: 17px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/my_profile_general.scss */
.left_bar_passive_item_wrap {
  display: flex;
  align-items: center;
  /* centrează vertical textul */
  height: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/my_profile_general.scss */
.left_bar_passive_item_title {
  margin-left: 12px;
  float: left;
  color: #757575;
  height: 40px;
  font-size: 17px;
  line-height: 17px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

/* line 76, app/assets/stylesheets/my_profile_general.scss */
.left_bar_company_name {
  font-weight: 600;
  font-size: 19px;
  padding-left: 15px;
  color: #585858;
  line-height: 19.36px;
  overflow-wrap: break-word;
  width: 90%;
  padding-bottom: 12px;
}

/* line 86, app/assets/stylesheets/my_profile_general.scss */
.my_profile_subpage_wrap {
  margin-top: 20px;
  margin-bottom: 150px;
}

@media (min-width: 2000px) {
  /* line 92, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (min-width: 2100px) {
  /* line 99, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2200px) {
  /* line 106, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2300px) {
  /* line 113, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 74%;
    margin-left: 13%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 2400px) {
  /* line 122, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2500px) {
  /* line 129, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2600px) {
  /* line 136, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 74%;
    margin-left: 13%;
  }
}

@media (max-width: 1899.98px) {
  /* line 143, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (max-width: 1800px) {
  /* line 150, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 10%;
    width: 80%;
  }
}

@media (max-width: 1700px) {
  /* line 157, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 8%;
    width: 84%;
  }
}

@media (max-width: 1600px) {
  /* line 164, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 8%;
    width: 84%;
    font-size: 68px;
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media (max-width: 1500px) {
  /* line 175, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 7.5%;
    width: 85%;
  }
  /* line 180, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_wrap {
    float: none;
  }
  /* line 183, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_wrap {
    float: none;
  }
}

@media (max-width: 1400px) {
  /* line 189, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 7.5%;
    width: 85%;
  }
}

@media (max-width: 1300px) {
  /* line 196, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 5%;
    width: 90%;
    font-size: 64px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  /* line 207, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 5%;
    width: 90%;
    margin-top: 22px;
  }
}

@media (max-width: 1100px) {
  /* line 215, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
  }
  /* line 219, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_my_profile {
    margin-left: 5%;
    width: 90%;
  }
}

@media (max-width: 1000px) {
  /* line 226, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  /* line 233, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_wrap {
    width: auto;
  }
}

@media (max-width: 900px) {
  /* line 239, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 800px) {
  /* line 246, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
    font-size: 55px;
    margin-top: 18px;
    margin-bottom: 28px;
  }
  /* line 253, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_title {
    margin-left: 15px;
  }
  /* line 256, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_title {
    margin-left: 15px;
  }
  /* line 260, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_title_profile_display_addresses {
    margin-left: 5px;
  }
  /* line 263, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_title_profile_display_addresses {
    margin-left: 5px;
  }
}

@media (max-width: 700px) {
  /* line 269, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    margin-left: 5%;
    width: 90%;
  }
  /* line 273, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_left_bar_image {
    margin-left: 0px;
  }
  /* line 277, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_title {
    margin-left: 5px;
  }
  /* line 280, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_title {
    margin-left: 5px;
  }
  /* line 284, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_company_name {
    padding-left: 0px;
  }
  /* line 287, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_active_item_wrap {
    float: left;
    padding-left: 0px;
    margin-right: 20px;
  }
  /* line 293, app/assets/stylesheets/my_profile_general.scss */
  .left_bar_passive_item_wrap {
    float: left;
    padding-left: 0px;
    margin-right: 20px;
  }
}

@media (max-width: 600px) {
  /* line 303, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
    font-size: 45px;
    margin-top: 17px;
    margin-bottom: 26px;
  }
}

@media (max-width: 500px) {
  /* line 313, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
    font-size: 42px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
  /* line 320, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_left_bar_section_profile_add_address {
    width: 95%;
  }
  /* line 324, app/assets/stylesheets/my_profile_general.scss */
  #my_profile_subpage_wrap_profile_my_profile {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  /* line 330, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
    font-size: 40px;
    margin-top: 14px;
    margin-bottom: 21px;
  }
}

@media (max-width: 350px) {
  /* line 340, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
    font-size: 35px;
    margin-top: 12px;
    margin-bottom: 16px;
  }
}

@media (max-width: 300px) {
  /* line 350, app/assets/stylesheets/my_profile_general.scss */
  .my_profile_general_title {
    width: 90%;
    margin-left: 5%;
  }
}
/* line 1, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_page_data_wrap {
  margin-left: 3.5%;
  width: 78%;
  float: left;
  font-size: 14px;
  line-height: normal;
}

/* line 9, 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 17, 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 33, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_save_profile_data:hover {
  border: 1px solid black;
}

/* line 36, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_image_section {
  width: 100%;
  text-align: center;
}

/* line 40, 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 49, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_field_label {
  padding-left: 15px;
  font-size: 14px;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #595858;
  font-weight: 600;
}

/* line 60, 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;
  font-size: 14px;
}

/* line 78, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_input:hover {
  border: 1px solid black;
}

/* line 81, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_profile_data_input::placeholder {
  color: gray !important;
}

/* line 85, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_profile_image_section {
  width: 100%;
  text-align: center;
}

/* line 89, 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 95, app/assets/stylesheets/my_profile_profile_data.scss */
#my_profile_save_profile_data_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-top: 25px;
  color: white;
  font-size: 20px;
  line-height: normal;
  width: 250px;
  height: 50px;
  border-radius: 28px;
  cursor: pointer;
  background: #ff7036;
  border-radius: 100px;
  text-align: center;
  border: 0px;
}

/* line 116, app/assets/stylesheets/my_profile_profile_data.scss */
#save_profile_data_profile_image {
  font-size: 14px;
}

/* line 120, 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 130, 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 139, app/assets/stylesheets/my_profile_profile_data.scss */
#close_account_button_before {
  background: #d24004;
  border-radius: 100px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 20px;
  line-height: 24px;
  color: white;
  width: 260px;
  height: 48px;
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 157, 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 172, 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 188, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input:hover {
  border: 1px solid black;
}

/* line 191, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input::placeholder {
  color: gray !important;
}

/* line 194, app/assets/stylesheets/my_profile_profile_data.scss */
.my_profile_change_password_input::placeholder {
  color: #585858;
}

/* line 198, 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: 3.5%;
  padding-left: 0px;
  border: 0px;
  margin-top: 0px;
}

/* line 210, 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 218, 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 224, 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 233, 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: 30px;
  box-shadow: 0px 10px 15px rgba(84, 48, 209, 0.1);
  padding-bottom: 20px;
  padding-left: 10px;
}

@media (min-width: 2100px) {
  /* line 249, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 45%;
  }
}

@media (min-width: 2200px) {
  /* line 255, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 40%;
  }
}

@media (max-width: 1600px) {
  /* line 279, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 20%;
  }
  /* line 282, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 76.5%;
  }
}

@media (max-width: 1400px) {
  /* line 292, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 71.5%;
  }
  /* line 295, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 25%;
  }
}

@media (max-width: 1300px) {
  /* line 301, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_data_box {
    width: 80%;
  }
  /* line 304, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  /* line 310, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 25%;
  }
  /* line 313, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_data_box {
    width: 100%;
  }
  /* line 322, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 60%;
  }
}

@media (max-width: 1000px) {
  /* line 331, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 30%;
  }
  /* line 334, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 66.5%;
  }
  /* line 337, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 60px;
  }
  /* line 340, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 80%;
  }
}

@media (max-width: 900px) {
  /* line 346, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 45px;
  }
  /* line 349, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_save_profile_data_button {
    height: 40px;
    width: 220px;
  }
}

@media (max-width: 800px) {
  /* line 356, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 32%;
  }
  /* line 359, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    margin-left: 3.5%;
    width: 64.5%;
  }
  /* line 363, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 30px;
  }
  /* line 366, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 90%;
  }
  /* line 370, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    margin-left: 2%;
  }
}

@media (max-width: 700px) {
  /* line 376, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 25px;
  }
  /* line 382, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 100%;
    margin-left: 0px;
  }
  /* line 386, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    width: 100%;
  }
  /* line 389, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 15px;
  }
  /* line 393, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    margin-left: 0px;
    width: 100%;
  }
  /* line 397, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_change_password_field_label {
    padding-left: 0px;
  }
  /* line 400, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_change_password_input {
    margin-left: 0px;
  }
  /* line 403, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_save_password_button {
    margin-left: 0px;
  }
}

@media (max-width: 600px) {
  /* line 409, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 100%;
    padding-bottom: 15px;
  }
  /* line 414, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 80%;
  }
  /* line 417, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_left_bar_section_profile_my_profile {
    width: 100%;
  }
  /* line 421, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 100%;
  }
  /* line 424, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 100%;
    padding-left: 25px;
  }
  /* line 428, app/assets/stylesheets/my_profile_profile_data.scss */
  #change_password_form_fields {
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  /* line 434, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    padding-left: 18px;
    width: 95%;
  }
  /* line 438, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 100%;
  }
  /* line 441, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 10px;
  }
  /* line 444, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 449, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 95%;
  }
  /* line 453, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_box_before {
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  /* line 459, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_left_bar_section {
    width: 100%;
    padding-left: 15px;
  }
  /* line 463, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_profile_page_data_wrap {
    width: 100%;
  }
  /* line 466, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    padding-left: 0px;
  }
  /* line 469, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_profile_data_input {
    margin-left: 10px;
    font-size: 13px;
  }
  /* line 473, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_my_profile_data_section_with_fields {
    width: 95%;
  }
  /* line 476, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_profile_data_input {
    padding-left: 10px;
  }
  /* line 479, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 270px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  /* line 486, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 100%;
  }
}

@media (max-width: 350px) {
  /* line 492, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_before {
    width: 220px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 497, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
  /* line 504, app/assets/stylesheets/my_profile_profile_data.scss */
  #change_password_form_fields {
    margin-left: 0px;
  }
  /* line 507, app/assets/stylesheets/my_profile_profile_data.scss */
  #my_profile_change_password_box {
    width: 95%;
  }
}

@media (max-width: 300px) {
  /* line 513, app/assets/stylesheets/my_profile_profile_data.scss */
  .my_profile_profile_data_input {
    padding-left: 10px;
    font-size: 12px;
  }
  /* line 517, app/assets/stylesheets/my_profile_profile_data.scss */
  #close_account_button_after {
    width: 250px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  /* line 524, 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 6, app/assets/stylesheets/pages.scss */
#cookie_policy_top_image {
  height: 350px;
  float: right;
  margin-top: 40px;
}

/* line 11, app/assets/stylesheets/pages.scss */
#payment_terms_top_image {
  height: 350px;
  float: right;
  margin-top: 40px;
}

/* line 16, app/assets/stylesheets/pages.scss */
#delivery_conditions_top_image {
  height: 200px;
  float: right;
}

/* Simple text */
/* line 22, app/assets/stylesheets/pages.scss */
.simple_text_page {
  padding-bottom: 30px;
  margin-top: 35px;
}

/* line 26, app/assets/stylesheets/pages.scss */
.simple_text_title {
  color: #707070;
  font-size: 60px;
  margin-bottom: 5px;
  width: 100%;
  line-height: 120%;
  font-weight: 600;
  padding-top: 10px;
}

/* line 35, app/assets/stylesheets/pages.scss */
.simple_text_subtitle {
  color: #7946f5;
  font-size: 40px;
  line-height: 120%;
  padding-top: 35px;
  padding-bottom: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  width: 90%;
  word-wrap: break-word;
  /* For older browsers */
  overflow-wrap: break-word;
  /* Modern browsers */
}

/* line 47, app/assets/stylesheets/pages.scss */
.simple_text_paragraph {
  color: #707070;
  font-size: 25px;
  padding-top: 22px;
  margin-bottom: 5px;
  line-height: 140%;
  font-weight: normal;
}

/* line 55, app/assets/stylesheets/pages.scss */
.simple_text_with_tab_20 {
  margin-left: 20px;
}

/* line 59, app/assets/stylesheets/pages.scss */
#terms_and_conditions_list_of_links {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 95%;
}

/* line 64, 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 70, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 65px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  /* line 75, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 45px;
  }
  /* line 78, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 27px;
  }
  /* line 81, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 380px;
    margin-top: 30px;
  }
  /* line 85, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 380px;
    margin-top: 30px;
  }
  /* line 89, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 380px;
    margin-top: 30px;
  }
  /* line 93, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 180px;
  }
}

@media (min-width: 2200px) {
  /* line 102, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 65px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  /* line 107, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 40px;
  }
  /* line 110, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 28px;
  }
}

@media (min-width: 2300px) {
  /* line 116, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 400px;
    margin-top: 20px;
  }
  /* line 120, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 400px;
    margin-top: 20px;
  }
  /* line 124, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 400px;
    margin-top: 20px;
  }
  /* line 128, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 187px;
  }
}

@media (min-width: 2400px) {
  /* line 134, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 75px;
    margin-bottom: 20px;
    padding-top: 60px;
  }
  /* line 139, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 50px;
  }
  /* line 142, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 30px;
  }
  /* line 145, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 430px;
    margin-top: 20px;
  }
  /* line 149, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 430px;
    margin-top: 20px;
  }
  /* line 153, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 430px;
    margin-top: 20px;
  }
  /* line 157, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 187px;
  }
}

@media (max-width: 1800px) {
  /* line 169, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    padding-top: 15px;
  }
  /* line 172, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    padding-top: 30px;
    margin-bottom: 10px;
  }
  /* line 176, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    padding-top: 10px;
  }
  /* line 179, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
  /* line 183, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
  /* line 187, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
  /* line 191, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    margin-top: -10px;
    margin-right: 50px;
  }
}

@media (max-width: 1600px) {
  /* line 201, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 55px;
  }
  /* line 204, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 35px;
    padding-top: 20px;
  }
  /* line 208, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  /* line 217, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    margin-right: 20px;
  }
  /* line 220, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    margin-right: 20px;
  }
  /* line 223, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  /* line 234, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    margin-top: 10px;
    padding-bottom: 100px;
  }
  /* line 238, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    padding-top: 15px;
  }
  /* line 241, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 300px;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
  }
  /* line 247, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 300px;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
  }
  /* line 253, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 300px;
    float: right;
    margin-top: 20px;
    margin-right: 0px;
  }
  /* line 259, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    float: right;
    margin-right: 0px;
  }
}

@media (max-width: 1100px) {
  /* line 266, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 50px;
  }
  /* line 270, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    margin-bottom: 0px;
  }
}

@media (max-width: 1000px) {
  /* line 276, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    height: 270px;
  }
  /* line 279, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    height: 270px;
  }
  /* line 282, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    height: 270px;
  }
  /* line 285, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    height: 150px;
  }
  /* line 288, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    padding-bottom: 50px;
  }
}

@media (max-width: 900px) {
  /* line 294, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 45px;
  }
  /* line 297, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  /* line 303, app/assets/stylesheets/pages.scss */
  #privacy_policy_top_image {
    display: none;
  }
  /* line 306, app/assets/stylesheets/pages.scss */
  #cookie_policy_top_image {
    display: none;
  }
  /* line 309, app/assets/stylesheets/pages.scss */
  #payment_terms_top_image {
    display: none;
  }
  /* line 312, app/assets/stylesheets/pages.scss */
  #delivery_conditions_top_image {
    display: none;
  }
}

@media (max-width: 700px) {
  /* line 321, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  /* line 330, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    padding-left: 0px;
    padding-bottom: 40px;
  }
  /* line 334, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 35px;
    padding-top: 20px;
    text-align: left;
  }
  /* line 339, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 27px;
  }
  /* line 342, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  /* line 348, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 30px;
  }
  /* line 351, app/assets/stylesheets/pages.scss */
  .simple_text_subtitle {
    font-size: 24px;
  }
  /* line 354, app/assets/stylesheets/pages.scss */
  .simple_text_paragraph {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 350px) {
  /* line 362, app/assets/stylesheets/pages.scss */
  .simple_text_title {
    font-size: 25px;
  }
  /* line 365, app/assets/stylesheets/pages.scss */
  .simple_text_page {
    padding-bottom: 20px;
  }
}
/* line 1, app/assets/stylesheets/partners.scss */
#partners_top_section {
  width: 100%;
  height: 270px;
  background: linear-gradient(180deg, #7946f5 1.47%, rgba(121, 70, 245, 0) 100%);
  padding-top: 25px;
}

/* line 11, 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 20, 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: 12px;
  margin-left: auto;
  margin-right: auto;
}

/* line 33, app/assets/stylesheets/partners.scss */
#partners_widgets_section {
  width: 100%;
  margin-top: -20px;
}

/* line 37, app/assets/stylesheets/partners.scss */
.partners_one_widget {
  width: 100%;
  background: white;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  color: #595858;
  box-shadow: 20px 15px 44px 0px #5430d11a;
  border-radius: 20px;
}

/* line 50, app/assets/stylesheets/partners.scss */
.partners_one_widget_image {
  width: 30%;
  margin-right: 40px;
}

/* line 54, app/assets/stylesheets/partners.scss */
.partners_one_widget_title {
  display: none;
}

/* line 57, 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 64, app/assets/stylesheets/partners.scss */
.partners_one_widget_text {
  font-size: 25px;
  line-height: 30px;
}

/* line 68, app/assets/stylesheets/partners.scss */
.partners_one_visit_external_website {
  color: #7946f5;
}

/* line 71, app/assets/stylesheets/partners.scss */
.partners_one_visit_external_website:hover {
  color: #7946f5;
}

/* line 74, app/assets/stylesheets/partners.scss */
.partners_one_visit_external_website:visited {
  color: #7946f5;
}

/* line 77, app/assets/stylesheets/partners.scss */
.partners_image_float_left {
  float: left;
}

/* line 80, app/assets/stylesheets/partners.scss */
.partners_image_float_right {
  float: right;
  margin-right: 0px;
  margin-left: 40px;
}

/* line 85, 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: 2200px) {
  /* line 100, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -25px;
  }
}

@media (min-width: 2300px) {
  /* line 106, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    font-size: 90px;
    line-height: 90px;
    font-size: 90px;
  }
  /* line 111, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    padding-top: 40px;
  }
}

@media (max-width: 1800px) {
  /* line 126, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -30px;
  }
  /* line 129, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    font-size: 30px;
    line-height: normal;
    margin-top: 10px;
    height: 30px;
  }
  /* line 135, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 250px;
  }
}

@media (max-width: 1600px) {
  /* line 144, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    min-height: 500px;
  }
  /* line 147, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -30px;
  }
}

@media (max-width: 1400px) {
  /* line 156, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    font-size: 75px;
    line-height: normal;
  }
  /* line 160, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    padding-top: 10px;
    height: 230px;
  }
}

@media (max-width: 1200px) {
  /* line 170, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    margin-bottom: 30px;
  }
  /* line 173, app/assets/stylesheets/partners.scss */
  .partners_one_widget_image {
    width: 40%;
  }
  /* line 176, app/assets/stylesheets/partners.scss */
  .partners_one_widget_box_title {
    line-height: 45px;
    min-height: 45px;
    font-size: 35px;
    margin-bottom: 12px;
  }
  /* line 182, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    font-size: 75px;
    line-height: normal;
  }
  /* line 186, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    font-size: 70px;
  }
  /* line 189, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    margin-top: 7px;
  }
  /* line 192, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 235px;
  }
}

@media (max-width: 1000px) {
  /* line 201, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 225px;
  }
  /* line 204, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 60px;
    font-size: 60px;
    line-height: 60px;
  }
  /* line 209, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    height: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  /* line 214, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -50px;
  }
  /* line 217, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    padding-top: 30px;
  }
}

@media (max-width: 900px) {
  /* line 223, app/assets/stylesheets/partners.scss */
  .partners_one_widget_text {
    font-size: 20px;
  }
  /* line 226, app/assets/stylesheets/partners.scss */
  .partners_one_widget_image {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  /* line 230, app/assets/stylesheets/partners.scss */
  .partners_one_widget_box_title {
    line-height: 35px;
    min-height: 35px;
    font-size: 25px;
  }
}

@media (max-width: 800px) {
  /* line 238, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 200px;
    padding-top: 20px;
  }
  /* line 242, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 50px;
    font-size: 50px;
    line-height: 50px;
  }
  /* line 247, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    height: 25px;
    font-size: 25px;
    line-height: 30px;
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 700px) {
  /* line 257, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 220px;
    padding-top: 20px;
  }
}

@media (max-width: 600px) {
  /* line 264, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 140px;
  }
  /* line 267, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  /* line 272, app/assets/stylesheets/partners.scss */
  #partners_page_subtitle {
    display: none;
  }
  /* line 275, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  /* line 281, app/assets/stylesheets/partners.scss */
  #partners_top_section {
    height: 140px;
  }
  /* line 284, app/assets/stylesheets/partners.scss */
  #partners_page_title {
    height: 30px;
    font-size: 30px;
    line-height: 30px;
  }
  /* line 289, app/assets/stylesheets/partners.scss */
  #partners_widgets_section {
    margin-top: -65px;
  }
  /* line 292, app/assets/stylesheets/partners.scss */
  .partners_one_widget {
    padding: 25px;
  }
}
/* line 1, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_form {
  float: left;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #faf7ff;
  min-height: 370px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 75px;
  width: 44%;
  margin-left: 2%;
  font-size: 22px;
  line-height: 30px;
}

/* line 17, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_form_text {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  text-align: left;
  color: #707070;
  margin-bottom: 15px;
}

/* line 26, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_name_label {
  color: #595858;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_name_input_field::placeholder {
  color: #9b9b9b;
  /* sau ce contrast vrei */
  opacity: 1;
  /* IMPORTANT */
}

/* line 37, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_name_input_field {
  color: #595858;
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border-radius: 28px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
  border: 1px solid #f0f0f0;
  margin-top: 7px;
}

/* line 57, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_name_input_field:hover {
  border: 1px solid black;
}

/* line 60, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_error_message {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  height: 24px;
  color: red;
}

/* line 67, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_form_save_favorite_list_button_wrapper {
  text-align: center;
}

/* line 70, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_form_save_favorite_list_button {
  background: #ffffff;
  border: 3px solid #703af4;
  border-radius: 100px;
  margin-top: 9px;
  color: #703af4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: auto;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
#add_favorite_list_page_error_message {
  line-height: 28px;
  font-size: 14px;
}

@media (min-width: 2300px) {
  /* line 107, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form_save_favorite_list_button {
    margin-top: 15px;
  }
}

@media (max-width: 1500px) {
  /* line 132, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 46%;
  }
}

@media (max-width: 1300px) {
  /* line 141, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form_save_favorite_list_button {
    border: 2.55px solid #703af4;
    font-size: 15.3px;
    line-height: 18.7px;
    padding-top: 8.5px;
    padding-bottom: 6px;
    padding-left: 18.7px;
    padding-right: 18.7px;
    margin-top: 7px;
  }
  /* line 152, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  /* line 158, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    margin-bottom: 200px;
    margin-left: 3%;
    width: 59%;
  }
}

@media (max-width: 1100px) {
  /* line 166, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 53%;
    margin-left: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (max-width: 1000px) {
  /* line 175, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 50%;
  }
}

@media (max-width: 900px) {
  /* line 181, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 48%;
    min-height: 300px;
  }
}

@media (max-width: 800px) {
  /* line 188, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    margin-left: 0px;
    width: 80%;
  }
}

@media (max-width: 700px) {
  /* line 195, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 90%;
  }
}

@media (max-width: 600px) {
  /* line 201, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 100%;
    padding-right: 10%;
  }
}

@media (max-width: 500px) {
  /* line 208, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form {
    width: 100%;
    padding-right: 4%;
  }
}

@media (max-width: 350px) {
  /* line 219, app/assets/stylesheets/profile/crud_favorite_lists/add_favorite_list.scss */
  #add_favorite_list_page_form_text {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
/* line 1, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_form {
  float: left;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  border-radius: 20px;
  background: #faf7ff;
  min-height: 370px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 75px;
  width: 44%;
  margin-left: 2%;
  font-size: 22px;
  line-height: 30px;
}

/* line 17, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_form_text {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  text-align: left;
  color: #707070;
  margin-bottom: 5px;
}

/* line 26, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_name_label {
  color: #595858;
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
}

/* line 32, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_name_input_field::placeholder {
  color: #9b9b9b;
  /* sau ce contrast vrei */
  opacity: 1;
  /* IMPORTANT */
}

/* line 37, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_name_input_field {
  color: #595858;
  background: white;
  outline: 0;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  border: 1px solid gray;
  border-radius: 28px;
  height: 50px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
  border: 1px solid #f0f0f0;
  margin-top: 7px;
}

/* line 58, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_name_input_field:hover {
  border: 1px solid black;
}

/* line 61, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_error_message {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  height: 24px;
  color: red;
}

/* line 68, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_form_update_favorite_list_button_wrapper {
  text-align: center;
}

/* line 71, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
#edit_favorite_list_page_form_update_favorite_list_button {
  background: #ffffff;
  border: 3px solid #703af4;
  border-radius: 100px;
  margin-top: 10px;
  color: #703af4;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 212px;
  cursor: pointer;
}

@media (max-width: 1500px) {
  /* line 135, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 46%;
  }
}

@media (max-width: 1400px) {
  /* line 142, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form_text {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1300px) {
  /* line 149, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  /* line 156, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    margin-bottom: 200px;
    margin-left: 3%;
    width: 59%;
  }
}

@media (max-width: 1100px) {
  /* line 165, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 53%;
    margin-left: 2%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (max-width: 1000px) {
  /* line 174, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 50%;
  }
}

@media (max-width: 900px) {
  /* line 180, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 48%;
    min-height: 300px;
  }
  /* line 185, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_error_message {
    font-size: 15px;
    line-height: 22px;
    margin-top: 2px;
  }
}

@media (max-width: 800px) {
  /* line 193, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    margin-left: 0px;
    width: 80%;
  }
}

@media (max-width: 700px) {
  /* line 200, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 90%;
  }
}

@media (max-width: 600px) {
  /* line 206, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 100%;
    padding-right: 10%;
  }
}

@media (max-width: 500px) {
  /* line 214, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form {
    width: 100%;
    padding-right: 4%;
  }
  /* line 219, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form_text {
    font-size: 21px;
  }
  /* line 223, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form_update_favorite_list_button {
    width: 200px;
  }
}

@media (max-width: 350px) {
  /* line 234, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_error_message {
    font-size: 13px;
    line-height: 13px;
  }
  /* line 239, app/assets/stylesheets/profile/crud_favorite_lists/edit_favorite_list.scss */
  #edit_favorite_list_page_form_update_favorite_list_button {
    width: 185px;
  }
}
/* line 1, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
#favorite_widget_container {
  display: none;
  position: fixed;
  z-index: 200001;
  background: #faf6ff;
  width: 295px;
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

/* line 14, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
#favorite_widget_container.is-closed {
  display: none;
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
#favorite_widget_container.is-open {
  display: block;
  pointer-events: auto;
}

/* line 22, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
#favorite_widget_title {
  color: #703af4;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_row {
  height: 39px;
  margin-bottom: 12px;
}

/* line 35, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_favorite_list_item {
  float: left;
  border-radius: 20px;
  background: white;
  color: #595858;
  width: 182px;
  height: 39px;
  font-size: 12px;
  line-height: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  padding-right: 7px;
  text-align: left;
  font-weight: bold;
  height: 100%;
  text-decoration: none;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_favorite_list_item_selected {
  border: 1px solid #703af4;
}

/* line 58, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_empty_favorite_list_circle {
  position: relative;
  width: 39px;
  height: 39px;
  background: white;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
}

/* line 69, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_empty_favorite_list_circle_selected {
  border: 1px solid #703af4;
}

/* line 72, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_empty_favorite_list_circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/* line 79, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
.favorite_widget_empty_favorite_list_circle_selected svg {
  display: block;
}

/* line 83, app/assets/stylesheets/profile/crud_favorite_lists/favorite_widget.scss */
#favorite_widget_error_message {
  color: red;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  padding-left: 12px;
  height: 10px;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_add_to_basket_section_button {
  width: 134px;
  height: 40px;
  display: flex;
  align-items: center;
  /* centrare verticală */
  justify-content: center;
  /* centrare orizontală */
  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;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#my_profile_favorites_page_without_kolleks {
  float: left;
  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: 2%;
  margin-top: 0px;
  margin-bottom: 250px;
}

/* line 41, app/assets/stylesheets/profile/crud_favorite_lists/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 49, app/assets/stylesheets/profile/crud_favorite_lists/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;
  float: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 47px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 77, app/assets/stylesheets/profile/crud_favorite_lists/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 87, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#my_profile_favorites_page_without_kolleks_orders_link:hover {
  color: #9f69ff;
}

/* line 90, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#my_profile_favorites_page_without_kolleks_orders_link:visited {
  color: #9f69ff;
}

/* line 94, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_page_products_container {
  margin-left: 2%;
  padding-top: 25px;
  padding-bottom: 10px;
  width: 74%;
  border-radius: 20px;
  background: #faf6ff;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
  margin-bottom: 150px;
}

/* line 105, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_page_products_container_title {
  color: #636363;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 30px;
  margin-left: 26px;
}

/* line 114, app/assets/stylesheets/profile/crud_favorite_lists/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 123, app/assets/stylesheets/profile/crud_favorite_lists/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 133, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_page_total_price_without_taxes_wrapper {
  float: left;
  width: 23%;
  margin-left: 3%;
}

/* line 139, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_container {
  position: relative;
  width: 94%;
  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 153, app/assets/stylesheets/profile/crud_favorite_lists/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 164, app/assets/stylesheets/profile/crud_favorite_lists/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 174, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_remove_product_icon {
  position: absolute;
  right: 14px;
  bottom: 15px;
  width: 22px;
  z-index: 100;
  cursor: pointer;
}

/* line 183, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_product_image_section {
  width: 22%;
  height: 170px;
  float: left;
  background: white;
  padding-left: 3%;
  padding-right: 3%;
  border: 1px solid #707070;
  border-radius: 20px;
  position: relative;
  margin-top: 22px;
}

/* line 195, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_kollek_image {
  float: left;
  width: 97%;
  height: 97%;
  border-radius: 20px;
  margin: 1%;
  text-align: center;
}

/* line 204, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 209, app/assets/stylesheets/profile/crud_favorite_lists/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 225, app/assets/stylesheets/profile/crud_favorite_lists/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 233, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_decrease_quantity {
  text-align: right;
  width: 20px;
  font-size: 19px;
  cursor: pointer;
}

/* line 239, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_display_quantity {
  text-align: center;
  width: 46px;
  font-size: 20px;
}

/* line 244, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_increase_quantity {
  text-align: left;
  width: 20px;
  font-size: 19px;
  cursor: pointer;
}

/* line 251, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 255, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 264, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_page_product_added_quantity_management {
  height: 142px;
  width: 100%;
  display: flex;
  align-items: left;
}

/* line 270, app/assets/stylesheets/profile/crud_favorite_lists/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 281, app/assets/stylesheets/profile/crud_favorite_lists/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 289, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_clear_products_icon > img {
  margin-top: 10px;
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/profile/crud_favorite_lists/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 309, app/assets/stylesheets/profile/crud_favorite_lists/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 318, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_product_title_parent_link {
  color: #636363;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:visited {
  color: #636363;
  text-decoration: none;
}

/* line 326, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_added_product_title_parent_link:hover {
  color: #636363;
  text-decoration: none;
}

/* line 330, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_price_per_item {
  color: #ff7c46;
  font-weight: 600;
  font-size: 24px;
  line-height: 32.78px;
}

/* line 337, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_adjust_quantity_section {
  width: 18%;
  height: 142px;
  float: left;
  background: white;
  position: relative;
}

/* line 344, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_add_to_basket_section {
  width: 17%;
  height: 142px;
  float: left;
  background: white;
  position: relative;
}

/* line 352, app/assets/stylesheets/profile/crud_favorite_lists/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 363, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_view_cart_button {
  width: 212px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #ff7c46;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 30px;
  margin-top: 11px;
  margin-bottom: 25px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  /* centrare verticală */
  justify-content: center;
  /* centrare orizontală */
}

/* line 387, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_view_cart_button:hover {
  text-decoration: none;
}

/* line 390, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
#favorites_view_cart_button:visited {
  text-decoration: none;
}

/* line 394, app/assets/stylesheets/profile/crud_favorite_lists/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 409, app/assets/stylesheets/profile/crud_favorite_lists/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 417, app/assets/stylesheets/profile/crud_favorite_lists/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 425, app/assets/stylesheets/profile/crud_favorite_lists/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 434, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_product_section_display_sku_number {
  margin-top: 7px;
}

/* line 438, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_estimated_delivery_days_line {
  color: #636363;
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
}

/* line 444, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
.favorites_page_estimated_delivery_days_part_01 {
  font-weight: bold;
}

@media (min-width: 2100px) {
  /* line 452, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_page_products_container_title {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (min-width: 2200px) {
  /* line 459, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    margin-bottom: 200px;
  }
}

@media (max-width: 1700px) {
  /* line 481, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_added_product_title {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
  /* line 486, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_text_line {
    font-size: 20px;
  }
  /* line 489, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_price_per_item {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  /* line 498, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    padding-top: 50px;
    min-height: 350px;
  }
  /* line 502, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_page_products_container {
    width: 72%;
  }
}

@media (max-width: 1300px) {
  /* line 514, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    width: 68%;
  }
  /* line 517, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_container {
    width: 95%;
  }
}

@media (max-width: 1200px) {
  /* line 523, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    margin-left: 5%;
    margin-top: 0px;
    height: 300px;
    min-height: 300px;
  }
  /* line 529, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_page_products_container {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 1100px) {
  /* line 536, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    padding-top: 45px;
    min-height: 250px;
    height: 250px;
  }
  /* line 541, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 30px;
    line-height: 30px;
  }
  /* line 545, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_webshop_button {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  /* line 551, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_page_products_container {
    margin-bottom: 100px;
  }
}

@media (max-width: 900px) {
  /* line 557, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    width: 90%;
  }
  /* line 561, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_added_product_title {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 565, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_text_line {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 569, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_price_per_item {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 574, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_container {
    margin-left: 1.5%;
  }
  /* line 577, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_page_products_container_title {
    margin-left: 22px;
    margin-bottom: 25px;
  }
}

@media (max-width: 800px) {
  /* line 584, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_container {
    margin-left: 18px;
    padding-left: 20px;
    height: 235px;
  }
  /* line 589, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_title_and_price_section {
    padding-right: 10px;
    width: 70%;
    margin-bottom: 10px;
  }
  /* line 595, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_added_product_title {
    margin-top: 15px;
  }
  /* line 598, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_change_quantity_container {
    margin-top: 10px;
    margin-left: 5px;
  }
  /* line 603, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_adjust_quantity_section {
    width: 120px;
    height: 55px;
  }
  /* line 607, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_add_to_basket_section {
    margin-left: 20px;
    height: 55px;
    width: 135px;
  }
  /* line 612, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_add_to_basket_section_button {
    margin-top: 10px;
  }
  /* line 616, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_added_quantity_management {
    height: 55px;
    margin-left: 10px;
  }
  /* line 620, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_change_quantity_container {
    width: 120px;
    margin-right: 20px;
  }
  /* line 625, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_text_line {
    margin-top: 0px;
    line-height: 24px;
  }
  /* line 629, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_display_sku_number {
    margin-top: 3px;
    font-size: 14px;
  }
  /* line 633, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_estimated_delivery_days_line {
    margin-top: 3px;
  }
}

@media (max-width: 700px) {
  /* line 639, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 643, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_webshop_button {
    margin-top: 30px;
  }
  /* line 646, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    height: 200px;
    min-height: 200px;
  }
  /* line 651, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_product_image_section {
    width: 25%;
  }
  /* line 654, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_added_product_title {
    width: 100%;
  }
  /* line 657, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_title_and_price_section {
    width: 74%;
  }
}

@media (max-width: 600px) {
  /* line 663, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 22px;
    line-height: 30px;
  }
  /* line 668, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    width: 92%;
    padding-top: 35px;
  }
  /* line 673, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_webshop_button {
    border: 3.4px solid #703af4;
    border-radius: 85px;
    margin-top: 42.5px;
    font-size: 15.3px;
    line-height: 18.7px;
    padding-top: 8.5px;
    padding-bottom: 6px;
    padding-left: 17px;
    padding-right: 17px;
    width: 170px;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  /* line 689, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_product_image_section {
    width: 50%;
    margin-top: 25px;
    margin-left: 10px;
  }
  /* line 694, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_container {
    min-height: 480px;
    padding-left: 10px;
  }
  /* line 698, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_page_products_container {
    padding-top: 25px;
    padding-right: 25px;
  }
  /* line 702, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_title_and_price_section {
    width: 95%;
  }
  /* line 706, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_adjust_quantity_section {
    width: 140px;
    width: 90%;
    text-align: left;
  }
  /* line 711, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_add_to_basket_section {
    width: 140px;
    margin-left: 0px;
    width: 90%;
    text-align: left;
  }
  /* line 717, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_add_to_basket_section_button {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
  }
  /* line 723, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_section_change_quantity_container {
    width: 134px;
  }
  /* line 727, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #favorites_view_cart_button {
    margin-left: 18px;
  }
}

@media (max-width: 400px) {
  /* line 734, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 738, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    padding-top: 50px;
    height: 220px;
    min-height: 220px;
  }
  /* line 744, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_container {
    width: 100%;
  }
  /* line 747, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  .favorites_page_product_added_product_title {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  /* line 753, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks_text {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 757, app/assets/stylesheets/profile/crud_favorite_lists/favorites_page.scss */
  #my_profile_favorites_page_without_kolleks {
    padding-left: 30px;
  }
}
/* line 1, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
.crud_favorites_main_title {
  color: #707070;
  line-height: normal;
  font-size: 72px;
  font-weight: 600;
  background: transparent;
  width: 100%;
  margin-top: 42px;
  margin-bottom: 42px;
  color: #703af4;
}

@media (min-width: 2300px) {
  font-size: 75px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (max-width: 1700px) {
  /* line 41, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1400px) {
  /* line 56, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 65px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  /* line 67, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 62px;
    margin-top: 20px;
    margin-bottom: 32px;
  }
}

@media (max-width: 1100px) {
  /* line 75, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 56px;
    margin-top: 18px;
    margin-bottom: 28px;
  }
}

@media (max-width: 900px) {
  /* line 86, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 50px;
    margin-top: 16px;
    margin-bottom: 26px;
  }
}

@media (max-width: 700px) {
  /* line 98, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 23px;
  }
}

@media (max-width: 600px) {
  /* line 106, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 42px;
    margin-top: 13px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  /* line 114, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 38px;
    margin-top: 11px;
    margin-bottom: 18px;
  }
}

@media (max-width: 400px) {
  /* line 122, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 35px;
    margin-top: 9px;
    margin-bottom: 17px;
  }
}

@media (max-width: 350px) {
  /* line 130, app/assets/stylesheets/profile/crud_favorite_lists/main_title.scss */
  .crud_favorites_main_title {
    font-size: 33px;
    margin-top: 7px;
    margin-bottom: 15px;
  }
}
/* line 1, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
#favorites_page_select_favoritelist_section {
  width: 24%;
  background: #faf6ff;
  border-radius: 20px;
  float: left;
  padding-left: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin-bottom: 200px;
}

/* line 13, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
#favorites_page_select_favoritelist_title {
  color: #7946f5;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 2px;
  font-size: 22px;
  margin-bottom: 3px;
}

/* line 22, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_item_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
  column-gap: 10px;
  width: 100%;
  min-height: 40px;
  height: 40px;
}

/* line 33, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_item_wrapper:hover .favorites_page_edit_favorite_list_name,
.favorites_page_select_favoritelist_item_wrapper:hover .favorites_page_delete_favorite_list {
  display: block;
}

/* line 40, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_item_wrapper.is-editing .favorites_page_edit_favorite_list_name {
  display: none;
}

/* line 45, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_item_wrapper a {
  float: right;
}

/* line 50, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_item {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  text-decoration: none;
  color: #595858;
  font-size: 15px;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_item:hover {
  font-weight: bold;
}

/* line 64, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_select_favoritelist_actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
  white-space: nowrap;
}

/* line 73, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_delete_favorite_list,
.favorites_page_edit_favorite_list_name {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

/* line 82, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
.favorites_page_edit_favorite_list_name {
  margin-right: 3px;
}

/* line 86, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
#favorites_page_select_favoritelist_add_new_list_button {
  width: 250px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #703af4;
  color: white;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 12px;
  text-decoration: none;
}

/* line 105, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
#favorites_page_select_favoritelist_add_new_list_button:hover {
  text-decoration: none;
  color: white;
}

/* line 110, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
#favorites_page_select_favoritelist_add_new_list_button:visited {
  color: white;
}

@media (min-width: 2100px) {
  /* line 119, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  .favorites_page_select_favoritelist_item {
    font-size: 20px;
  }
  /* line 122, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_title {
    font-size: 26px;
    line-height: 26px;
  }
  /* line 126, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_add_new_list_button {
    width: 287.5px;
    height: 46px;
    font-size: 20.7px;
    padding-left: 11.5px;
    padding-right: 11.5px;
  }
}

@media (max-width: 1500px) {
  /* line 164, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    width: 26%;
    padding-left: 25px;
  }
}

@media (max-width: 1400px) {
  /* line 171, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_add_new_list_button {
    width: 225px;
    height: 36px;
    font-size: 16.2px;
    margin-top: 8px;
  }
}

@media (max-width: 1200px) {
  /* line 184, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    padding-bottom: 25px;
    width: 38%;
    margin-bottom: 30px;
  }
  /* line 189, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  .favorites_page_edit_favorite_list_name {
    display: block;
  }
  /* line 192, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  .favorites_page_delete_favorite_list {
    display: block;
  }
}

@media (max-width: 1100px) {
  /* line 199, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    width: 45%;
  }
}

@media (max-width: 1000px) {
  /* line 205, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    width: 48%;
  }
}

@media (max-width: 900px) {
  /* line 211, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    padding-left: 22px;
    width: 50%;
    margin-bottom: 25px;
  }
}

@media (max-width: 800px) {
  /* line 219, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    width: 55%;
  }
}

@media (max-width: 700px) {
  /* line 225, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    margin-bottom: 25px;
    width: 60%;
  }
}

@media (max-width: 600px) {
  /* line 232, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    width: 70%;
  }
}

@media (max-width: 500px) {
  /* line 238, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  #favorites_page_select_favoritelist_section {
    width: 100%;
    padding-right: 20px;
  }
  /* line 242, app/assets/stylesheets/profile/crud_favorite_lists/navigation_left_bar.scss */
  .favorites_page_select_favoritelist_item_wrapper {
    min-height: 32px;
    height: 32px;
  }
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/profile/crud_orders/orders.scss */
.my_profile_subpage_wrap_orders_page {
  margin-top: 20px;
  margin-bottom: 150px;
}

/* line 7, app/assets/stylesheets/profile/crud_orders/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: 25px;
  padding-right: 70px;
  padding-bottom: 20px;
  float: left;
  width: 78%;
  margin-left: 3.5%;
}

/* line 20, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_table_header_cell {
  float: left;
  min-height: 40x;
  font-size: 14px;
  margin-right: 0px;
  width: 16%;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

/* line 33, app/assets/stylesheets/profile/crud_orders/orders.scss */
#orders_table_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  color: #707070;
  padding-left: 20px;
  padding-right: 5px;
  margin-bottom: 20px;
}

/* line 49, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_row {
  display: flex;
  align-items: center;
  /* centrare verticală */
  justify-content: space-between;
  /* distribuție pe orizontală */
  background: #ffffff;
  border-radius: 100px;
  padding-right: 5px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 23px;
  color: #858585;
  height: 60px;
  border: 1px solid #f0f0f0;
}

/* line 70, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  font-size: 14px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin-right: 5px;
  width: 16%;
  font-weight: bold;
  margin-right: 0;
}

/* line 87, app/assets/stylesheets/profile/crud_orders/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 100, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_vis_link:hover {
  color: #9f69ff;
}

/* line 104, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_divider {
  width: 100%;
  height: 26px;
}

/* line 108, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_divider_kollek_status {
  height: 21px;
}

/* line 111, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_date {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

/* line 116, app/assets/stylesheets/profile/crud_orders/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 125, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_show_kollek_image {
  margin-top: 0px;
}

/* line 128, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_status {
  width: 100px;
  margin-top: 8px;
}

/* line 132, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_currency {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

/* line 138, app/assets/stylesheets/profile/crud_orders/orders.scss */
#orders_table_header_count_kolleks {
  width: 10%;
}

/* line 141, app/assets/stylesheets/profile/crud_orders/orders.scss */
#orders_table_header_sum_quantities {
  width: 10%;
}

/* line 144, app/assets/stylesheets/profile/crud_orders/orders.scss */
#orders_table_header_download_pdf {
  width: 10%;
}

/* line 148, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_count_kolleks {
  width: 10%;
}

/* line 151, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_sum_quantities {
  width: 10%;
}

/* line 154, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_download_pdf {
  width: 10%;
}

/* line 157, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_authorized,
.orders_kollek_status_success,
.orders_kollek_status_failed,
.orders_kollek_status_canceled,
.orders_kollek_status_active,
.orders_kollek_status_refunded,
.orders_kollek_status_partially_refunded,
.orders_kollek_status_bank_transfer_in_progress {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 23px;
  border-radius: 100px;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 110px;
}

/* variante individuale */
/* line 184, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_authorized {
  background: #9f69ff;
}

/* line 188, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_success {
  background: #46d06d;
}

/* line 192, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_failed {
  background: #d04f46;
}

/* line 196, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_canceled {
  background: #d04f46;
}

/* line 200, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_active {
  background: #9f69ff;
}

/* line 204, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_refunded {
  background: #2e3a59;
}

/* line 208, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_partially_refunded {
  background: #2e3a59;
  max-width: 100%;
}

/* line 213, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_kollek_status_bank_transfer_in_progress {
  background: #ff7036;
  font-size: 14px;
}

/* line 217, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_show_kollek {
  width: 10%;
}

/* line 220, app/assets/stylesheets/profile/crud_orders/orders.scss */
.orders_cell_download_invoice {
  width: 10%;
}

/* line 224, app/assets/stylesheets/profile/crud_orders/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: 3.5%;
}

/* line 237, app/assets/stylesheets/profile/crud_orders/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 245, app/assets/stylesheets/profile/crud_orders/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 267, app/assets/stylesheets/profile/crud_orders/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 277, app/assets/stylesheets/profile/crud_orders/orders.scss */
#orders_container_with_error_orders_link:hover {
  color: #9f69ff;
}

/* line 280, app/assets/stylesheets/profile/crud_orders/orders.scss */
#orders_container_with_error_orders_link:visited {
  color: #9f69ff;
}

@media (max-width: 1700px) {
  /* line 317, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_kollek_status_partially_refunded {
    font-size: 12px;
  }
}

@media (max-width: 1600px) {
  /* line 324, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container {
    width: 76.5%;
    padding-right: 20px;
  }
}

@media (max-width: 1500px) {
  /* line 331, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #left_bar_company_name_profile_orders {
    padding-left: 0px;
  }
  /* line 335, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #my_profile_left_bar_section_profile_orders {
    width: 100%;
    padding-left: 25px;
    padding-bottom: 15px;
  }
  /* line 340, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
  }
  /* line 345, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container_with_error {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
  /* line 350, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .left_bar_active_item_wrap_profile_orders {
    float: left !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  /* line 356, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .left_bar_passive_item_wrap_profile_orders {
    float: left !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  /* line 363, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .my_profile_left_bar_image_profile_orders {
    margin-left: 0px !important;
  }
  /* line 367, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .left_bar_active_item_title_profile_orders {
    margin-left: 5px !important;
  }
  /* line 370, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .left_bar_passive_item_title_profile_orders {
    margin-left: 5px !important;
  }
}

@media (max-width: 1400px) {
  /* line 376, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  /* line 382, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #my_profile_orders_wrapper {
    margin-top: 10px;
  }
  /* line 385, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #show_category_top_section_breadcrumb_back_button {
    line-height: 0px;
  }
}

@media (max-width: 1000px) {
  /* line 401, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container {
    padding-left: 1%;
    padding-right: 1%;
  }
  /* line 405, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_row {
    padding-left: 10px;
  }
  /* line 408, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header {
    padding-left: 10px;
  }
  /* line 413, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_count_kolleks {
    display: none;
  }
  /* line 416, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_count_kolleks {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 423, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_sum_quantities {
    display: none;
  }
  /* line 426, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_sum_quantities {
    display: none;
  }
  /* line 430, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_table_header_cell {
    width: 20%;
  }
  /* line 433, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell {
    width: 20%;
  }
  /* line 437, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_download_invoice {
    width: 10%;
  }
}

@media (max-width: 800px) {
  /* line 444, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_count_kolleks {
    display: none;
  }
  /* line 447, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_count_kolleks {
    display: none;
  }
  /* line 450, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container {
    padding-top: 30px;
  }
}

@media (max-width: 700px) {
  /* line 456, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #my_profile_left_bar_section_profile_orders {
    margin-bottom: 0px;
    padding-left: 15px;
  }
  /* line 460, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_order_date {
    display: none;
  }
  /* line 463, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_page_cell_creation_date {
    display: none;
  }
  /* line 467, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_table_header_cell {
    width: 25%;
  }
  /* line 470, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell {
    width: 25%;
  }
  /* line 474, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_download_invoice {
    width: 15%;
  }
  /* line 478, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_download_pdf {
    width: 15%;
  }
}

@media (max-width: 600px) {
  /* line 487, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_order_status {
    display: none;
  }
  /* line 490, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_paid_status {
    display: none;
  }
  /* line 494, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_table_header_cell {
    width: 40%;
  }
  /* line 497, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell {
    width: 40%;
  }
  /* line 501, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_download_invoice {
    width: 20%;
  }
  /* line 504, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_download_pdf {
    width: 20%;
  }
}

@media (max-width: 500px) {
  /* line 512, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #show_category_top_section_breadcrumb_back_button {
    height: 16px;
  }
}

@media (max-width: 400px) {
  /* line 522, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_container_with_error_text {
    font-size: 25px;
  }
  /* line 526, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_total_price_without_taxes {
    display: none;
  }
  /* line 529, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_total_price_without_taxes {
    display: none;
  }
  /* line 533, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_table_header_cell {
    width: 50%;
  }
  /* line 536, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell {
    width: 50%;
  }
  /* line 540, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_cell_vis_ordre {
    width: 60%;
  }
  /* line 544, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_download_pdf {
    width: 40%;
  }
  /* line 547, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_download_invoice {
    width: 40%;
  }
}

@media (max-width: 350px) {
  /* line 554, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #my_profile_left_bar_section_profile_orders {
    padding-left: 15px;
  }
  /* line 560, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_cell_vis_ordre {
    width: 70%;
  }
  /* line 564, app/assets/stylesheets/profile/crud_orders/orders.scss */
  #orders_table_header_download_pdf {
    width: 30%;
  }
  /* line 567, app/assets/stylesheets/profile/crud_orders/orders.scss */
  .orders_cell_download_invoice {
    width: 30%;
  }
}
/* show order page */
/* line 4, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_container {
  width: 78%;
  min-height: 20em;
  color: #707070;
  float: left;
  margin-left: 3.5%;
  margin-top: 0px;
}

/* line 12, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_breadcrumbs_section {
  width: 100%;
  height: 3em;
  padding-left: 0px;
  background: white;
  margin-bottom: 0px;
}

/* line 19, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_back_to_orders {
  height: 100%;
  width: 40%;
  float: left;
  text-align: left;
}

/* line 25, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_download_pdf_image {
  height: 20px;
}

/* line 28, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_download_pdf_section {
  width: 40%;
  float: right;
  text-align: right;
}

/* line 33, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_download_pdf_section > a {
  text-decoration: none;
  color: #9f69ff;
  font-size: 20px;
}

/* line 38, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_download_pdf_section > a:hover {
  text-decoration: none;
  color: #9f69ff;
}

/* line 43, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_order_number_and_company_name_row {
  height: 4em;
  width: 100%;
}

/* line 47, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_order_number_cell {
  float: left;
  height: 4em;
  width: 25%;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
}

/* line 55, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_order_cvr_number_cell {
  float: left;
  height: 4em;
  width: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

/* line 63, app/assets/stylesheets/profile/crud_orders/show_order.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 74, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_order_status_and_amount_reserved_row {
  height: 4em;
  width: 100%;
}

/* line 78, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_order_status_cell {
  float: left;
  height: 5em;
  width: 25%;
  text-align: left;
  font-size: 22px;
  line-height: 35px;
}

/* line 88, app/assets/stylesheets/profile/crud_orders/show_order.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 98, app/assets/stylesheets/profile/crud_orders/show_order.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 108, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_items_header {
  width: 100%;
  height: 60px;
  background: white;
  font-size: 22px;
  font-weight: 600;
}

/* line 115, app/assets/stylesheets/profile/crud_orders/show_order.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 124, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_product_name_header {
  float: left;
  width: 40%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  color: 707070;
}

/* line 133, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_quantity_header {
  float: left;
  width: 10%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 141, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_price_header {
  float: left;
  width: 18%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 149, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_total_price_header {
  float: left;
  width: 18%;
  height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: right;
}

/* line 158, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_one_item_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-top: 1px solid #707070;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 17px;
}

/* line 172, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_one_item_product_sku_number_cell {
  display: flex;
  align-items: center;
  float: left;
  width: 14%;
  text-align: left;
  padding-right: 10px;
}

/* line 181, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_one_item_product_name_cell {
  float: left;
  width: 40%;
  line-height: 160%;
  text-align: left;
  padding-right: 10px;
}

/* line 188, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_one_item_quantity_cell {
  float: left;
  width: 10%;
  text-align: right;
}

/* line 196, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_one_item_price_cell {
  float: left;
  width: 18%;
  text-align: right;
}

/* line 204, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_one_item_total_price_cell {
  float: left;
  width: 18%;
  text-align: right;
}

/* line 213, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_subtotal {
  font-size: 22px;
  line-height: 45px;
  width: 100%;
  border-top: 1px solid #707070;
  padding-top: 10px;
  height: 45px;
}

/* line 222, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_total_taxes {
  font-size: 22px;
  line-height: 45px;
  width: 100%;
  padding-top: 10px;
  height: 45px;
}

/* line 229, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_total_price {
  font-size: 22px;
  line-height: 45px;
  width: 100%;
  padding-top: 10px;
  height: 45px;
  margin-bottom: 15px;
}

/* line 238, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_addresses_section {
  font-size: 20px;
  padding-top: 5px;
  background: white;
  border-top: 1px solid #707070;
  margin-top: 10px;
}

/* line 245, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_section {
  width: 45%;
  float: left;
  background: white;
}

/* line 250, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_delivery_address_line {
  text-align: left;
  font-size: 16px;
  line-height: 160%;
}

/* line 255, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_line_01 {
  font-size: 32px;
  font-weight: bold;
}

/* line 259, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_section {
  width: 45%;
  float: right;
  background: white;
}

/* line 264, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_billing_address_line {
  padding-top: 5px;
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}

/* line 270, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_line_01 {
  font-size: 32px;
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/profile/crud_orders/show_order.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 283, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_how_to_pay_section_title {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}

/* line 288, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_how_to_pay_section_text {
  text-align: left;
  font-size: 22px;
}

/* line 293, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_contact_section {
  font-size: 18px;
  line-height: 160%;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}

/* line 300, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_contact_us_link {
  color: #3300ff;
}

/* line 303, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_contact_us_link:hover {
  color: #3300ff;
}

/* line 306, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_contact_us_link:visited {
  color: #3300ff;
}

/* line 310, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_back_to_orders_item {
  float: left;
}

/* line 315, app/assets/stylesheets/profile/crud_orders/show_order.scss */
.show_order_back_to_orders_item_text {
  text-decoration: none;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 20px;
  color: #9f69ff;
}

/* line 323, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_line_02 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 500px;
}

/* line 328, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_line_03 {
  font-size: 22px;
  font-weight: 500px;
}

/* line 332, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_line_04 {
  font-size: 22px;
  font-weight: 500px;
}

/* line 336, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_postal_code {
  font-size: 22px;
  font-weight: 500px;
}

/* line 340, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_delivery_address_city {
  font-size: 22px;
  font-weight: 500px;
}

/* line 345, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_line_02 {
  font-size: 22px;
  font-weight: 500px;
}

/* line 349, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_line_03 {
  font-size: 22px;
  font-weight: 500px;
}

/* line 353, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_line_04 {
  font-size: 22px;
  font-weight: 500px;
}

/* line 357, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_line_05 {
  font-size: 22px;
  font-weight: 500px;
}

/* line 361, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_postal_code {
  font-size: 22px;
  font-weight: 500px;
}

/* line 365, app/assets/stylesheets/profile/crud_orders/show_order.scss */
#show_order_billing_address_city {
  font-size: 22px;
  font-weight: 500px;
}

@media (min-width: 2200px) {
  /* line 378, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_total_price {
    margin-bottom: 20px;
  }
}

@media (min-width: 2400px) {
  /* line 387, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  /* line 392, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_subtotal {
    padding-top: 20px;
  }
}

@media (max-width: 1600px) {
  /* line 414, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_container {
    width: 76.5%;
  }
}

@media (max-width: 1500px) {
  /* line 420, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #left_bar_company_name_profile_show_order {
    padding-left: 0px;
  }
  /* line 423, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #my_profile_left_bar_section_profile_show_order {
    width: 100%;
    margin-bottom: 45px;
    padding-left: 25px;
  }
  /* line 428, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_container {
    margin-left: 0px;
    width: 100%;
    margin-top: 0px;
  }
  /* line 433, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .left_bar_active_item_wrap_profile_show_order {
    float: left !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  /* line 439, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .left_bar_passive_item_wrap_profile_show_order {
    float: left !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  /* line 445, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .left_bar_active_item_title_profile_show_order {
    margin-left: 5px !important;
  }
  /* line 448, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .left_bar_passive_item_title_profile_show_order {
    margin-left: 5px !important;
  }
  /* line 451, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .my_profile_left_bar_image_profile_show_order {
    margin-left: 0px !important;
  }
}

@media (max-width: 1300px) {
  /* line 461, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #my_profile_subpage_wrap_profile_show_order {
    line-height: 0px;
  }
  /* line 465, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_breadcrumbs_section {
    height: 50px;
  }
}

@media (max-width: 1200px) {
  /* line 471, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-top: 10px;
  }
  /* line 475, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_quantity_header {
    display: none;
  }
  /* line 478, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_price_header {
    display: none;
  }
  /* line 482, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_quantity_cell {
    display: none;
  }
  /* line 485, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_price_cell {
    display: none;
  }
  /* line 489, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_product_sku_number_header {
    width: 20%;
  }
  /* line 492, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_product_name_header {
    width: 60%;
  }
  /* line 495, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_total_price_header {
    width: 20%;
  }
  /* line 499, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_sku_number_cell {
    width: 20%;
  }
  /* line 502, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_name_cell {
    width: 60%;
  }
  /* line 505, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_total_price_cell {
    width: 20%;
  }
}

@media (max-width: 1000px) {
  /* line 515, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_number_cell {
    width: 35%;
  }
  /* line 518, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_cvr_number_cell {
    width: 30%;
  }
  /* line 521, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_company_name_cell {
    width: 35%;
  }
}

@media (max-width: 900px) {
  /* line 527, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_breadcrumbs_section {
    margin-bottom: 0px;
  }
  /* line 530, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_amount_reserved_cell {
    width: 45%;
  }
  /* line 534, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_line_01 {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 538, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_line_01 {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 700px) {
  /* line 549, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-top: 0px;
  }
  /* line 552, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_items_in_your_order_title {
    font-size: 25px;
    line-height: 35px;
    height: 1.5em;
  }
  /* line 557, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_items_header {
    font-size: 18px;
    height: 45px;
  }
  /* line 561, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_row {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  /* line 567, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_status_cell {
    width: 45%;
  }
  /* line 570, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_amount_reserved_cell {
    width: 45%;
  }
  /* line 573, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_items_in_your_order_title {
    height: 2em;
    line-height: 0px;
  }
  /* line 578, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_section {
    width: 48%;
  }
  /* line 581, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_section {
    width: 48%;
  }
  /* line 585, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_line_01 {
    font-size: 22px;
  }
  /* line 588, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_line_02 {
    font-size: 18px;
  }
  /* line 591, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_line_03 {
    font-size: 18px;
  }
  /* line 594, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_postal_code {
    font-size: 18px;
  }
  /* line 597, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_city {
    font-size: 18px;
  }
  /* line 601, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_line_01 {
    font-size: 22px;
  }
  /* line 604, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_line_02 {
    font-size: 18px;
  }
  /* line 607, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_line_03 {
    font-size: 18px;
  }
  /* line 610, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_line_04 {
    font-size: 18px;
  }
  /* line 613, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_postal_code {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 617, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_city {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 621, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_line_05 {
    font-size: 18px;
  }
  /* line 625, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_subtotal {
    padding-top: 0px;
  }
  /* line 628, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_row {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /* line 632, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_total_taxes {
    padding-top: 0px;
  }
  /* line 635, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_total_price {
    padding-top: 0px;
  }
  /* line 639, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_addresses_section {
    margin-top: 0px;
    padding-top: 10px;
  }
  /* line 643, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_how_to_pay_section_text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
  }
  /* line 648, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_back_to_orders {
    width: 55%;
  }
  /* line 651, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_download_pdf_section {
    width: 45%;
  }
  /* line 655, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_number_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 659, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_cvr_number_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 663, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_company_name_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 667, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_status_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 671, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_amount_reserved_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 675, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_number_cell {
    width: 37.5%;
  }
  /* line 678, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_cvr_number_cell {
    width: 25%;
  }
  /* line 681, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_company_name_cell {
    width: 37.5%;
  }
  /* line 685, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_product_sku_number_header {
    width: 25%;
  }
  /* line 688, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_product_name_header {
    width: 50%;
  }
  /* line 691, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_total_price_header {
    width: 25%;
  }
  /* line 695, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_sku_number_cell {
    width: 25%;
  }
  /* line 698, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_name_cell {
    width: 50%;
    height: 100%;
  }
  /* line 702, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_total_price_cell {
    width: 25%;
  }
}

@media (max-width: 500px) {
  /* line 708, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_delivery_address_section {
    width: 95%;
  }
  /* line 711, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_section {
    width: 95%;
    float: left;
    text-align: left;
  }
  /* line 716, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_billing_address_section * {
    text-align: left;
  }
  /* line 720, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_name_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 724, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_quantity_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 728, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_price_cell {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 732, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_total_price_cell {
    font-size: 18px;
  }
  /* line 736, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_download_pdf_section > a {
    font-size: 18px;
    line-height: 22px;
  }
  /* line 740, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_download_pdf_section > img {
    height: 16px;
  }
}

@media (max-width: 450px) {
  /* line 746, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_number_cell {
    width: 100%;
    height: 3em;
  }
  /* line 750, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_cvr_number_cell {
    width: 100%;
    height: 3em;
    text-align: left;
  }
  /* line 755, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_company_name_cell {
    width: 100%;
    text-align: left;
    height: 3em;
  }
  /* line 760, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_status_cell {
    width: 100%;
    height: 3em;
  }
  /* line 764, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_amount_reserved_cell {
    width: 100%;
    height: 3em;
    text-align: left;
  }
  /* line 770, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_product_sku_number_header {
    display: none;
  }
  /* line 773, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_sku_number_cell {
    display: none;
  }
  /* line 777, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_product_name_header {
    width: 65%;
  }
  /* line 780, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_product_name_cell {
    width: 65%;
  }
  /* line 784, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_total_price_header {
    width: 35%;
  }
  /* line 787, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .show_order_one_item_total_price_cell {
    width: 35%;
  }
}

@media (max-width: 400px) {
  /* line 793, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #my_profile_left_bar_section_profile_show_order {
    margin-bottom: 30px;
  }
  /* line 796, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .orders_page_cell_show_order {
    width: 60%;
  }
}

@media (max-width: 350px) {
  /* line 803, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_back_to_orders {
    width: 100%;
    height: 45px;
  }
  /* line 807, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_download_pdf_section {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    height: 28px;
  }
  /* line 813, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_order_company_name_cell {
    height: 4em;
  }
  /* line 816, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  #show_order_items_in_your_order_title {
    height: 35px;
    font-size: 25px;
    line-height: 34px;
  }
  /* line 821, app/assets/stylesheets/profile/crud_orders/show_order.scss */
  .orders_page_cell_show_order {
    width: 70%;
  }
}
/* line 1, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_section {
  float: left;
  height: 100%;
  width: 8.2%;
}

/* line 6, 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 23, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_section_mobile {
  float: left;
  height: 100%;
  width: auto;
  margin-left: 10px;
}

/* line 29, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_mobile {
  float: left;
  height: 39px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  background: white;
  border: 1px solid #703af4;
  font-size: 12px;
  margin-top: 20px;
  color: #707070;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 47, app/assets/stylesheets/search/close_search_button.scss */
#close_search_button_mobile .label-short {
  display: none;
}

@media (min-width: 2100px) {
  /* line 55, 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 69, 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 83, 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 (max-width: 1400px) {
  /* line 109, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button {
    height: 35px;
    padding-top: 11.5px;
    margin-top: 32.5px;
  }
}

@media (max-width: 600px) {
  /* line 138, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_section_mobile {
    margin-left: 5px;
  }
  /* line 141, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_mobile {
    width: 100%;
    border-radius: 15px;
  }
  /* line 145, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_mobile .label-full {
    display: none;
  }
  /* line 149, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_mobile .label-short {
    display: inline;
  }
}

@media (max-width: 400px) {
  /* line 159, app/assets/stylesheets/search/close_search_button.scss */
  #close_search_button_mobile {
    font-size: 10px;
    line-height: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 1, 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: 0px;
}

/* line 10, app/assets/stylesheets/search/search_favorites.scss */
.search_page_with_results_display_favorite_heart {
  height: 18px;
  width: 18px;
  cursor: pointer;
  margin-right: 5px;
}

/* line 17, app/assets/stylesheets/search/search_favorites.scss */
.search_page_with_results_display_is_favorite_text_for_product {
  cursor: pointer;
}

@media (max-width: 1600px) {
  /* line 49, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  /* line 64, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  /* line 80, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  /* line 92, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 30px;
  }
}

@media (max-width: 300px) {
  /* line 104, app/assets/stylesheets/search/search_favorites.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 32px;
  }
}
/* line 3, app/assets/stylesheets/search/search_page_general.scss */
#search_page_search_term_in_title {
  line-height: normal;
}

/* line 9, app/assets/stylesheets/search/search_page_general.scss */
.shown_when_search_is_active {
  display: none;
}

/* line 13, app/assets/stylesheets/search/search_page_general.scss */
#search_results_spinner_container {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

/* line 18, app/assets/stylesheets/search/search_page_general.scss */
#search_page_search_term_searched {
  font-weight: 400;
}
/* line 3, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_wrapper {
  width: 75%;
  margin-left: 12.5%;
  margin-top: 20px;
}

/* line 9, 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: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 75px;
  width: 25%;
  margin-top: 0px;
  float: left;
  min-height: 168px;
}

/* line 22, 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 28, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_categories_area_text_number_of_categories {
  font-weight: normal;
}

/* line 32, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_products_container {
  margin-left: 3%;
  padding-top: 25px;
  padding-bottom: 10px;
  width: 72%;
  border-radius: 20px;
  background: #faf6ff;
  box-shadow: 0px 10px 15px 0px rgba(84, 48, 209, 0.1);
  float: left;
  margin-bottom: 150px;
}

/* line 43, 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 52, 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 61, 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 71, 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 76, 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: 2.5%;
}

/* line 87, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_display_one_category_pill {
  width: 100%;
  height: 37px;
  margin-left: 0px;
  border: 1px solid #9f69ff;
  border-radius: 20px;
  padding-left: 15px;
  color: #636363;
  margin-bottom: 10px;
  float: left;
  font-weight: 500;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
}

/* line 107, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_display_one_active_category_pill {
  width: 100%;
  height: 37px;
  margin-left: 0px;
  border: 1px solid #9f69ff;
  border-radius: 20px;
  padding-left: 15px;
  color: white;
  margin-bottom: 10px;
  float: left;
  font-weight: 600;
  background: #703af4;
  display: flex;
  align-items: center;
  justify-content: left;
}

/* line 126, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_container {
  position: relative;
  width: 96%;
  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 140, 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: 15px;
}

/* line 151, 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 162, 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 174, 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 183, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_section_product_name {
  color: #636363;
  font-size: 20px;
}

/* line 188, 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-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 203, 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 212, 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 218, 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 223, 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 230, 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 234, 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 238, 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 243, 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 249, 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 260, 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 268, 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 273, 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 288, 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 297, 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 301, 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 305, 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 309, 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 316, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_adjust_quantity_section {
  width: 12%;
  height: 142px;
  float: right;
  background: white;
  position: relative;
  display: flex;
  justify-content: right;
}

/* line 326, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_add_to_basket_section {
  width: 134px;
  height: 142px;
  float: right;
  background: white;
  position: relative;
  margin-left: 10px;
}

/* line 334, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_add_to_basket_section_button {
  width: 100%;
  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;
  margin-top: 74px;
  margin-right: 0px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 358, 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 369, 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 389, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_view_cart_button:hover {
  text-decoration: none;
}

/* line 392, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_view_cart_button:visited {
  text-decoration: none;
}

/* line 396, 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 411, 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 419, 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 427, 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 436, 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 447, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_back_to_webshop_link:hover {
  color: #707070;
}

/* line 450, app/assets/stylesheets/search/search_page_with_results.scss */
#search_page_with_results_back_to_webshop_link:visited {
  color: #707070;
}

/* line 454, 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 459, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_with_results_product_added_quantity_management {
  text-decoration: none;
}

/* line 463, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_estimated_delivery_days_line {
  color: #636363;
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
}

/* line 469, app/assets/stylesheets/search/search_page_with_results.scss */
.search_page_estimated_delivery_days_part_01 {
  font-weight: bold;
}

@media (min-width: 2000px) {
  /* line 475, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (min-width: 2100px) {
  /* line 482, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2200px) {
  /* line 489, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2300px) {
  /* line 496, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2400px) {
  /* line 503, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2500px) {
  /* line 510, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2600px) {
  /* line 517, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (max-width: 1899.98px) {
  /* line 524, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 75%;
    margin-left: 12.5%;
  }
  /* line 529, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    width: 125px;
    font-size: 17px;
  }
}

@media (max-width: 1800px) {
  /* line 537, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 72%;
  }
  /* line 540, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 1700px) {
  /* line 547, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area_text {
    margin-bottom: 15px;
  }
  /* line 550, 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 555, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_text_line {
    font-size: 20px;
  }
  /* line 558, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_price_per_item {
    font-size: 22px;
  }
  /* line 562, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 21%;
    padding-right: 15px;
  }
  /* line 566, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 76%;
  }
  /* line 569, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 84%;
    margin-left: 8%;
  }
  /* line 573, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    width: 108px;
  }
}

@media (max-width: 1600px) {
  /* line 580, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 84%;
    margin-left: 8%;
  }
  /* line 584, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_title_and_price_section {
    width: 76%;
  }
  /* line 587, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    height: 225px;
  }
  /* line 591, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section_button {
    margin-top: 0px;
  }
  /* line 594, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    margin-top: 0px;
  }
  /* line 598, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    width: 150px;
    height: 40px;
    float: right;
  }
  /* line 603, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_section {
    height: 40px;
    float: left;
  }
  /* line 607, 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 613, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_text_line {
    margin-top: 0px;
  }
  /* line 617, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_estimated_delivery_days_line {
    margin-top: 0px;
  }
  /* line 620, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 8px;
  }
}

@media (max-width: 1500px) {
  /* line 626, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 1400px) {
  /* line 633, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 1300px) {
  /* line 640, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 644, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 24%;
  }
  /* line 647, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 73%;
  }
  /* line 650, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    width: 94%;
  }
}

@media (max-width: 1200px) {
  /* line 656, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 660, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 26%;
  }
  /* line 663, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-left: 2%;
    width: 72%;
  }
  /* line 667, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 10px;
  }
  /* line 670, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    height: 230px;
  }
}

@media (max-width: 1100px) {
  /* line 676, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 680, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_display_one_category_pill {
    width: auto;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 688, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    width: 100%;
    min-height: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  /* line 694, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-top: 25px;
    width: 100%;
    margin-left: 0px;
  }
  /* line 699, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    width: 95%;
  }
}

@media (max-width: 1000px) {
  /* line 706, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 710, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-bottom: 100px;
  }
}

@media (max-width: 900px) {
  /* line 716, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 720, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 724, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_text_line {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 728, 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 (max-width: 800px) {
  /* line 735, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 739, 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 744, 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 749, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    margin-top: 10px;
    line-height: 28px;
  }
  /* line 753, 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 758, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_section {
    width: 120px;
    height: 55px;
  }
  /* line 762, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    height: 55px;
    width: 135px;
  }
  /* line 766, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section_button {
    margin-top: 10px;
  }
  /* line 770, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_quantity_management {
    height: 55px;
    margin-left: 10px;
  }
  /* line 774, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    width: 260px;
  }
  /* line 777, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 20px;
  }
  /* line 780, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    height: 230px;
  }
  /* line 783, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_display_one_category_pill {
    margin-bottom: 19px;
  }
}

@media (max-width: 700px) {
  /* line 790, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 794, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_product_image_section {
    width: 25%;
  }
  /* line 797, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    width: 100%;
  }
  /* line 800, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_title_and_price_section {
    width: 74%;
  }
}

@media (max-width: 600px) {
  /* line 806, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 810, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    padding-right: 3%;
  }
}

@media (max-width: 500px) {
  /* line 817, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 821, 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 826, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    min-height: 410px;
    padding-right: 10px;
  }
  /* line 830, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    width: 100%;
    padding-top: 25px;
    padding-right: 1.5%;
  }
  /* line 835, 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 841, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    margin-top: 10px;
    width: 270px;
  }
  /* line 845, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_how_many_products_were_found_text {
    margin-bottom: 15px;
  }
  /* line 848, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_back_to_webshop_link {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  /* line 854, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 858, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_back_to_webshop_link {
    margin-right: 0px;
  }
  /* line 861, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_categories_area {
    padding-left: 10px;
  }
  /* line 864, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    margin-top: 15px;
  }
  /* line 867, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    margin-left: 10px;
  }
  /* line 871, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_how_many_products_were_found_text {
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  /* line 877, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 881, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_product_title {
    font-size: 16px;
  }
  /* line 884, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: 260px;
  }
  /* line 889, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_container {
    padding-left: 10px;
    width: 100%;
  }
  /* line 893, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_product_image_section {
    margin-left: 0px;
  }
  /* line 896, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_quantity_management {
    margin-left: 0px;
  }
  /* line 899, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_section_change_quantity_container {
    margin-left: 0px;
  }
  /* line 902, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    margin-left: 5px;
  }
}

@media (max-width: 350px) {
  /* line 908, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 912, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_products_container {
    padding-right: 10px;
  }
  /* line 915, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_product_added_quantity_management {
    width: 110px;
  }
  /* line 918, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section {
    width: 115px;
  }
  /* line 921, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_add_to_basket_section_button {
    width: 115px;
    font-size: 15px;
  }
  /* line 925, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_adjust_quantity_and_basket_sections_wrapper {
    width: 250px;
  }
}

@media (max-width: 300px) {
  /* line 931, app/assets/stylesheets/search/search_page_with_results.scss */
  #search_page_with_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
  /* line 935, app/assets/stylesheets/search/search_page_with_results.scss */
  .search_page_with_results_display_add_remove_from_favorites_section {
    margin-top: 15px;
  }
}
/* line 3, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_wrapper {
  width: 75%;
  margin-left: 12.5%;
}

/* line 7, app/assets/stylesheets/search/search_page_without_results.scss */
.divider_100_search_page_without_results {
  width: 100%;
  height: 100px;
}

/* line 11, 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: 30px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 75px;
  width: 25%;
  float: left;
  height: 168px;
  font-size: 28px;
  line-height: normal;
}

/* line 26, 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 31, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_categories_area_text_number_of_categories {
  font-weight: normal;
}

/* line 35, 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: 30px;
  padding-right: 30px;
  padding-top: 45px;
  padding-bottom: 75px;
  width: 72%;
  margin-left: 3%;
  float: left;
}

/* line 48, 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 57, 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: normal;
  text-align: center;
  color: #707070;
}

/* line 65, 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;
  float: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 87, app/assets/stylesheets/search/search_page_without_results.scss */
#search_page_without_results_display_search_term_in_main_area {
  font-weight: bold;
}

@media (min-width: 2000px) {
  /* line 93, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (min-width: 2100px) {
  /* line 100, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2200px) {
  /* line 107, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2300px) {
  /* line 114, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2400px) {
  /* line 121, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2500px) {
  /* line 128, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (min-width: 2600px) {
  /* line 135, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 74%;
    margin-left: 13%;
  }
}

@media (max-width: 1899.98px) {
  /* line 143, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (max-width: 1800px) {
  /* line 150, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 1700px) {
  /* line 157, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 84%;
    margin-left: 8%;
  }
}

@media (max-width: 1600px) {
  /* line 164, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 84%;
    margin-left: 8%;
  }
}

@media (max-width: 1500px) {
  /* line 171, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 1400px) {
  /* line 178, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    width: 20%;
  }
  /* line 181, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    width: 77%;
  }
  /* line 185, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 85%;
    margin-left: 7.5%;
  }
}

@media (max-width: 1300px) {
  /* line 192, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 1200px) {
  /* line 199, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    width: 25%;
  }
  /* line 202, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    width: 72%;
    margin-left: 3%;
  }
  /* line 206, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 1100px) {
  /* line 213, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 1000px) {
  /* line 220, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    padding-right: 30px;
  }
  /* line 223, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 900px) {
  /* line 230, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 800px) {
  /* line 237, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_products_not_found_text {
    margin-bottom: 20px;
  }
  /* line 240, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 244, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 25px;
  }
  /* line 247, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_webshop_button {
    margin-top: 30px;
  }
  /* line 250, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    padding-left: 20px;
    min-height: 300px;
  }
  /* line 254, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 700px) {
  /* line 261, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  /* line 269, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area {
    min-height: 300px;
    width: 100%;
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 260px;
    height: 260px;
  }
  /* line 280, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 600px) {
  /* line 287, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 22px;
  }
  /* line 290, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_categories_area_text {
    font-size: 16px;
  }
  /* line 293, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 500px) {
  /* line 300, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 450px) {
  /* line 307, 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 312, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 20px;
  }
  /* line 315, 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;
  }
  /* line 321, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 400px) {
  /* line 328, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 350px) {
  /* line 335, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_main_area_text {
    font-size: 18px;
  }
  /* line 338, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 300px) {
  /* line 345, app/assets/stylesheets/search/search_page_without_results.scss */
  #search_page_without_results_wrapper {
    width: 90%;
    margin-left: 5%;
  }
}
/* 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 19, app/assets/stylesheets/search_bar.scss */
#search_bar_default_message {
  padding-top: 20px;
  font-weight: bold;
}

/* line 23, 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 30, app/assets/stylesheets/search_bar.scss */
#search_bar_results_section_separator {
  width: 90%;
  border: 1px solid black;
  margin-top: 19px;
  margin-bottom: 19px;
}

/* line 36, 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 48, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item:visited {
  text-decoration: none;
  color: #868686;
}

/* line 52, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item:hover {
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/search_bar.scss */
.search_bar_results_section_item_icon {
  margin-top: -2px;
  float: left;
  margin-right: 14px;
}

@media (max-width: 1400px) {
  /* line 65, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 70px;
  }
}

@media (min-width: 2100px) {
  /* line 89, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 95px;
  }
}

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

@media (min-width: 2500px) {
  /* line 107, app/assets/stylesheets/search_bar.scss */
  #search_bar_menu {
    top: 120px;
  }
}

@media (max-width: 1200px) {
  /* line 113, 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 19, app/assets/stylesheets/second_search_bar_for_mobile.scss */
#second_mobile_search_bar_default_message {
  padding-top: 20px;
  font-weight: bold;
}

/* line 23, 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 30, 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 36, 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 48, app/assets/stylesheets/second_search_bar_for_mobile.scss */
.second_mobile_search_bar_results_section_item:visited {
  text-decoration: none;
  color: #868686;
}

/* line 52, app/assets/stylesheets/second_search_bar_for_mobile.scss */
.second_mobile_search_bar_results_section_item:hover {
  text-decoration: underline;
}

/* line 55, 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 (max-width: 600px) {
  /* line 119, app/assets/stylesheets/second_search_bar_for_mobile.scss */
  #second_mobile_search_bar_menu {
    width: 80%;
  }
}

@media (max-width: 500px) {
  /* line 125, app/assets/stylesheets/second_search_bar_for_mobile.scss */
  #second_mobile_search_bar_menu {
    width: 85%;
  }
}

@media (max-width: 350px) {
  /* line 134, 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 {
  width: auto;
  height: 54px;
  border: 2px solid #703af4;
  color: #703af4;
  border-radius: 100px;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  float: left;
  margin-right: 22px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
}

/* line 27, app/assets/stylesheets/show_category.scss */
.show_category_link_item_filled {
  color: white;
  background: #703af4;
}

/* line 31, app/assets/stylesheets/show_category.scss */
#show_category_link_item_wrapper {
  height: 75px;
  width: 1500px;
}

/* line 36, app/assets/stylesheets/show_category.scss */
#show_category_top_section_title_and_subtitle_wrapper {
  width: 100%;
  margin-top: 50px;
  z-index: 2;
  position: relative;
  float: left;
}

/* line 43, app/assets/stylesheets/show_category.scss */
#show_category_top_section_breadcrumb_back_button {
  float: left;
  margin-top: 1px;
}

/* line 47, app/assets/stylesheets/show_category.scss */
#show_category_top_section_breadcrumb_wrapper {
  color: #9f69ff;
  font-size: 20px;
  text-align: left;
  font-size: 20px;
  width: 100%;
}

/* line 54, app/assets/stylesheets/show_category.scss */
#show_category_top_section_back_link_wrapper {
  width: 18%;
  height: 70px;
  float: left;
}

/* line 64, app/assets/stylesheets/show_category.scss */
#show_category_subcategories {
  width: 80%;
  margin-left: 2%;
  height: 75px;
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 73, 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 85, app/assets/stylesheets/show_category.scss */
#show_category_top_image_wrapper {
  width: 48%;
  float: right;
  margin-top: 50px;
  z-index: 1;
  position: relative;
}

/* line 92, app/assets/stylesheets/show_category.scss */
#show_category_top_image {
  width: 90%;
  float: left;
  z-index: 1;
  position: relative;
}

/* line 98, app/assets/stylesheets/show_category.scss */
#show_category_top_section {
  width: 100%;
  position: relative;
}

/* line 102, app/assets/stylesheets/show_category.scss */
#show_category_cards_section {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 25px;
  column-gap: 40px;
}

/* line 116, app/assets/stylesheets/show_category.scss */
#show_category_title_and_breadcrumb {
  width: 100%;
  color: #666464;
  line-height: 90px;
  font-size: 82px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 0px;
  background: transparent;
  float: left;
  z-index: 3;
  font-style: normal;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}

/* line 136, app/assets/stylesheets/show_category.scss */
.show_category_bottom {
  width: 100%;
  height: 200px;
}

/* line 141, app/assets/stylesheets/show_category.scss */
#show_category_top_description {
  width: 68%;
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
}

/* line 150, 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 160, 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 169, 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 173, 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 178, app/assets/stylesheets/show_category.scss */
.show_category_description_text {
  color: #707070;
}

@media (min-width: 2100px) {
  /* line 186, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 60%;
  }
}

@media (min-width: 2300px) {
  /* line 195, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 55%;
  }
}

@media (min-width: 2500px) {
  /* line 204, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 50%;
  }
}

@media (max-width: 1700px) {
  /* line 216, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_wrapper {
    padding-left: 0;
  }
  /* line 219, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    padding-left: 0;
  }
  /* line 224, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 80%;
  }
}

@media (max-width: 1500px) {
  /* line 234, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_back_link_wrapper {
    width: 20%;
  }
  /* line 238, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 78%;
  }
}

@media (max-width: 1400px) {
  /* line 245, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    font-size: 60px;
    line-height: 75px;
  }
}

@media (max-width: 1300px) {
  /* line 252, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_title_and_subtitle_wrapper {
    margin-top: 40px;
  }
  /* line 255, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_wrapper {
    margin-bottom: 15px;
  }
  /* line 258, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  /* line 265, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    width: 92%;
  }
  /* line 268, app/assets/stylesheets/show_category.scss */
  .show_category_link_item {
    height: 40px;
    font-size: 18px;
    margin-right: 18px;
    margin-top: 0px;
  }
  /* line 275, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_wrapper {
    margin-bottom: 0px;
    height: 50px;
  }
  /* line 280, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_back_link_wrapper {
    height: 40px;
  }
  /* line 284, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    height: 55px;
  }
  /* line 288, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_item {
    font-size: 17px;
  }
  /* line 292, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_title_and_subtitle_wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 1100px) {
  /* line 299, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_back_link_wrapper {
    width: 25%;
  }
  /* line 303, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 73%;
  }
}

@media (max-width: 900px) {
  /* line 314, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_back_button {
    margin-top: 2px;
  }
  /* line 317, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_item {
    margin-top: 2px;
  }
  /* line 320, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_back_link_wrapper {
    width: 100%;
  }
  /* line 324, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
  }
  /* line 330, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    margin-top: 25px;
    padding-top: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 800px) {
  /* line 339, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    font-size: 50px;
    line-height: 65px;
  }
  /* line 343, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    margin-left: 0px;
  }
  /* line 346, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_title_and_subtitle_wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  /* line 352, app/assets/stylesheets/show_category.scss */
  #show_category_title_and_breadcrumb {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 600px) {
  /* line 359, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    padding-top: 0px;
  }
}

@media (max-width: 500px) {
  /* line 366, 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 372, app/assets/stylesheets/show_category.scss */
  #show_category_top_section_breadcrumb_back_button {
    margin-top: 0px;
    height: 18px;
  }
  /* line 377, app/assets/stylesheets/show_category.scss */
  #show_category_top_description {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  /* line 383, app/assets/stylesheets/show_category.scss */
  #show_category_subcategories {
    margin-left: 0px;
  }
}
/* line 1, app/assets/stylesheets/show_kollek.scss */
#show_kollek_category_section {
  font-size: 20px;
  line-height: normal;
  margin-left: 7%;
  text-align: left;
  color: #636363;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

/* line 15, app/assets/stylesheets/show_kollek.scss */
.kollek_show_kollek_progress_bar {
  float: left;
  width: 80%;
  border-radius: 20px;
  height: 20px;
}

/* line 21, 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: 2px;
}

/* line 30, app/assets/stylesheets/show_kollek.scss */
.show_kollek_share_item {
  float: left;
  height: 25px;
  font-size: 20px;
  margin-right: 2px;
}

/* line 36, 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: #703af4;
  margin-left: 4px;
  line-height: 24px;
}

/* line 46, 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 52, app/assets/stylesheets/show_kollek.scss */
#share_kollek_link {
  vertical-align: middle;
}

/* line 55, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_link_text_success_message {
  color: green;
  font-weight: bold;
  margin-top: 6px;
}

/* line 61, app/assets/stylesheets/show_kollek.scss */
#show_kollek_share_icons_section {
  width: 100%;
  float: left;
  height: 30px;
}

/* line 66, app/assets/stylesheets/show_kollek.scss */
.show_kollek_share_circled_item {
  height: 15px;
  width: 15px;
}

/* line 70, 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 78, 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 87, 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 96, 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 105, 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 114, app/assets/stylesheets/show_kollek.scss */
#show_kollek_category_html > a {
  color: #703af4;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}

/* line 121, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_description {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
}

/* line 126, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_technical_description {
  color: #636363;
  font-size: 20px;
  font-weight: bold;
}

/* line 131, app/assets/stylesheets/show_kollek.scss */
#show_kollek_files_section_title {
  color: #636363;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

/* line 137, app/assets/stylesheets/show_kollek.scss */
.show_kollek_download_kollek_file {
  float: left;
  width: auto;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  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;
  text-decoration: none;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 161, app/assets/stylesheets/show_kollek.scss */
.show_kollek_download_kollek_file:hover {
  text-decoration: none;
  color: white;
}

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

/* line 170, app/assets/stylesheets/show_kollek.scss */
#show_kollek_page_box {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
  margin-top: 50px;
  border-radius: 30px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 180, app/assets/stylesheets/show_kollek.scss */
#show_kollek_big_card_section {
  border-radius: 30px;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 70px;
  box-shadow: 20px 15px 44px rgba(84, 48, 209, 0.1);
  min-height: 300px;
  margin-bottom: 0px;
  background: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* line 198, 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 205, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_green_pill_wrapper {
  float: left;
  height: 6px;
  width: 15px;
}

/* line 212, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_green_pill {
  float: left;
  margin-left: 11px;
  margin-top: 3.5px;
}

/* line 217, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_section {
  height: 32px;
  margin-top: 2px;
}

/* line 221, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_message {
  float: left;
  margin-left: 5px;
  color: #636363;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 14px;
}

/* line 231, app/assets/stylesheets/show_kollek.scss */
#show_kollek_page_display_product_images_section {
  margin-top: 40px;
  height: 526px;
  background: transparent;
}

/* line 243, app/assets/stylesheets/show_kollek.scss */
#show_kollek_image {
  width: 100%;
  float: left;
  border-radius: 20px;
  object-fit: contain;
  display: block;
  max-height: 100%;
}

/* line 251, app/assets/stylesheets/show_kollek.scss */
#show_kollek_image_completed {
  width: calc(100% - 5px);
  float: left;
  border-radius: 20px;
  opacity: 0.2;
}

/* line 258, 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 271, app/assets/stylesheets/show_kollek.scss */
.show_kollek_left_arrow_image:hover {
  cursor: pointer;
}

/* line 274, app/assets/stylesheets/show_kollek.scss */
.show_kollek_right_arrow_image:hover {
  cursor: pointer;
}

/* line 278, app/assets/stylesheets/show_kollek.scss */
#show_kollek_left_arrow_wrapper {
  float: left;
  width: 15%;
  height: 100%;
  display: flex;
  /* make the parent a flex container */
  justify-content: center;
  /* center the child horizontally */
  align-items: center;
  /* center the child vertically */
}

/* line 286, app/assets/stylesheets/show_kollek.scss */
#show_kollek_image_wrapper {
  float: left;
  width: 70%;
  height: 100%;
  overflow: hidden;
}

/* line 292, app/assets/stylesheets/show_kollek.scss */
#show_kollek_right_arrow_wrapper {
  float: left;
  width: 15%;
  height: 100%;
  display: flex;
  /* make the parent a flex container */
  justify-content: center;
  /* center the child horizontally */
  align-items: center;
  /* center the child vertically */
}

/* line 300, app/assets/stylesheets/show_kollek.scss */
#show_kollek_top_sections {
  width: 100%;
  height: 566px;
  margin-bottom: 20px;
}

/* line 306, app/assets/stylesheets/show_kollek.scss */
#show_kollek_left_section {
  float: left;
  width: 60%;
  height: 100%;
  padding-bottom: 40px;
}

/* line 312, app/assets/stylesheets/show_kollek.scss */
#show_kollek_right_section {
  float: left;
  width: 39%;
  padding-top: 50px;
  padding-bottom: 10px;
}

/* line 318, app/assets/stylesheets/show_kollek.scss */
#show_kollek_product_descriptions {
  font-size: 20px;
  margin-top: 0px;
  text-align: left;
  margin-left: 7%;
  width: 86%;
  color: #636363;
}

/* line 329, app/assets/stylesheets/show_kollek.scss */
#show_kollek_until_expiration_section {
  width: 100%;
}

/* line 333, app/assets/stylesheets/show_kollek.scss */
#show_kollek_days_until_expiration_section {
  color: #636363 !important;
  float: left;
  width: 100%;
  margin-bottom: 3px;
}

/* line 339, app/assets/stylesheets/show_kollek.scss */
#show_kollek_days_until_expiration {
  font-size: 24px;
  line-height: 40.92px;
  font-weight: 600;
}

/* line 344, 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 351, app/assets/stylesheets/show_kollek.scss */
#show_kollek_packages_until_expiration_section {
  color: #636363;
  float: left;
  width: 50%;
  margin-bottom: 24px;
}

/* line 357, app/assets/stylesheets/show_kollek.scss */
#show_kollek_packages_until_expiration {
  font-size: 24px;
  line-height: 40.92px;
  font-weight: 600;
}

/* line 362, app/assets/stylesheets/show_kollek.scss */
#show_kollek_packages_until_expiration_message {
  font-size: 16px;
  line-height: 27.28px;
  font-weight: 400;
}

/* line 368, 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 375, app/assets/stylesheets/show_kollek.scss */
#show_kollek_adjust_quantity_section {
  height: 55px;
  width: 100%;
}

/* line 379, 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 390, app/assets/stylesheets/show_kollek.scss */
#show_kollek_decrease_quantity {
  color: white;
  width: 40%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 401, app/assets/stylesheets/show_kollek.scss */
#show_kollek_current_quantity {
  font-size: 24px;
  color: white;
  width: 20%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 414, app/assets/stylesheets/show_kollek.scss */
#show_kollek_increase_quantity {
  width: 40%;
  height: 100%;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 425, app/assets/stylesheets/show_kollek.scss */
#show_kollek_decrease_quantity:hover {
  cursor: pointer;
}

/* line 428, app/assets/stylesheets/show_kollek.scss */
#show_kollek_increase_quantity:hover {
  cursor: pointer;
}

/* Start Adjust kollek quantity completed */
/* line 433, 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 444, 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 452, 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 459, 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 467, app/assets/stylesheets/show_kollek.scss */
#show_kollek_add_to_cart {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  background-color: white;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  text-align: center;
  color: #703af4;
  text-decoration: none;
  font-size: 18px;
  margin-left: 14px;
  cursor: pointer;
  font-weight: 500;
  border: 3px solid #703af4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* line 494, app/assets/stylesheets/show_kollek.scss */
#show_kollek_add_to_cart_without_login {
  width: 134px;
  height: 40px;
  border-radius: 24px;
  background-color: white;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  text-align: center;
  color: #703af4;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  margin-left: 14px;
  font-weight: 500;
  border: 3px solid #703af4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* line 519, 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 530, 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 537, app/assets/stylesheets/show_kollek.scss */
#show_kollek_how_many_followers_section {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
}

/* line 542, app/assets/stylesheets/show_kollek.scss */
#show_kollek_how_many_followers {
  color: #868686;
  font-weight: 600;
}

/* line 546, app/assets/stylesheets/show_kollek.scss */
#show_kollek_how_many_followers_message {
  color: #868686;
}

/* line 550, app/assets/stylesheets/show_kollek.scss */
#show_kollek_similar_kolleks {
  font-size: 30px;
  line-height: normal;
  color: #636363;
  text-align: left;
  font-weight: 600;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 565, app/assets/stylesheets/show_kollek.scss */
#show_kollek_similar_kollek_cards {
  width: 100%;
  height: 440px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 40px;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%;
}

/* line 578, app/assets/stylesheets/show_kollek.scss */
#show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+5) {
  display: none;
}

/* line 581, app/assets/stylesheets/show_kollek.scss */
#count_checkout_items_header_overlay {
  position: absolute;
  top: -15px;
  /* Adjust these values */
  right: -10px;
  /* Adjust these values */
}

/* line 586, 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 601, 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 615, app/assets/stylesheets/show_kollek.scss */
.svg_float_left {
  margin-right: auto;
}

/* line 619, app/assets/stylesheets/show_kollek.scss */
#show_kollek_guaranteed_image {
  float: left;
  height: 20px;
  width: 20px;
  margin-left: 8px;
}

/* line 625, 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 636, 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 648, app/assets/stylesheets/show_kollek.scss */
#show_kollek_page_display_product_sku_number {
  color: #636363;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

/* line 654, app/assets/stylesheets/show_kollek.scss */
#show_kollek_count_units_available_image {
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

/* line 660, app/assets/stylesheets/show_kollek.scss */
#show_kollek_display_count_of_units {
  float: left;
  color: #636363;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}

/* line 667, app/assets/stylesheets/show_kollek.scss */
#show_kollek_in_stock_message {
  float: left;
  font-size: 18px;
  line-height: 23px;
}

/* line 673, app/assets/stylesheets/show_kollek.scss */
#show_kollek_estimate_delivery_days_image {
  float: left;
  width: 27px;
  height: 20px;
  margin-right: 4px;
}

/* line 679, app/assets/stylesheets/show_kollek.scss */
#show_kollek_estimate_delivery_days_message_part_01 {
  float: left;
  color: #703af4;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-right: 3px;
}

/* line 687, app/assets/stylesheets/show_kollek.scss */
#show_kollek_estimate_delivery_days_message_part_02 {
  float: left;
  color: #703af4;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}

/* line 695, app/assets/stylesheets/show_kollek.scss */
#show_kollek_divider_when_available_quantity_is_zero {
  width: 100%;
  height: 10px;
}

@media (min-width: 2100px) {
  /* line 705, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(-n+5) {
    display: block;
  }
  /* line 709, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+6) {
    display: none;
  }
}

@media (min-width: 2200px) {
  /* line 715, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_divider_when_available_quantity_is_zero {
    height: 10px;
  }
  /* line 718, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(-n+5) {
    display: block;
  }
  /* line 722, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+6) {
    display: none;
  }
}

@media (min-width: 2500px) {
  /* line 739, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(-n+7) {
    display: block;
  }
  /* line 743, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+8) {
    display: none;
  }
}

@media (max-width: 1800px) {
  /* line 752, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_guaranteed_image {
    clear: left;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  /* line 757, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_guaranteed_message {
    margin-bottom: 10px;
    margin-left: 5px;
  }
  /* line 761, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_until_expiration_section {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1700px) {
  /* line 768, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 1600px) {
  /* line 774, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_big_card_section {
    margin-top: 10px;
  }
  /* line 777, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_box {
    margin-top: 42px;
  }
  /* line 780, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    height: 520px;
  }
  /* line 784, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_images_section {
    margin-top: 20px;
    height: 500px;
  }
  /* line 789, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    padding-top: 30px;
  }
}

@media (max-width: 1500px) {
  /* line 797, app/assets/stylesheets/show_kollek.scss */
  .show_kollek_download_kollek_file {
    width: auto;
    height: 32px;
    font-size: 16px;
    margin-right: 15px;
  }
  /* line 804, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    margin-bottom: 0px;
    height: 520px;
  }
  /* line 809, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_section {
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  /* line 819, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+4) {
    display: none;
  }
}

@media (max-width: 1300px) {
  /* line 825, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+4) {
    display: none;
  }
  /* line 828, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_box {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 833, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kolleks {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 838, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1200px) {
  /* line 846, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_big_card_section {
    margin-top: 0px;
  }
  /* line 849, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_section {
    padding-bottom: 0px;
  }
  /* line 853, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    height: 480px;
    margin-bottom: 20px;
  }
  /* line 858, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_images_section {
    height: 480px;
  }
  /* line 862, app/assets/stylesheets/show_kollek.scss */
  #kollek_added_message {
    display: block;
    margin-bottom: 10px;
    height: 1em;
    margin-top: 10px;
    padding-left: 0px;
    width: auto;
    float: left;
  }
}

@media (max-width: 1100px) {
  /* line 875, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_description {
    font-size: 18px;
  }
  /* line 878, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_technical_description {
    font-size: 18px;
  }
  /* line 881, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    height: 470px;
  }
  /* line 885, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_images_section {
    height: 450px;
  }
}

@media (max-width: 1000px) {
  /* line 893, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    height: 420px;
  }
  /* line 897, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_images_section {
    height: 400px;
    margin-top: 0px;
  }
  /* line 902, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_section {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 907, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_arrow_wrapper {
    display: none;
  }
  /* line 910, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_arrow_wrapper {
    display: none;
  }
  /* line 913, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_section {
    width: 45%;
    margin-right: 2.5%;
  }
  /* line 917, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    width: 50%;
    margin-left: 2.5%;
    padding-top: 20px;
  }
  /* line 922, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_image_wrapper {
    width: 100%;
  }
  /* line 925, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_descriptions {
    width: 100%;
    margin-left: 0px;
  }
  /* line 929, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_until_expiration_section {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  /* line 933, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 939, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_title {
    padding-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  /* line 950, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_section {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  /* line 957, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_left_section {
    height: 350px;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 964, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    padding-top: 0px;
    height: auto;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  /* line 970, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_images_section {
    height: 350px;
    margin-top: 0px;
  }
  /* line 975, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_descriptions {
    margin-left: 0px;
    font-size: 18px;
  }
  /* line 979, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_technical_description {
    margin-left: 0px;
    font-size: 18px;
  }
  /* line 983, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    width: 90%;
    height: auto;
  }
  /* line 987, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_section {
    font-size: 16px;
  }
  /* line 990, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_category_html {
    font-size: 16px;
  }
  /* line 993, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 999, app/assets/stylesheets/show_kollek.scss */
  #kollek_added_message {
    padding-left: 10px;
  }
}

@media (max-width: 600px) {
  /* line 1006, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kollek_cards > .smaller_card_section:nth-child(n+2) {
    display: none;
  }
  /* line 1009, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_sku_number {
    margin-bottom: 0px;
  }
  /* line 1012, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_page_display_product_images_section {
    height: 330px;
  }
  /* line 1016, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_top_sections {
    height: 370px;
  }
  /* line 1020, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_similar_kolleks {
    font-size: 27px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  /* line 1029, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_product_price {
    margin-top: 5px;
  }
  /* line 1032, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_add_to_cart {
    width: auto;
    margin-left: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 1039, app/assets/stylesheets/show_kollek.scss */
  #kollek_added_message {
    padding-left: 0px;
  }
}

@media (max-width: 400px) {
  /* line 1045, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_right_section {
    width: 100%;
  }
}

@media (max-width: 350px) {
  /* line 1051, app/assets/stylesheets/show_kollek.scss */
  #show_kollek_add_to_cart {
    width: auto;
    margin-left: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
/* 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 20, 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: #703af4;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #703af4;
  padding-bottom: 0px;
  display: inline;
  margin-left: -5px;
  padding-left: 0px;
  cursor: pointer;
}

/* line 15, 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 21, 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 10, app/assets/stylesheets/smaller_card.scss */
.smaller_card_widget_for_completed {
  height: 414px;
}

/* line 13, app/assets/stylesheets/smaller_card.scss */
.smaller_card_wrapper {
  position: relative;
  float: center;
  height: 410px;
}

/* line 18, 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 27, app/assets/stylesheets/smaller_card.scss */
.smaller_card_link {
  text-decoration: none;
  display: block;
  margin-right: 0px;
  width: 250px;
}

/* line 33, app/assets/stylesheets/smaller_card.scss */
.smaller_card_image {
  width: 100%;
  height: 100%;
}

/* line 37, app/assets/stylesheets/smaller_card.scss */
.smaller_card_section {
  width: 250px;
  height: 410px;
  float: none;
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/smaller_card.scss */
.smaller_card_wrapper_explorer {
  position: relative;
  float: center;
  height: 410px;
}

/* line 50, app/assets/stylesheets/smaller_card.scss */
.smaller_completed_card_section {
  width: 300px;
  height: 410px;
  float: left;
  margin-bottom: 50px;
}

/* line 56, app/assets/stylesheets/smaller_card.scss */
.smaller_completed_card_image {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

/* line 61, 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 1, app/assets/stylesheets/tab_pages.scss */
.tab_pages_top_title {
  width: 100%;
  color: #666464;
  font-size: 60px;
  line-height: normal;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background: transparent;
  float: left;
}

/* line 17, app/assets/stylesheets/tab_pages.scss */
.tab_pages_top_section {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 25, app/assets/stylesheets/tab_pages.scss */
.tab_pages_title {
  float: left;
  width: 100%;
}

/* line 29, app/assets/stylesheets/tab_pages.scss */
.tab_pages_tabs_section {
  width: 100%;
  border-radius: 100px;
  border: 1px solid #7a2eff;
  height: 100px;
}

/* line 36, app/assets/stylesheets/tab_pages.scss */
.explorer_page_tab_header {
  font-size: 27px;
  border-radius: 100px;
  float: left;
  font-weight: 500;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  /* vertical */
  justify-content: center;
  /* orizontal */
}

/* line 48, app/assets/stylesheets/tab_pages.scss */
.explorer_page_tab_header_primary_cell {
  color: white;
  background: #7946f5 !important;
}

/* line 52, app/assets/stylesheets/tab_pages.scss */
.explorer_page_tab_header_secondary_cell {
  color: #7946f5;
}

/* line 56, app/assets/stylesheets/tab_pages.scss */
#explorer_pages_cards {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
  column-gap: 40px;
}

/* line 69, app/assets/stylesheets/tab_pages.scss */
#subcategory_items {
  width: 64%;
  margin-left: 19%;
  display: flex;
  justify-content: center;
}

/* line 75, 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 92, app/assets/stylesheets/tab_pages.scss */
.subcategory_item:hover {
  background: #f5f5f5;
}

/* line 95, app/assets/stylesheets/tab_pages.scss */
.subcategory_item_positioned_on_categories_page {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

/* line 100, 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 117, app/assets/stylesheets/tab_pages.scss */
.tabs_and_knowledge_items_section {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 55px;
  margin-left: 0px;
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

/* line 128, app/assets/stylesheets/tab_pages.scss */
.tabs_count_1 .explorer_page_tab_header {
  width: 100%;
}

/* line 131, app/assets/stylesheets/tab_pages.scss */
.tabs_count_2 .explorer_page_tab_header {
  width: 50%;
}

/* line 134, app/assets/stylesheets/tab_pages.scss */
.tabs_count_3 .explorer_page_tab_header {
  width: 33.3333%;
}

/* line 137, app/assets/stylesheets/tab_pages.scss */
.tabs_count_4 .explorer_page_tab_header {
  width: 25%;
}

/* line 140, app/assets/stylesheets/tab_pages.scss */
.tabs_count_5 .explorer_page_tab_header {
  width: 20%;
}

/* line 143, app/assets/stylesheets/tab_pages.scss */
.tabs_count_6 .explorer_page_tab_header {
  width: 16.6666%;
}

@media (min-width: 2000px) {
  /* line 148, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 66px;
  }
  /* line 151, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 30px;
  }
}

@media (min-width: 2200px) {
  /* line 160, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  /* line 166, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 70px;
  }
}

@media (min-width: 2300px) {
  /* line 173, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 30px;
  }
}

@media (max-width: 1800px) {
  /* line 188, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title {
    width: 100%;
  }
}

@media (max-width: 1700px) {
  /* line 194, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 75%;
    margin-left: 12.5%;
  }
}

@media (max-width: 1600px) {
  /* line 201, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
  }
  /* line 207, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 60px;
  }
}

@media (max-width: 1500px) {
  /* line 214, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 85%;
    margin-left: 7.5%;
  }
  /* line 219, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media (max-width: 1400px) {
  /* line 227, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 55px;
  }
}

@media (max-width: 1300px) {
  /* line 233, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 1200px) {
  /* line 240, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 50px;
  }
  /* line 243, app/assets/stylesheets/tab_pages.scss */
  #tab_pages_to_image {
    width: 440px;
  }
  /* line 246, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* line 251, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  /* line 257, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 90%;
    margin-left: 5%;
  }
  /* line 261, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 21px;
  }
  /* line 264, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 50px;
  }
}

@media (max-width: 1000px) {
  /* line 270, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    height: 78px;
    margin-bottom: 0px;
  }
  /* line 275, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_others {
    height: 76px;
    margin-bottom: 0px;
  }
}

@media (max-width: 900px) {
  /* line 282, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 40px;
  }
  /* line 285, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-top: 13px;
    margin-bottom: 32px;
  }
  /* line 290, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    height: 80px;
  }
  /* line 294, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 45px;
  }
  /* line 297, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 19px;
  }
}

@media (max-width: 800px) {
  /* line 303, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 18px;
  }
  /* line 306, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    height: 60px;
    margin-bottom: 0px;
  }
  /* line 311, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_others {
    height: 60px;
  }
  /* line 314, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title {
    width: 100%;
  }
  /* line 318, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    margin-bottom: 0px;
    height: 80px;
  }
}

@media (max-width: 700px) {
  /* line 325, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    height: 80px;
  }
  /* line 328, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title {
    width: 100%;
  }
  /* line 332, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-top: 7px;
    margin-bottom: 25px;
  }
  /* line 336, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  /* line 342, app/assets/stylesheets/tab_pages.scss */
  #tab_headers_display_categories {
    width: 97%;
    margin-left: 1.5%;
  }
  /* line 346, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 14px;
  }
  /* line 349, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    font-size: 30px;
  }
  /* line 352, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_title {
    width: 100%;
  }
  /* line 355, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    height: 44px;
  }
  /* line 358, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  /* line 365, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 30px;
  }
  /* line 368, app/assets/stylesheets/tab_pages.scss */
  .explorer_page_tab_header {
    font-size: 12px;
  }
  /* line 372, app/assets/stylesheets/tab_pages.scss */
  [class*="tabs_count_"] .explorer_page_tab_header {
    width: 100%;
    height: 44px;
  }
  /* line 376, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_tabs_section {
    border: 0px;
    border-radius: none;
    height: auto;
  }
  /* line 382, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  /* line 391, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_section {
    margin-bottom: 15px;
  }
}

@media (max-width: 350px) {
  /* line 397, app/assets/stylesheets/tab_pages.scss */
  .tab_pages_top_title {
    font-size: 28px;
  }
}

@media (max-width: 300px) {
  /* line 403, app/assets/stylesheets/tab_pages.scss */
  .tabs_and_knowledge_items_section {
    margin-bottom: 17px;
  }
}
/* line 1, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_marketing_items_section {
  height: 38px;
  width: 100%;
  background: white;
}

/* line 7, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_left_space_section {
  width: 12.5%;
}

/* line 10, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_check_section {
  width: 20%;
}

/* line 13, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_main_message_section {
  width: 35%;
}

/* line 16, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_section {
  width: 20%;
}

/* line 19, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_right_space_section {
  width: 12.5%;
}

/* line 22, app/assets/stylesheets/top_bar_marketing_items.scss */
.top_bar_default_section_properties {
  height: 38px;
  float: left;
}

/* line 27, app/assets/stylesheets/top_bar_marketing_items.scss */
.top_bar_default_text {
  color: #636363;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
}

/* line 34, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_check_image {
  float: left;
  margin-top: 12px;
  margin-right: 4px;
}

/* line 39, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_check_section_message {
  float: left;
  margin-top: 13px;
}

/* line 43, app/assets/stylesheets/top_bar_marketing_items.scss */
.top_bar_free_price_check_message_sent_style {
  color: #10d582;
}

/* line 47, 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 61, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_main_message_section_message {
  margin-left: 4px;
}

/* line 65, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_rating_message {
  float: right;
  margin-top: 13px;
  margin-right: 5px;
}

/* line 70, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_rating_icon {
  float: right;
  margin-top: 10px;
  margin-right: 2px;
  height: 18px;
}

/* line 76, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_label {
  float: right;
  margin-top: 13px;
}

/* line 80, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_section_widgets {
  width: 100%;
  height: 38px;
  background: red;
}

/* line 86, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_trustpilot_section_widgets:hover {
  background: red;
}

/* line 90, app/assets/stylesheets/top_bar_marketing_items.scss */
#top_bar_free_price_not_logged_link {
  height: 100%;
  width: 100%;
  text-decoration: none;
}

/* line 95, 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 105, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 13%;
  }
  /* line 108, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 19.5%;
  }
  /* line 111, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 19.5%;
  }
  /* line 114, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 13%;
  }
}

@media (max-width: 1800px) {
  /* line 135, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 10%;
  }
  /* line 138, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 22%;
  }
  /* line 141, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 23%;
  }
  /* line 144, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 9%;
  }
}

@media (max-width: 1700px) {
  /* line 150, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 8%;
  }
  /* line 153, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 24%;
  }
  /* line 156, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 25%;
  }
  /* line 159, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 7%;
  }
}

@media (max-width: 1500px) {
  /* line 168, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 7.5%;
  }
  /* line 171, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 25%;
  }
  /* line 175, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 25%;
  }
  /* line 178, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 7.5%;
  }
}

@media (max-width: 1300px) {
  /* line 187, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 5%;
  }
  /* line 190, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    width: 25%;
  }
  /* line 193, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section {
    width: 40%;
  }
  /* line 196, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 25%;
  }
  /* line 199, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 5%;
  }
}

@media (max-width: 1200px) {
  /* line 205, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_left_space_section {
    width: 5%;
  }
  /* line 208, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_free_price_check_section {
    display: none;
  }
  /* line 211, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section {
    width: 60%;
  }
  /* line 214, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_widgets {
    justify-content: left;
    align-items: left;
  }
  /* line 218, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    width: 30%;
  }
  /* line 221, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    width: 5%;
  }
}

@media (max-width: 900px) {
  /* line 233, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section {
    width: 95%;
  }
  /* line 236, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_trustpilot_section {
    display: none;
  }
  /* line 239, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_right_space_section {
    display: none;
  }
}

@media (max-width: 500px) {
  /* line 254, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_image {
    display: none;
  }
  /* line 257, 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 (max-width: 400px) {
  /* line 266, app/assets/stylesheets/top_bar_marketing_items.scss */
  #top_bar_main_message_section_message {
    margin-top: 5px;
    line-height: 14px;
    margin-top: 0px;
  }
}

@media (max-width: 350px) {
  /* line 274, 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 17, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_column {
  float: left;
  height: 340px;
  width: 32.5%;
  margin-right: 3px;
}

/* line 24, 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 40, 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 57, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_bigger_gap_cell {
  margin-bottom: 3px;
}

/* line 60, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_cell_double_content {
  text-align: center;
  width: 100%;
}

/* line 65, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_small_package_image {
  position: absolute;
  top: 26px;
  right: 68px;
  width: 25px;
  height: 25px;
}

/* line 72, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_medium_package_image {
  position: absolute;
  top: 25px;
  right: 54px;
  width: 51px;
  height: 28px;
}

/* line 79, app/assets/stylesheets/transportation_cost_table.scss */
#transportation_cost_table_big_package_image {
  position: absolute;
  top: 11px;
  right: 50px;
  width: 59px;
  height: 55px;
}

/* line 87, app/assets/stylesheets/transportation_cost_table.scss */
.transportation_cost_table_last_column_cell {
  padding-left: 15%;
  padding-right: 15%;
  text-align: left;
}

/* line 93, 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 103, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -12px;
  }
}

@media (min-width: 2100px) {
  /* line 109, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -15px;
  }
}

@media (min-width: 2200px) {
  /* line 115, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -18px;
  }
}

@media (min-width: 2300px) {
  /* line 121, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -21px;
  }
}

@media (min-width: 2400px) {
  /* line 127, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -24px;
  }
}

@media (min-width: 2500px) {
  /* line 133, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: -27px;
  }
}

@media (max-width: 1600px) {
  /* line 148, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 0px;
  }
}

@media (max-width: 1500px) {
  /* line 154, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 4px;
  }
}

@media (max-width: 1400px) {
  /* line 160, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 0px;
  }
}

@media (max-width: 1300px) {
  /* line 166, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 3px;
  }
  /* line 169, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_header {
    padding-right: 0px;
  }
  /* line 172, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_small_package_image {
    right: 63px;
  }
  /* line 175, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_medium_package_image {
    right: 49px;
  }
  /* line 178, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_big_package_image {
    right: 45px;
  }
}

@media (max-width: 1200px) {
  /* line 184, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    left: 5px;
  }
}

@media (max-width: 1100px) {
  /* line 190, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_header {
    padding-left: 10px;
  }
  /* line 193, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_row_half_pallet {
    padding-left: 10px;
  }
  /* line 196, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_row_full_pallet {
    padding-left: 10px;
  }
  /* line 199, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_row_multiple_pallets {
    padding-left: 10px;
  }
  /* line 203, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_small_package_image {
    right: 53px;
  }
  /* line 206, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_medium_package_image {
    right: 39px;
  }
  /* line 209, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_big_package_image {
    right: 35px;
  }
  /* line 213, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_close_image {
    right: 22px;
    top: 5px;
  }
}

@media (max-width: 900px) {
  /* line 223, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 16px;
  }
  /* line 226, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  /* line 232, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 236, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 241, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 246, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_close_image {
    right: 0px;
  }
}

@media (max-width: 700px) {
  /* line 252, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 14px;
    text-align: left;
  }
  /* line 256, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 14px;
    text-align: left;
  }
  /* line 261, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_small_package_image {
    display: none;
  }
  /* line 264, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_medium_package_image {
    display: none;
  }
  /* line 267, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_big_package_image {
    display: none;
  }
}

@media (max-width: 600px) {
  /* line 273, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    padding-left: 5px;
    padding-right: 0px;
  }
  /* line 277, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    padding-left: 5px;
    padding-right: 0px;
  }
  /* line 281, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_header {
    padding-left: 5px;
    padding-right: 0px;
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  /* line 289, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_column {
    width: 48%;
  }
  /* line 292, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_orders_sizes_column {
    display: none;
  }
}

@media (max-width: 400px) {
  /* line 298, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 13px;
  }
  /* line 301, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell_double {
    font-size: 13px;
  }
  /* line 304, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 309, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_close_image {
    right: -10px;
  }
}

@media (max-width: 350px) {
  /* line 315, app/assets/stylesheets/transportation_cost_table.scss */
  #transportation_cost_table_2nd_column {
    margin-right: 0px;
  }
  /* line 318, app/assets/stylesheets/transportation_cost_table.scss */
  .transportation_cost_table_cell {
    font-size: 12px;
  }
  /* line 321, 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 5, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_card .unsubscribe_page_card_campaign_contact {
  min-height: 450px !important;
}

/* line 20, 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 28, 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 37, 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 56, 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 64, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_note_from_newsletter {
  margin-top: 47px;
}

/* line 67, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_link {
  display: block;
  color: #703af4;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9em;
}

/* line 74, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_link:visited {
  color: #703af4;
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_link:hover {
  color: #703af4;
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_newsletter_unsubscribe_button {
  margin-top: 47px;
}

/* line 89, 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 97, 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 106, 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 114, 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 131, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_unsubscribe_spinner {
  padding-top: 40px;
  width: 30px;
}

/* line 136, 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 158, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_mandatory_page_webshop_link:visited {
  color: #703af4;
  text-decoration: none;
}

/* line 162, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_mandatory_page_webshop_link:hover {
  color: #703af4;
  text-decoration: none;
}

/* line 166, 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 175, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_mandatory_title {
  font-size: 35px;
}

/* line 178, app/assets/stylesheets/unsubscribe_page.scss */
#unsubscribe_page_secondary_title {
  font-size: 20px;
  color: #703af4;
  font-weight: bold;
  margin-top: 40px;
}

/* line 184, app/assets/stylesheets/unsubscribe_page.scss */
.unsubscribe_page_resubscribe_button {
  margin-top: 20px;
}

@media (max-width: 1600px) {
  /* line 216, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    margin-top: 20px;
  }
  /* line 219, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    margin-top: 100px;
  }
}

@media (max-width: 1400px) {
  /* line 228, 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 (max-width: 1200px) {
  /* line 241, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_mandatory_title {
    font-size: 30px;
  }
  /* line 244, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_note {
    font-size: 18px;
  }
  /* line 247, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
  }
}

@media (max-width: 1000px) {
  /* line 258, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    padding-top: 40px;
    margin-top: 50px;
  }
}

@media (max-width: 900px) {
  /* line 265, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  /* line 271, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 276, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_resubscribe_button {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  /* line 285, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_mandatory_title {
    font-size: 25px;
  }
  /* line 288, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_secondary_title {
    font-size: 16px;
  }
  /* line 291, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_note {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  /* line 297, app/assets/stylesheets/unsubscribe_page.scss */
  #unsubscribe_page_mandatory_title {
    font-size: 23px;
  }
  /* line 300, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    width: 95%;
    margin-left: 2.5%;
  }
}

@media (max-width: 400px) {
  /* line 307, app/assets/stylesheets/unsubscribe_page.scss */
  .unsubscribe_page_card_campaign_contact {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  /* line 311, 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 16, 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 24, 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 34, 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 55, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_webshop_link:visited {
  color: #703af4;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/unsubscribe_page_success.scss */
.unsubscribe_page_success_webshop_link:hover {
  color: #703af4;
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/unsubscribe_page_success.scss */
#unsubscribe_page_success_title_unfollowed_kollek {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

/* line 68, app/assets/stylesheets/unsubscribe_page_success.scss */
#unsubscribe_page_success_webshop_link_unfollowed_kollek {
  margin-top: 45px;
}

/* line 71, 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


 */
 


 @media (min-width: 1201px) {

 }

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

 @media (min-width: 1400px) {

 }

 @media (min-width: 1500px) {

 }

 @media (min-width: 1600px) {

 }

 @media (min-width: 1700px) {

 }

 @media (min-width: 1800px) {

 }

 @media (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 (max-width: 1200px) {

  }

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

  @media (max-width: 1000px) {

  }

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


   @media (max-width: 800px) {

  }


   @media (max-width: 700px) {

  }

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

   @media (max-width: 500px) {

  }


   @media (max-width: 400px) {

  }

   @media (max-width: 350px) {

   }

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


/*# sourceMappingURL=admin.css-02efae3052744d09c0d4d8b520208b2f46228ef2a380e2e7c6f2affe3166a1d3.map */
