.like-logo-and-text a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bluetype {
  display: none;
}

.bluetype.active {
  display: inline;
}

.blacktype.inactive {
  display: none;
}

#views-exposed-form-companies-search-page-1 {
  display: none;
}
.views-element-container {
  padding: 0px;
}
.register-form .form-input-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.register .container .title {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.form-input-btn input {
  font-family: "Montserrat-Bold";
}

.resetprofileimage {
  z-index: 99999;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: 15px;
  background: rgba(255, 255, 255, 0.19);
}

.resetprofileimage.hide {
  display: none;
}

.resetprofilebkgimage {
  z-index: 99999;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: 15px;
  background: rgba(255, 255, 255, 0.19);
}

.resetprofilebkgimage.hide {
  display: none;
}

.resetprofilevideo {
  z-index: 99999;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: 15px;
  background: rgba(255, 255, 255, 0.19);
}

.resetprofilevideo.hide {
  display: none;
}

.input-file-content img {
  width: 100%;
}

.removefromfavorite .fa-solid.fa-heart {
  color: var(--black);
}

.addtofavorite .fa-solid.fa-heart {
  color: #fff;
}
.nav-bar .container .nav-button .button.selected {
  background-color: #242424;
  color: #fff;
  cursor: pointer;
}
.profile-dropdown-list-item {
  list-style-type: none;
}

header .container .action .nav-btn.logged .container-header-small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  max-width: 380px;
  border-radius: 25px;
  background: #242424;
  cursor: pointer;
  color: #fff;
  max-width: 237px;
  position: relative;
}
header .container .action .nav-btn.logged .profile-dropdown-list {
  display: none;
  position: absolute;
  background: #242424;
  z-index: 9999;
  padding: 20px;
  left: 0;
  top: 50px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  display: none;
  color: #fff;
}
header .container .action .nav-btn.logged .container-header-small img {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  object-fit: cover;
  margin-left: 5px;
}
header .container .action .nav-btn.logged .container-header-small {
  justify-content: space-between;
  padding-right: 10px;
}

.info {
  text-align: center;
  padding: 20px;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button-submit {
  position: relative;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  cursor: pointer;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  img {
  pointer-events: none;
  width: 20px !important;
  height: 20px !important;
  left: 10px !important;
  top: 50%;
  transform: translateY(-50%);
}
.marketplace-detail-page .container .content .double-boxes {
  width: 100%;
}

#item-buy-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.submit-review-content .title {
  margin: 0;
}

.button.black.submitreview {
  padding: 0px 20px;
  font-weight: bold;
}

#submit-review {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stars a.active i.fa-regular {
  font-weight: var(--fa-style, 900);
}

div[role="contentinfo"] {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.createchat {
  cursor: pointer;
}

.custommessage_display {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.nutzer-profil-details .person img,
.newsfeed-section .person img {
  width: 100%;
  min-width: 50px;
}
.nutzer-profil-details .person,
.newsfeed-section .person {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 50px;
}

.reserved-ad {
  position: absolute;
  padding: 5px 20px;
  background-color: var(--black);
  color: white;
  border-top-left-radius: 80px 80px;
}

.newsfeed-section .upload-image input {
  top: 0px;
}

.newsfeed-section .video-post-section-body img {
  width: 100%;
  border-radius: 30px;
}
.newsfeed-section .video-post-section-body video {
  object-fit: contain;
  max-width: 640px;
}
.video-post-section-body video {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.video-post-section-body.portrait video,
.video-post-section-body.landscape video {
  opacity: 1;
}
.video-post-section-body.landscape video {
  aspect-ratio: 16 / 9;
  max-width: 640px;
  max-height: 360px;
}
.video-post-section-body.portrait video {
  aspect-ratio: 9 / 16;
  max-width: 360px; 
  max-height: 640px;
}
.newsfeed-section
  .second-list-content
  .contact-button
  .contact-button-newsfeed {
  width: 140px;
  height: 50px;
  width: 100%;
  background-color: #000;
  border: none;
  border-radius: 25px;
  color: #fff;
}

.register-private-newsfeed-main-network .first-group {
  gap: 50px;
  margin-top: 50px;
}

.ui-tabs .ui-tabs-panel {
  padding: 0;
}
#tabs {
  width: 100%;
}
.search-navigation aside .filter-checkboxes .item .item-header .text {
  margin-bottom: 0;
}
#tabs-3 .box.video {
  justify-content: center;
}
.search-results .item .content {
  align-items: unset;
  padding-bottom: unset;
}
.search-results .item .content .name {
  padding-bottom: unset;
}
.search-results .item .content .name .text {
  margin-bottom: 0;
}
.search-results .item {
  margin-bottom: 10px;
}
.persons-who-liked .likes {
  display: flex;
  gap: 5px;
}
.newsfeed-section .persons-who-liked {
  max-width: unset;
}

.nutzer-profil-details .video-post-section-body img {
  width: 100%;
  border-radius: 30px;
}
.text-img-newsfeed {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.resetnewsfeedimg.hide {
  display: none;
}
.resetnewsfeedimg {
  z-index: 99999;
  position: absolute;
  top: -15px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: -15px;
  background: rgba(255, 255, 255, 0.19);
}
.details-page-boxes .box.reviews .reviews-items .item .content {
  align-items: unset;
  padding-bottom: 0;
  width: unset;
}
input[type="file"] {
  cursor: pointer;
}
/* .upload-image .parsley-errors-list.filled {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
} */
.input-container .parsley-errors-list.filled {
  position: relative !important;
  left: unset;
  transform: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.parsley-errors-list.filled {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 15px;
  padding: 5px;
  list-style: none;
  width: 250px;
  z-index: 9999999;
}
.grid-3-col .item .content {
  display: initial;
  padding-bottom: 0;
}
#formreview .input-container.textarea {
  margin-bottom: 20px;
}
#formreview .input-container.textarea textarea:focus {
  outline: none;
}
#formreview .buttons .btn input {
  cursor: pointer;
}
.my-ads-list .container .wrapper .box-item .content .details .text {
  margin-bottom: 0;
}
.errorBlock {
  height: 31px;
  width: 100%;
}
.errorBlock .parsley-errors-list.filled {
  position: relative;
  width: 100%;
}
.personal-data .box .input-fields .input-container {
  grid-template-columns: 222px 450px;
}
.personal-data .box .input-fields .input-container textarea {
  padding: 15px;
}
.personal-data .box .input-fields .input-container textarea:focus {
  outline: none;
}
.how-it-works .container .content .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.advantage-item .name {
  padding-bottom: 0;
}
.from-marketplace .marketplace-box {
  align-items: start;
}
.from-marketplace .marketplace-box .marketplace-item .content .type {
  min-height: 46px;
}
.nutzer-profil-details .persons-who-liked {
  max-width: unset;
}
.register-for-free .register-for-free-image img {
  object-fit: cover;
}
.input-file.img {
  overflow: visible;
  position: relative;
}
.input-file.img .parsley-errors-list.filled {
  padding: 0 5px !important;
  width: 110px !important;
  bottom: -45px;
}
.burger-menu {
  position: relative;
}
.profile-dropdown {
  display: none;
}
.profile-dropdown.active {
  display: block;
}
.profile-dropdown {
  z-index: 99999;
  position: absolute;
  width: 200px;
  background-color: #fff;
  top: 30px;
  right: 0;
  padding: 10px 10px 20px 10px;
  text-align: center;
  border: 1px black solid;
  border-radius: 10px;
}
.profile-dropdown a .nav-link {
  padding: 10px;
  border-bottom: 1px solid black;
}
.newsfeed-section {
  padding: 0 20px !important;
}
.marketplace-detail-page .car-profile .container .car-content {
  z-index: 0;
}
.details-page-boxes .box.reviews .reviews-items .item .content .name {
  padding-bottom: 0;
}

.burger-menu i {
  cursor: pointer;
}
.personal-data.company
  .box
  .input-fields
  .input-container
  .parsley-errors-list.filled {
  grid-column-start: 2;
}

.last-posts-container .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 90px;
}
.from-marketplace .marketplace-box .marketplace-item {
  min-height: 560px;
  max-height: 560px;
}
.details-page-boxes .box .videos {
  justify-content: center;
}
.my-ads-list .container .wrapper .box-item .content {
  padding-top: 40px;
}

.sendcomment {
  display: none;
}
.personal-data.private
  .box
  .input-fields
  .input-container
  .parsley-errors-list.filled {
  grid-column-start: 2;
}
.my-ads-list .container .wrapper .box-item {
  text-align: center;
}
.more-input-files .input-file.img .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.container.checkout-page .profile-container {
  border-radius: 30px;
  fill: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 77px 66px 50px 61px;
  max-width: 1442px;
  margin: 40px auto;
}
.dashboard-box h1 {
  text-align: center;
  padding-bottom: 50px;
}
.container.checkout-page form p {
  margin-bottom: 47px;
  font-weight: bold;
}
.container.checkout-page .action {
  max-width: 307px;
  height: 22px;
  text-align: center;
  margin: 40px auto;
}
.container.checkout-page .action input {
  color: #fff;
  background-color: #242424;
}
.container.checkout-page .input-container.checkbox input {
  width: auto;
}
.container.checkout-page .input-container.checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sub-container-left .input-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.sub-container-left {
  border-right: 1px solid #d1d1d1;
}
.sub-container-left .input-box .row.double {
  flex-direction: row;
  gap: 40px;
}

.sub-container-left .input-box .row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
}
.sub-container-left .input-container input {
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  background-color: #ffffff;
}
.sub-container-left .label label {
  background-size: cover;
  font-family: Montserrat;
  font-size: 15px;
  color: #474747;
  text-decoration: none solid rgb(71, 71, 71);
}
.middle-container {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 60px;
}

.like-logo-and-text a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.from-marketplace .marketplace-box {
  justify-content: start;
  max-width: 1225px;
  margin: 0 auto;
}
.from-marketplace .marketplace-box .marketplace-item {
  max-width: 385px;
}
.member .photo img {
  object-fit: cover;
  border-radius: 10px;
}
.image-section img {
  object-fit: cover;
}
.contact-page .email-button a {
  background-color: var(--black);
  color: #fff;
  border-radius: 25px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .email-button {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.mini-lists-title {
  max-width: 100%;
}
.category-button {
  max-width: 100%;
}
.category-button.active button {
  background-color: var(--black);
  color: #fff;
}
.personal-data {
  padding: 0 20px;
}
.details-page-boxes .box {
  margin-bottom: 20px;
}
a,
button,
input[type="submit"] {
  cursor: pointer;
}
.type .bluetype.active {
  display: flex !important;
  align-items: center;
}
.my-public-profile-company .title {
  margin: 0;
}

.nutzer-profil-details .last-posts-container {
  padding-top: 50px;
}

.removevideo,
.removevideoprof,
.resetcarimage,
.resetprofileimage,
.resetprofileimage {
  z-index: 99999;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: 15px;
  background: rgba(255, 255, 255, 0.19);
}
.middle-container .sub-container-right table {
  width: 100%;
}
.middle-container .sub-container-right {
  padding-left: 40px;
}
.middle-container .sub-container-right table td {
  height: 24px;
  padding-bottom: 31px;
}
.middle-container {
  gap: 0;
}
.checkout-page {
  padding: 0 20px;
}

.user-pass-reset {
  padding: 60px 0px;
  text-align: center;
}

.user-pass-reset .button:first-child {
  background-color: var(--black);
  color: #fff;
  max-width: 400px;
  margin: auto;
  margin-top: 30px;
}

.underline {
  text-decoration: underline;
}
.from-marketplace .container .marketplace-box {
  max-width: 100%;
}
.register-for-free .content .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: #242424;
}
.content-begin h3 {
  margin-bottom: 30px;
}
.content-begin p {
  line-height: 24px;
  margin-bottom: 20px;
}
.our-team-section .description {
  line-height: 24px;
}
#aboscroll .button.black {
  max-width: 250px;
}
.newsfeed-section .whats-new-text-section {
  position: relative;
}
.newsfeed-section .document-post-body .parsley-errors-list.filled {
  font-size: 16px;
}
.select2-container--open .select2-dropdown--below {
  z-index: 999999;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
#tabs-3 .box.video a video {
  max-width: 100%;
}
.from-marketplace .marketplace-box .marketplace-item .content .model {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsfeed-section .person-body .profile-picture {
  overflow: revert;
  width: 90px;
  height: 90px;
}
.register-private-newsfeed-main-network .name-and-position {
  text-align: start;
}
.more-input-files .input-file {
  overflow: revert;
}
.more-input-files .input-file .parsley-errors-list.filled {
  bottom: -80px;
  width: 100%;
}
.my-ads-list .container .wrapper .box-item .content .details .text {
  text-align: start;
}
.nutzer-profil-details .last-posts-small-box {
  padding-left: 0;
  padding-right: 0;
}
.search-results .item .image {
  width: 230px;
  height: 230px;
}
.search-results .item .image img {
  object-fit: cover;
}
.stars {
  width: 110px;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .car-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-navigation aside .filter-checkboxes .item.slider label {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.search-navigation aside .filter-checkboxes .item.slider input {
  padding: 10px 20px;
  border: none;
  margin-bottom: 10px;
  background-color: transparent;
}
.create-listing .container {
  max-width: 1364px;
}

.hero-container .hero-content .button-double .button:first-child a {
  font-size: 16px;
}
.more-input-files .input-files-wrap {
  display: flex;
  gap: 20px;
}
.membership-item .buy-membership-button {
  width: 100%;
  text-align: center;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  height: auto;
}
.marketplace-detail-page .car-profile .container .car-content .image img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 10px;
}
.newsfeed-section .document-post-body {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  align-items: center;
  padding: 10px 30px;
  gap: 24px;
}
.register-private-newsfeed-main-network .items-holder .person {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.content {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 50px;
}
.from-marketplace .marketplace-box .marketplace-item .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 248px;
}
.table-listing td {
  max-width: 83px;
  /* width: 100%; */
}
.stars {
  width: 125px;
}
.car-row.last {
  border: none;
}
#user-register-subscription {
  text-align: center;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  height: auto;
}
.views-row:last-child .car-row {
  border: none;
}
.cars-content {
  margin-bottom: 65px;
}
.membership-item .buy-membership-button {
  min-height: 36px;
}
.marketplace-detail-page .car-profile .container .car-content .image img {
  object-fit: cover;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  min-height: 50px;
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action {
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.from-marketplace .marketplace-box .marketplace-item .content .type + .tags {
  min-height: 66px;
  align-items: start;
}
.accordion {
  margin-left: 0;
  margin-right: 0;
}
.content {
  padding: 0 10px;
}
.hero-container .hero-content {
  z-index: 0 !important;
}
.register-private-newsfeed-main-network .profile-picture a {
  width: 100px;
  height: 100px;
}
.register-private-newsfeed-main-network .name-and-position {
  max-width: 430px;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  padding: 5px;
}
.profile-dropdown a:last-child .nav-link {
  border-bottom: none;
}
.my-ads-list .container .wrapper .box-item {
  position: relative;
  overflow: hidden;
}
.reserved-ad {
  left: 0;
}

.upload-image #postimage {
  display: none;
}
.name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-bottom: 30px;
  text-align: center;
}
.grid-3-col .item .content {
  padding: 0;
}
.nutzer-profil-details .person a {
  max-height: 50px;
}
.stars {
  width: 141px;
}

.more-input-files .input-file .parsley-errors-list.filled {
  bottom: -54px;
  width: 100% !important;
  max-width: 117px;
  font-size: 11px;
}
.car-profile .stars {
  width: 125px;
}
.stars {
  width: 143px;
}

.name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-bottom: 30px;
  text-align: left;
}

.newsfeed-section .document-post-body .parsley-errors-list.filled {
  font-size: 15px;
  margin-top: 25px;
}

/* .personal-data .box .input-fields .input-container {
  display: grid;
  grid-template-columns: 173px 450px;
  gap: 5px;
  align-items: center;
} */

.personal-data.company .box .input-fields .input-container {
  display: grid;
  grid-template-columns: 250px 450px;
  gap: 5px;
  align-items: center;
}

.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.description
  .title {
  font-family: "Montserrat-Bold";
  font-size: 21px;
  display: flex;
}

.content .title {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat-Bold";
  margin: 5px 0;
}

.showmorecomments.homepage {
  max-width: 250px;
  margin: auto;
  margin-top: 30px;
  width: 100%;
}

.showmorecomments.newsfeed {
  max-width: 250px;
  margin: auto;
  width: 100%;
}

.impressum-container b,
strong {
  font-weight: bold;
}
.input-file .input-file-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.more-input-files .imageThumb {
  margin-top: unset;
  margin-bottom: unset;
  width: 100%;
  max-width: 148px;
  max-height: 128px;
  border-radius: 31px !important;
}
.content.faqpage .title {
  padding: 30px 0px;
}
.contact-btn form {
  position: relative;
}

.select2-container .select2-selection--multiple {
  border-radius: 25px !important;
  border: 1px solid var(--border) !important;
  padding: 5px 20px;
}
.input-file.img img {
  width: 150px;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.button.black {
  font-weight: normal;
}
.create-ad .input-file.img img {
  object-fit: cover;
  width: 95%;
  height: auto;
}
.input-file.img img {
  height: 128px;
}
.video {
  max-width: 1364px;
}
.like-logo-and-text img {
  cursor: pointer;
}

.marketplace-item .reserved-ad {
  left: auto;
  margin: auto;
  z-index: 9999;
}

#chatpage h1 {
  font-size: 20px;
}

.items-holder.os .title {
  font-size: 20px;
}

.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  img {
  z-index: 9999;
}
article .video {
  max-width: 891px;
}
.member .name {
  text-align: center;
}
.newsfeed-section .person img {
  width: 100%;
  min-width: 1px;
  object-fit: cover;
  border-radius: 50%;
}
newsfeed-section .person {
  width: unset;
  height: unset;
  border-radius: unset;
  overflow: unset;
  min-width: unset;
}
.newsfeed-section .video-post-section-body {
  display: flex;
  justify-content: center;
}
.newsfeed-section .video-post-section-body img {
  width: 100%;
  border-radius: 30px;
  max-height: 563px;
  object-fit: contain;
}

.reserved-ad-small {
  position: absolute;
  padding: 5px 20px;
  background-color: var(--black);
  color: white;
  border-top-left-radius: 10px 10px;
  z-index: 9999;
}
#tabs-3 .box.video a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#tabs-3 .box.video a video {
  width: 100%;
  height: 100%;
}
.details-page-boxes.private-reviews .box.reviews .reviews-items .item .content {
  width: 100%;
}
.messaging .messaging-wrapper aside .message-list .message .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-dropdown {
  padding: 0;
}
.container.checkout-page .input-container.checkbox input {
  width: 15px;
  height: 15px;
}
.no-display-input {
  display: none !important;
}
#views-exposed-form-parts-page-1 {
  display: none !important;
}

#views-exposed-form-rent-page-1 {
  display: none !important;
}

#rent-car-now .rent-car-now-content {
  position: relative;
}

#rent-car-now {
  max-width: 580px;
  width: 100%;
  border: none;
  border-radius: 30px;
}

#rent-car-now .rent-car-now-content {
  padding: 50px;
}

#rent-car-now .title {
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  margin-bottom: 50px;
}

#rent-car-now .small-text a {
  text-decoration: underline;
  font-family: "Montserrat-Bold" !important;
}

#rent-car-now .small-text {
  color: var(--black);
  margin: 0 auto;
  text-align: center;
  max-width: 293px;
  width: 100%;
  margin-bottom: 50px;
}

#rent-car-now .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

#rent-car-now .buttons .btn {
  width: 100%;
}

#rent-car-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-rent-car-now .close-button3 {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#send-offer-now .send-offer-now-content {
  position: relative;
}

#send-offer-now {
  max-width: 580px;
  width: 100%;
  border: none;
  border-radius: 30px;
}

#send-offer-now .send-offer-now-content {
  padding: 50px;
}

#send-offer-now .title {
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  margin-bottom: 50px;
}

#send-offer-now .small-text a {
  text-decoration: underline;
  font-family: "Montserrat-Bold" !important;
}

#send-offer-now .small-text {
  color: var(--black);
  margin: 0 auto;
  text-align: center;
  max-width: 293px;
  width: 100%;
  margin-bottom: 50px;
}

#send-offer-now .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

#send-offer-now .buttons .btn {
  width: 100%;
}

#send-offer-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-send-offer-now .close-button4 {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.rent-cars .container .content .action .btn {
  position: relative;
  width: 100%;
  max-width: 292px;
}
.rent-cars .container .content .action .btn img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.rent-cars .container .content .action {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}

.action.addtocart {
  max-width: 300px;
  display: block;
  align-content: center;
  justify-content: center;
  margin: auto;
}

.addtocart > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
  display: none;
}

#carslistingpage .container .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

#viewmycars .content .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

#viewmycars .content .tags .tag {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--background);
}

#createcarpost .type-of-car-page,
#createrentcar .type-of-car-page,
#updaterentcar .type-of-car-page,
#createpostparts .type-of-car-page,
#updatepostparts .type-of-car-page {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 60px;
}

#createcarpost .type-of-car-page a,
#createrentcar .type-of-car-page a,
#updaterentcar .type-of-car-page a,
#createpostparts .type-of-car-page a,
#updatepostparts .type-of-car-page a {
  position: relative;
  width: 100%;
  max-width: 292px;
}

.rented-ad {
  position: absolute;
  padding: 5px 20px;
  background-color: var(--black);
  color: white;
  border-top-left-radius: 80px 80px;
}
#viewmycars .box-item .description {
  text-align: start;
}
#createrentcar .submit-button {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.box > .input-container {
  margin-top: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.details-page-boxes .box {
  padding: 30px 50px;
  box-sizing: border-box;
}
.accessories.marketplace-detail-page .container .content .double-boxes .box {
  max-width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.accessories.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action {
  margin-top: 0;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 600px;
}
.accessories.marketplace-detail-page .grid-2-col {
  width: 100%;
  align-content: center;
}
#rentcar-search.marketplace-search .filter-search .inputs .input-container {
  max-width: 420px;
  width: 100%;
}
#rentcar-search.marketplace-search .filter-search .inputs .row,
#accessories-search.marketplace-search .filter-search .inputs .row {
  width: 100%;
}
#rentcar-search .from-marketplace .marketplace-box {
  margin-bottom: 50px;
}
#accessories-search.marketplace-search .filter-search .inputs .input-container {
  max-width: 548px;
  width: 100%;
}

.create-ad .box .input-container.textarea textarea {
  min-height: 600px;
}
#accessories-search .results-navigation {
  max-width: 100%;
  width: 100%;
}
#accessories-search .results-navigation .from-marketplace {
  max-width: 100%;
  width: 100%;
}
#accessories-search .results-navigation .from-marketplace .marketplace-box {
  max-width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#rent-car-now .custom-datepicker {
  width: 100%;
  margin-bottom: 10px;
}
#rent-car-now .custom-datepicker input {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  background-color: #ffffff;
  height: 50px;
  padding: 0 10px;
}
.ui-datepicker {
  width: 100%;
  margin-top: 5px;
}
.rentcarproductpage {
  min-height: 46vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.rentcarproductpage .action.addtocart {
  margin: 0;
  width: 100%;
}
a[href="/cart"] {
  text-decoration: underline;
}
.cart {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  min-height: 46vh;
  display: flex;
  align-items: center;
}
.cart table {
  width: 100%;
}
.cart table th,
.cart table td {
  text-align: center;
}
.cart .views-element-container {
  width: 100%;
}
.cart form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart .order-total-line {
  width: 100%;
  text-align: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .order-total-line span {
  width: 100%;
}
.cart #edit-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#commerce-checkout-flow-multistep-default .layout-checkout-form .layout-region {
  float: none;
  width: 100%;
}
#commerce-checkout-flow-multistep-default .layout-checkout-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
#commerce-checkout-flow-multistep-default {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 46vh;
}
.checkout-order-summary table {
  width: 100%;
}
.checkout-order-summary .order-total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tabs-1 .box.description .text {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 30px;
  max-width: 672px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  margin-top: 20px;
  text-align: left;
}
#tabs-1 .box.description .title {
  margin-top: 50px;
}
.my-ads-list .container .wrapper .box-item .content .details {
  gap: 15px;
}
.my-ads-list .container .wrapper .box-item .content {
  margin-bottom: 0;
}
#send-offer-now .title {
  max-width: 100%;
}
#send-offer-now input[type="text"] {
  max-width: 100%;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  background-color: #ffffff;
  height: 50px;
  padding: 0 10px;
}
#send-offer-now .small-text {
  max-width: 100%;
}
#send-offer-now .buttons input {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.personal-data .box .input-fields .input-container.submit a {
  grid-column-start: 2;
  max-width: 250px;
}
.create-listing .container:has(.wrapper) {
  max-width: 1600px;
}
.from-marketplace .marketplace-box > div > div > div > div,
.from-marketplace .marketplace-box > div > div > div,
.from-marketplace .marketplace-box > div > div,
.from-marketplace .marketplace-box > div {
  width: 100%;
}
.from-marketplace .marketplace-box > div > div > div > div {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
#accessories-search .from-marketplace .marketplace-box > div > div > div > div {
  margin-bottom: 50px;
}
.marketplace-item .content .tags .tag {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--background);
  display: revert !important;
  margin-bottom: revert !important;
  width: revert !important;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: unset;
  max-width: 22px;
  max-height: 22px;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn {
  position: relative;
}
.homepage .marketplace-box > div > div {
  width: max-content;
}
.from-marketplace .marketplace-box > div > div > div > div .views-row {
  max-width: 385px;
}
.from-marketplace .marketplace-box > div > div > div > div {
  display: flex;
  flex-wrap: wrap;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .item {
  color: #fff;
}
#accessories-search .marketplace-item,
#rentcar-search .from-marketplace .marketplace-box .marketplace-item {
  max-height: 500px;
  min-height: 0;
}
#accessories-search .marketplace-item .content,
#rentcar-search .marketplace-item .content {
  min-height: 0;

  margin-bottom: 10px;
}
#accessories-search .marketplace-item .content .type + .tags,
#rentcar-search .marketplace-item .content .type + .tags {
  min-height: 0;
}
#rentcar-search .from-marketplace .marketplace-box,
#rentcar-search .search-navigation .results-navigation {
  max-width: 100%;
}
#rentcar-search .from-marketplace .marketplace-box .marketplace-item .content {
  gap: 10px;
}
.from-marketplace .marketplace-box .marketplace-item .content .tags .tag {
  max-width: 115px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.from-marketplace .marketplace-box .marketplace-item .content .tags .tag:hover {
  white-space: revert;
  /* position: absolute; */
  max-width: 200px;
  transform: scale(1.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.my-ads-list .container .wrapper .box-item .content .car-profile {
  max-width: 160px;
}
#updaterentcar .submit-button {
  max-width: 300px;
  margin: 0 auto;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  img {
  left: 0;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  .button.black {
  padding: 5px 15px;
  box-sizing: border-box;
}
.myfavorites .marketplace-item {
  max-height: 620px;
}
.from-marketplace .marketplace-box .marketplace-item .content {
  width: 100%;
}
.layout-region-checkout-main,
.layout-region-checkout-footer {
  padding-right: 0;
}
.layout-checkout-form input[type="submit"] {
  background-color: var(--black);
  color: #fff;
}
#commerce-checkout-flow-multistep-default {
  /* padding: 0 10px; */
}
.layout-checkout-form input,
.layout-checkout-form select {
  box-sizing: border-box;
  width: 100%;
}
.layout-checkout-form {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#edit-payment-information-add-payment-method-billing-information .js-form-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  margin-bottom: 10px;
}
.cart-empty-page {
  text-align: center;
  min-height: 46vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-total-line.order-total-line__adjustment.order-total-line__adjustment--tax
  > span:nth-child(1) {
  font-size: 0px;
  color: transparent;
}

.order-total-line.order-total-line__adjustment.order-total-line__adjustment--tax
  > span:nth-child(1)::after {
  content: "Davon MwSt. 19%";
  color: #000;
  font-size: 16px;
  position: relative;
}

#tabs-1 .box.description .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.specifications .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.link--previous {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#edit-actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#edit-completion-message .button.black {
  max-width: 350px;
  margin: auto;
}

#edit-completion-message .checkout-complete p {
  text-align: center;
  padding: 50px;
}

#rentcar-search .container .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

div.order-total-line:nth-child(3) {
  display: none;
}

.cart.cart-form #edit-submit {
  display: none;
}

.checkout-order-summary
  > table:nth-child(1)
  > tbody:nth-child(1)
  > tr:nth-child(1) {
  display: none;
}

#accessories-search .container .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

fieldset {
  border-radius: 30px;
}
#edit-payment-information-payment-method .js-form-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#edit-payment-information-payment-method .js-form-item input {
  width: 18px;
  height: 18px;
  order: 1;
}

#edit-payment-information-add-payment-method-billing-information
  .js-form-item.form-type-checkbox {
  flex-direction: row;
}
#edit-payment-information-add-payment-method-billing-information
  .js-form-item.form-type-checkbox
  input {
  order: 1;
  width: 18px;
  height: 18px;
}
.my-ads-list .container .wrapper .box-item .content .details .text .type {
  margin-bottom: 15px;
}
.details-page-boxes .box .videos a {
  width: 100%;
}
.from-marketplace .marketplace-box .marketplace-item .content .type {
  max-height: 46px;
}
#edit-payment-information input {
  border-radius: 30px !important;
  height: 42px;
  border: 1px solid #c8c8c8;
}
#edit-payment-information .form-text {
  padding: 0 15px;
}
.CardNumberField-input-wrapper input {
  height: 42px !important;
  border-radius: 30px !important;
}
.details-page-carousel .no-carousel-block {
  flex-wrap: wrap;
}
.ui-datepicker-calendar thead th {
  color: #fff;
}
.ui-datepicker table {
  background-color: var(--black);
}
.ui-widget.ui-widget-content {
  background-color: var(--black) !important;
}
.create-ad .box .input-container.textarea textarea {
  min-height: 300px;
}
.details-page-boxes .box .videos video {
  max-height: 300px;
  /* object-fit: cover; */
  object-fit: contain;
}
.details-page-boxes .box.reviews .reviews-items .item .content {
  width: 100%;
}
.pager {
  flex-basis: 100%;
}
.pager .pager__items {
  justify-content: start !important;
}
#edit-actions input[type="submit"],
.views-field-remove-button input {
  color: #fff;
  background-color: var(--black);
}
.hidden-message {
  display: none;
}
.marketplace-item .reserved-ad {
  width: max-content !important;
}
#edit-actions input[type="submit"],
.views-field-remove-button input {
  color: #fff;
  background-color: var(--black);
  height: 30px;
  width: 80%;
  margin: 0 auto;
}
.from-marketplace .marketplace-box .marketplace-item .image i {
  right: 20px;
}
#rentcar-search.marketplace-search
  .filter-search
  .inputs
  .input-container:has(#accessories_category) {
  max-width: 396px;
}
.stripe-form #card-number-element,
.stripe-form #expiration-element,
.stripe-form #security-code-element {
  /* display: flex;
  align-items: center; */
  width: 100%;
  border-radius: 25px;
}
#edit-payment-information .js-form-item {
  display: flex;
  align-items: center;
}
#edit-payment-information .js-form-item input[type="checkbox"] {
  order: -1;
  width: 18px;
  height: 18px;
}
#edit-payment-information .js-form-item label {
  width: max-content;
  margin-right: auto;
}
#edit-payment-information .js-form-item .parsley-errors-list.filled {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
  transform: none;
  width: 100%;
}
#tabs-3 .box.video a video {
  object-fit: cover;
}
.order-total-line-value {
  width: max-content;
}

.modal-item-rent-now .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#item-rent-now .item-rent-now-content {
  position: relative;
}

#item-rent-now {
  max-width: 580px;
  width: 100%;
  border: none;
  border-radius: 30px;
}

#item-rent-now .item-rent-now-content {
  padding: 50px;
}

#item-rent-now .title {
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  margin-bottom: 50px;
}

#item-rent-now .small-text a {
  text-decoration: underline;
  font-family: "Montserrat-Bold" !important;
}

#item-rent-now .small-text {
  color: var(--black);
  margin: 0 auto;
  text-align: center;
  max-width: 293px;
  width: 100%;
  margin-bottom: 50px;
}

#item-rent-now .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

#item-rent-now .buttons .btn {
  width: 100%;
}

#item-rent-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-item-share-now .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#item-share-now .item-share-now-content {
  position: relative;
}

#item-share-now {
  max-width: 580px;
  width: 100%;
  border: none;
  border-radius: 30px;
}

#item-share-now .item-share-now-content {
  padding: 50px;
}

#item-share-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-item-share-social-now .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#item-share-social-now .item-share-social-now-content {
  position: relative;
}

#item-share-social-now {
  max-width: 580px;
  width: 100%;
  border: none;
  border-radius: 30px;
}

#item-share-social-now .item-share-social-now-content {
  padding: 50px;
}

#item-share-social-now {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-favorite {
  display: none;
  position: absolute;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.addtofavorite:hover .hover-favorite {
  display: block;
}

.removefromfavorite:hover .hover-favorite {
  display: block;
}

.share-on-socials {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.share-newsfeed.item-share-now-trigger img {
  width: 30px;
  cursor: pointer;
}

.img-and-button {
  justify-content: flex-end;
  gap: 0;
}

#item-share-now {
  max-width: 700px;
}

.membership-body {
  max-width: unset;
}

.profile-picture img {
  border-radius: 10px;
}

.whats-new-text-section {
  font-size: 13px;
}
.button-upload .button.black {
  font-size: 13px;
}

.shariff li a {
  height: 31px;
  width: 32px;
  border-radius: 10px;
  text-align: center;
}
#edit-payment-information .js-form-item label {
  width: 100%;
  max-width: 156px;
  margin: unset;
}

#edit-payment-information .js-form-item label {
  width: 100%;
  max-width: 200px;
}

/* .from-marketplace .marketplace-box .marketplace-item .content .price {
  padding-top: 25px;
} */

.document-post-body {
  flex-direction: column;
  gap: 18px;
}

#edit-actions input[type="submit"] {
  height: 56px;
}
.marketplace-item .content .type {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.marketplace-item .content .tags .tag {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.search-results .item .image {
  max-width: 230px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
#rentcar-search .from-marketplace .marketplace-box .marketplace-item,
#accessories-search .marketplace-item {
  max-height: 600px;
}
input[type="submit"] {
  font-weight: normal !important;
}
.owl-item .marketplace-item {
  box-shadow: none;
}
.text-img-newsfeed {
  top: 39px;
}
.rent-cars .container .content .action .btn {
  height: 50px;
}
.accessories.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action {
  flex-wrap: wrap;
}
#edit-actions input[type="submit"] {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
#edit-payment-information .js-form-item {
  align-items: start;
}
.order-total-line {
  padding: 0;
}
#edit-payment-information .form-type-radio .form-radio {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

a[data-rel="popup"]:focus {
  outline: none;
}

.parsley-errors-list.filled {
  left: 59%;
  top: 154%;
}

.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action
  .btn
  img {
  top: 58%;
}

#rentcar-search .from-marketplace .marketplace-box .marketplace-item {
  height: 600px;
}

.share-on-socials {
  margin-top: 10px;
}

.create-ad .input-file.img img {
  object-fit: cover;
  width: 104%;
  height: 128px !important;
}

.stripe-form #card-number-element,
.stripe-form #expiration-element,
.stripe-form #security-code-element {
  height: 42px;
  padding-top: 13px;
}

.share-newsfeed {
  max-width: 35px;
  width: 100%;
}

.share-newsfeed img {
  width: 100%;
  height: 35px;
  object-fit: cover;
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action
  .share-on-socials
  img {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  transform: none !important;
}
.newsfeed-section .document-post-body .parsley-errors-list.filled {
  margin: 0;
  left: 50%;
  right: unset;
  transform: none;
  top: unset;
}
.newsfeed-section .document-post-body {
  flex-direction: row;
}
.newsfeed-section .upload-image .parsley-errors-list.filled {
  bottom: -70px;
}
.more-input-files .input-file .parsley-errors-list.filled {
  bottom: -53px;
  width: 100% !important;
  max-width: max-content;
  font-size: 11px;
  width: 100%;
  height: auto !important;
  top: unset;
  left: 50%;
}
.custom-message3 {
  position: relative;
}
.rent-cars .container .content .action .btn .share-newsfeed img {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  position: relative;
  height: auto;
}
.personal-data.private
  .box
  .input-fields
  .input-container
  .parsley-errors-list.filled {
  top: unset;
  margin: 0;
}
.personal-data .box .input-fields .input-container {
  row-gap: 10px;
}
.custom-message2 {
  position: relative;
}
.custom-message2 .parsley-errors-list.filled {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  bottom: unset;
  right: unset;
}
.personal-data.company
  .box
  .input-fields
  .input-container
  .parsley-errors-list.filled {
  top: unset;
}
.personal-data.company .box .input-fields .input-container {
  row-gap: 10px;
}
.input-container .parsley-errors-list.filled {
  top: unset;
}

.custom-message-checkbox .parsley-errors-list.filled {
  top: unset;
  left: 50%;
}

.custom-message-checkbox {
  position: relative !important;
  left: unset;
  transform: none;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.errorBlock {
  position: relative;
}
.errorBlock .parsley-errors-list.filled {
  top: unset;
  left: unset;
  transform: none;
}
.custom-message1 {
  position: relative;
}
.custom-message1 .parsley-errors-list.filled {
  top: unset;
  left: unset;
  transform: none;
  position: relative;
}
.modal-send-offer-now .parsley-errors-list.filled {
  position: relative;
  left: unset;
  transform: none;
  top: unset;
  width: 100%;
  margin-top: 10px;
}
#accessories-search .marketplace-item {
  height: 540px;
}
.pager .pager__items {
  flex-wrap: wrap;
}
.message-action {
  position: relative;
}
.message-action .input-container .parsley-errors-list.filled {
  position: absolute !important;
  top: 20px;
}
.message-action .input-container .parsley-errors-list.filled {
  position: absolute !important;
  top: 72px;
  height: 26px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translatex(-50%);
}
.pager .pager__items .pager__item.pager__item--next a::after {
  content: "\f105";
  font: var(--fa-font-solid);
}
.pager .pager__items .pager__item.pager__item--last a::after {
  content: "\f101";
  font: var(--fa-font-solid);
}
.share-on-socials {
  max-width: 292px;
  width: 100%;
}
.newsfeed-section .description-of-the-post iframe {
  width: 100%;
  border-radius: 30px;
  height: 563px;
  object-fit: contain;
}
.details-page-carousel .owl-item .marketplace-item {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.newsfeed-section .document-post-body .parsley-errors-list.filled {
  transform: translateX(-50%);
}

.description-of-the-post iframe {
  width: 100%;
  border-radius: 30px;
  height: 563px;
  object-fit: contain;
}
h1,
h2 {
  font-weight: normal;
}

parsley-errors-list.filled {
  left: 50% !important;
  top: 89% !important;
}

#rent-car-now .custom-datepicker {
  margin-bottom: 36px;
}

.custom-datepicker.date-picker.icon.calendar:first-child
  .parsley-errors-list.filled {
  left: 50% !important;
  top: 39% !important;
}

.custom-datepicker.date-picker.icon.calendar:last-child
  .parsley-errors-list.filled {
  left: 50% !important;
  top: 59% !important;
}

.marketplace-search .sub-title {
  color: var(--black);
  font-size: 18px;
  font-family: "Montserrat";
}

#tabs ul li a {
  font-size: 18px;
  font-family: "Montserrat";
}
.my-ads-list .container .wrapper .title {
  font-family: "Montserrat";
  font-weight: bold;
}
.content-begin h3,
.title.video-section,
.text-section .title {
  font-family: "Montserrat";
  font-weight: bold;
}
.marketplace-item .content .tags {
  height: 29px;
}

.more-input-files .input-file .parsley-errors-list.filled {
  bottom: -24px;
  font-size: 12px;
}
.from-marketplace .title,
.last-posts-container .title,
.advantages .container .title,
#carslistingpage .container .title,
#accessories-search .container .title,
.my-ads-list .container .wrapper .title,
.my-ads-list .container .wrapper .title,
.content-begin h3,
.title.video-section,
.text-section .title {
  font-family: "Montserrat-Bold";
}
.details-page-carousel .owl-item .marketplace-item {
  height: 550px;
}
.marketplace-item .content .tags {
  height: auto;

  min-height: 29px;
}
.more-input-files .input-file:has(.parsley-errors-list.filled) {
  margin-bottom: 20px;
}
.more-input-files {
  align-items: start;
}
/* main[role="main"] div[data-drupal-messages=""] {
  display: none;
} */
.more-input-files .input-file .parsley-errors-list.filled {
  max-width: 100% !important;
}

.button.invalid-insertion {
  border: 2px solid #f00;
}
.marketplace-detail-page .container .content .double-boxes .box .grid-2-col {
  column-gap: 20px;
}
.details-page-carousel .owl-item .marketplace-item {
  height: 600px;
}
@media screen and (max-width: 600px) {
  .how-it-works .container .image img {
    object-fit: contain;
    height: 350px;
  }
}
.from-marketplace .marketplace-box .marketplace-item .content .type {
  min-height: 23px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.from-marketplace .marketplace-box > div > div > div > div .views-row {
  max-height: 623px;
}
.premium-expert-info {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.mailto {
  text-decoration: underline;
  font-weight: bold;
}
