@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf) format('truetype');
}
body {
  font-family: 'Space Grotesk', sans-serif;
  background-color: #f1f1f1;
}
body.profile {
  background: #f5f5ff;
}
.transition-all {
  transition: all 0.3s ease;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-checkbox input[type='checkbox'] {
  display: none;
}
.custom-checkbox .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  background-image: url('../../images/inputcheckbox-unchecked.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.custom-checkbox input:checked + .icon {
  background-image: url('../../images/input-checkbox-checked.svg') !important;
}
.container-fluid {
  max-width: 1920px;
}
.container {
  max-width: 1380px;
}
.position-relative {
  position: relative;
}
body {
  background: rgba(121, 132, 120, 0.1);
}
div.new-top-menu {
  background-color: #2c2c2c;
  color: white;
  height: 65px;
}
div.new-top-menu .new-top-menu-row {
  height: 65px;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
}
div.new-top-menu .new-top-menu-item,
div.new-top-menu .menu-item-lang {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu .new-top-menu-item:hover,
div.new-top-menu .menu-item-lang:hover {
  color: #813cff;
}
div.new-top-menu .menu-item-lang {
  padding-right: 35px;
  background-position: center right;
  background-size: 22px;
  background-repeat: no-repeat;
}
div.new-top-menu .menu-item-lang.menu-item-lang-en {
  background-image: url('/images/gb-flag.svg');
}
div.new-top-menu .menu-item-lang.menu-item-lang-pl {
  background-image: url('/images/pl-flag.svg');
}
div.new-top-menu .top-menu-login-button {
  position: relative;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link {
  border-radius: 10px;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  background: #813cff;
  padding: 6px 24px;
  padding-right: 41px;
  text-decoration: none;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link img {
  position: absolute;
  right: 14px;
  top: 52%;
  transform: translateY(-60%);
  transition: all 0.3s ease;
}
div.new-top-menu .top-menu-login-button .top-menu-login-button-link.opened img {
  transform: rotate(180deg);
  top: 42%;
}
div.new-top-menu .top-menu-login-button.top-menu-login-button-logged {
  position: absolute;
  right: 0;
}
div.new-top-menu .login-dropdown-panel {
  min-width: 400px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: 0px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu .login-modal-content {
  text-align: left;
}
div.new-top-menu .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu .login-modal-content .login-modal-links a {
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
div.new-top-menu .new-top-menu-1 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max: 1200px) {
  div.new-top-menu .new-top-menu-1 {
    justify-content: flex-start;
  }
}
div.new-top-menu #logo-main-image {
  /* zamiast paddingu */
  max-height: 30px;
}
@media screen and (min-width: 1200px) {
  div.new-top-menu #logo-main-image {
    max-height: 40px;
  }
}
div.new-top-menu .new-top-menu-2 .form-check {
  float: left;
  min-height: auto;
  padding-left: 0;
  margin-bottom: auto;
  padding-top: 10px;
  margin-left: 20px;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row {
  margin-left: 2%;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .pl-0 {
  padding-left: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .pr-0 {
  padding-right: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .ml-0 {
  margin-left: 0;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .mr-0 {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links {
    padding-right: 40px;
  }
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links a.new-top-menu-item-border {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 4px solid #813cff;
  padding: 6px 24px;
  text-decoration: none;
}
div.new-top-menu .new-top-menu-2 .top-menu-offers-row .extra-links a.new-top-menu-item {
  color: #cbf801;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 30px;
}
div.new-top-menu .new-top-menu-2 .new-top-menu-2-1 {
  width: 125px;
  float: right;
  margin-right: 60px;
  height: 60px;
  line-height: 60px;
}
div.new-top-menu .new-top-menu-2 .new-top-menu-2-2 {
  width: 190px;
  float: right;
  margin-right: 60px;
  height: 60px;
  line-height: 60px;
}
div.new-top-menu .new-top-menu-2 .top-menu-login-button {
  float: right;
  height: 60px;
  padding-top: 18px;
}
div.new-top-menu .new-top-menu-2 #dark-mode-icon {
  width: 50px;
}
div.new-top-menu .new-top-menu-3 {
  flex: 1;
}
div.new-top-menu .new-top-menu-2 {
  width: calc(100% - 400px);
  max-width: 1380px;
}
div.new-top-menu .hamburger-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* odstęp między liniami */
  width: 24px;
  cursor: pointer;
}
div.new-top-menu .hamburger-menu-div {
  background-color: #2c2c2c;
}
div.new-top-menu .hamburger-menu-div .close-button {
  background-color: transparent;
  border: none;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul {
  list-style: none;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul li {
  padding-bottom: 10px;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul a {
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
div.new-top-menu .hamburger-menu-div .menu-hamburger-content ul a:hover {
  color: #813cff;
}
div.new-top-menu .login-dropdown-panel-logged {
  width: 300px;
  background: #2c2c2c;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 25px 25px;
  color: #fff;
  top: 53px;
  right: -200px;
  display: none;
  position: absolute;
  z-index: 1000;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content {
  text-align: left;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .top-menu-hand {
  width: 28px;
  height: 28px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-title {
  color: #cbf801;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 18px;
  text-align: left;
  padding-top: 5px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a {
  font-size: 11.2px;
  font-weight: 500;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  display: block;
  transition: all 0.3s ease;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a:first-child {
  margin-bottom: 0px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-modal-links a:hover {
  color: #813cff;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-dashed-line-container {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.new-top-menu .login-dropdown-panel-logged .login-modal-content .login-dashed-line {
  border-top: 1px dashed #cdcdcd;
  margin: 0;
  padding: 0;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj img {
  margin-right: 15px;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-edytuj:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia :hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ustawienia:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-polityka {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 10px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-polityka:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-kontakt {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 35px;
  text-decoration: none;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-kontakt:hover {
  color: #fff !important;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ikonki {
  padding-top: 10px;
}
div.new-top-menu .login-dropdown-panel-logged .your-profil-ikonki a {
  width: 25px;
  margin-right: 15px;
  text-decoration: none;
}
.main-wrapper {
  background-color: #f5f5f5;
}
.page-container {
  padding-top: 20px;
}
.top-search-container {
  height: 320px;
  padding: 40px 140px;
  border-radius: 50px;
  background: rgba(161, 161, 255, 0.2);
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/images/offers-search.svg');
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
}
.top-search-container h1 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 19.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 3vw;
}
@media (min-width: 1800px) {
  .top-search-container h1 {
    padding-left: 8vw;
  }
}
@media (max-width: 1700px) {
  .top-search-container h1 {
    padding-left: 1vw;
  }
}
.top-search-container h1 span {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 19.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-search-container h1 svg {
  width: 100px;
  height: 40px;
  position: relative;
  top: -8px;
  fill: #004444;
}
.top-search-container .top-search-container-form {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}
.top-search-container .top-search-container-form .form-search-input {
  border-radius: 10px;
  background: #f1f1f1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border: 0px;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0px 30px;
  min-width: 450px;
  background-image: url('/images/ico-search.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 16px;
  padding-left: 50px;
}
@media (max-width: 1800px) {
  .top-search-container .top-search-container-form .form-search-input {
    min-width: 315px;
  }
}
.top-search-container .top-search-container-form .form-search-location {
  border-radius: 10px;
  background: #f1f1f1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border: 0px;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0px 30px;
  min-width: 150px;
  background-image: url('/images/ico-lokalizacja.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 16px;
  padding-left: 50px;
  margin-left: 20px;
}
@media (max-width: 1800px) {
  .top-search-container .top-search-container-form .form-search-location {
    min-width: 135px;
  }
}
.top-search-container .top-search-container-form .top-search-location-distance-wrapper {
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f1f1f1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border: 0px;
  min-height: 60px;
  padding-top: 5px;
  text-align: center;
  max-width: 200px;
}
.top-search-container .top-search-container-form .top-search-location-distance-wrapper label {
  color: #717171;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-search-container .top-search-container-form .top-search-location-distance-wrapper select {
  border: 0px;
  background: transparent;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 13px;
}
.top-search-container .top-search-container-form .location-distance-wrapper-mobile {
  background: #f1f1f1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  margin-left: 12px;
  max-width: 92%;
  border-radius: 10px;
}
.top-search-container .top-search-container-form .location-distance-wrapper-mobile .col-7 {
  padding-left: 0px;
}
.top-search-container .top-search-container-form .location-distance-wrapper-mobile input[type='text'] {
  border: 0px;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0px 30px;
  min-width: 100px;
  background-image: url('/images/ico-lokalizacja.svg');
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 16px;
  padding-left: 50px;
  background-color: transparent;
  outline: none;
}
.top-search-container .top-search-container-form .location-distance-wrapper-mobile select {
  border: 0px;
  background: transparent;
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
}
.top-search-container .top-search-container-form .location-distance-wrapper-mobile label {
  color: #717171;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-search-container {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-size: auto;
  }
  .top-search-container .top-search-container-form {
    border-radius: 10px;
    padding-bottom: 0px;
  }
  .top-search-container .top-search-container-form .col {
    width: 100%;
    flex: 1 0 100%;
    margin-bottom: 20px;
  }
  .top-search-container .top-search-container-form .form-search-input,
  .top-search-container .top-search-container-form .form-search-location {
    width: 100%;
    min-width: 100%;
  }
  .top-search-container .top-search-container-form .form-search-location {
    margin-left: 0;
    width: 100%;
  }
  .top-search-container .top-search-container-form .top-search-location-distance-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .top-search-container .top-search-container-form .btn-submit {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-search-container.top-search-container-mobile {
  background-image: none;
  border-radius: 10px;
  margin-bottom: 20px;
}
.top-search-container.top-search-container-mobile .top-search-container-form {
  margin-top: 0px;
  background-image: none;
}
.btn-submit {
  padding: 6px 24px;
  border-radius: 10px;
  background: #813cff;
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.btn-submit:hover {
  background: #6633cc;
  color: white;
}
.btn-submit.btn-submit-filters {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;
  width: 90%;
  padding: 12px 1px;
  text-align: center;
}
.btn-submit.btn-submit-filters:hover {
  background: #6633cc;
  color: white;
}
.categories-container {
  background: #f5f5f5;
  box-shadow: 0 15px 20px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}
.categories-container h2 {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}
.categories-container .categories-title {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16.8px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .categories-container .categories-title {
    padding-left: 15px;
  }
}
.categories-container .categories-scroll-container {
  position: relative;
}
.categories-container .categories-scroll-container .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.categories-container .categories-wrapper {
  flex: 1;
  position: relative;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.categories-container .categories-wrapper .category-clickable {
  cursor: pointer;
  transition: all 0.3s ease;
}
.categories-container .categories-wrapper .category-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
@media screen and (max-width: 768px) {
  .categories-container .categories-wrapper {
    max-width: 88%;
    margin-left: 8%;
  }
}
.categories-container .categories-scroll {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  transition: transform 0.3s ease;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.categories-container .categories-scroll::-webkit-scrollbar {
  display: none;
}
.categories-container .category-item {
  flex-shrink: 0;
  width: 160px;
}
.categories-container .category-item.active .category-card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-15px);
}
.categories-container .category-item.active .category-card a {
  font-weight: 700;
}
.categories-container .category-item.active .category-card .category-name {
  font-weight: 700 !important;
  color: #813cff !important;
}
@media screen and (max-width: 768px) {
  .categories-container .category-item.active .category-card {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .categories-container .category-item.active {
    border: 2px solid #00ff9d !important;
    border-radius: 10px !important;
  }
}
.categories-container .category-card {
  transition: all 0.3s ease;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.categories-container .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}
.categories-container .category-card:hover .category-icon img {
  transform: scale(1.1);
}
.categories-container .category-clickable {
  cursor: pointer;
  transition: all 0.3s ease;
}
.categories-container .category-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.categories-container .category-icon img {
  transition: all 0.3s ease;
}
.categories-container .category-name {
  color: #044;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.categories-container .scroll-btn {
  position: absolute;
  top: 35%;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.15);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.categories-container .scroll-btn:hover {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.categories-container .scroll-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.categories-container .scroll-btn.scroll-left {
  left: 10px;
}
.categories-container .scroll-btn.scroll-right {
  right: 10px;
}
.categories-container .scroll-icon {
  font-size: 20px;
  font-weight: bold;
  color: #044;
}
@media (max-width: 768px) {
  .categories-container .categories-title {
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .categories-container .categories-scroll-container {
    padding: 0 40px;
  }
  .categories-container .category-item {
    width: 150px;
  }
  .categories-container .scroll-btn {
    width: 35px;
    height: 35px;
  }
  .categories-container .scroll-icon {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .categories-container .categories-title {
    font-size: 12.6px;
    margin-bottom: 15px;
    padding-top: 25px;
  }
  .categories-container .categories-scroll-container {
    padding: 0 30px;
  }
  .categories-container .category-item {
    width: 110px;
  }
  .categories-container .scroll-btn {
    width: 30px;
    height: 30px;
  }
  .categories-container .scroll-icon {
    font-size: 16px;
  }
  .categories-container .category-card .card-body {
    padding: 10px !important;
  }
  .categories-container .category-name small {
    font-size: 12px !important;
  }
}
.top-pagination,
.bottom-pagination {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-pagination {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .bottom-pagination {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
.pagination-wrapper {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pagination-wrapper span {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-wrapper input.current-page-input {
  width: 50px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  text-align: center;
  display: inline-block;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
.pagination-wrapper .arrow-pagination-link {
  display: inline-block;
}
.pagination-wrapper .arrow-pagination-link img {
  width: 15px;
  margin-right: 10px;
}
.sorting-mode-wrapper span {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sorting-mode-wrapper select {
  display: inline-block;
  background: transparent;
  border: 0px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: auto;
  background-image: url('/images/arrow-down.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .sorting-mode-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}
.active-filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .active-filters-container {
    margin-bottom: 15px;
  }
}
.filter-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.filter-badge:hover {
  background-color: #f8f9fa;
  border-color: #d0d0d0;
}
.filter-badge-remove {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  margin-left: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.filter-badge-remove:hover {
  background-color: #e0e0e0;
  color: #333;
}
.filter-badge-remove svg {
  width: 12px;
  height: 12px;
}
.sorting-mode-wrapper-buttons .btn-mode-select {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.sorting-mode-wrapper-buttons .btn-mode-select.btn-mode-rows {
  background-image: url('/images/job-mode-rows.svg');
}
.sorting-mode-wrapper-buttons .btn-mode-select.btn-mode-rows.active {
  background-image: url('/images/job-mode-rows-selected.svg');
}
.sorting-mode-wrapper-buttons .btn-mode-select.btn-mode-grid {
  background-image: url('/images/job-mode-box.svg');
}
.sorting-mode-wrapper-buttons .btn-mode-select.btn-mode-grid.active {
  background-image: url('/images/job-mode-box-selected.svg');
}
@media screen and (max-width: 768px) {
  .sorting-mode-wrapper-buttons {
    padding-top: 20px;
    text-align: center;
  }
}
.offers-filters-container .offers-filters-wrapper {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.offers-filters-container .offers-filters-wrapper .filter-title {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}
.offers-filters-container .offers-filters-wrapper .filter-content {
  padding-bottom: 30px;
}
.offers-filters-container .offers-filters-wrapper .filter-content .row-with-checkbox {
  padding-bottom: 3px;
}
.offers-filters-container .offers-filters-wrapper .filter-content .row-with-checkbox label {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .offers-filters-container .offers-filters-wrapper {
    display: none;
  }
}
.offers-filters-container .accordion-item {
  border: none !important;
}
.offers-filters-container .accordion-item button {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background-color: rgba(161, 161, 255, 0.2) !important;
  padding: 12px 13px;
}
.offers-filters-container .accordion-body label {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offers-filters-container #headingLevel1 button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-container #headingContractType button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-container #headingWorkType button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-container #headingWorkload button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-wrapper-mobile .accordion-item {
  border: none !important;
}
.offers-filters-wrapper-mobile .accordion-item button {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background-color: rgba(161, 161, 255, 0.2) !important;
  padding: 12px 13px;
}
.offers-filters-wrapper-mobile .accordion-body label {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.offers-filters-wrapper-mobile #mobileHeadingCategories button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-wrapper-mobile #mobileHeadingContractType button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-wrapper-mobile #mobileHeadingWorkType button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-wrapper-mobile #mobileHeadingLevel1 button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.offers-filters-wrapper-mobile #mobileHeadingWorkload button span.accordion-button-icon svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .list-offers-wrapper {
    padding-top: 25px;
  }
}
.offers-row-wrapper {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.offers-row-wrapper .offer-row-wrapper {
  padding: 20px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
.offers-row-wrapper .offer-row-wrapper .offer-logo-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .offers-row-wrapper .offer-row-wrapper .offer-logo-col {
    display: none;
  }
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col h3 {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-info-firm {
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-info-price {
  text-align: left;
  color: #222;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-info-price span {
  color: #813cff;
}
@media screen and (max-width: 768px) {
  .offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-info-price {
    text-align: left;
    padding-top: 10px;
    font-size: 12.6px;
  }
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-info-price .offer-info-price-col {
  padding-top: 5px;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-info-price .offer-info-price-col:first-child {
  padding-top: 0px;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-category-name {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .badge-new {
  border-radius: 20px;
  background: #00ff9d;
  padding: 5px 15px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 9.8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
.offers-row-wrapper .offer-row-wrapper .offer-info-col .offer-category {
  border-radius: 20px;
  background: #e6e6e6;
  padding: 5px 15px;
  color: #7e7e80;
  font-family: 'Space Grotesk';
  font-size: 9.8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offers-row-wrapper .offer-row-wrapper .offer-heart-col {
  text-align: center;
}
.offers-row-wrapper .offer-row-wrapper .offer-heart-col span {
  width: 25px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
}
.offers-row-wrapper .offer-row-wrapper .offer-heart-col span.favourite-added {
  color: #813cff;
}
.offers-row-wrapper .offer-row-wrapper .offer-heart-col span.favourite-not-added {
  color: #044;
}
.offers-row-wrapper .offer-row-wrapper .row-info-2 {
  padding-top: 20px;
}
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-firm,
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-location,
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-type {
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .offers-row-wrapper .offer-row-wrapper .row-info-2 .info-firm,
  .offers-row-wrapper .offer-row-wrapper .row-info-2 .info-location,
  .offers-row-wrapper .offer-row-wrapper .row-info-2 .info-type {
    padding-top: 10px;
  }
}
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-firm img,
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-location img,
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-type img {
  max-height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-icons {
  text-align: right;
}
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-icons .offer-category {
  border-radius: 20px;
  background: #e6e6e6;
  padding: 5px 15px;
  color: #7e7e80;
  font-family: 'Space Grotesk';
  font-size: 9.8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offers-row-wrapper .offer-row-wrapper .row-info-2 .info-icons .badge-new {
  border-radius: 20px;
  background: #00ff9d;
  padding: 5px 15px;
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 9.8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .offers-row-wrapper .offer-row-wrapper .row-info-2 .info-icons {
    text-align: center;
    padding-top: 10px;
  }
}
.offers-row-wrapper .offer-row-wrapper .info-firm-mobile {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offers-row-wrapper .offer-row-wrapper .info-firm-mobile img {
  max-height: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .offers-row-wrapper {
    width: 100%;
  }
  .offers-row-wrapper .offer-row-wrapper {
    padding: 20px 15px;
  }
}
.offer-grid-wrapper {
  margin-bottom: 25px;
}
.offer-grid-wrapper .offer-grid-item {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
  padding: 20px 15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.offer-grid-wrapper .offer-grid-item .info-icons-categories {
  text-align: right;
}
.offer-grid-wrapper .offer-grid-item .info-icons-categories .offer-category {
  border-radius: 20px;
  background: #e6e6e6;
  padding: 5px 15px;
  color: #7e7e80;
  font-family: 'Space Grotesk';
  font-size: 9.8px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offer-grid-wrapper .offer-grid-item .offer-info h3 {
  color: #000;
  font-family: 'Space Grotesk';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  line-height: 23.8px;
}
.offer-grid-wrapper .offer-grid-item .info-firm {
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.offer-grid-wrapper .offer-grid-item .offer-logo {
  padding-left: 5px;
}
.offer-grid-wrapper .offer-grid-item .offer-logo img {
  max-width: 45px;
}
.offer-grid-wrapper .offer-grid-item .offer-info-row {
  padding-top: 10px;
  padding-left: 5px;
}
.offer-grid-wrapper .offer-grid-item .offer-info-row .info-firm,
.offer-grid-wrapper .offer-grid-item .offer-info-row .info-location,
.offer-grid-wrapper .offer-grid-item .offer-info-row .info-type {
  color: #666;
  font-family: 'Space Grotesk';
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5px;
}
.offer-grid-wrapper .offer-grid-item .offer-info-row .info-firm img,
.offer-grid-wrapper .offer-grid-item .offer-info-row .info-location img,
.offer-grid-wrapper .offer-grid-item .offer-info-row .info-type img {
  max-height: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .offer-grid-wrapper .offer-grid-item .offer-info-row .info-firm,
  .offer-grid-wrapper .offer-grid-item .offer-info-row .info-location,
  .offer-grid-wrapper .offer-grid-item .offer-info-row .info-type {
    padding-top: 10px;
  }
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart {
  margin-top: 25px;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-price {
  color: #222;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 17px;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-price span {
  color: #813cff;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-price .offer-info-price-col {
  padding-top: 5px;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-price .offer-info-price-col:first-child {
  padding-top: 0px;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-heart {
  text-align: center;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-heart span {
  width: 25px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-heart span.favourite-added {
  color: #813cff;
}
.offer-grid-wrapper .offer-grid-item .offer-price-heart .offer-heart span.favourite-not-added {
  color: #044;
}
.offers-footer-container {
  margin-top: 30px;
  min-height: 300px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .offers-footer-container {
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.offers-footer-container .footer-teal-bar {
  background-color: #044;
  width: 100%;
  height: 95px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 160px;
  text-align: center;
  color: white;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .offers-footer-container .footer-teal-bar {
    height: 50px;
    top: 100px;
  }
}
.offers-footer-container .container-fluid {
  z-index: 3;
  position: relative;
}
.offers-footer-container .container-fluid h2 {
  color: #044;
  text-align: left;
  font-family: 'Space Grotesk';
  font-size: 22.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .offers-footer-container .container-fluid h2 {
    font-size: 16.8px;
    text-align: center;
  }
}
.offers-footer-container .container-fluid h3 {
  color: #044;
  text-align: left;
  font-family: 'Space Grotesk';
  font-size: 18.2px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .offers-footer-container .container-fluid h3 {
    font-size: 15.4px;
    text-align: center;
  }
}
.offers-footer-container .container-fluid p.white-text {
  color: #fff;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.8px;
  padding-top: 51.2px;
  max-width: 712px;
}
.offers-footer-container .container-fluid p.white-text a {
  color: #cbf801;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .offers-footer-container .container-fluid p.white-text a {
    color: #813cff;
  }
}
@media screen and (max-width: 768px) {
  .offers-footer-container .container-fluid p.white-text {
    font-size: 12.6px;
    line-height: 19.6px;
    padding-top: 24px;
    color: #044;
    text-align: center;
  }
}
.offers-footer-container .container-fluid p.rest-text {
  color: #044;
  font-family: 'Space Grotesk';
  font-size: 12.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 90px;
}
.offers-footer-container #lottie {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .offers-footer-container #lottie {
    max-width: 150px;
    margin-top: 20px;
  }
}
.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #813cff;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(102, 51, 204, 0.3);
}
.scroll-to-top-btn:hover {
  background: #6633cc;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 51, 204, 0.4);
}
.scroll-to-top-btn.show {
  display: flex;
}
@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
body.dark-mode {
  background: rgba(27, 70, 70, 0.7);
}
body.dark-mode .new-top-menu {
  background-color: #044;
}
body.dark-mode .new-theme-wrapper-inner {
  background-color: #044;
}
body.dark-mode .main-wrapper {
  background: rgba(27, 70, 70, 0.7);
}
body.dark-mode .top-search-container-wrapper {
  background-color: #044;
}
body.dark-mode .top-search-container {
  background-color: rgba(32, 48, 48, 0.8);
  background-image: url('/images/offers-search-dark.svg');
}
body.dark-mode .top-search-container h1 {
  color: #00ff9d;
}
body.dark-mode .top-search-container h1 span {
  color: #00ff9d;
}
body.dark-mode .top-search-container h1 svg {
  fill: #00ff9d;
}
body.dark-mode .top-search-container .top-search-container-form {
  background: #2c2c2c;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
}
body.dark-mode .top-search-container .top-search-container-form input[type='text'],
body.dark-mode .top-search-container .top-search-container-form select,
body.dark-mode .top-search-container .top-search-container-form .top-search-location-distance-wrapper,
body.dark-mode .top-search-container .top-search-container-form label {
  background-color: #717171;
  color: #fff;
}
body.dark-mode .top-search-container .top-search-container-form input[type='text']::placeholder,
body.dark-mode .top-search-container .top-search-container-form select::placeholder,
body.dark-mode .top-search-container .top-search-container-form .top-search-location-distance-wrapper::placeholder,
body.dark-mode .top-search-container .top-search-container-form label::placeholder {
  color: #fff;
}
body.dark-mode .top-search-container .top-search-container-form input[type='text'] label,
body.dark-mode .top-search-container .top-search-container-form select label,
body.dark-mode .top-search-container .top-search-container-form .top-search-location-distance-wrapper label,
body.dark-mode .top-search-container .top-search-container-form label label {
  color: #fff;
}
body.dark-mode .top-search-container .top-search-container-form input[type='text'] select,
body.dark-mode .top-search-container .top-search-container-form select select,
body.dark-mode .top-search-container .top-search-container-form .top-search-location-distance-wrapper select,
body.dark-mode .top-search-container .top-search-container-form label select {
  background-color: #717171;
  color: #fff;
}
body.dark-mode .top-search-container .top-search-container-form input[type='text'] select::placeholder,
body.dark-mode .top-search-container .top-search-container-form select select::placeholder,
body.dark-mode .top-search-container .top-search-container-form .top-search-location-distance-wrapper select::placeholder,
body.dark-mode .top-search-container .top-search-container-form label select::placeholder {
  color: #fff;
}
body.dark-mode .categories-container {
  background: #044;
  box-shadow: 0 15px 20px 2px rgba(0, 0, 0, 0.1);
}
body.dark-mode .categories-container h2 {
  color: #cbf801;
}
body.dark-mode .categories-container .category-card {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
}
body.dark-mode .categories-container .scroll-btn {
  background-color: #33363f;
  color: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
}
body.dark-mode .categories-container .scroll-btn:hover {
  background-color: #33363f;
}
body.dark-mode .categories-container .scroll-btn span {
  color: #666666;
}
body.dark-mode .pagination-wrapper {
  color: #fff;
}
body.dark-mode .sorting-mode-wrapper span {
  color: #fff;
}
body.dark-mode .sorting-mode-wrapper select {
  color: #fff !important;
}
body.dark-mode .offers-filters-container .offers-filters-wrapper {
  background: #dddfdf;
}
body.dark-mode .offers-filters-container .filter-title {
  color: #cbf801;
}
body.dark-mode .offers-filters-container .filter-content label {
  color: #fff;
}
body.dark-mode .offer-row-wrapper,
body.dark-mode .offer-grid-item {
  background-color: #dddfdf;
}
body.dark-mode .offers-footer-container {
  background-color: #203030;
}
body.dark-mode .offers-footer-container h2,
body.dark-mode .offers-footer-container h3,
body.dark-mode .offers-footer-container p.rest-text {
  color: #a1a1ff;
}
body.dark-mode .offers-footer-container .footer-teal-bar {
  background-color: white;
}
body.dark-mode .offers-footer-container p.white-text {
  color: #1e1e1e;
}
body.dark-mode .offers-footer-container p.white-text a {
  color: #1e1e1e;
}
.footer-main-wrapper {
  background-color: #203030;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-main-wrapper .footer-logo {
  padding-left: 30px;
}
.footer-main-wrapper .footer-logo img {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .footer-main-wrapper .footer-logo img {
    max-width: 60px;
  }
}
.footer-main-wrapper .footer-contact-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11.2px;
  line-height: 22px;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer-main-wrapper .footer-contact-text {
    font-size: 12.6px;
    line-height: 20px;
  }
}
.footer-main-wrapper .footer-contact-text span {
  color: #cbf801;
}
.footer-main-wrapper .footer-contact-text a {
  color: #cbf801;
  text-decoration: none;
}
.footer-main-wrapper .footer-contact-text a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-main-wrapper .footer-contact-text {
    padding-top: 25px;
  }
}
.footer-main-wrapper .copyright {
  color: #fff;
  text-align: right;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-main-wrapper .copyright {
    padding-top: 25px;
    text-align: left;
  }
}
.footer-social {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .footer-social .img-fluid {
    max-width: 40px;
  }
}
.footer-social .copyright {
  padding-top: 10px;
}
#mobileFiltersOffcanvas .btn-mobile-filters-reset {
  border-radius: 15px;
  padding: 7px 15px;
  color: #ff165c;
}
.btn-mobile-filters-show {
  border-radius: 20px;
  background-color: #a1a1ff;
  border: 0px;
  padding: 5px 8px;
  margin-right: 20px;
}
.btn-mobile-filters-show img {
  width: 20px;
  height: 20px;
}
.btn-mobile-filters-reset {
  border-radius: 15px;
  padding: 5px 8px;
  color: #ff165c;
  font-size: 11.2px;
}
#mobileShowMoreCategories {
  font-size: 12.6px;
  border-radius: 10px;
  width: 100%;
}
