/* CSS */
.container-footer a {
  color: black;
  font-size: 13px;
}

.big-car-list-content form {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.no-display-input {
  display: none !important;
}

.button_speichern {
  background-color: #f8c647;
  border: none;
  color: #000;
}

.resetproductimage.hide {
  display: none;
}

main {
  min-height: 50vh;
}

.resetproductimage {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 9999;
  cursor: pointer;
}

.removevideoobject.hide {
  display: none;
}

.removevideoobject {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  z-index: 9999;
  cursor: pointer;
}

header .header-button {
  max-width: 180px;
  width: 100%;
}

.button.white {
  gap: 8px;
  border: 1px solid #fddd5c;
  display: flex;
  justify-content: flex-start;
  padding-left: 16px;
  position: relative;
}

.button.white img {
  max-width: 45px;
  width: 100%;
  height: 45px;
  border-radius: 360px;
  object-fit: cover;
}

.header-button.profile-dropdown-holder .button.white::after {
  content: "\f0d7";
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  color: #000;
  font: var(--fa-font-solid);
  font-size: 20px !important;
  top: 46%;
  transition: transform 0.3s ease;
}

.header-button.profile-dropdown-holder .profile-dropdown {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
  border-radius: 10px;
  margin-top: 10px;
  position: absolute;
  z-index: 1000;
  max-width: 180px;
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item {
  display: flex;
  align-items: center;
}

.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 16px !important;
  color: #789fcc !important;
}

.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item:first-child {
  padding-top: 16px;
}

.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item
  a
  .nav-link {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
}

header .left .dropdown-menu.children {
  padding: 0;
}

header .left .dropdown-menu {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 100;
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
  width: 250px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-200px);
}

header .left .dropdown-menu.open {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px);
}

header .left .dropdown-menu ul {
  list-style: none;
}

header .left ul li {
  padding: 10px;
}

header .left ul li.menu-dropdown-list-item.children {
  padding: 10px !important;
}

header .left .dropdown-menu {
  list-style: none;
}

header .left .dropdown-menu > li .nav-link {
  color: #fff;
}

#hidden-form {
  display: none;
}

header .left span {
  cursor: pointer;
}

header .left {
  position: relative;
}

/* header .left .dropdown-menu .menu-dropdown-list-item {
  position: relative;
} */
header .left .dropdown-menu .menu-dropdown-list-item .dropdown-menu.children {
  position: absolute;
  left: 251px;
  pointer-events: none;

  top: 0px;
  background-color: #fff;
  border: 1px solid var(--black);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 500px;

  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-200px);
}

header
  .left
  .dropdown-menu
  .menu-dropdown-list-item
  .dropdown-menu.children
  li
  .nav-link {
  font-size: 14px;
}

header
  .left
  .dropdown-menu
  .menu-dropdown-list-item
  .dropdown-menu.children.open {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0);
}

header
  .left
  .dropdown-menu
  .menu-dropdown-list-item
  .dropdown-menu.children
  li
  .nav-link {
  color: var(--black);
  word-break: auto-phrase;
}

.menu-dropdown-list-item {
  position: relative;
}

.menu-dropdown-list-item > a::after {
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  color: #fff;
}

.menu-dropdown-list-item:has(.dropdown-menu.children.open) > a::after {
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  color: #fff;
}

header .left span::after {
  content: "\f107";
  color: var(--black);
  font: var(--fa-font-solid);
  transition: all 0.3s ease;
}

header .left span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

header .left.open span::after {
  transform: rotate(180deg);
}

.profile-dropdown.open {
  max-height: 500px !important;
  opacity: 1 !important;
}

.header-button.profile-dropdown-holder .button.white.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.modal .far.fa-star,
.modal .fas.fa-star {
  font-size: 20px;
  color: #f8c647;
}

.modal #formreview textarea {
  width: 100%;
  min-height: 120px;
  resize: none;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.modal #formreview .action .review-button {
  max-width: 288px;
  width: 100%;
  border-radius: 10px;
  background-color: #f8c647;
  color: var(--black);
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  border: none;
}

.modal #formreview .action .review-button:focus {
  outline: none;
}

.modal-overlay .modal {
  margin: 0 auto;
}

.shops-companies .item {
  justify-content: unset;
}

.title-buttom {
  padding-bottom: 13px;
}

.shops-companies .item .title-up {
  min-height: 46px;
  display: flex;
  align-items: flex-end;
}

/* .shops-companies .items {
  display: flex;
  gap: 20px;
} */
.adv .items {
  gap: 16px;
}

/* .lists-wrapper .pin a {
  display: none;
}

.lists-wrapper .pin::after {
  content: "\f02e";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.description .title-category a {
  color: var(--black);
}

.item .bottom-section .price {
  justify-content: right;
}

.adv .item .description {
  box-sizing: border-box;
  padding: 0 20px;
}

.adv .item .bottom-section .logo-button {
  gap: 7px;
}

.auth-form .content-box {
  justify-content: center;
  align-items: center;
}

.auth-form .register-side {
  min-height: 313px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 545px;
}

.auth-form .register-side .register-side-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 385px;
}

.auth-form .register-side .title {
  text-align: unset;
  margin-bottom: unset;
  margin-top: unset;
}

.auth-form .register-side .benefits {
  margin: unset;
}

.auth-form .register-side .button {
  margin: unset;
  margin-top: unset;
  margin-bottom: unset;
}

.auth-form .login-side {
  height: 545px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-form .login-side .login-side-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: 385px;
  height: 100%;
}

.auth-form .login-side .desc {
  margin-top: 67px;
}

.auth-form .login-side .title {
  text-align: unset;
  margin-bottom: unset;
  margin-top: unset;
}

.auth-form .login-side .desc {
  margin: unset;
}

.auth-form .login-side .input-section {
  margin: unset;
  padding-top: unset;
  gap: 8px;
  height: max-content;
}

.auth-form .login-side .buttons {
  align-items: unset;
  justify-content: unset;
}

#user-pass-reset {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0px;
}

#user-pass-reset #edit-submit {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  border: none;
  background: #f8c647;
}

.container .image-upload .uploader input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

.pin .fa-heart::before {
  content: "\f02e" !important;

  font: var(--fa-font-solid);
  color: #fff;
  margin: 0 auto;
}

.pin {
  border-radius: 360px;
  background-color: #333;
  width: 56px;
  height: 56px;
}

.pin i {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
}

.adv .item .image .pin {
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
}

.category .subcategories.active {
  display: block;
}

form#views-exposed-form-listing-inserts-page-1 {
  display: none;
}

.pin .fa-heart.fa-solid::before {
  content: "\f02e" !important;
  font: var(--fa-font-solid);
  color: #f8c647;
  margin: 0 auto;
}

.messaging .messaging-wrapper main .message-wrapper .message-box .title-date {
  display: flex !important;
}

.auth-form .login-side .login-side-content {
  gap: 13px;
}

.main-container .absolute-elements .green-button a {
  color: #333;
}

.marketplace .items-list .item .content-section .title-category {
  color: var(--black);
}

.input-section.generate .generate {
  background: none;
  border: none;
}

.input-container .input-section.generate {
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.formular .input-container #confirm_password {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  height: 49px;
  margin-top: 20px;
}

.formular .input-container #password {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  height: 49px;
}

.select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  padding-top: 11px;
}

.message-wrapper .message-action {
  max-width: 700px;
  width: 100%;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  input {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.file.filesupload.fileupload {
  height: 56px;
  border-radius: 10px;
}

.review-tab .review-customer .profile-img img {
  width: 100%;
  height: 128px;
  border-radius: 360px;
  object-fit: cover;
  border: 2px solid #f8c647;
}

.review-tab .review-customer .profile-img {
  border: unset;
}

.review-customer .desc {
  max-width: 1092px;
  width: 100%;
}

.review-tab .review-customer .img-and-name {
  max-width: 200px;
  width: 100%;
  text-align: center;
}

.favoriten .items-list .item .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.item .bottom-section .price {
  padding-right: 16px;
}

.items-list .item .content-section .title-category {
  color: var(--black);
}

.items-list .item .bottom-section {
  padding-bottom: 16px;
}

.formular .button {
  border: none;
}

.container .image-upload .uploader img {
  max-width: 108px;
}

.auth-form .login-side .buttons input {
  max-width: 213px;
  height: 56px;
  width: 100%;
  background-color: #f8c647;
  border: none;
  border-radius: 10px;
}

.sales-agent .profile-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 11px 8px 20px -5px gray;
}

form#views-exposed-form-listing-profiles-page-1 {
  display: none;
}

div[data-drupal-messages=""],
div[data-drupal-messages-fallback=""] {
  border: 1px solid;
  text-align: center;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.7s all ease;
}

.ads-section_dr form .button input {
  max-width: 220px;
  height: 56px;
  width: 100%;
  background-color: #f8c647;
  border: none;
  border-radius: 10px;
}

.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item:last-child
  a {
  color: var(--black);
  font-family: "Montserrat";
}

.main-container .absolute-elements .green-button a {
  color: #009796;
}

#tabs-4 .review-customer .profile-img img {
  border-radius: 360px;
  object-fit: cover;
}

.fa-star::before {
  color: #f8c647;
}

.container .product .carousel {
  position: relative;
}

.carousel .pin {
  position: absolute;
  right: 0;
  z-index: 100;
  top: 24px;
  right: 24px;
}

.green-button .submit-button {
  border: none;
  background-color: unset;
}

.green-button form {
  display: flex;
  gap: 4px;
}

.green-button .submit-button {
  color: #009796;
}

.main-container .logo-img img {
  object-fit: cover;
  border-radius: 50%;
}

.container .product .buttons .button.white a {
  justify-content: center;
  width: 100%;
}

.modal-overlay .modal,
.modal-overlay {
  box-sizing: border-box;
}

.chat-page .container {
  box-sizing: border-box;
}

.shops-companies .item .title-up p {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Montserrat-Bold";
  color: #333;
  margin: 0;
}
.shops-companies .item .content-section .profile-img {
  max-width: 40px;
  width: 100%;
  border-radius: 360px;
  justify-content: left;
  align-items: center;
  display: flex;
}

.shops-companies .item .content-section .profile-img img {
  /* width: 56px; */
  width: 40px;
  height: 40px;
}

.shops-companies .item .verify-icon {
  margin-left: auto;
  padding-left: 10px;
}

.green-box .parsley-errors-list.filled {
  margin: 0;
}

.advantages .items .item .title {
  margin: 0;
}

.advantages .items .item {
  padding-left: 25px;
}

.footer .logo-copyright {
  max-width: 1628px;
  margin: 0 auto;
}

.footer .logo-copyright .copyright {
  max-width: 780px;
  width: 100%;
  text-align: left;
}

.contact-page .email-button a {
  width: 259px;
  height: 51px;
  border: none;
  border-radius: 10px;
  background-color: #f8c647;
  background-size: cover;
  font-size: 16px;
  color: #333;
  text-decoration: rgb(51, 51, 51);
  text-align: center;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-form .input-checkbox input {
  width: unset;
}

.register-form .input-checkbox {
  max-width: 456px;
  margin: 0 auto;
}

.register-btn .button.white {
  max-width: 224px;
  width: 100%;
  padding-left: 0px;
  justify-content: center;
}

.register .register-header-buttons {
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}

#custom-error-container {
  max-width: 456px;
  margin: 0 auto;
  width: 100%;
}

.custom-error-container {
  max-width: 456px;
  margin: 0 auto;
  width: 100%;
}

.select2-container .select2-selection--multiple {
  max-height: 56px;
  border-radius: 10px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.name-header {
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.container-chat .messaging .info {
  text-align: center;
}

.container .container-chat .info {
  border: none;
}

.sub-title-text {
  text-align: center;
  padding: 20px;
}

.formular .personal-data-content .input-container {
  grid-template-columns: 170px 460px;
  text-align: right;
}

.items-list .item .bottom-section .logo-button .profile-img {
  width: 40px;
  height: 40px;
}

.container .product .informations .title {
  text-align: left;
}

.text-content .insert-button a {
  text-align: center;
}

#public-profile
  .select2-container--default.select2-container
  .select2-selection--multiple {
  border: 1px solid #d1d1d1 !important;
  max-height: 51px;
}

#public-profile
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  max-height: 49px;
}

#public-profile
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin: 0;
}

.half-width {
  margin-top: 30px;
}

.second-container #tabs-3 .content {
  margin: 0;
}

#details-page .second-container #tabs .tab-content {
  padding: 40px;
}

.file.filesupload.fileupload svg g path {
  fill: #000 !important;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-received
  .message
  a {
  color: #fff;
}

.aktuell_data {
  text-align: center;
}

.item-provider .contact-provider .category .contact-grey {
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.container-provider .item-provider .contact-provider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.marketplace.provider .container-provider .item-provider {
  margin: 15px 0;
}

.item .title-buttom {
  white-space: nowrap;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.impressum-container {
  margin: 0 auto;
}

.marketplace {
  padding: 0 147px;
}

.container.no-width {
  max-width: 100%;
  margin: unset;
}

.container .image-upload .uploader img {
  max-height: 90%;
}

.container .image-upload .uploader {
  min-height: 150px;
  max-height: 150px;
}

.items .profile-img img {
  width: 214px;
}

.input-container .input-section.generate {
  max-width: 100%;
}

.sms-background .input-container .button {
  position: relative;
}

.sms-background .input-container .button input {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8c647;
  color: #333;
  border-radius: 10px;
  border: none;
}

.carousel .pin {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container .background-img img {
  object-fit: cover;
}

#tabs-1 .items-list .item .image img {
  object-fit: cover;
}

.shops-companies .item .title-up {
  align-items: unset;
  min-height: unset;
  padding-top: 10px;
}

.shops-companies .item .verify-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 41px;
}

.register-background {
  min-height: 395px;
  margin-bottom: unset;
}

.input-file input {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.input-file .input-file-content img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

#chatpage h1 {
  font-size: 20px !important;
}

.chat-page .container {
  padding: 26px !important;
}

.container .product .buttons .button.yellow {
  cursor: pointer;
}

.container .product .buttons .button.white {
  cursor: pointer;
}

.custom-error-container {
  position: absolute;
  left: 46%;
  padding-bottom: 20px;
}

.formular .button {
  margin-top: 47px;
}

.formular .input-container {
  align-items: unset;
}

main {
  min-height: unset !important;
}

.marketplace.provider .container-provider {
  margin-bottom: 80px;
}

.fa-bars::before {
  content: "\f0c9";
  font-size: 24px;
}

.header-menu-dropdown {
  display: none;
  /* position: relative; */
}

header .header-menu-dropdown .dropdown {
  display: none;
}

header .header-menu-dropdown .dropdown.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  overflow: scroll;
  z-index: 9999;
  background-color: #fff;
  padding: 20px;
  width: 60%;
  right: 0;
  top: 0;
  height: 92vh;
}

header .header-menu-dropdown .dropdown.active .close-dropdown i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  color: #fff;
}

.input-file {
  overflow: visible;
}

.input-file .parsley-errors-list.filled {
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px;
  list-style: none;
  border: 1px solid red;
  color: red;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border-radius: 10px;
}

.parsley-errors-list.filled {
  width: 100%;
  list-style: none;
  border: 1px solid red;
  color: red;
  background-color: transparent;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.parsley-errors-list {
  position: absolute;
}

.container .image-upload .uploader .parsley-errors-list.filled {
  position: relative;
  width: 90%;
}

.container form .form-group:has(.parsley-error) {
  align-items: start;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  overflow-y: auto;
}

.marketplace {
  margin-top: 50px;
}

.js-pager__items li {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--black);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-pager__items {
  list-style: none;
  display: flex !important;
  align-items: center;
  justify-content: end;
  gap: 4px;
}

nav:has(.js-pager__items) {
  grid-column-start: 1;
  grid-column-end: 4;
}

.container .product .informations .title {
  padding-bottom: 0;
}

.product .carousel {
  margin-bottom: 0;
}

.items .profile-img img {
  object-fit: cover;
}

#tabs-5 .photos-section .photo img {
  object-fit: cover;
}

.input-file .input-file-content .image .image-profile {
  width: 40px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}

.search-field .select2-container .select2-selection--multiple {
  overflow-y: auto;
}

#map-section {
  padding: 20px;
}

#map-section .map {
  width: 100%;
}

header .header-button {
  position: relative;
}

.header-button.profile-dropdown-holder .profile-dropdown {
  right: 0;
  width: 250px;
}

.shops-companies .item .verify-icon img {
  width: 32px;
}

.shops-companies .item .image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.container-provider .item-provider .image-provider img {
  object-fit: cover;
}

.register .container {
  padding: 0 20px;
  box-sizing: border-box;
}

.register-form .input-checkbox input {
  width: 14px;
  height: 14px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.container .submit-button {
  color: var(--black);
}

.views-row:has(.item) {
  max-width: 365px;
  width: 100%;
}

.marketplace .items-list > div > div > div > div {
  display: grid;
  flex-wrap: wrap;
  gap: 20px !important;
}

#tabs-5 .photos-section {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

#details-page {
  padding: 0 20px;
}

.main-container .absolute-elements {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 20px 20px;
  gap: 20px;
}

.main-container .absolute-elements .green-button {
  margin: 0;
}

.main-container .logo-name-verify {
  position: relative;
  left: 0;
}

header
  .left
  .dropdown-menu
  .menu-dropdown-list-item
  .dropdown-menu.children.open
  li:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 20px;
  padding-top: 15px;
}

header
  .left
  .dropdown-menu
  .menu-dropdown-list-item
  .dropdown-menu.children.open
  li:first-child
  .nav-link {
  padding-bottom: 15px;

  border-bottom: 1px solid #3a3a3a;
}

.shops-companies .item .content-section {
  margin-top: auto;
}
.shops-companies .owl-carousel .item .content-section {
  margin-top: 10px;
}
.resetprofileimage {
  z-index: 1 !important;
}

.shops-companies .item .image img {
  object-fit: cover;
}

.shops-companies .item .button a {
  max-width: 280px;
  width: 100%;
  background-color: #f8c647;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0;
  height: 56px;
}

.adv .items {
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
}

.adv .item .image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq .accordion-content .accordion-description {
  height: auto !important;
}

#chatpage h1,
.review-tab .title-tab {
  font-family: "Montserrat-SemiBold" !important;
  font-weight: normal;
  font-size: 22px !important;
}

#chatpage h1 {
  margin-bottom: 80px !important;
}

.sub-title-text {
  padding-top: 0;
}

.favoriten .title-fav {
  font-family: "Montserrat-SemiBold" !important;
  font-size: 22px;
}

.js-pager__items li a {
  color: #3a3a3a;
}

.js-pager__items .pager__item.is-active {
  background-color: #3a3a3a;
}

.js-pager__items .pager__item.is-active a {
  color: #fff;
}

.js-pager__items .pager__item.pager__item--next {
  border: none;
}

.js-pager__items .pager__item.pager__item--last {
  display: none;
}

.formular .input-container {
  align-items: center;
}

.container .form-group .input-form {
  gap: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 15px;
}

.parsley-errors-list.filled {
  order: 1;
}

.container .product .informations {
  max-width: 450px;
  width: 100%;
}

.container .image-upload .uploader-content {
  margin-top: 10px;
}

.container .image-upload .uploader .parsley-errors-list.filled {
  position: absolute;
  width: 90%;
  bottom: -10px;
  font-size: 12px;
}

.container .product .buttons .button.yellow a {
  height: 48px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.container .submit-button {
  cursor: pointer;
}

.container:has(.carousel) {
  padding-left: 0;
  padding-right: 0;
}

.container .image-upload .uploader.video_one .parsley-errors-list.filled,
.container .image-upload .uploader.video_two .parsley-errors-list.filled {
  position: absolute;
  width: 100%;
  bottom: -45px;
  font-size: 12px;
}

#map-section {
  box-sizing: border-box;
}

.item .bottom-section .logo-button .profile-img img {
  width: 40px;
}

nav:has(.js-pager__items) {
  order: 1;
  flex-basis: 100%;
}

.container #description {
  resize: none;
}

/*datepicker css*/
/*datepicker*/
.datepicker_wrapper .ui-widget {
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.1s cubic-bezier(0.2, 0.5, 0.25, 1);
  width: 300px;
}

.datepicker_wrapper .ui-widget.ui-widget-content {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  z-index: 999 !important;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header {
  display: block;
  padding: 9px 0;
  border: 0px;
  margin-bottom: 8px;
  background: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next {
  float: right;
  width: 13.33333%;
  text-align: right;
  cursor: pointer;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next
  span {
  display: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next:before {
  content: "\f054";
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 12px;
  color: #000;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev {
  float: left;
  width: 13.33333%;
  cursor: pointer;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev:hover,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next:hover {
  background: none;
  border: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev
  span {
  display: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev:before {
  content: "\f053";
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 12px;
  color: #000;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-title {
  float: left;
  width: 73.33333%;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3em;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar thead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody {
  text-align: center;
  transition: all 0.1s ease;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td {
  text-align: center;
  margin-bottom: 10px;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td:hover {
  background: #444444;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td:hover
  a {
  color: #fff !important;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-state-disabled:hover {
  background: #fff;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  background: none;
  border: none;
  height: 25px;
  float: left;
  width: 100%;
  line-height: 25px;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active {
  background: #444444 !important;
  color: #fff !important;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-today
  a {
  color: #007efd;
}

/*datepicker*/
/*datepicker css*/
.ads-section_dr .title-ads {
  margin-bottom: 20px;
}

nav:has(.js-pager__items) {
  margin-bottom: 50px;
}

.pages .icons.mobile {
  display: none;
}

#tabs-4 .review-customer .img-and-name .name {
  text-align: center;
}

.pages:has(.mobile) p {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.input-container .input-section.generate {
  margin-bottom: 0;
}

.input-container:has(.input-section.generate) {
  padding-bottom: 20px;
}

.auth-form .login-side .buttons {
  width: 100%;
  gap: 20px;
  justify-content: center;
}

.parsley-errors-list.filled {
  order: unset;
}

.auth-form .login-side .input-section input {
  margin-bottom: 10px;
}

.search-field .select2-container .select2-selection--multiple {
  overflow-y: unset;
}

.container .image-upload .uploader .parsley-errors-list.filled {
  font-size: 9px;
}

.select .input-container .select2-container .select2-selection--single {
  padding-right: 56px;
}

.select2-container .select2-selection--multiple {
  padding: unset;
}

.container .form-group .input-form.single input {
  padding: 0 15px;
}

#details-page .second-container #tabs .tab-content {
  padding: 40px;
  font-family: "Montserrat";
  line-height: 2.6;
}

#user-pass-reset #edit-submit {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  color: #000;
  border: none;
  background: #f8c647;
}

.container .submit-button {
  color: var(--black);
  font-family: "Montserrat-Bold";
}

.container .image-upload .uploader input {
  cursor: pointer;
}

.item .buttons .button.offer {
  cursor: pointer;
}

.formular .input-section.generate form input {
  cursor: pointer;
  color: #000;
}

body {
  display: flex;
  flex-direction: column;
}

#chatpage .container-chat:has(.messaging) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#chatpage .container-chat:has(.messaging) > div {
  text-align: center;
  padding-bottom: 80px;
  font-size: 22px;
  font-family: "Montserrat-SemiBold";
}

.messaging .messaging-wrapper aside .message-list .message .text .name {
  font-family: "Montserrat-SemiBold" !important;
}

#chatpage .container-chat .messaging .info {
  font-family: "Montserrat";
  font-size: 18px;
}

#details-page .general-info {
  padding: 0;
}

#listing-inserts-page main {
  min-height: unset !important;
}

input[value="Speichern"],
input.button.red,
.item .buttons .button.offer input[type="submit"],
.green-button,
.green-button input,
.green-button form {
  cursor: pointer;
}

#addproductsave .parsley-errors-list.filled,
#public-profile .parsley-errors-list.filled {
  order: 1;
}

.container .submit-button a input,
.button {
  cursor: pointer;
}

.search .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 10px;
}

#tabs-4 .review-section {
  align-items: center;
  gap: 4px;
}

#tabs-4 .review-customer .profile-img {
  display: flex;
}

.unserblog a {
  color: #000;
}

.formular .personal-data-content .custom-error-container {
  position: unset;
}

.items .item .buttons .button.offer input[type="submit"] {
  font-size: 16px;
}

.ads-section_dr form .button input {
  color: #000;
}

.items .item .buttons .button.offer input[type="submit"],
.formular .input-section.generate form input {
  font-weight: normal;
}

#editpublicprofile .button_speichern {
  max-width: 212px;
}

.container #public-profile .form-group .input-form.single input {
  box-sizing: content-box;
}

.search-icon,
#search-btn,
.search .search-bar .search-button img {
  cursor: pointer;
}

#tabs-4 .review-section .text {
  margin-left: 10px;
}

#tabs-4 .text {
  gap: 4px;
}

.submit-button {
  cursor: pointer;
}

header .left .dropdown-menu {
  display: none;
}

header .left .dropdown-menu.open {
  display: revert;
}

#select2-chat_selector-container {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
}

.messaging .messaging-wrapper aside .message-list .message .text .subject {
  text-align: left;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-received
  .message {
  font-size: 16px;
  font-family: "Montserrat";
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-sent
  .message {
  font-family: "Montserrat";
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  input {
  font-size: 16px;
  font-family: "Montserrat";
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-received
  .message
  a {
  color: #007efd;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-received
  .message {
  padding: 19px !important;
  background: #242424;
  background-color: rgb(36, 36, 36);
  background-color: #242424;
  border-radius: 20px;
  color: #fff;
  margin: unset;
  height: auto;
  box-sizing: border-box;
  width: max-content;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: start !important;
}

.js-pager__items li {
  max-width: 56px !important;
  width: 100%;
  padding-right: 5px;
}

.shops-companies .item .verify-icon {
  padding-left: unset;
}

.formular .input-container {
  padding-bottom: unset !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: 90px;
}

.container .form-group .big-input-form label {
  padding-top: 22px;
}

/* .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  content: "\f107";
  font: var(--fa-font-solid);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 15px;
  cursor: pointer;
} */

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  position: relative;
}

.marketplace .items-list .item .content-section .title-category {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
  max-height: 90px;
  box-sizing: border-box;
}

.item .bottom-section .price .currency {
  min-width: max-content;
}

.item .bottom-section .price .amount {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item .bottom-section .price {
  max-width: 182px;
}

.marketplace .items-list .item .description {
  padding-right: 15px;
  padding-left: 15px;
}

.favoriten .products .items-list .item .description {
  height: 228px !important;
}

.parsley-errors-list.filled {
  position: absolute;
  max-width: 265px;
  width: 100%;
  font-size: 17px;
  right: 50%;
  transform: translateX(-50%);
  margin-top: 100px;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-received
  .message {
  background: var(--Light-grey-eeeeee, rgba(232, 232, 232, 0.75)) !important;
  color: #333 !important;
}

.search-field.industry
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  border: unset !important;
}

.search-field.tag
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  border: unset !important;
}

.search-field.industry
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  top: 33%;
}

.search-field.tag
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  top: 33%;
}

.shops-companies .items {
  display: initial;
  position: relative;
}

.shops-companies .items.homepage-profile-carousel {
  display: block;
}

.half-width input {
  box-sizing: border-box !important;

  padding: 0 15px !important;
}

.adv .item .description {
  height: 252px;
}

.parsley-errors-list.filled {
  font-size: 14px;
  margin-top: unset;
  width: 200px !important;
  left: 22px !important;
  margin-top: 20px !important;
}

.search-field .select2-container .select2-selection--multiple {
  overflow-y: auto;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: auto;
}

.search-field.industry
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after,
.search-field.tag
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  position: unset !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  max-width: unset !important;
}

.select2-container .select2-selection--multiple {
  height: 56px;
  max-height: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: 56px;
}

header {
  padding: 40px 35px;
}

.adv .items {
  grid-template-columns: repeat(4, 1fr);
}

.adv .item .content-section {
  width: 100%;
  height: 88px;
  overflow: hidden;
}

.container .carousel {
  max-width: unset;
}

.footer .text-box {
  gap: unset;
  justify-content: space-between;
}

/* header .left .dropdown-menu.open {
  overflow-y: auto;
  max-height: 517px;
} */

.shops-companies .item .content-section .profile-img img {
  box-shadow: 4px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.main-container .logo-img img {
  box-shadow: 4px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

header .header-button {
  max-width: 96px;
  width: 100%;
}

.button.white {
  border: unset;
  background-color: unset;
  padding: unset;
}

.carousel .owl-thumbs {
  padding-top: 10px;
}

.header-button.profile-dropdown-holder .profile-pic-background {
  max-width: 56px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 360px;
  background-color: #fff;
}

.nav-link.name-user-header {
  padding: 8px 0px !important;
  font-size: 17px !important;
  font-family: "Montserrat-Bold" !important;
}

.parsley-errors-list.filled {
  left: unset;
  margin-top: unset !important;
  right: 46% !important;
}
#parsley-id-multiple-agree_termsterms_and_conditions {
  margin-left: 200px !important;
}
#parsley-id-31 {
  margin-left: 630px !important;
  margin-top: 10px !important;
}
#parsley-id-29 {
  margin-left: 230px !important;
  margin-top: 10px !important;
}
.main-container .background-img img {
  height: 500px;
}

header .left .dropdown-menu.children-categories {
  display: revert;
}

header
  .left
  .dropdown-menu.children-categories:has(.menu-dropdown-list-item.active) {
  left: 450px;
  opacity: 1;
  width: auto;
  background-color: none;
  padding: 0;
}

header
  .left
  .dropdown-menu.children-categories
  .menu-dropdown-list-item.active {
  background-color: none;
  padding: 0;
}

header
  .left
  .dropdown-menu.children-categories
  .menu-dropdown-list-item.active
  .dropdown-menu.children {
  opacity: 1;
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  pointer-events: all;
}

header .left .dropdown-menu.parent-categories {
  height: 500px;
  overflow: scroll;
}

header
  .left
  .dropdown-menu.parent-categories
  + .dropdown-menu.children-categories {
  display: none;
}

header
  .left
  .dropdown-menu.parent-categories.open
  + .dropdown-menu.children-categories {
  display: revert;
}

.input-container .parsley-errors-list.filled,
#custom-error-container .parsley-errors-list.filled {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  width: 100% !important;
  right: unset !important;
  max-width: 100%;
  margin-top: 10px !important;
}

.input-file .parsley-errors-list.filled {
  width: 250px !important;
  max-width: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -32px;
  position: absolute;
}

#addproductsave .parsley-errors-list.filled,
#public-profile .parsley-errors-list.filled {
  order: 3;
  position: relative;
  left: unset !important;
  right: unset !important;
  transform: none;
  width: 100% !important;
  max-width: unset;
}

#addproductsave .parsley-errors-list.filled,
#public-profile .parsley-errors-list.filled {
  order: 3;
  position: relative;
  left: unset !important;
  right: unset !important;
  transform: none;
  width: 100% !important;
  max-width: unset;
}

#addproductsave .parsley-errors-list.filled,
#public-profile .parsley-errors-list.filled {
  order: 3;
  position: relative;
  left: unset !important;
  right: unset !important;
  transform: none;
  width: 100% !important;
  max-width: unset;
}

.marketplace .items-list .item .content-section .title-category {
  height: unset;
  -webkit-line-clamp: 2;
}

.marketplace .search .search-bar {
  padding: 0 20px;
  box-sizing: border-box;
}

.agb {
  box-sizing: border-box;
  padding: 0 40px;
}

.auth-form .register-side .register-side-content,
.advantages {
  padding-left: 20px;
  padding-right: 20px;
}

.main-container .background-img img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.review-tab {
  padding: 0 60px;
}

.container .form-group .input-form input.select2-search__field {
  border: none;
}

/* .adv .item .title-category {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
} */

header .container {
  padding: unset;
  max-width: 1771px;
}

header .container .container-header .search-field {
  max-width: 858px;
}

.mobile-only {
  display: none;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-sent
  .message {
  margin-right: 50px !important;
}

header .header-menu-dropdown .dropdown.active {
  background-color: #242424;
}

header .header-menu-dropdown .dropdown.active .box-drop {
  border-radius: 10px;
  background-color: var(--black);
  padding: 10px;
  box-sizing: border-box;
}

header .header-menu-dropdown .dropdown.active .box-drop:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-menu-dropdown .dropdown.active .box-drop .button.white img {
  height: 40px;
}

header .header-menu-dropdown .dropdown.active .box-drop .place-ad .button {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 0 !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

header .header-menu-dropdown .dropdown.active .box-drop li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-menu-dropdown .dropdown.active .box-drop .name-user-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

header .header-menu-dropdown .dropdown.active .close-menu {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  color: #fff;
}

header .header-menu-dropdown .dropdown.active .box-drop .button.white {
  width: max-content;
}

header .header-menu-dropdown .dropdown.active .box-drop .img-prof-drop {
  width: 40px;
  background-color: #fff;
  height: 40px;
  border-radius: 50%;
}

header .header-menu-dropdown .dropdown.active .box-drop .img-prof-drop img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

header .header-menu-dropdown .dropdown.active .box-drop .circle {
  background-color: #fff;
  height: 40px;
  width: 40px;
}

header .header-menu-dropdown .dropdown.active .box-drop .circle img {
  width: 20px;
  height: 20px;
}

header
  .container
  .container-header
  .header-menu-dropdown
  .dropdown.active
  .place-ad
  .button {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Montserrat";
  box-shadow: none;
  font-size: 14px;

  justify-content: space-between;
}

header
  .container
  .container-header
  .header-menu-dropdown
  .dropdown.active
  .place-ad
  .button
  img {
  order: 1;
}

header
  .container
  .container-header
  .header-menu-dropdown
  .dropdown.active
  .register-button
  .button {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  justify-content: start;
  font-size: 14px;

  font-family: "Montserrat";
}

header .container .container-header .header-menu-dropdown .dropdown.active {
  padding-top: 40px;
}

header .header-menu-dropdown .dropdown.active .box-drop li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

header .header-menu-dropdown .dropdown.active .box-drop .name-user-header,
header .header-menu-dropdown .dropdown.active .box-drop li a,
header .header-menu-dropdown .dropdown.active .box-drop ul li a {
  color: #fff;
}

header .header-menu-dropdown .dropdown.active .box-drop li:first-child {
  margin-top: 20px;
}

header .header-menu-dropdown .dropdown.active .box-drop li {
  border-bottom: 0 none;
}

header .header-menu-dropdown .dropdown.active .box-drop ul {
  padding: 0;
}

.modal .container,
.modal .background {
  padding: 0 !important;
}

.report-container .form-group:first-child .input-form:first-child {
  max-width: 30%;
}

.report-container .form-group:first-child .input-form:last-child {
  max-width: 70%;
}

.report-container textarea {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.open-modal-report,
.btn-report-m {
  text-align: end;
  max-width: max-content;
  margin-left: auto;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  padding: 4px;
  color: #000;
}

.modal-overlay.report-container .modal h2 {
  text-align: start;
}

.shops-companies .owl-nav .owl-prev,
.shops-companies .owl-nav .owl-next {
  text-shadow: 1px 0px 5px #000;
  top: 44% !important;
}

.shops-companies .owl-nav .owl-next {
  right: -20px;
}

.shops-companies .owl-nav .owl-prev {
  left: -20px;
}

.shops-companies .owl-carousel.owl-drag .owl-item {
  display: flex;
  justify-content: center;
}

.shops-companies .item {
  margin-bottom: 10px;
}

.main-container .static-content,
.main-container .absolute-elements {
  border: none;
  box-shadow: none;
}

.adv .item .description {
  padding-bottom: 20px;
}

.adv .item .bottom-section {
  margin-top: auto;
}

.adv .item .description {
  height: 200px;
}

header .container .container-header .circle {
  position: relative;
}

header .container .container-header .circle .counter_favorite_bubble,
header .container .container-header .circle .counter_chat_bubble {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  color: #fff;
}

#tabs-1 .items-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}

#tabs-1 .items-list .item {
  justify-content: space-between;
}

.item .bottom-section .logo-button .shop-button {
  min-width: max-content;
  padding: 0 5px;
}

.items-list .item .bottom-section {
  margin-top: auto;
}

#tabs-1 .products .items-list .item .description {
  padding-right: 16px;
}

.items-list #block-doradoo-content {
  padding: 0;
}

#details-page .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.formular .sms-background {
  margin: 50px auto;
}

.sms-background .input-container {
  margin-bottom: 20px;
}

.formular .sms-background .formular-section {
  gap: 0 !important;
}

header
  .container
  .container-header
  .header-menu-dropdown
  .dropdown.active
  .place-ad
  .button
  img {
  width: 20px;
}

header
  .container
  .container-header
  .header-menu-dropdown
  .dropdown.active
  .place-ad
  .button {
  height: auto !important;
}

header .header-menu-dropdown .dropdown.active .box-drop:has(li) {
  padding-top: 20px;
}

.marketplace .items-list .item .bottom-section,
.lists-wrapper .items .item .bottom-section,
#myfavorites .items-list .item .bottom-section {
  display: grid;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  row-gap: 10px;
}

.marketplace .items-list .item .bottom-section .info-node,
.lists-wrapper .items .item .bottom-section .info-node,
#myfavorites .items-list .item .bottom-section .info-node {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-row-start: 2;
  grid-column-start: 1;
  width: 100%;
  grid-column-end: 3;
  font-size: 12px;
  color: #444444;
}

.marketplace .items-list .item .bottom-section .info-node .date,
.lists-wrapper .items .item .bottom-section .info-node .date,
#myfavorites .items-list .item .bottom-section .info-node .date {
  font-size: 12px;
  width: max-content;
}

.marketplace .items-list .item .image,
.lists-wrapper .items .item .image {
  height: 204px;
}

.image-position .filepond--item {
  width: calc(20% - 1em);
}

#tabs-1 .items-list {
  display: block;
}

.input-file .filepond {
  width: 150px;
  margin-bottom: 0;
}

#cropper-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 40%);
}

#cropper-modal > div {
  height: 50%;
}

#crop-save {
  width: 45%;
  margin-left: 33px;
  background-color: #f8c647;
  border: none;
  color: #000;
  font-family: "Montserrat";
  border-radius: 10px;
  height: 40px;
}

#crop-cancel {
  width: 45%;

  background-color: #f8c647;
  border: none;
  color: #000;
  font-family: "Montserrat";
  border-radius: 10px;
  height: 40px;
}

.calendar {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.calendar .fa-calendar-days {
  font-size: 25px;
}

.auth-form .login-side .input-section .parsley-errors-list.filled {
  position: relative;
  top: unset !important;
  left: unset !important;
  transform: none;
  right: unset !important;
  width: 100% !important;
  max-width: 100%;
}

.register .register-btn .button.white {
  border: 1px solid #f8c647;
}

.header-button.profile-dropdown-holder .profile-dropdown {
  padding-right: 16px;
  box-sizing: border-box;
}

.nav-link.name-user-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ui-widget {
  font-family: "Montserrat" !important;
  max-width: 858px;
}

.ui-widget .ui-menu .ui-menu-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container .form-group .empty {
  max-width: 408px;
  width: 100%;
}

.calendar {
  position: relative;
}

.calendar i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.container .form-group.two-inputs-add .calendar input {
  border: 1px solid #d1d1d1;
}

.container .submit-button:has(.submit-button) {
  max-width: unset;
  width: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: unset;
  border: none;
  border-radius: 10px;
  height: unset;
  justify-content: unset;
  margin-top: unset;
  margin-bottom: unset;
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.container .submit-button .submit-button {
  margin: 0;
}

.modal-overlay .modal .parsley-errors-list.filled {
  position: relative;
  left: unset !important;
  top: unset !important;
  right: unset !important;
  transform: none !important;
  max-width: 100%;
  width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

#details-page .products {
  margin-bottom: 50px;
}

html {
  overflow-x: hidden;
}

#tabs-1 .items-list .item .image {
  height: 170px;
}

#tabs-1 .products .items-list .item .description {
  gap: 10px;
}

.auth-form .login-side #loginpage {
  height: 385px;
}

.auth-form .login-side .login-side-content {
  height: 385px;
}

.second-search-bar .search-field input {
  min-width: 295px;
}

.pass-background .parsley-errors-list.filled {
  left: unset !important;
  top: unset !important;
  transform: none !important;
  position: relative;
  right: unset !important;
  width: 100% !important;
  max-width: 100%;
}

.js-pager__items li.pager__item--first {
  min-width: max-content;
}

.js-pager__items {
  padding: 0;
}

.footer .text-box .icons {
  margin-top: auto;
  padding-bottom: 64px;
}

.footer .text-box .pages a,
.footer .text-box .desc,
.footer .text-box .desc,
.footer .logo-copyright .copyright {
  font-size: 16px;
}

.footer .title {
  font-size: 24px;
}

.box-drop .menu-dropdown-list-item > a::after {
  top: 0px;
  transform: none;
}

.profile-form-page .filepond--root[data-style-panel-layout~="circle"] {
  overflow: visible !important;
}

.input-file .parsley-errors-list.filled {
  bottom: -37px;
}

li[data-filepond-item-state="load-invalid"] .filepond--file-status {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: opacity 0.3s ease-in-out;
}

li[data-filepond-item-state="load-invalid"] .filepond--file-status-main {
  color: red !important;
  font-weight: bold;
  font-size: 14px;
}

li[data-filepond-item-state="load-invalid"] .filepond--file-status-sub {
  color: gray;
  font-size: 12px;
  font-style: italic;
}

.parsley-image-error {
  position: absolute;
  left: 25px;
  top: 120px;
  color: red;
  width: 300px;
}

.image-upload .parsley-image-error {
  position: relative;
  left: initial;
  top: initial;
  width: 100%;
}

.calendar .parsley-errors-list.filled,
.container .image-upload .parsley-errors-list.filled {
  position: absolute !important;
  width: 100%;
  bottom: -37px !important;
}

.marketplace .items-list .item .content-section .title-category {
  height: 52px;
}

.modal-overlay .modal a {
  width: 100%;
}

.modal-overlay .modal a textarea {
  height: 56px;
  border-radius: 10px;
  border: 1px solid #3a3a3a;
}

.modal-overlay .modal a input {
  margin: 0 auto;
  margin-top: 40px;
}

.modal-overlay.report-container .modal {
  height: 650px;
  overflow-y: scroll;
}

.shops-companies .item .title-category {
  height: 67px;
}

.container form .form-group {
  justify-content: initial;
}

.container .form-group .input-form input {
  padding: 0 8px;
}

.ads-section_dr table thead tr {
  height: unset;
}

.unserblog .cars-content {
  box-sizing: border-box;
}

.favoriten .products .items-list .item .description {
  padding-right: 16px;
  box-sizing: border-box;
}

.marketplace .items-list .item .bottom-section .info-node div,
#myfavorites .items-list .item .bottom-section .info-node div {
  display: initial;
  gap: 2px;
  align-items: center;
  max-width: 80px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.input-container:has(.parsley-errors-list.filled) {
  align-items: start;
}

.input-container:has(.parsley-errors-list.filled) .name {
  margin-top: 15px;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container {
  position: relative;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .parsley-errors-list.filled {
  position: absolute;
  width: 100%;
  bottom: -35px;
}

.second-container #tabs {
  max-width: 100%;
}

.marketplace .search .search-bar {
  height: unset;
  padding: 30px 20px;
}

.search-bar .search-field {
  height: auto;
}

#block-doradoo-content:has(.nav-bar) {
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
}

.public-form-page.edit-public-page .parsley-image-error {
  position: relative;
  top: unset;
  left: unset;
}

.parsley-image-error-2 {
  color: red;
}

.container .container-btn .button_speichern {
  max-width: 212px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #f8c647;
  border: 1px solid #f8c647;
  border-radius: 10px;
  height: 48px;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: "Montserrat-Bold";
}

.footer .text-box .pages a {
  width: unset;
}

.modal-overlay .modalreview.modal a {
  width: unset;
}

.menu-dropdown-list-item.children > a::after {
  content: "";
}

.formular .personal-data-content .custom-error-container,
#custom-error-container {
  max-width: 460px;
  width: 100%;
  margin-left: auto !important;
  margin-right: unset !important;
  padding-right: 40px;
  margin-top: 10px;
}

.input-file .parsley-errors-list.filled,
.filepond--root :not(text) {
  font-family: "Montserrat";
}

#addproductsave .parsley-errors-list.filled,
#public-profile .parsley-errors-list.filled {
  box-sizing: border-box;
}

.container .image-upload .parsley-errors-list.filled {
  bottom: -44px !important;
  font-size: 11px !important;
}

.lists-wrapper .items .item .bottom-section .info-node > div:first-child,
#myfavorites .items-list .item .bottom-section .info-node > div:first-child {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.modal-overlay .modal a textarea {
  box-sizing: border-box;
}

nav.pager {
  width: 100%;
}

.menu-dropdown-list-item:has(.nav-link) > a::after {
  display: none;
}

.favoriten .items-list .item .content-section .title-category {
  -webkit-line-clamp: 2 !important;
  height: 37px;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  height: 56px;
  overflow-y: auto;
}

.container .product .informations .title {
  padding-top: 0;
  margin-top: 0;
}

.register #custom-error-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-right: 0px;
  margin-top: 10px;
}

.messaging .messaging-wrapper aside .message-list .message.active .text .name {
  text-align: start;
}

.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-received
  .message {
  display: flex;
  flex-direction: column;
  align-items: start;
}

header .left .dropdown-menu .menu-dropdown-list-item .dropdown-menu.children {
  width: 100%;
}

header .left .dropdown-menu .menu-dropdown-list-item .dropdown-menu.children {
  width: 700px;
}

.parsley-image-error {
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  font-size: 14px;
  max-width: 150px;
  width: 100%;
  text-align: center;
}

#chatpage h1 {
  font-size: 22px !important;
  font-family: "Montserrat-SemiBold" !important;
  color: #333 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  position: absolute;
  right: 5px;
  top: 3px;
}

.search-field.tag
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

header .container .container-header .register-button .button {
  height: 20px;
  margin-top: 15px;
}

.footer .text-box .icons {
  display: flex;
  max-width: 114px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  margin-top: 0px !important;
  justify-content: center;
  gap: 10px;
}

#tabs-1 .items-list {
  display: flex;
  flex-wrap: wrap;
}

.ui-widget select {
  font-family: "Montserrat";
}

.public-form-page
  .half-width
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  border: none !important;
}

.container .product {
  display: block;
  min-height: 1000px;
}

.container .product .carousel {
  float: left;
  width: 60%;
}

.container .product .informations {
  float: left;
  width: 38%;
  margin-left: 30px;
}

.auth-form .register-side .button a {
  width: 100%;
  text-align: center;
}

.owl-thumb-item.active {
  border: 2px solid #f8c647;
}

.footer .text-box .pages > .icons {
  display: none;
}

.footer .text-box .pages > .pages + .icons {
  display: flex;
  align-items: center;
}

.myrequest #create-chat-req {
  width: 100%;
  border: none;
}

.myrequest #create-chat-req input {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  border: none;
}

.footer .text-box .pages a:has(img) {
  width: 32px;
  height: 32px;
}

.footer .text-box .pages > .pages + .icons a {
  position: relative;
}

.footer .text-box .pages > .pages + .icons a img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.marketplace .items-list .item,
.views-row:has(.item) {
  max-width: 391px;
}

.marketplace .items-list .item .image img {
  height: 209px;
  object-fit: cover;
}

.container .product {
  display: flex;
  justify-content: center;
}

.modal-overlay .modal a {
  cursor: default;
}

.modal-overlay .modal a input {
  cursor: pointer;
}

.calendar .parsley-errors-list.filled {
  position: relative !important;
  bottom: unset !important;
}

.calendar {
  flex-direction: column;
}

.calendar i {
  top: 12px;
  transform: none;
}

.big-input-form .parsley-errors-list.filled {
  margin-top: 10px !important;
}

.container .image-upload .parsley-errors-list.filled {
  font-size: 14px !important;
}

#details-page .product {
  display: block;
}

header .container .container-header .register-button .button {
  height: 56px;
  margin: 0;
}

header
  .container
  .container-header
  .box-drop.categoy-name
  .register-button
  a.button {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.open-modal-report,
.btn-report-m {
  font-size: 12px;
  border: none;
  display: flex;
  align-items: center;
  gap: 2px;
}
.main-container,
.second-container {
  max-width: 1280px;
}
.main-container .background-img img {
  height: 380px;
}
#addproductsave
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
#addproductsave
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
#addproductsave .select2-container .select2-selection--multiple {
  min-height: 56px;
  height: unset;
}
.container form .form-group {
  align-items: start;
}
.char-limit-message {
  margin-top: 10px;
}
.product .informations .time .icon i {
  font-size: 32px;
  color: #8c8c8c;
}
.button_center a {
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  background-color: #355835;
  height: 40px;
  display: flex;
  /* font-family: "Montserrat-SemiBold"; */
  font-family: "Montserrat-Bold";
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}
header .container .container-header .place-ad .button {
  height: 40px;
  font-size: 14px;
}
header .container .container-header .circle,
.header-button.profile-dropdown-holder .profile-pic-background {
  max-width: 40px;
  width: 100%;
  height: 40px;
}
.button.white img {
  height: 40px;
}
header .header-button {
  max-width: 72px;
}
header .container .container-header .image img {
  height: 40px;
}
header .container .container-header .search-field {
  height: 40px;
  max-width: 710px;
}
header .container .container-header .search-field input {
  height: 40px;
}
header .container .container-header .search-field .search-icon {
  height: 35px;
}
header .container {
  gap: 10px;
}
header {
  display: flex;
  align-items: center;
  padding-top: 0;
  min-height: 125px;
  padding-bottom: 0;

  /* transition: 0.3s all ease; */
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

main {
  padding-top: 125px;
}
.shops-companies .item .title-up p,
.item .title-buttom,
.shops-companies .item .review-section .review-num,
.shops-companies .items .item .button a {
  font-size: 14px;
}
.shops-companies .item .button,
.shops-companies .items .item .button a {
  height: 40px;
}
.shops-companies .titles {
  display: none;
}
.container .shops-companies {
  margin-top: -275px;
}
.titles .title-left {
  font-size: 22px;
}
.titles .title-right {
  font-size: 16px;
}
.adv .item .image .pin {
  width: 40px;
  height: 40px;
}
.adv .item .image .pin i {
  font-size: 20px;
}
.adv .item .bottom-section .logo-button .shop-button a {
  font-size: 14px;
  color: #fef299 !important;
}
.description .title-category a,
.item .bottom-section .price .amount,
.item .bottom-section .price .currency {
  font-size: 14px;
}
.adv .items .item {
  max-width: 310px;
}
.marketplace .items-list .item .image,
.lists-wrapper .items .item .image {
  height: 166px;
}
.adv .item .description {
  height: 174px;
}
.adv .buttons .right-button,
.adv .buttons .left-button {
  height: 40px;
  font-size: 14px;
}
.auth-form .register-side .title,
.auth-form .login-side .title,
.states .title,
.advantages .title {
  font-size: 22px;
}
.auth-form .register-side .name,
.auth-form .login-side .desc,
.auth-form .register-side .button a,
.auth-form .login-side .buttons input,
.auth-form .login-side .input-section input,
.auth-form .login-side .reset-pass,
.states .state-box .number,
.advantages .item .desc,
.footer .text-box .pages a,
.footer .text-box .pages a,
.footer .text-box .desc,
.footer .text-box .desc,
.footer .logo-copyright .copyright {
  font-size: 14px;
}
.states .state-box .number,
.advantages .item .logo img {
  width: 40px;
  height: 40px;
}
.lists-wrapper .items .item .image {
  background-color: #fff;
}
.advantages .items .item {
  padding: 20px;
  box-sizing: border-box;
}
.states .state-box .name,
.advantages .items .item .title {
  font-size: 16px;
}
.auth-form .green-box,
.adv .buttons {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.auth-form .green-box {
  padding-left: 80px;
  padding-right: 80px;
}
.footer .logo-copyright .logo img {
  height: 30px;
  width: auto;
}
.footer .title {
  font-size: 18px;
}
.footer .logo-copyright .logo {
  width: max-content;
}

.main-container .logo-img img {
  width: 168px;
  height: 168px;
}
.main-container .logo-name-verify {
  top: -130px;
}
.main-container .logo-name-verify .name {
  font-size: 24px;
  max-width: 750px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-container .logo-name-verify .name {
  padding-top: 150px;
}
.main-container .absolute-elements .green-button {
  position: absolute;
  top: 25px;
  right: 0;
}
.contact-information .first-line .category .icon img {
  height: 40px;
  width: 40px;
}
.contact-information .first-line .category .icon {
  width: 40px;
  height: 40px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.contact-information .first-line .category .information {
  font-size: 14px;
}
.second-container
  .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active
  a {
  font-size: 14px;
  color: #000;
  background-color: var(--yellow);
}
.second-container
  .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background-color: var(--yellow);
  border: 2px solid var(--yellow);
}
.main-container .absolute-elements {
  margin-top: 0px;
  position: relative;
  top: unset;
}
.main-container .static-content {
  min-height: 885px;
}
.second-container .title {
  font-size: 24px;
}
.second-container .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
  max-width: 133px;
}
.container .product .carousel {
  max-width: 650px;
}
#details-page .product .carousel .owl-carousel .owl-item img {
  height: 380px;
  object-fit: cover;
}
.container .product .informations {
  max-width: 675px;
  width: 50%;
}
.container .product {
  margin-top: 40px;
}
.container .product .informations .title,
.container .product .price,
.container .product .price span,
.container .product .texts .text.grey,
.container .product .person-info .logo-and-name .name,
.container .description .title,
.container .general-info > .title,
.container .sales-agent .title,
.sales-agent .person-info .additional-info .person-title,
.formular .title,
.formular .pass-background .title,
.register .container .title,
.text-content .title,
#chatpage h1,
.message_container .date,
#chatpage h1,
.review-tab .title-tab,
.favoriten .items-list .item .content-section .title-category,
.favoriten .title-fav {
  font-size: 16px;
}
.nav-bar.doradoo .buttons .button .sub-title-text,
.container .product .informations .time .date,
.container .product .licitation,
.container .submit-button,
.container .product .buttons .button.white,
.container .product .texts .text.black,
.general-info .info .detail,
.general-info .info .title,
.container .description .information,
.person-info .additional-info .inserts .information,
.sales-agent .person-info .review-section .rating-comments,
.items-list .item .date,
.nav-bar.doradoo .buttons .button a,
.formular .input-container .name,
.formular .register-input,
.formular .personal-data-content .input-container,
.register .register-form .input-container input,
.form-input-btn input,
.form-input-btn p a,
.form-input-btn p,
.item .buttons .button.offer a,
.items .item .details .title-product,
.items .item .details .date,
.items .item .details .price,
.text-content .insert-button a,
.items .item .buttons .button.offer input[type="submit"],
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-box
  .message-container.message-sent
  .message,
.messaging .messaging-wrapper aside .message-list .message.active .text .name,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  input,
.category-filter .category label,
.search .sorter .title,
.second-search-bar .search-field input,
.search-bar .search-field input,
.filters .category-filter .title,
.nav-link.name-user-header,
.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item
  a
  .nav-link {
  font-size: 14px;
}
.second-search-bar .search-field input,
.search-bar .search-field input,
.search-bar .search-field .search-icon,
.search-field
  .select-container
  .select2-container--default
  .select2-selection--single,
.search .search-bar .search-button input,
.sorter .select2-container .select2-selection--single {
  height: 40px !important;
}
.category-filter .category .check-and-title input:checked + label::before,
.condition-filter .category .check-and-title input:checked + label::before {
  content: "\f00c";
  color: #fff;
  font: var(--fa-font-solid);
  background-color: #007efd;
}
.category .subcategories .options {
  padding: 3px 0;
}
.category-filter .category .check-and-title inpu {
  cursor: pointer;
}
.filters .category-filter .title {
  margin-top: 0;
}
.second-search-bar .search-field .select-container {
  padding-top: 0;
}
.select .select2-container--default .select2-selection--single,
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  input,
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .button,
#chatpage .file.filesupload.fileupload,
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .button,
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .button {
  height: 40px !important;
  min-height: 40px !important;
  padding-top: 0;
  padding-bottom: 0;
}
#chatpage #select2-chat_selector-container {
  padding-top: 5px;
}
.container .product .buttons .button.white {
  border: 2px solid var(--yellow);
}
.formular .register-input,
.formular .input-container #password,
.formular .input-container #confirm_password {
  height: 40px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
.formular-section .button a {
  font-size: 14px;
}
.formular.profile-form-page .background,
.formular .pass-background {
  max-width: 730px;
}
.formular.profile-form-page .background {
  text-align: center;
}
.formular .input-container {
  grid-template-columns: 120px 290px;
}
.formular .personal-data-content .input-container.submit {
  display: flex;
  justify-content: center;
}
input.button.red {
  height: 40px;
}
.register .register-form .input-container input {
  height: 40px !important;
  padding-top: 0;
  padding-bottom: 0;
}
.formular .sms-background .formular-section {
  align-items: center;
}
.sms-background .input-container .button input,
.input-container .input-section.generate {
  height: 40px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
header .container .container-header .register-button .button {
  height: 40px;
}
#chatpage .container-chat:has(.messaging) > div main {
  padding-top: 0;
}
.shops-companies .item {
  background-color: #fff;
}
.container:has(.carousel) {
  padding-top: 125px;
}
header .container .container-header .register-button .button,
.container .form-group .input-form input,
.form-group.special
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.container .form-group .input-form label,
.container .image-upload .builder,
.container .container-btn .button_speichern,
.container .form-group .big-input-form label {
  font-size: 14px;
}
.nav-link.name-user-header,
.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item:last-child
  a,
.review-tab .text,
.review-tab .desc .title,
.review-tab .desc .content,
.review-tab .review-customer .img-and-name .name {
  font-size: 14px !important;
}
.container .title,
.review-tab .title-tab {
  font-size: 16px !important;
}
.container .form-group .input-form input,
.container #public-profile .form-group .input-form.single input,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
#public-profile
  .select2-container--default.select2-container
  .select2-selection--multiple,
.container
  .form-group
  .input-form
  .select2-selection.select2-selection--single {
  height: 40px !important;
}
#public-profile
  .form-group
  .input-form
  .select2-container
  .select2-search--inline
  .select2-search__field {
  height: 16px !important;
  background: transparent !important;
}
.main-container .logo-name-verify {
  display: grid;
  grid-template-columns: 170px 1fr 1fr;
  row-gap: 0;
}
.main-container .logo-name-verify .starrating {
  grid-column-start: 2;
  grid-column-end: 3;
}
.main-container .absolute-elements .green-button {
  background: var(--yellow);
  border: none;
}
.main-container .absolute-elements .green-button input {
  color: #000;
}
.green-button form {
  align-items: center;
}
.main-container .absolute-elements .green-button .envelope {
  display: flex;
  align-items: center;
}
.main-container .absolute-elements .green-button .envelope img {
  filter: brightness(0);
}

body:has(#toolbar-administration) header {
  position: relative !important;
}
.calendar i {
  top: 7px;
}
#addproductsave
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
#addproductsave
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
#addproductsave .select2-container .select2-selection--multiple {
  min-height: 40px;
  height: auto !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  overflow: visible;
}
.container .form-group .input-form input.select2-search__field {
  margin: 0;
}
.shield-icon {
  padding-top: 150px;
}
.image-upload .parsley-image-error {
  position: absolute;
  max-width: 100%;
  left: 50%;
  bottom: -30px;
}
.marketplace .items-list .item .image,
.lists-wrapper .items .item .image {
  height: 209px;
}
.marketplace .items-list .item .description {
  gap: 20px;
}
.shops-companies .item .image img {
  height: 209px;
}
#tabs .title {
  font-size: 24px !important;
}
#details-page .product {
  display: flex;
}
#public-profile
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  max-height: 100%;
}
#public-profile
  .select2-container--default.select2-container
  .select2-selection--multiple {
  min-height: 40px;
  height: auto !important;
}
.form-group.special
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  height: 28px;
}
.select2-container .select2-search--inline {
  height: 40px;
  display: flex;
  align-items: center;
}
#tabs-1 .items-list .owl-stage {
  padding: 10px 0;
}
#tabs-1 .items-list .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#tabs-1 .items-list .owl-nav .owl-next {
  font-size: 30px;
  margin-right: -25px;
}
#tabs-1 .items-list .owl-nav .owl-prev {
  margin-left: -25px;
  font-size: 30px;
}
#tabs-1 .items-list .item {
  max-width: 290px;
}
#parsley-id-13 {
  max-width: unset !important;
  left: 50% !important;
  width: 200px !important;
  transform: translateX(-50%);
  font-size: 10px;
  bottom: -38px;
}
.myrequest #create-chat-req input {
  font-size: 14px;
}
.info-node {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  padding-bottom: 10px;
}
.info-node div {
  width: max-content;
}
.info-node .date {
  font-size: 10px !important;
  width: max-content !important;
}
.main-container .absolute-elements .green-button a {
  color: #000;
}
.products .owl-carousel .owl-nav button.owl-prev i {
  margin-left: -58px;
}
.container .sales-agent + .products .items-list {
  position: relative;
}
.products .owl-carousel .owl-nav button.owl-prev i,
.products .owl-carousel .owl-nav button.owl-next i {
  font-size: 44px;
  /* text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); */
}
.products .owl-carousel .owl-nav button.owl-next i {
  margin-right: -58px;
}

.input-form.multiselect-dd .select2-search.select2-search--inline {
  display: none !important;
}
#block-doradoo-site-branding {
  display: none;
}
/* temporary displayed off */
@media screen and (max-width: 600px) {
  header .container .container-header {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .item-cat {
    max-width: 65px;
  }
  header ~ main:has(.nav-bar) {
    padding-top: 234px !important;
  }
  .messaging
    .messaging-wrapper
    main
    .message-wrapper
    .message-action
    .input-container
    #parsley-id-13 {
    bottom: unset !important;
    left: unset !important;
    margin: 0 auto !important;
  }
  .messaging
    .messaging-wrapper
    main
    .message-wrapper
    .message-action
    .input-container
    .parsley-errors-list.filled {
    left: unset !important;
    margin: 0 !important;
  }
  header .header-menu-dropdown .dropdown.active {
    width: 55% !important;
  }
  #block-doradoo-languageswitcher > span {
    white-space: nowrap;
  }
  header
    .header-menu-dropdown
    .dropdown.active
    .box-drop
    .profile-pic-background
    img {
    width: 30px !important;
    height: 30px !important;
  }
  header .header-menu-dropdown .dropdown.active .box-drop .img-prof-drop {
    width: 30px !important;
    height: 30px !important;
  }
  .messaging
    .messaging-wrapper
    main
    .message-wrapper
    .message-action
    .input-container
    .parsley-errors-list.filled {
    left: unset !important;
    right: unset !important;
  }
  header .owl-carousel .owl-item img {
    width: 40px;
    height: 40px;
  }
  .container-footer.categories-mobile-view.mobile-view {
    max-height: 90px !important;
  }
  header .owl-carousel .owl-item .item-cat-image {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .owl-carousel .owl-item .item-cat-image.alle {
    background: #8ba3f2;
  }
  header .owl-carousel .owl-item .item-cat-image.shop {
    background: #a3d49b;
  }
  header .owl-carousel .owl-item .item-cat-image.anzeige {
    background: #f7b274;
  }
  #details-page .main-container .absolute-elements .green-button.follow-button,
  .main-container .absolute-elements .green-button {
    max-width: 195px !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .item-cat img {
    max-width: 50px;
    height: 50px;
  }
  .item-cat a {
    justify-content: start;
    padding: 0 !important;
  }
  .item-cat a,
  .item-cat {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    display: flex;
  }
  .item-cat .title {
    font-size: 14px !important;
    text-align: center;
    padding: 0;
  }
  .adv {
    display: none;
  }
  .adv.adv-mobile .item .image .counter {
    z-index: 2;
    position: absolute;
    background: #444444;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    left: 10px;
    top: 15px;
    font-size: 10px;
  }
  .adv.adv-mobile .item .image .pin {
    z-index: 1;
  }
  .adv.adv-mobile .items {
    width: 100%;
    gap: 32px;
    display: revert;
    justify-items: unset;
    grid-template-columns: unset;
  }
  .adv.adv-mobile {
    display: revert !important;
  }
  .adv.adv-mobile .items .item {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .adv.adv-mobile .items.owl-carousel {
    border-radius: 10px;
  }

  #details-page .product .carousel .owl-carousel .owl-item img {
    height: 225px !important;
    border-radius: 0;
  }

  .messaging
    .messaging-wrapper
    main
    .message-wrapper
    .message-action
    .input-container
    .parsley-errors-list.filled {
    left: unset !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  .items-list .item .bottom-section .logo-button {
    max-width: max-content;
  }
  header .container .container-header .header-menu-dropdown .dropdown.active {
    padding-bottom: 50px;
  }

  .layout-container div[data-drupal-messages=""] + main,
  .layout-container div[data-drupal-messages=""] + .swiper {
    padding-top: 0 !important;
  }
  #tabs-1 .items-list .owl-nav .owl-prev {
    margin-left: 5px;
  }
  #tabs-1 .items-list .owl-nav .owl-next {
    margin-right: 5px;
  }
  .contact-information .first-line .category {
    gap: 5px;
  }
  /* #details-page {
    margin-top: -66px;
  } */
  #details-page .information {
    padding-left: 0;
  }
  .main-container .logo-img img {
    width: 110px !important;
    height: 110px !important;
  }
  .main-container .absolute-elements .green-button {
    font-size: 12px;
    width: 155px;
    right: 10px;
  }
  .main-container .absolute-elements {
    height: auto !important;
  }
  .shield-icon {
    padding: 0;
  }
  .main-container .logo-name-verify .starrating {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  header.scroll-down {
    top: 0 !important;
    /* transition: 1s all ease; */
  }
  header.scroll-up .search-field {
    opacity: 1;
    max-height: 40px;
    /* transition: 1s all ease; */
    overflow: hidden;
  }
  header.scroll-down .search-field {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* transition: 1s all ease; */
  }

  header {
    min-height: 230px !important;
  }
  .main-container .logo-name-verify {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .main-container .logo-name-verify .starrating {
    flex: 100%;
  }
  .main-container .logo-name-verify .logo {
    flex: 100%;
  }
  main {
    padding-top: 303px !important;
  }
  .abo-section .input-container .inputcontainer {
    width: 400px !important;
    margin-left: 0px !important;
  }
  .stripesubmit .submit a {
    max-width: 400px !important;
    width: 100% !important;
  }
  .delete-order-item {
    font-size: 18px;
  }
  .cart.cart-form table tbody td img {
    margin: auto !important;
  }
  
  .customcheckoutreview-checkout .layout-checkout-form .js-form-type-checkbox label {
    line-height: 25px !important;
  }
  #parsley-id-multiple-agree_termsterms_and_conditions {
    margin-left: 120px !important;
  }
}
div[data-drupal-messages=""] + main {
  padding-top: 0;
}
/* .layout-container:has(div[data-drupal-messages=""]) main {
  padding-top: 30px !important;
} */
.register {
  padding-top: 10px !important;
}
.public-form-page
  .filepond--root[data-style-panel-layout~="compact"]
  .filepond--list-scroller {
  border-radius: 10px !important;
}
#details-page {
  padding-top: 10px !important;
}
#formreview #parsley-id-13 {
  max-width: unset !important;
  left: unset !important;
  width: 100% !important;
  transform: none;
  font-size: 12px;
  bottom: unset;
  position: relative !important;
}

div:has(.register-background.kontakt) {
  padding-top: 5px !important;
}

.container .sales-agent + .products .items-list {
  display: block;
}
.container .sales-agent + .products .items-list .owl-stage-outer {
  padding: 10px 0;
}
.items-list .item .content-section .title-category {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.container .products .items-list .item .description {
  padding-right: 16px;
}
.main-container .absolute-elements {
  padding-left: 40px;
  padding-right: 40px;
}
.container .product .buttons .button.white a {
  color: var(--yellow);
}
.container .product {
  min-height: 800px;
}
.owl-carousel .owl-item img {
  border-radius: 10px;
}
.register-form #parsley-id-13,
.login-side-content #parsley-id-13 {
  width: 100% !important;
  transform: none !important;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  position: relative !important;
  font-size: 14px !important;
}
#addproductsave .parsley-errors-list.filled {
  bottom: unset;
  font-size: 14px;
}
.search .select2-container .select2-search--inline .select2-search__field {
  max-width: max-content;
}
.search-field .select2-container .select2-selection--multiple {
  height: 40px;
}
.main-container .logo-img img {
  border: 3px solid var(--yellow);
}
.main-container {
  max-width: 1200px;
}
header {
  height: 125px;
}
.adv .item .image img {
  height: 209px;
}
.description .title-category a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.filepond--root.filepond.filepond--hopper {
  border-radius: 50% !important;
}
.filepond--list-scroller {
  border-radius: 50% !important;
}
.container-error .parsley-image-error {
  position: unset;
  transform: unset;
  max-width: unset;
}
.container .image-upload {
  padding-bottom: 5px;
}
div[data-drupal-messages=""],
div[data-drupal-messages-fallback=""] {
  position: absolute;
}
.swiper {
  /* padding-top: 125px !important; */
  height: 550px !important;
}
.swiper-slide::after {
  height: 550px !important;
}
.container .shops-companies {
  margin-top: 20px;
}
.container .product .carousel {
  max-width: 632px;
}
.item .bottom-section .logo-button .shop-button {
  width: 56px;
}
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .parsley-errors-list.filled {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -32px;
  font-size: 11px;
  width: 250px !important;
  max-width: 250px !important;
}
/* #chatpage .file.filesupload.fileupload {
  position: relative;
  width: max-content;
} */

.pond-profile-single-image .filepond--root :not(text) {
  border-radius: 10px !important;
}
.container .image-upload .builder {
  margin-bottom: 10px;
}
.filepond--root.filepond.filepond--hopper {
  margin-top: 5px;
}
.marketplace .items-list .item .content-section .title-category {
  display: block;
}
.products .owl-carousel .owl-nav button.owl-prev i,
.products .owl-carousel .owl-nav button.owl-next i {
  color: #3a3a3a;
}
.search-field .select2-container .select2-selection--multiple {
  overflow-x: hidden;
}

.shops-companies .item,
.shops-companies .item .title-up p,
.item .title-buttom,
.shops-companies .item .review-section .review-num {
  font-size: 13px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: auto !important;
  min-height: 40px;
}
.filepond--root[data-style-panel-layout~="compact"] .filepond--list-scroller {
  border-radius: 50% !important;
}
header
  .left
  .dropdown-menu.children-categories
  .menu-dropdown-list-item.active
  .dropdown-menu.children {
  max-height: 500px;
  overflow: auto;
}
.subcategories .options input:checked + label::after {
  content: "\f00c";
  color: #fff;
  font: var(--fa-font-solid);
  background-color: #007efd;
}
@media screen and (max-width: 600px) {
  .item-cat .title {
    max-width: 90px;
  }
  .homepage-profile-carousel .owl-stage {
    margin-left: -40px; /* anulează padding-ul din stânga */
  }
  #details-page .second-container #tabs .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #details-page .tab-content .products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container .sales-agent .person-info .review-section {
    align-items: center;
  }
  .person-info .additional-info .inserts {
    justify-content: center;
  }
}
.item .bottom-section .logo-button .shop-button {
  min-width: 56px;
  box-sizing: border-box;
}
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .parsley-errors-list.filled {
  left: unset !important;
  width: 100% !important;
}
.footer .logo-copyright .copyright {
  max-width: unset;
  text-align: center;
}
.footer .logo-copyright {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.select2-results__option[aria-selected] {
  cursor: pointer;
  word-wrap: break-word;
}
header .container .container-header .image {
  height: 40px;
}
.container .shops-companies {
  margin-top: -140px;
}
.main-container .absolute-elements .green-button a {
  font-size: 14px;
}
.main-container .contact-information {
  padding-top: 0;
  margin-top: -50px;
}
.second-container:has(#tabs) {
  margin-top: -50px;
}
@media screen and (max-width: 600px) {
  .second-container:has(#tabs) {
    margin-top: 10px;
  }
  .main-container .contact-information {
    margin-top: 10px;
  }
  .contact-information .first-line .category:has(a) {
    height: 260px;
    justify-content: space-between;
  }
  .footer .logo-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer {
    padding-bottom: 40px !important;
  }
  .contact-information .first-line .category {
    gap: 10px !important;
    margin-bottom: 10px;
  }
  .adv .items .item {
    max-width: 100%;
  }
}
.contact-information .first-line .category .icon {
  width: 40px;
  border-radius: 50%;
  background-color: #f8c647;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-information .first-line .category .icon i {
  margin: 0;
}

/*overlay*/
.marketplace.marketplace-loading-overlay,
.homepage-loading-overlay {
  position: relative;
}

.overlay-loading-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  z-index: 9999;
}

.overlay-loading-section img {
  max-width: 45px;
}
header .container .container-header .circle {
  max-width: 30px !important;
  height: 30px !important;
}
header .container .container-header .circle img {
  width: 20px !important;
  height: 20px !important;
}
header .left span,
header
  .left
  .dropdown-menu
  .menu-dropdown-list-item
  .dropdown-menu.children
  li
  .nav-link {
  font-size: 13px;
}
#tabs-1 .items-list .item .image .pin,
.carousel .pin {
  width: 40px;
  height: 40px;
}
#tabs-1 .items-list .item .image .pin i,
.carousel .pin i {
  font-size: 20px;
}
.category-filter .category .check-and-title label::before,
.condition-filter .category .check-and-title label::before {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
}
.condition-filter label,
.price-filter .title,
.filters .condition-filter .title {
  font-size: 14px;
}
.main-container .logo-name-verify .starrating span:last-child {
  margin-right: 4px;
}
.contact-information .first-line .category .icon.facebook {
  background-color: #1877f2;
}
.contact-information .first-line .category .icon.facebook i {
  color: #fff;
  font-size: 20px;
}
.contact-information .first-line .category .icon.twitter {
  background-color: #000;
}
.contact-information .first-line .category .icon.twitter i,
.contact-information .first-line .category .icon.linkedin i,
.contact-information .first-line .category .icon.youtube i,
.contact-information .first-line .category .icon.instagram i {
  color: #fff;
  font-size: 20px;
}
.contact-information .first-line .category .icon.linkedin {
  background-color: #0077b5;
}
.contact-information .first-line .category .icon.youtube {
  background-color: #ff0000;
}
.contact-information .first-line .category .icon.instagram {
  background-color: #c13584;
}
@media (max-width: 600px) {
  #details-page .information {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  header .container .container-footer .left > a {
    display: none;
  }
  header .container .container-footer {
    flex-direction: row !important;
  }
  header .container .container-footer .left {
    width: max-content;
  }
  header {
    padding: 0 20px;
    min-height: 0 !important;
  }
}
.slide-button {
  bottom: 240px !important;
}
.container .shops-companies {
  margin-top: -220px;
  height: 400px;
}
.shops-companies .owl-nav .owl-prev,
.shops-companies .owl-nav .owl-next {
  top: 40% !important;
}
.item .title-buttom {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 138px;
}
.shops-companies .item .review-section .button {
  display: flex;
  align-items: end;
  flex-grow: 1;
}
/* .shops-companies .item {
  height: 360px;
} */
.container .shops-companies .owl-dots {
  display: none;
}
.container .shops-companies .owl-dot {
  display: none;
}
.category-filter .category label,
.condition-filter label {
  padding-left: 25px;
}
.shops-companies .item .button {
  width: calc(100% - 32px);
}
/* .shops-companies .item .title-up p,
.item .title-buttom {
  max-width: 120px;
} */
.shops-companies .item .review-section .review-num {
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .shops-companies .item .title-up p,
  .item .title-buttom {
    max-width: 200px;
  }
  .shops-companies .item .content-section .profile-img {
    max-width: 50px !important;
  }
}
@media (max-width: 1450px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 125px;
  }
  div[data-drupal-messages-fallback=""] {
    position: absolute;
    top: 125px;
  }
  .marketplace .filters {
    max-width: 290px !important;

    min-width: 280px !important;
  }
  .favoriten .items-list {
    display: flex;
    flex-wrap: wrap;
  }
  .shops-companies .item .title-up p,
  .item .title-buttom {
    max-width: 100px;
  }
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.contact-information .first-line .category .information {
  max-width: 250px;
}
.sales-agent .profile-img img {
  object-fit: cover;
}
.half-width {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#public-profile .parsley-errors-list.filled {
  bottom: unset;
  font-size: 14px;
}
.select-filter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px;
}
header .container .container-header .circle .counter_favorite_bubble {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
.favoriten .items-list {
  display: flex;
  flex-wrap: wrap;
}

.marketplace .filters {
  min-width: 300px;
}
.layout-container div[data-drupal-messages=""] + div .swiper {
  padding-top: 0 !important;
}
.button_speichern {
  cursor: pointer;
}
#submit-real {
  display: none;
}
.msg-error-title {
  display: none;
}
.msg-error-title.active {
  display: block;
}
.subcategories .options label::after {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  margin-top: 3px;
}
.category-filter .category label {
  margin-top: 5px;
}
main {
  padding-top: 146px;
}
#chatpage h1 {
  font-size: 16px !important;
}
.messaging
  .messaging-wrapper
  main
  .message-wrapper
  .message-action
  .input-container
  .parsley-errors-list.filled {
  transform: none !important;
  max-width: 550px !important;
  right: unset !important;
  left: 0 !important;
}

#chatpage .file.filesupload.fileupload .parsley-errors-list.filled {
  position: absolute;
  width: 188px !important;
  left: 0;
  bottom: -39px;
}
header .container .container-header .circle .counter_chat_bubble {
  width: 20px;
  height: 20px;
  font-size: 10px;
}
main {
  padding-top: 0 !important;
}
.speichern {
  width: 160px;
}
.container .form-group .big-input-form textarea {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}
.category-filter .category label {
  margin-top: 0;
}
.category-filter .check-and-title {
  margin-top: 5px;
}
@media screen and (max-width: 1500px) {
  .shops-companies .item:has(.verify-icon img) .title-up p,
  .item:has(.verify-icon img) .title-buttom {
    max-width: 100px;
  }
}
#tabs-1 .items-list .item {
  max-width: 383px;
}
.sms-background .input-container .button input,
.input-container .input-section.generate,
.sms-background .input-container .button {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .main-container .contact-information .first-line {
    display: block;
  }
  .main-container .contact-information {
    height: 310px;
  }
  .contact-information .first-line .category {
    max-width: 300px;
    width: 100%;
  }
  .contact-information .first-line .category .information {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
  .main-container .contact-information {
    gap: 0;
  }
}
.subcategories .options label::after {
  margin-top: 0 !important;
}
.marketplace .items-list .item,
.views-row:has(.item) {
  max-width: 360px;
}
.marketplace .filters {
  max-width: 330px;
}
#tabs-1 .items-list .item {
  max-width: 285px;
}
@media screen and (max-width: 1600px) {
  .shops-companies .item,
  .shops-companies .item .title-up p,
  .item .title-buttom,
  .shops-companies .item .review-section .review-num {
    font-size: 12px;
  }
}
@media screen and (min-width: 1720px) and (max-width: 1780px) {
  .marketplace .filters {
    max-width: 270px;
  }
}
.marketplace {
  padding: 0 140px;
}

@media screen and (min-width: 600px) {
  /* .layout-container:has(.register) header {
    position: relative;
  } */
  .layout-container:has(.register) .register .container {
    margin-top: 0px;
  }
  .layout-container:has(.register) .register {
    margin-top: -20px;
  }
  /* .layout-container:has(.sms-background) header {
    position: relative;
  } */
}
@media screen and (max-width: 1460px) {
  .nav-bar.doradoo {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .nav-bar.doradoo {
    padding-top: 2px;
  }
}
.containerbtn {
  width: 170px;
}
.container #public-profile .image-upload .parsley-image-error {
  position: relative;
  bottom: unset;
  left: unset;
  top: unset;
  text-align: unset;
  transform: none;
}
.container #public-profile .image-upload .parsley-image-error-2 {
  font-size: 14px;
}
@media screen and (max-width: 1360px) {
  div[data-drupal-messages=""] {
    font-size: 14px;
  }
  div[data-drupal-messages=""] {
    position: absolute;
    top: 146px;
  }
}
@media screen and (max-width: 1230px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 206px;
  }
}
@media screen and (max-width: 890px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 231px;
  }
}
@media screen and (max-width: 750px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 339px;
  }
}
@media (max-width: 600px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 189px;
  }
}
div[data-drupal-messages=""] {
  background: #fff;
}
.owl-carousel .owl-item .logo-button img {
  width: 30px;
}
.owl-carousel .owl-item .bottom-section .price {
  padding-right: 0;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 99999;
  max-width: 500px;
}
#addproductsave .select2-container .select2-selection--multiple::after {
  content: "\f107";
  font: var(--fa-font-solid);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#addproductsave .select2-container--open .select2-selection--multiple::after {
  transform: translateY(-50%) rotate(180deg);
}
.profileimage .input-file .parsley-errors-list.filled {
  bottom: -84px;
}
div[data-drupal-messages=""] ~ .swiper {
  margin-top: 165px;
}
.layout-container div[data-drupal-messages=""] + div .swiper {
  padding-top: 154px !important;
}
.search-field.tag
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  height: 40px !important;
}
.item .bottom-section .price {
  padding-right: 0;
}
#tabs-4 .desc .title {
  font-size: 16px !important;
}
@media screen and (max-width: 600px) {
  .main-container .absolute-elements .green-button {
    padding: 0 10px;
    width: max-content;
  }
}

.select2-search__field {
  font-size: 16px;
}

div[data-drupal-messages=""] {
  z-index: 9999999999;
}
@media screen and (max-width: 600px) {
  .select2-search__field {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1360px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 129px;
  }
}
@media screen and (max-width: 1230px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 190px;
  }
}
@media screen and (max-width: 890px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 214px;
  }
}
@media screen and (max-width: 750px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 322px;
  }
}
@media (max-width: 600px) {
  div[data-drupal-messages=""] {
    position: absolute;
    top: 183px;
  }
  #details-page {
    padding-top: 0 !important;
    margin-top: -2px;
  }
}
@media screen and (max-width: 500px) {
  #details-page .main-container .absolute-elements .green-button.follow-button {
    top: 25px !important;
  }
  .layout-content {
    padding-top: 0 !important;
  }
  .homepage-profile-carousel .owl-nav .owl-next,
  .homepage-profile-carousel .owl-nav .owl-prev {
    display: none;
  }
  div[data-drupal-messages=""] {
    position: absolute;
    top: 213px;
  }
}
@media screen and (max-width: 450px) {
  div[data-drupal-messages=""] .contentinfo {
    margin-top: 0px !important;
  }
}

.adv.adv-mobile {
  display: none;
}

/* ESTIMATIONS 1/09/2025 */

.homepage-profile-carousel .item .verify-icon {
  display: none;
}
header .container .container-footer {
  justify-content: unset;
}
header .container .container-footer .button_center {
  margin-left: 10px;
}
header .container .container-footer .right {
  margin-left: auto;
}
.category-filter .category .check-and-title label::before,
.condition-filter .category .check-and-title label::before {
  width: 13px;
  height: 13px;
}

/* ESTIMATIONS 1/09/2025 */

.submenu-element {
  display: none;
  background: #fff;
  border: 1px solid;
  border-radius: 20px;
  position: absolute;
  top: 25px;
  left: -15px;
  max-width: 600px;
  width: 600px;
  z-index: 9999;
  padding: 20px;
}
header .container .container-footer a {
  position: relative;
}
header .left .submenu-element span::after {
  content: "";
}
.submenu-element span {
  float: left;
  width: 100%;
  display: block;
  width: 25%;
  padding: 5px 0px;
}
header .container .container-footer a {
  position: relative;
  padding: 10px 0px;
}
header .container .container-footer .button_center a {
  padding: 0 5px;
}

.container-follow-html {
  width: 400px;
  height: 400px;
  background: #fff;
  position: absolute;
  border: 1px solid black;
  border-radius: 10px;
  top: 35px;
  left: 0px;
  z-index: 99999;
  overflow: scroll;
}

.main-container .absolute-elements .green-button.follow-button {
  top: 80px !important;
}

header .container .container-header .circle img.follow-image-item {
  width: 40px !important;
  height: 40px !important;
}

.container-follow-html {
  display: none;
}

.children-info {
  display: none;
}
.children-info a {
  float: left;
  width: 100%;
}

header .container-footer.categories-mobile-view.mobile-view {
  display: none;
}
#hidden-form-mobile {
  display: none;
}

#follow-users img {
  cursor: pointer;
}
header .container .container-header .circle img.follow-image-item {
  border-radius: 50%;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
}
.container-follow-html .item-notification > a,
.container-follow-html .item-notification > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--black);
}
.container-follow-html .item-notification div.children-info {
  display: none;
}
.container-follow-html .item-notification.active div.children-info {
  display: flex !important;
  flex-direction: column;
  height: auto;
}
.children-info a {
  color: var(--black);
}
.container-follow-html .item-notification {
  cursor: pointer;
  margin-bottom: 15px;
}
.container-follow-html {
  padding: 15px;
  box-sizing: border-box;
  left: unset;
  right: 0;
}
.folllow-title {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.container-follow-html .plus-icon {
  font-size: 20px;
  font-weight: bold;
}
.layout-content {
  float: left;
  width: 100%;
  padding: 40px 0px;
}
footer {
  float: left;
  width: 100%;
}
header {
  width: 100%;
  padding: 15px;
  top: 0;
  position: relative;
}
header.fixed {
  position: fixed;
  opacity: 1;
  top: 0px;
}

header.scroll-up {
  position: relative;
  top: 0;
}

@media screen and (max-width: 600px) {
  .item-cat .title {
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    font-family: "Montserrat";
    word-wrap: break-word;
    word-break: break-word;
  }
}
.main-container .absolute-elements .green-button a {
  font-size: 16px;
}
.container-follow-html {
  overflow: auto;
  border-radius: 0;
}
div:has(.register-background.kontakt) {
  padding-top: 0 !important;
}
.layout-content {
  padding-top: 0 !important;
}
.marketplace .items-list .item .image img {
  object-fit: unset;
}

.favoriten .items-list .item .image img {
  object-fit: cover;
}
body:has(#loginpage) header {
  position: fixed !important;
}
body:has(#loginpage) .register {
  padding-top: 240px !important;
}
.mobile_section_shops,
.section_shop_mobile {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .mobile_section_shops,
  .section_shop_mobile {
    display: revert !important;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1000;
    font-size: 12px;
  }
  .mobile_section_shops {
    text-align: start;
    margin: 20px 0;
    width: 58%;
    color: #333;
    font-family: "Montserrat-Bold";
    font-size: 15px;
  }
  .section_shop_mobile a {
    color: #000;
    color: #333;
    font-family: "Montserrat-Bold";
  }
  .section_shop_mobile {
    text-align: end;
    margin: 20px 0;
    width: 42%;
  }
  div + div:has(.section_shop_mobile) {
    padding: 0 10px;
    height: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.hidden-slider {
  display: none !important;
}
.container-footer.categories-mobile-view.mobile-view {
  max-height: 73px;
  overflow: hidden;
}
header {
  z-index: 11111;
}
div[data-drupal-messages=""] {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
}
header .owl-carousel .owl-item .item-cat-image {
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 4px;
}
header ~ div,
header ~ main {
  padding-top: 125px !important;
}
@media screen and (max-width: 1250px) {
  header ~ div,
  header ~ main {
    padding-top: 229px !important;
  }
}
@media screen and (max-width: 750px) {
  header ~ div,
  header ~ main {
    padding-top: 383px !important;
  }
}
@media screen and (max-width: 600px) {
  header ~ div,
  header ~ main {
    padding-top: 217px !important;
  }
}
#details-page {
  padding-top: 0 !important;
}
header {
  position: fixed;
  opacity: 1;
  top: 0px;
}
#toolbar-administration ~ div .layout-container header {
  margin-top: 40px;
}
.item-cat img {
  width: 100%;
  height: 100%;
  max-height: 50px;
}
.homepage-loading-overlay {
  padding: 0;
}
.submenu-element span {
  padding: 8px 0;
  font-size: 12px;
}
.item .bottom-section .logo-button .shop-button::before {
  display: none !important;
}
.item .bottom-section .logo-button .shop-button {
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 13px !important;
  background-color: #355835 !important;
  height: 22px !important;
  display: flex !important;
  font-family: "Montserrat-SemiBold" !important;
  font-family: "Montserrat-Bold" !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2) !important;
}
.views-row .item .bottom-section .logo-button .shop-button a {
  color: #fff !important;
  font-family: "Montserrat-SemiBold" !important;
  font-weight: normal !important;
}
header ~ div {
  padding-top: 0;
}
div[data-drupal-messages=""],
div[data-drupal-messages-fallback=""] {
  padding-top: 0 !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  margin: 0 !important;
  transition: all 0.7s ease;
  opacity: 1;
}
.hidden[data-drupal-messages-fallback=""] {
  opacity: 0;
  transition: all 0.7s ease;
}
body:has(#loginpage) .register {
  padding-top: 100px !important;
}
#block-doradoo-languageswitcher h2 {
  display: none;
}
#block-doradoo-languageswitcher .links {
  padding: 0;
  list-style: none;
  position: absolute;
  top: -20px;
  right: 0;
  display: none;
  background: #fff;
  border: 1px solid;
  border-radius: 20px;
  padding: 10px 15px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  header .container .container-header .image {
    display: flex;
    align-items: center;
    margin-left: 25px;
  }
  #block-doradoo-languageswitcher {
    padding: 6px 5px !important;
  }
  #block-doradoo-languageswitcher > span {
    color: #fff;
  }
  #block-doradoo-languageswitcher ul li {
    margin: 0;
  }
}
#block-doradoo-languageswitcher::before {
  /* content: "\f0ac"; */
  display: block;
  font: var(--fa-font-solid);
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}
#block-doradoo-languageswitcher {
  padding: 10px 0;
  margin-top: 52px;
}
#block-doradoo-languageswitcher:hover .links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#block-doradoo-languageswitcher .links li a {
  color: var(--black);
}

.blog-form .input-container {
  flex-direction: column;
  display: flex;
  align-items: start;
  width: 100%;
  padding: 0;
}
.input-container .input-section.wysiwyg-field {
  max-width: 100%;
  width: 100%;
}
.blog-form .input-container.image-upload {
  max-width: 250px;
}
.blog-form .input-container.submit-btn {
  align-items: center;
}
.blog-form .input-container .input-section {
  width: 100%;
  max-width: 100%;
}
.blog-form .input-container .input-section img {
  position: unset;
  right: unset;
  max-width: unset;
  width: unset;
  top: unset;
  transform: unset;
  pointer-events: unset;
}
.blog-form #edit-blog-body-format-help-about {
  display: none;
}

.blog-form .input-container input,
.blog-form .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  max-width: 490px;
}
.blog-form .input-container input[type="submit"] {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
}
.blog-form
  .form-item
  .form-item:has(#select2-edit-blog-body-format--2-container) {
  max-width: 490px;
}
.blog-form .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 5px;
}
.blog-form .half-width {
  margin-top: 5px;
}
.blog-form .input-container.form-group .input-form,
.blog-form
  .form-item
  .form-item:has(#select2-edit-blog-body-format--2-container) {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-form form > .input-container,
.blog-form
  .form-item
  .form-item:has(#select2-edit-blog-body-format--2-container) {
  margin-top: 20px;
}
/* .blog-form .filepond--root[data-style-panel-layout~="circle"] .filepond--image-preview-wrapper,
.blog-form .filepond--root.filepond.filepond--hopper {
  border-radius: 10px !important;
} */
.slider-counter-owl.owl-carousel {
  display: flex;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 10px;
}
/* #tabs-7 .car-row {
  overflow: hidden;display: flex;
  flex-direction: column;

  max-width: 320px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2), inset 1px 2px 2px rgba(0, 0, 0, 0.2);
}#tabs-7 .company-blog-posts {
  display: flex;
  gap: 10px;
}

#tabs-7 .car-row .car-img img {
  width: 100%;
}#tabs-7 .car-row .car-row-description {
  box-sizing: border-box;
  padding: 10px;
}#tabs-7 .car-row-description-button {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
#tabs-7 .car-row .car-row-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
} */
.share-on-socials {
  display: flex;
  gap: 5px;
  margin: 0 auto;
}
.share-on-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* BLOG */
.blog-posts {
  padding: 60px 0;
}
.layout-content .blog-posts {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
}
.blog-posts form {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.blog-posts .views-row .post {
  background: #ffffff;
  padding: 0;
  padding-bottom: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 420px 1fr;
  grid-template-columns: 420px 1fr;
  gap: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  border-bottom: none;
  margin-bottom: 30px;
}
.blog-posts .views-row .post {
  position: relative;
  padding-bottom: 30px;
}
.blog-posts .views-row .post .image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 7/4;
  height: 100%;
  border-radius: 30px;
}
.blog-posts .views-row .post .text {
  padding: 30px;
  display: flex;
  flex-direction: column;
  place-content: center;
}
.blog-posts .views-row .post .title {
  font-size: 20px;
  color: #242424;
  margin-bottom: 20px;
}
.blog-posts .views-row .post .date {
  font-size: 14px;
  margin-bottom: 20px;
}
.blog-posts .views-row .post .details {
  margin-bottom: 20px;
}
.blog-posts p {
  word-wrap: anywhere;
  margin: 15px 0;
}
.blog-posts .views-row .post .link a {
  display: flex;
  gap: 4px;
  font-size: 16px;
  color: #242424;
  align-items: center;
}
.blog-posts aside {
  position: relative;
}
.blog-posts aside .categories_custom {
  padding: 30px;
}
.blog-posts .categories_custom h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #242424;
  font-weight: bold;
}
.categories_custom h3 b {
  position: relative;
}
.categories_custom .blog-ategories {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.categories_custom .blog-ategories .categoryitem span {
  font-size: 20px;
  color: #242424;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #242424;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  background: #fff;
}

.categories_custom .blog-ategories .categoryitem .title-blog.active {
  color: #fff;
}
.title-blog.active {
  background: #242424 !important;
  color: #fff;
}
.blog-posts aside .popular {
  position: sticky;
  top: 0;
  padding: 30px;
}
.blog-posts .popular .post {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
  background: #fff;
  padding: 20px;
}
.blog-posts .popular .post .image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-posts aside .popular .post .image img {
  width: 102px;
  height: 48px;
  border-radius: 30px;
}

.blog-posts .popular .post .title-blog {
  font-size: 20px;
}

/*page blog details*/
.blog h2 {
  text-align: center;
  padding: 20px 0px;
}
.layout-content .blog-posts {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
}
.blog-posts .details .details-overlay .image img {
  max-width: 1200px;
  margin: 0 auto;
}
.blog-posts p {
  word-wrap: anywhere;
  margin: 15px 0;
}
.blog-posts .secondary-image img {
  width: 100%;
  display: block;
}
.categories_custom .blog-ategories {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.categories_custom .blog-ategories .categoryitem a {
  font-size: 20px;
  color: #242424;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #242424;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  background: #fff;
}

.pager {
  margin-bottom: 60px;
}

.pager .pager__items {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 10px;
}

.pager .pager__items .pager__item.is-active a {
  color: #242424;
}

.pager .pager__items .pager__item:hover a {
  color: #242424;
}

.pager .pager__items .pager__item a {
  color: #a7a7a7;
  font-size: 15px;
  display: block;
  width: 36px;
  height: 30px;
  text-decoration: none;
  display: flex;
  place-content: center;
  place-items: center;
  border-radius: 30px;
  /* border: 1px solid #242424; */
  /* box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); */
}

.pager .pager__items .pager__item.pager__item--last span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--last a {
  width: auto;
  padding: 0 15px;
}

.pager .pager__items .pager__item.pager__item--last a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--last a::after {
  content: "Letzte";
}

.pager .pager__items .pager__item.pager__item--next span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--next a {
  width: auto;
  padding: 0 15px;
}

.pager .pager__items .pager__item.pager__item--next a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--next a::after {
  content: "Nächste";
}

.pager .pager__items .pager__item.pager__item--first span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--first a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--first a::after {
  font: var(--fa-font-solid);
  content: "\f100";
}

.pager .pager__items .pager__item.pager__item--previous span {
  display: none;
}

.pager .pager__items .pager__item.pager__item--previous a:hover {
  background: transparent;
}

.pager .pager__items .pager__item.pager__item--previous a::after {
  font: var(--fa-font-solid);
  content: "\f104";
}
.employee-details-page .content .right-part .btn-chat .button.green {
  min-width: 230px;
}

.views-element-container {
  padding: 0 20px;
}
/* BLOG */

.blog-details .car-img-and-description .car-description img {
  max-width: 100%;
}
.blog-details .list-of-cars {
  padding-top: 80px;
}
.blog-details .title-blog {
  padding-bottom: 29px;
  margin-bottom: 29px;
}
.keywords-blog {
  font-family: "Montserrat-Bold";
  color: var(--black);
  margin-bottom: 10px;
}
.blog-details .mini-car-description {
  color: var(--black);
}
.person-comment-with-text .picture-and-comment {
  display: flex;
  align-items: start;
  gap: 15px;
}
.profile-picture-name {
  font-family: "Montserrat-Bold";
}
.blog-details .car-img img {
  border-radius: 10px;
}
.person-comment-with-text .picture-and-comment .person a img {
  border-radius: 10px;
}
.person-comment-with-text {
  margin-bottom: 10px;
}
.type-comment input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 10px;
}
.type-comment {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.type-comment input[type="submit"] {
  max-width: 250px;
  width: 100%;
  color: #333;
  margin: 0 auto;
  background-color: #f8c647;
  border-radius: 10px;
  font-family: "Montserrat";
  border: none;
}
.comment-section-body {
  margin-top: 29px;
}
.blog-details .mini-img-car img {
  object-fit: cover;
}
.person-comment-with-text .picture-and-comment .person a img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--yellow);
}
@media screen and (max-width: 450px) {
  .person-comment-with-text .picture-and-comment {
    flex-direction: column;
    align-items: center;
  }
  .profile-picture-name-and-comment {
    width: 100%;
  }
}
.submenu-element ul {
  list-style: none;
  padding: 0;
}
header .left .submenu-element span::after {
  display: none;
}
header .left .submenu-element span {
  float: none;
  width: 100%;
}
#block-doradoo-languageswitcher {
  margin: 0;
  padding-left: 10px;
  position: relative;
}
#block-doradoo-languageswitcher ul {
  width: 55px;
}
.blog-form .input-container .input-section .js-form-item {
  display: flex;
  flex-direction: column;
}
.blog-form .input-container .input-section .js-form-item #parsley-id-13 {
  position: relative;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  max-width: 490px !important;
  width: 100% !important;
  margin-top: 10px !important;
  bottom: unset !important;
}
.filepond--root[data-style-panel-layout~="circle"] {
  overflow: visible;
}
.filepond--root.filepond.filepond--hopper .parsley-errors-list.filled {
  z-index: 1000;
  position: absolute;
  bottom: -38px;
}

@media screen and (max-width: 600px) {
  .blog-details .image-and-list-cars {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .owl-carousel .owl-item img {
    width: 30px;
    height: 30px;
  }
  header .owl-carousel .owl-item .item-cat-image {
    width: 40px;
    height: 40px;
  }
  header {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#block-doradoo-languageswitcher > span {
  font-size: 13px;
}
#block-doradoo-languageswitcher {
  padding-left: 0;
}

@media screen and (max-width: 800px) {
  #tabs-7 .car-row {
    flex-direction: column;
    align-items: center;
  }
  .blog-details .car-description p iframe {
    width: 100%;
    height: 250px;
  }
}
.items-list .item .bottom-section .logo-button .shop-button a {
  color: #fef299 !important;
}
.views-element-container {
  box-sizing: border-box;
}
#block-doradoo-languageswitcher > span {
  display: block;
}
.blog-details .car-description p iframe {
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .container-follow-html.mobile {
    padding: 10px 5px;
    width: 150px;
    border-radius: 10px;
  }

  .container-follow-html.mobile .item-notification > a,
  .container-follow-html.mobile .item-notification > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 10px;
    gap: 5px;
  }
  .container-follow-html.mobile .folllow-title {
    font-size: 11px !important;
    text-align: center !important;
    font-weight: bold;
  }
}

@media screen and (max-width: 450px) {
  header .container-footer.categories-mobile-view.mobile-view .owl-stage {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .item-cat .title {
    font-size: 7px !important;
  }
}
@media screen and (max-width: 330px) {
  .item-cat .title {
    font-size: 7px !important;
  }
}

header .container .container-footer {
  min-height: 35px;
}
header .container {
  justify-content: start;
}
header {
  align-items: unset !important;
  z-index: 999999999;
}

header ~ div[data-drupal-messages=""] {
  display: none;
}
header .container .container-header {
  justify-content: start;
}
header .container form {
  justify-content: unset;
  max-width: 700px;
  margin: unset;
  margin-right: auto;
}
header .container .container-header .image {
  margin-right: 150px;
}
@media screen and (max-width: 1400px) {
  header .container .container-header .image {
    margin-right: 0;
  }
}
/*
.type-comment a.button.black{
  max-width: 250px;
    width: 100%;
    color: #333;
    margin: 0 auto;
    background-color: #f8c647;
    border-radius: 10px;
    font-family: "Montserrat";
    border: none;
} */
/* img[data-align="right"] {
  display: block;
  margin-left: auto;
}
img[data-align="left"] {
  display: block;
  margin-right: auto;
} */

div[data-drupal-messages=""],
div[data-drupal-messages-fallback=""] {
  display: none;
}
.blog-details img[data-align="right"] {
  float: right;
  padding: 10px;
  padding-right: 0;
}
.blog-details img[data-align="left"] {
  float: left;
  padding: 10px;
  padding-left: 0;
}
header .container .container-header .image {
  max-width: 240px;
  width: 100%;
}

.default-buy-btn {
  display: none;
}
.slider-counter-owl.owl-carousel {
  grid-template-columns: repeat(auto-fit, minmax(320px, 320px)) !important;
}
.container-cart i {
  color: #333;
}

/* CHECKOUT */

/* FONT GENERAL PENTRU CHECKOUT */
.customcheckoutreview-checkout,
.customcheckout-checkout,
.customcart-checkout {
  font-family: "Raleway";
}
/* FONT GENERAL PENTRU CHECKOUT */
.customcheckoutreview-checkout input[type="submit"],
.customcheckout-checkout input[type="submit"],
.customcart-checkout input[type="submit"] {
  cursor: pointer;
}
.customcheckout-checkout
  #edit-payment-information-billing-information-edit-button,
.customcheckoutreview-checkout
  #edit-payment-information-billing-information-edit-button {
  background: var(--secondary);
  border: none;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 20px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
.customcart-checkout #edit-actions {
  margin-top: 15px;
}
.cart.cart-form {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #f0f2f7;
  padding-top: 40px;
  padding: 40px 20px;
}

.cart.cart-form .views-element-container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  transition: all 0.2s ease-in-out;
  padding: 37px 36px;
  border-radius: 30px;
  background: #fff;
  margin: 0 auto;
}

.cart.cart-form table {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}

.cart.cart-form table thead {
  text-align: left;
}

.cart.cart-form table thead th {
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  border-bottom: none;
  border-right: 1px solid #fff;
  background: var(--gray);
}

.cart.cart-form table thead th:not(:nth-child(2)) {
  text-align: center;
}

.cart.cart-form table thead th:first-child {
  border-radius: 30px 0 0 30px;
}

.cart.cart-form table thead th:last-child {
  border-radius: 0 30px 30px 0;
}

.cart.cart-form table tbody td {
  border-bottom: 1px solid var(--gray);
  /* padding: 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

.cart.cart-form table tbody td img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: 150px;
  border-radius: 30px;
  object-fit: cover;
  margin: 0 auto;
  margin-left: 0;
}
.overview-cart {
  display: none;
}

.cart.cart-form table tbody td input[type="submit"] {
  background: var(--primary);
  text-decoration: none;
  border: none;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
}

.cart.cart-form table tbody td:not(:nth-child(2)) {
  text-align: center;
}

.cart.cart-form .order-total-line {
  font-size: 20px;
}

.cart.cart-form .order-total-line-label {
  margin-right: 10px;
}

.order-total-line__total {
  padding-top: 5px;
  font-weight: bold;
}

.cart.cart-form .order-total-line-label {
  margin-right: 10px;
}

.cart.cart-form .form-actions {
  display: flex;
  gap: 30px;
  /* justify-content: space-around; */
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.cart.cart-form .form-actions input {
  width: 100%;
  max-width: 350px;
}

.cart.cart-form .form-actions input:last-child {
  background: var(--primary);
  border: none;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 20px;
  display: block;
  text-align: center;
}

.cart.cart-form .form-actions input:first-child {
  background: #ffffff;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 0;
  border-radius: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  display: none;
}

.cart.cart-form .field--name-total-price {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .customcheckout-checkout .checkout-order-summary table tbody tr td,
  .customcheckout-checkout .checkout-order-summary table tbody tr td:last-child,
  .customcheckoutreview-checkout .checkout-order-summary table tbody tr td {
    min-width: max-content;
  }
  .customcheckoutreview-checkout
    .checkout-order-summary
    table
    tbody
    tr
    td:not(:first-child) {
    text-align: end;
  }
  .customcheckoutreview-checkout
    .checkout-order-summary
    table
    tbody
    tr
    td:nth-child(2) {
    text-align: revert;
  }
  .cart.cart-form tbody td::before {
    content: attr(data-th);
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: var(--gray);
    padding: 10px;
    border-radius: 30px;
  }

  .cart.cart-form table thead {
    display: none;
  }

  .cart.cart-form table tr {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 30px;
    box-shadow: 0px 1px 6px 0px #d0d0d0;
    margin-bottom: 15px;
  }

  .cart.cart-form table tr:last-child {
    margin-bottom: 0;
  }

  .cart.cart-form table tbody td {
    text-align: center;
  }

  .cart.cart-form table tbody td:last-child {
    border: none;
  }
}

.customcheckout-checkout .layout-checkout-form,
.customcheckoutreview-checkout .layout-checkout-form {
  background: transparent;
}

.customcheckout-checkout .layout-checkout-form.clearfix,
.customcheckoutreview-checkout .layout-checkout-form.clearfix {
  display: flex;
  flex-wrap: wrap;
  max-width: 1464px;
  margin: 30px auto;
  gap: 30px;
  background: #fff;
  border-radius: 30px;
  /* box-shadow: 0px 1px 6px 0px #000; */
  padding: 30px 40px;
}

.customcheckout-checkout .layout-region.layout-region-checkout-main,
.customcheckoutreview-checkout .layout-region.layout-region-checkout-main {
  padding: 0;
  padding-right: 0px;
  margin: 0;
  width: calc(100% - 100% / 3 - 15px);
  border-right: 1px solid #ccc;
  padding-right: 30px;
}

.customcheckoutreview-checkout fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.customcheckout-checkout .checkout-pane legend,
.customcheckoutreview-checkout .checkout-pane legend {
  display: block;
  margin-bottom: 20px;
}

.customcheckout-checkout .layout-region-checkout-secondary,
.customcheckoutreview-checkout .layout-region-checkout-secondary {
  width: calc(100% / 3 - 15px);
}

.customcheckout-checkout .layout-region-checkout-footer,
.customcheckoutreview-checkout .layout-region-checkout-footer {
  width: 100%;
  padding: 0;
}

.customcheckout-checkout .layout-region-checkout-secondary h3,
.customcheckoutreview-checkout .layout-region-checkout-secondary h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 20px;
}

/* .customcheckout-checkout .checkout-pane.checkout-pane-order-summary,
.customcheckoutreview-checkout .checkout-pane.checkout-pane-order-summary {
  position: sticky;
  top: 0;
} */

.customcheckout-checkout .checkout-order-summary table,
.customcheckoutreview-checkout .checkout-order-summary table {
  width: 100%;
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
}

.customcheckout-checkout .checkout-order-summary table tbody,
.customcheckoutreview-checkout .checkout-order-summary table tbody {
  display: block;
  width: 100%;
}

.customcheckout-checkout .checkout-order-summary table tbody tr,
.customcheckoutreview-checkout .checkout-order-summary table tbody tr {
  display: flex;
  gap: 20px;
  align-items: center;
}

.customcheckout-checkout .checkout-order-summary table tbody tr td,
.customcheckoutreview-checkout .checkout-order-summary table tbody tr td {
  flex-shrink: 1;
  width: 100%;
}
.customcheckoutreview-checkout
  .checkout-order-summary
  table
  tbody
  tr
  td
  div
  div
  div:first-child {
  display: none;
}
/* .customcheckoutreview-checkout .checkout-order-summary table tbody tr td:last-child {
  display: none;
} */
.customcheckout-checkout
  .checkout-order-summary
  table
  tbody
  tr
  td:not(:first-child),
.customcheckoutreview-checkout
  .checkout-order-summary
  table
  tbody
  tr
  td:not(:first-child) {
  flex-grow: 1;
  width: 100%;
  text-align: end;
}
.customcheckoutreview-checkout .layout-checkout-form .fieldset-legend a {
  color: #000;
}
.checkout-order-summary .details_prices_order {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.customcheckoutreview-checkout
  .checkout-order-summary
  table
  tbody
  tr
  td:not(:first-child) {
  text-align: end;
}
.customcheckout-checkout .checkout-order-summary table tbody tr td:last-child,
.customcheckoutreview-checkout.checkout-order-summary
  table
  tbody
  tr
  td:last-child {
  text-align: right;
  flex-shrink: 1;
  width: 100%;
}

.customcheckout-checkout .checkout-order-summary .order-total-line,
.customcheckoutreview-checkout .checkout-order-summary .order-total-line {
  padding: 0;
  font-size: 20px;
  margin-bottom: 10px;
}

.customcheckout-checkout .layout-checkout-form .fieldset-legend,
.customcheckoutreview-checkout .layout-checkout-form .fieldset-legend {
  font-size: 20px;
  font-weight: 600;
}

.customcheckout-checkout
  .checkout-order-summary
  .order-total-line
  span:first-child,
.customcheckoutreview-checkout
  .checkout-order-summary
  .order-total-line
  span:first-child {
  margin-right: 20px;
}
.customcheckout-checkout .order-total-line-value,
.customcheckoutreview-checkout .order-total-line-value {
  display: inline-block;
  width: 120px;
  text-align: right;
}

.customcheckout-checkout .checkout-order-summary .order-total-line:last-child,
.customcheckoutreview-checkout
  .checkout-order-summary
  .order-total-line:last-child {
  font-weight: 600;
}

.customcheckout-checkout .checkout-order-summary .field--type-commerce-price,
.customcheckoutreview-checkout
  .checkout-order-summary
  .field--type-commerce-price {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.customcheckout-checkout .checkout-order-summary .field--name-field-stock-level,
.customcheckoutreview-checkout
  .checkout-order-summary
  .field--name-field-stock-level {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  display: none;
}

#edit-payment-information-add-payment-method-payment-details-card-number,
#edit-payment-information-add-payment-method-payment-details-security-code,
#edit-payment-information-add-payment-method-payment-details-expiration {
  width: 100%;
  margin: 0px;
  margin-bottom: 20px;
}

.customcheckout-checkout .layout-checkout-form .js-form-item label,
.customcheckoutreview-checkout .layout-checkout-form .js-form-item label {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.customcheckout-checkout .layout-checkout-form .js-form-item input,
.customcheckoutreview-checkout .layout-checkout-form .js-form-item input {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}

.customcheckout-checkout .layout-checkout-form .address-container-inline,
.customcheckoutreview-checkout .layout-checkout-form .address-container-inline {
  display: flex;
  width: 100%;
  gap: 20px;
}

.customcheckout-checkout .layout-checkout-form .select2-container,
.customcheckoutreview-checkout .layout-checkout-form .select2-container {
  width: 100% !important;
}

.customcheckout-checkout .layout-checkout-form .form-type-checkbox,
.customcheckoutreview-checkout .layout-checkout-form .form-type-checkbox {
  position: relative;
}

.customcheckout-checkout .layout-checkout-form .form-type-checkbox label,
.customcheckoutreview-checkout .layout-checkout-form .form-type-checkbox label {
  padding-right: 30px;
}

.customcheckout-checkout
  .layout-checkout-form
  .address-container-inline
  > .form-item,
.customcheckoutreview-checkout
  .layout-checkout-form
  .address-container-inline
  > .form-item {
  width: 100%;
  margin: 0;
}
.stripe-form .form-text {
  width: 100% !important;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 8px;
  outline: none;
  padding: 11px 28px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 16px;
}


.customcheckout-checkout .layout-checkout-form .js-form-type-checkbox,
.customcheckoutreview-checkout .layout-checkout-form .js-form-type-checkbox {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.customcheckout-checkout .commerce-checkout-flow,
.customcheckoutreview-checkout .commerce-checkout-flow {
  padding: 0 20px;
}

.customcheckout-checkout .layout-checkout-form .js-form-type-checkbox input,
.customcheckoutreview-checkout
  .layout-checkout-form
  .js-form-type-checkbox
  input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.customcheckout-checkout .layout-checkout-form .js-form-type-checkbox label,
.customcheckoutreview-checkout
  .layout-checkout-form
  .js-form-type-checkbox
  label {
  font-weight: normal;
  position: relative;
  padding-left: 23px;
  line-height: 16px;
}

.customcheckout-checkout
  .layout-checkout-form
  .js-form-type-checkbox
  label:before,
.customcheckoutreview-checkout
  .layout-checkout-form
  .js-form-type-checkbox
  label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 0px 2px var(--gray);
  border-radius: 100%;
  overflow: hidden;
  /* box-sizing: border-box; */
  border: 1px solid #000;
}

.customcheckout-checkout
  .layout-checkout-form
  .js-form-type-checkbox
  input[type="checkbox"]:checked
  + label:before,
.customcheckoutreview-checkout
  .layout-checkout-form
  .js-form-type-checkbox
  input[type="checkbox"]:checked
  + label:before {
  background-color: var(--primary);
  border: 2px solid #fff;
}

.customcheckout-checkout .layout-region-checkout-footer .form-actions,
.customcheckoutreview-checkout .layout-region-checkout-footer .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.customcheckout-checkout .layout-region-checkout-footer input,
.customcheckoutreview-checkout .layout-region-checkout-footer input {
  background: var(--primary);
  border: none;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 20px;
  display: block;
  text-align: center;
  max-width: 350px;
  width: 100%;
}

.customcheckout-checkout .layout-region-checkout-footer .link--previous,
.customcheckoutreview-checkout .layout-region-checkout-footer .link--previous {
  background: #ffffff;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 0;
  border-radius: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 350px;
}

.customcheckout-checkout .form-radios .form-item,
.customcheckoutreview-checkout .form-radios .form-item {
  position: relative;
}

.country.form-select.required {
  width: 100%;
}

.form-radios .form-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-radios .form-item label {
  font-weight: normal;
  position: relative;
  padding-left: 23px;
  line-height: 16px;
}

.form-radios .form-item label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  box-shadow: 0px 0px 0px 2px var(--gray);
  border-radius: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.form-radios .form-item input:checked + label:before {
  background-color: var(--orange);
  border: 2px solid #fff;
}

@media screen and (max-width: 1024px) {
  .customcheckout-checkout .layout-checkout-form.clearfix,
  .customcheckoutreview-checkout .layout-checkout-form.clearfix {
    flex-direction: column;
  }

  .customcheckout-checkout .layout-region.layout-region-checkout-main,
  .customcheckoutreview-checkout .layout-region.layout-region-checkout-main {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
  }

  .customcheckout-checkout .layout-region-checkout-secondary,
  .customcheckoutreview-checkout .layout-region-checkout-secondary {
    width: 100%;
  }
}
#edit-sidebar-coupon-redemption-form input[type="submit"] {
  background: var(--primary);
  border: none;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 20px;
  display: block;
  text-align: center;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}

@media screen and (max-width: 500px) {
  .customcheckout-checkout .layout-checkout-form.clearfix,
  .customcheckoutreview-checkout .layout-checkout-form.clearfix {
    padding-left: 20px;
    padding-right: 20px;
  }
  .customcheckout-checkout .checkout-order-summary .order-total-line,
  .customcheckoutreview-checkout .checkout-order-summary .order-total-line,
  .checkout-order-summary table td {
    font-size: 16px;
  }
}
:root {
  --primary: var(--yellow);
  --secondary: #333;
}
.cart .details_prices_order {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  gap: 15px;
  justify-content: space-between;
}
.cart.cart-form table tbody td input[type="submit"] {
  margin-left: auto;
  margin-right: unset;
}

.cart.cart-form thead {
  display: none;
}
.titlecart h1 {
  text-align: center;
}
.customcheckout-checkout #edit-payment-information-billing-information-edit-button {
  max-width: 350px;
  width: 100%;
  height: 56px;
  background-color: var(--yellow);
}
td div div > div:first-child {
  display: none;
}
/* CHECKOUT */
.order-total-line__adjustment--tax {
  padding: 0;
}
.order-total-line__adjustment--tax .order-total-line-label {
  margin-right: 25px !important;
}
.pager__item.is-active {
  background-color: var(--yellow) !important;
}
.js-pager__items .pager__item.pager__item--next,
.js-pager__items .pager__item.pager__item--last {
  max-width: 100px !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
/* invoices */

.invoice {
  padding: 30px 0;
  background: #fff;
  min-height: 100vh;
  font-family: "Montserrat-SemiBold";
}

.invoice h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: #2c3e50;
}

.table-invoice {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  max-width: 1450px; 
  margin: 0 auto;
}

.table-invoice table {
  width: 100%;
  border-collapse: collapse;
}

/* HEADER TABEL */
.table-invoice thead {
  background-color: #fcbb00;
  color: #000;
}

.table-invoice thead td {
  padding: 14px;
  font-weight: 600;
  text-align: center;
}

/* BODY */
.table-invoice tbody {
  background: rgba(201, 201, 201, 0.07);
}
.table-invoice tbody tr {
  border-bottom: 1px solid #eaeaea;
}

.table-invoice tbody td {
  padding: 14px;
  color: #34495e;
  text-align: center;
}

/* ICON DOWNLOAD */
.download-icon {
  width: 28px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.download-icon:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* NO INVOICES */
.no-invoices {
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  color: #856404;
  font-size: 16px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .table-invoice table,
  .table-invoice thead,
  .table-invoice tbody,
  .table-invoice td,
  .table-invoice tr {
    display: block;
  }

  .table-invoice thead {
    display: none;
  }

  .table-invoice tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin: 10px;
  }

  .table-invoice td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    text-align: left;
  }

  .table-invoice td::before {
    content: attr(data-cell);
    font-weight: bold;
    color: #2c3e50;
  }
}

.invoice-seller,
.invoice-buyer {
  margin-top: 40px;
}

.invoice-seller h2,
.invoice-buyer h2 {
  max-width: 1450px; 
  margin: 0 auto 15px auto;
  font-size: 22px;
  font-weight: 600;
  color: #2c3e50;
  padding-left: 10px;
  border-left: 5px solid #fcbb00;
}

.invoice-buyer {
  margin-bottom: 40px;
}

.invoice-seller .no-invoices,
.invoice-buyer .no-invoices {
  max-width: 1200px;
  margin: 10px auto 0 auto;
  text-align: center;
}
/* profile abo */
.stripe.background h2 {
  font-size: 16px;
}
.abo-section {
  display: flex !important;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.abo-section .input-container input {
  width: 470px !important;
  text-align: left;
  margin-left: 5px;
  padding-left: 20px;
}
.inputcontainer {
  height: 40px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}
.stripesubmit .submit {
  grid-template-columns: 124px 250px !important;
}

.stripesubmit .submit a {
  max-width: 300px;
  width: 160px;
  font-size: 14px !important;
  height: 40px !important;
}
.profile-form-page .stripe.background {
  margin-top: 0px;
}
.info-invoice-data {
  display: none;
}
.details_prices_order div {
    width: 100%;
  }

.open-request-modal .submit-button {
  font-size: 16px;
}
