@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Inter/inter-regular.woff2') format('woff2');
}
/* inter-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Inter/inter-medium.woff2') format('woff2');
}
/* inter-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Inter/inter-bold.woff2') format('woff2');
}
.text-primary {
  color: #CD2420 !important;
}
.text-dark-black {
  color: #1E1E1E;
}
.text-tertiary {
  color: #EDF0F3;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-grey {
  color: #536474;
}
.text-dark-grey {
  color: #3c4957 !important;
}
.text-dark-grey2 {
  color: rgba(60, 73, 87, 0.8) !important;
}
.text-listing {
  color: #1d1b20;
}
.text-tertiary {
  color: #edf0f3;
}
.familyInter {
  font-family: "Inter", sans-serif !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Inter", sans-serif !important;
}
a.text-primary:hover {
  color: #1E1E1E !important;
}
.bg-dark-black {
  background: #1E1E1E;
}
.bg-light-gray {
  background-color: #F2F3F3;
}
.bg-black {
  background-color: #000;
}
.bg-tertiary {
  background-color: #edf0f3;
}
.bg-disabled {
  background-color: #dadadb;
}
.bg-primary,
.bg-danger {
  background-color: #CD2420 !important;
}
.bg-disabled {
  background-color: #dadadb;
}
.bg-status {
  background-color: #28a745;
}
.bg-order-notice {
  background-color: #edf0f3;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  border-radius: 4px;
}
.bg-dark-grey {
  background-color: #3c4957;
}
.bg-transparent {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .bg-white-mobile {
    background-color: #fff;
  }
}
.bg-green {
  background-color: #28a745;
}
.btn-primary {
  background-color: #CD2420;
  border-radius: 3px;
  border: 1px solid #CD2420;
  padding: 10px 16px;
  font-weight: 500;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #fff;
  color: #CD2420 !important;
  border: 1px solid #CD2420;
  box-shadow: none;
  outline: none;
}
.btn-outline-dez:hover {
  background: #CD2420;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #CD2420;
}
.btn-secondary-reshape {
  border: 1px solid #dfe3e8;
  background-color: #fff;
  padding: 12px;
  color: #1E1E1E;
  border-radius: 3px;
  text-align: center;
}
.btn-secondary-reshape:hover,
.btn-secondary-reshape:focus,
.btn-secondary-reshape:active {
  border-color: #CD2420;
  color: #1E1E1E;
}
.btn-primary-light {
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #CD2420;
  border-radius: 3px;
  color: #CD2420;
  font-weight: 500!important;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active {
  color: #1E1E1E;
}
@media only screen and (max-width: 400px) {
  .btn-primary-light.btnXsMobile {
    padding: 12px 5px;
  }
  .btn-primary-light.btnXsMobile img {
    width: 17px;
    height: 17px;
  }
  .btn-primary-light.btnXsMobile span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary-light img {
    width: 20px;
    height: 20px;
  }
}
.btn-primary-light:hover svg,
.btn-primary-light:hover rect {
  fill: #fff !important;
}
.btn-primary-light:hover path {
  stroke: #fff !important;
}
.btn-primary-light.btnHoverprimary:hover {
  background-color: #CD2420;
  color: #fff !important;
}
.btn-dark-grey {
  background-color: #3c4957;
  border-radius: 3px;
  border: 1px solid #3c4957;
  padding: 10px 16px;
  font-weight: 500;
  color: white;
}
.btn-dark-grey:hover,
.btn-dark-grey:focus,
.btn-dark-grey:active,
.btn-dark-grey:not(:disabled):not(.disabled):active:focus {
  background-color: #fff;
  color: #3c4957 !important;
  border: 1px solid #3c4957;
  box-shadow: none;
  outline: none;
}
.btn-bg-disabled {
  background-color: #dadadb;
  border-radius: 3px;
  border: 1px solid #dadadb;
  padding: 10px 16px;
  font-weight: 500;
}
.btn-bg-disabled:hover,
.btn-bg-disabled:focus,
.btn-bg-disabled:active,
.btn-bg-disabled:not(:disabled):not(.disabled):active:focus {
  background-color: #fff;
  color: #1E1E1E !important;
  border: 1px solid #dadadb;
  box-shadow: none;
  outline: none;
}
.btn-primary-light.messageListing,
.btn-primary-light.callListing,
.btn-primary-light.listParksBtn {
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  .btn-primary-light.messageListing,
  .btn-primary-light.callListing,
  .btn-primary-light.listParksBtn {
    padding: 12px 16px;
  }
}
.pageContent h3 {
  font-weight: 500!important;
}
.pageContent a {
  color: #3c4957 !important;
}
.pageContent a:hover {
  color: #CD2420 !important;
}
.pageContent a.accordion-toggle {
  text-decoration: underline;
}
.iconCustom {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.btn-primary-gradient {
  background: linear-gradient(269.04deg, #FF5D17 0.15%, #FF0707 33.64%, #CD2420 67.13%);
  border: 1px solid #CD2420;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 12px 16px 12px 12px;
  font-weight: 500!important;
}
.btn-primary-gradient:hover,
.btn-primary-gradient:focus,
.btn-primary-gradient:active {
  background: #fff;
  color: #1E1E1E !important;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(270deg, #F82520 0%, #F22520 26.73%, #CD2420 62.16%);
  background-color: #CD2420;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: none;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.badge-icon-with-label,
.btnFilterMobile {
  border-radius: 25px;
  padding: 8px 12px;
  background-color: #fff !important;
  border: 1px solid #3c4957 !important;
  color: #1E1E1E !important;
  max-width: 100%;
  width: 160px;
}
@media only screen and (min-width: 992px) {
  .badge-icon-with-label,
  .btnFilterMobile {
    padding: 8px;
  }
}
@media only screen and (max-width: 375px) {
  .badge-icon-with-label,
  .btnFilterMobile {
    height: 40px;
    width: 190px;
  }
}
.badge-disabled {
  background-color: #dadadb !important;
}
.btnFilterMobile {
  width: 90px;
}
@media only screen and (min-width: 768px) {
  .btnFilterMobile {
    width: 160px;
  }
}
.btnExpandSidebar {
  position: relative;
}
.btnExpandSidebar:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3c4957;
}
.btnFav {
  background-color: transparent;
  border: 0;
}
.btnFav:hover {
  background-color: transparent;
}
.btnFavSingle i.fa-star:before,
.btnFav i.fa-star:before {
  content: url('../images/reshape/icons/fav-listing.svg');
}
.btnFavSingle i.text-warning:before,
.btnFav i.text-warning:before {
  content: url('../images/reshape/icons/fav-listing-checked.svg');
}
.btnFavSingle {
  background-color: #fff;
  border-radius: 3px;
  padding: 12px 8px 12px 9px;
  color: #3c4957 !important;
  border: 1px solid rgba(223, 227, 232, 0);
}
@media only screen and (min-width: 768px) {
  .btnFavSingle {
    border: 1px solid #dfe3e8;
    color: #1E1E1E;
    padding: 4px;
  }
}
.alert-notice {
  border: 1px solid #ac9407;
  background-color: rgba(172, 148, 7, 0.07);
}
.alert-success {
  background-color: rgba(40, 167, 69, 0.07);
  border: 1px solid #28a745;
}
.btnPadd {
  padding: 10px 16px;
}
.alert-danger {
  background-color: rgba(205, 36, 32, 0.07);
  border-radius: 3px;
  border: 1px solid #cd2420;
}
.statusBulk i {
  color: white!important;
  border-radius: 3px;
  padding: 4px;
  background-color: #CD2420;
}
.statusBulk i.text-success {
  background-color: #28a745;
}
.statusBulk i.text-success:before {
  content: "\f00c";
}
.stocBulk .badge {
  background-color: transparent;
  color: #1E1E1E;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.form-footer-reshape {
  border-width: 0 0 1px 0!important;
  border-style: solid;
  border-color: #edf0f3 !important;
  padding-top: 0!important;
  padding-bottom: 20px!important;
}
.fileInputCustom .btn-bg-disabled,
.fileInputCustom .bg-tertiary {
  padding: 7px 10px;
}
.fileInputCustom .file-input {
  min-height: 44px;
}
.fileInputCustom .krajee-default.file-preview-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  padding: 3px;
  flex-direction: column;
}
.fileInputCustom .krajee-default.file-preview-frame .kv-file-content {
  width: 170px!important;
  height: auto!important;
  margin: 0 auto;
}
.fileInputCustom .krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
  display: flex;
  align-items: center;
}
.fileInputCustom .krajee-default.file-preview-frame {
  display: flex;
}
.fileInputCustom .krajee-default .file-footer-caption {
  margin-bottom: 0!important;
}
.fileInputCustom .file-preview {
  background-color: white;
  margin-top: -3px;
}
.fileInputCaptionCustom .input-group {
  width: 100%!important;
}
.fileInputCaptionCustom .krajee-default.file-preview-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  padding: 3px;
  flex-direction: column;
}
.fileInputCaptionCustom .krajee-default.file-preview-frame .kv-file-content {
  width: 170px!important;
  height: auto!important;
  margin: 0 auto;
}
.fileInputCaptionCustom .krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
  display: flex;
  align-items: center;
}
.fileInputCaptionCustom .krajee-default.file-preview-frame {
  display: flex;
}
.fileInputCaptionCustom .krajee-default .file-footer-caption {
  margin-bottom: 0!important;
}
.fileInputCaptionCustom .file-preview {
  background-color: white;
  margin-top: -3px;
}
.ribbon-reshape {
  background: linear-gradient(270deg, #F82520 0%, #F22520 26.73%, #CD2420 62.16%);
  padding: 2px 8px;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .ribbon-reshape {
    padding: 4px 8px;
  }
}
.ribbon-reshape-white,
.ribbon-reshape-white-v2 {
  background: #edf0f3 !important;
  color: #CD2420 !important;
  border: 1px solid #CD2420 !important;
}
.ribbon-reshape-white-v2 {
  padding: 2px 7px;
  top: 11px;
  left: 11px;
}
.listingParks .ribbon-reshape {
  top: 0;
  left: 0;
}
.ribbonRank {
  border: 1px solid #dfe3e8;
  font-size: 12px;
  padding: 4px 8px;
  position: absolute;
  top: 13px;
  right: 0;
  color: #fff;
  border-radius: 3px;
}
.ribbonRank.rank-platinum {
  background-color: #E5E4E2;
  color: #000;
}
.ribbonRank.rank-premium {
  background-color: #8A2BE2;
  color: #fff;
}
.ribbonRank.rank-gold {
  background-color: #FFD700;
  color: #000;
}
.ribbonRank.rank-silver {
  background-color: #C0C0C0;
  color: #000;
}
.ribbonRank.rank-standard {
  background-color: #4A90E2;
  color: #fff;
}
.ribbonRank:hover {
  transform: scale(1.05);
}
.payment-methods-modal .badge-danger {
  background-color: #CD2420;
  border-radius: 3px;
  font-weight: 400;
}
.cursor-pointer {
  cursor: pointer;
}
.product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.negMgAuthor {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .negMgAuthor {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .negMgAuthor {
    margin-left: -7px;
  }
}
@media only screen and (min-width: 1200px) {
  .negMgAuthor .negMgAuthor {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .negMgAuthor .negMgAuthor {
    margin-left: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .negMgMobile {
    margin-left: -6px;
  }
}
.negMt30 {
  margin-top: -30px;
}
.p5px {
  padding: 5px;
}
.bordergray {
  border: 1px solid #bac7d5;
  border-radius: 3px;
}
.borderwhite {
  border: 2px solid white;
}
.ad-btns {
  min-width: 84px;
}
@media only screen and (min-width: 390px) {
  .ad-btns {
    min-width: 100px;
  }
}
.flex-column-reshape {
  flex-direction: column!important;
}
@media only screen and (max-width: 767px) {
  .flex-column-reshape-mobile {
    flex-direction: column!important;
  }
}
.bg-light-gray h3 a:hover {
  color: #CD2420 !important;
}
.bg-light-gray-secondary {
  background-color: #f2f3f3;
}
.dropdown-caret-reshape {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3c4957;
}
@media only screen and (max-width: 767px) {
  .px-xs-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-xs-25 {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .pr-xs-25 {
    padding-right: 25px;
  }
}
.px-8 {
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .pr-md-13 {
    padding-right: 13px!important;
  }
}
@media only screen and (max-width: 375px) {
  .w-xs-150px {
    width: 120px!important;
  }
}
@media only screen and (max-width: 767px) {
  .w-xs-150px {
    width: 150px;
  }
  .w-xs-150px img {
    width: 20px;
    height: 20px;
  }
}
.w-desktop130 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-desktop130 {
    width: 130px;
  }
}
.w-desktop130cta {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .w-desktop130cta {
    width: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .mw-xxl-80 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .min-w-xs-130px {
    min-width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .min-w-xs-200px {
    min-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .min-w-xs-170px {
    min-width: 170px;
  }
}
.w-md-auto {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .w-md-auto {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
}
.min-w60px {
  min-width: 60px;
}
.h0 {
  height: 0!important;
}
.no-flex {
  flex: none!important;
}
.h41px {
  height: 41px;
}
.park-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 21px;
  color: #3c4957 !important;
}
.readMoreText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: hidden;
}
.singleAdDescription {
  word-wrap: break-word;
}
.fullText {
  display: block;
  word-wrap: break-word;
  max-height: none!important;
}
.text-initial {
  text-transform: initial!important;
}
.greyM-blackD {
  color: #3c4957 !important;
}
@media only screen and (min-width: 768px) {
  .greyM-blackD {
    color: #1E1E1E;
  }
}
.compatBtn {
  font-size: 18px!important;
}
.compatBtn:hover {
  color: #CD2420 !important;
  background-color: transparent!important;
  border-color: transparent!important;
}
.compatBtn:active,
.compatBtn:focus {
  background-color: transparent!important;
  color: #1E1E1E !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.compatBtn.btn-outline-danger:hover {
  background: transparent!important;
}
.ellipsis {
  white-space: nowrap;
  /* Prevents text from wrapping */
  overflow: hidden;
  /* Hides overflow text */
  text-overflow: ellipsis;
  /* Adds '...' at the end */
  display: block;
  /* Ensures it works on inline elements */
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .ellipsis-desktop {
    white-space: nowrap;
    /* Prevents text from wrapping */
    overflow: hidden;
    /* Hides overflow text */
    text-overflow: ellipsis;
    /* Adds '...' at the end */
    display: block;
    /* Ensures it works on inline elements */
    width: 100%;
  }
}
.ellipsis-md {
  white-space: nowrap;
  /* Prevents text from wrapping */
  overflow: hidden;
  /* Hides overflow text */
  text-overflow: ellipsis;
  /* Adds '...' at the end */
  display: block;
  /* Ensures it works on inline elements */
  max-width: 245px;
}
@media only screen and (min-width: 1200px) {
  .ellipsis-md {
    width: 100%;
  }
}
.ellipsis-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
@media only screen and (min-width: 1440px) {
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
}
@media only screen and (min-width: 1440px) {
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 1410px) {
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
}
@media (min-width: 1410px) {
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1410px) {
  .d-xxl-none {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}
.vertical-middle {
  vertical-align: middle!important;
}
.vertical-top {
  vertical-align: top!important;
}
@media only screen and (max-width: 991px) {
  .vertical-top-xs {
    vertical-align: top!important;
  }
}
/* Remove default checkbox styling */
input[type="checkbox"] {
  appearance: none;
  /* Remove default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 6px;
  position: relative!important;
  border: 1px solid #dfe3e8;
  background-color: transparent;
  transition: all 0.3s ease;
  margin-top: 2px!important;
}
input[type="checkbox"]:not(:checked) {
  border: 1px solid #dfe3e8;
  background-color: transparent;
}
input[type="checkbox"]:checked {
  border: 1px solid #1E1E1E;
  background-color: #1E1E1E;
}
input[type="checkbox"]:checked::before {
  content: url(../images/reshape/icons/checked-checkbox.svg);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
/* Hover effect for the checkbox */
input[type="checkbox"]:not(:checked):hover {
  border-color: #1E1E1E;
}
input[type="checkbox"]:checked:hover {
  background-color: #CD2420;
  border-color: #CD2420;
}
.custom-checkbox-reshape .custom-control-label {
  position: relative;
  padding-left: 0;
  width: calc(100% - 20px);
}
.custom-checkbox-reshape .custom-control-label:before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 6px;
  position: absolute!important;
  border: 1px solid #dfe3e8;
  border-color: #dfe3e8 !important;
  transition: all 0.3s ease;
  left: -24px;
  top: 1px;
}
.custom-checkbox-reshape .custom-control-label:after {
  position: absolute;
  left: -26.5px;
  top: -2px;
  font-size: 14px;
  width: 25px;
  height: 25px;
}
.custom-checkbox-reshape .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-checkbox-reshape .custom-control-input:hover ~ .custom-control-label::before {
  border-color: #1E1E1E;
}
.search-input-custom,
#parks-src-mobile {
  padding: 12px 12px 12px 38px;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  background-image: url('../images/reshape/icons/search2.svg');
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 15px 15px;
  background-origin: padding-box;
}
#parks-src-mobile {
  padding: 12px 12px 12px 42px;
  background-size: 20px 20px;
  height: 50px;
}
.input-search::placeholder {
  /* color: transparent; */
  /* Make the placeholder text invisible */
  color: #536474;
  font-size: 14px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px!important;
}
.f16 {
  font-size: 16px!important;
}
.f18 {
  font-size: 18px!important;
}
.f21 {
  font-size: 21px!important;
}
.f24 {
  font-size: 24px!important;
}
.f30 {
  font-size: 30px!important;
}
.f32 {
  font-size: 32px!important;
}
.f36 {
  font-size: 36px!important;
}
.f21m-f36d {
  font-size: 21px!important;
}
@media only screen and (min-width: 1200px) {
  .f21m-f36d {
    font-size: 36px!important;
  }
}
.f24m-f36d {
  font-size: 24px!important;
}
@media only screen and (min-width: 1200px) {
  .f24m-f36d {
    font-size: 36px!important;
  }
}
.f24m-f21t-f30d {
  font-size: 24px!important;
}
@media only screen and (min-width: 768px) {
  .f24m-f21t-f30d {
    font-size: 21px!important;
  }
}
@media only screen and (min-width: 1200px) {
  .f24m-f21t-f30d {
    font-size: 30px!important;
  }
}
.f24m-f20t-f36d {
  font-size: 24px!important;
}
@media only screen and (min-width: 768px) {
  .f24m-f20t-f36d {
    font-size: 20px!important;
  }
}
@media only screen and (min-width: 1200px) {
  .f24m-f20t-f36d {
    font-size: 36px!important;
  }
}
.f12xxs-f14 {
  font-size: 12px;
}
@media only screen and (min-width: 350px) {
  .f12xxs-f14 {
    font-size: 14px!important;
  }
}
.f12m-f14t {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .f12m-f14t {
    font-size: 14px!important;
  }
}
.f12m-f14d {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .f12m-f14d {
    font-size: 14px!important;
  }
}
.f12m-f16d {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .f12m-f16d {
    font-size: 16px!important;
  }
}
.f14xxs-f16xs {
  font-size: 14px;
}
@media only screen and (min-width: 375px) {
  .f14xxs-f16xs {
    font-size: 16px;
  }
}
.f14m-f16d {
  font-size: 14px!important;
}
@media only screen and (min-width: 1200px) {
  .f14m-f16d {
    font-size: 16px!important;
  }
}
.f16m-f18d {
  font-size: 16px!important;
}
@media only screen and (min-width: 1200px) {
  .f16m-f18d {
    font-size: 18px!important;
  }
}
.f16m-f21d {
  font-size: 16px!important;
}
@media only screen and (min-width: 1200px) {
  .f16m-f21d {
    font-size: 21px!important;
  }
}
.f16m-f24d {
  font-size: 16px!important;
}
@media only screen and (min-width: 1200px) {
  .f16m-f24d {
    font-size: 24px!important;
  }
}
.f18m-f21d {
  font-size: 18px!important;
}
@media only screen and (min-width: 1200px) {
  .f18m-f21d {
    font-size: 21px!important;
  }
}
.f18m-f24d {
  font-size: 18px!important;
}
@media only screen and (min-width: 1200px) {
  .f18m-f24d {
    font-size: 24px!important;
  }
}
.f21m-f24d {
  font-size: 21px!important;
}
@media only screen and (min-width: 1200px) {
  .f21m-f24d {
    font-size: 24px!important;
  }
}
.f21m-f32d {
  font-size: 21px!important;
}
@media only screen and (min-width: 1200px) {
  .f21m-f32d {
    font-size: 32px!important;
  }
}
.f24m-f32d {
  font-size: 24px!important;
}
@media only screen and (min-width: 1200px) {
  .f24m-f32d {
    font-size: 32px!important;
  }
}
.f13-f14-f16 {
  font-size: 13px;
}
@media only screen and (min-width: 375px) {
  .f13-f14-f16 {
    font-size: 14px!important;
  }
}
@media only screen and (min-width: 390px) {
  .f13-f14-f16 {
    font-size: 16px!important;
  }
}
.lh18px {
  line-height: 18px;
}
.lhCustom {
  line-height: 1.3;
}
@media only screen and (max-width: 349px) {
  .mr1xxs-mr2xs {
    margin-right: 0.25rem !important;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  .mr1xxs-mr2xs {
    margin-right: 0.5rem !important;
  }
}
.ml1xxs-ml3xs {
  margin-left: 0.25rem !important;
}
@media (min-width: 350px) {
  .ml1xxs-ml3xs {
    margin-left: 1rem!important;
  }
}
.fw-normal {
  font-weight: 400;
}
.fw-light-bold {
  font-weight: 500!important;
}
.fw-bold {
  font-weight: bold;
}
body {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  line-height: 1.3;
}
a {
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
.vertical-middle {
  vertical-align: middle;
}
.text-underline {
  text-decoration: underline;
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0!important;
}
@media only screen and (max-width: 576px) {
  .w-100-xs {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .w-100px-xs {
    width: 100px;
  }
}
.px-11 {
  padding: 0 11px;
}
.border-0 {
  border: 0;
}
.br-0 {
  border-radius: 0!important;
}
.b-0 {
  border: 0!important;
}
.flex-none {
  -ms-flex: none;
  flex: none;
}
.br3 {
  border-radius: 3px;
}
.br3Top {
  border-top-left-radius: 3px!important;
  border-top-right-radius: 3px!important;
}
.br3Bottom {
  border-bottom-left-radius: 3px!important;
  border-bottom-right-radius: 3px!important;
}
.modal {
  z-index: 1050!important;
}
.modal .modal-content {
  border-radius: 3px;
}
.modal-backdrop {
  z-index: 1040 !important;
}
.modal-title {
  font-family: "Inter", sans-serif !important;
}
.br3Top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #edf0f3 !important;
  color: #3c4957 !important;
}
.table th:not(.listDetails th),
.table td {
  border-top: 0;
  border-bottom: 1px solid #edf0f3;
}
.table-hover tbody tr:hover {
  background-color: #edf0f3;
  color: #1E1E1E;
}
.table a {
  color: #1E1E1E;
}
.table a:hover {
  color: #CD2420 !important;
}
#back-button {
  border: 0;
  position: absolute;
  left: 15px;
  z-index: 1;
  top: -5px;
  color: #536474;
}
.icon {
  background-size: contain;
  transition: background-color 0.3s ease-in-out;
  display: inline-block;
  background-repeat: no-repeat;
}
.iconBig {
  width: 20px;
  height: 20px;
}
.iconSmall {
  width: 16px;
  height: 16px;
}
.suport-tehnic {
  padding-right: 25px;
}
.suport-tehnic .icon {
  background-image: url(../images/reshape/icons/suport-footer.svg);
}
.suport-tehnic:hover .icon {
  background-image: url(../images/reshape/icons/suport-footer-hover.svg);
}
.infoIconModal {
  background-image: url(../images/reshape/icons/info-icon-primary.svg);
}
.noticeModal {
  background-image: url(../images/reshape/icons/alert-info-primary.svg);
}
.closeModal {
  background-image: url(../images/reshape/icons/close.svg);
}
.phoneModal {
  background-image: url(../images/reshape/icons/phone-modal.svg);
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 768px) {
  .phoneModal {
    height: 20px;
    width: 20px;
  }
}
.messageListing .icon {
  background-image: url(../images/reshape/icons/message.svg);
}
.messageListing:hover .icon {
  background-image: url(../images/reshape/icons/message-gray.svg);
}
.callListing .icon,
.callListingParks .icon {
  background-image: url(../images/reshape/icons/call-listing.svg);
}
.callListing:hover .icon,
.callListingParks:hover .icon {
  background-image: url(../images/reshape/icons/call-grey.svg);
}
.genereazaAnunt .icon {
  background-image: url(../images/reshape/icons/ai-icon.svg);
}
.genereazaAnunt:hover .icon {
  background-image: url(../images/reshape/icons/ai-icon-primary.svg);
}
.alertNoticeModal {
  background-image: url(../images/reshape/icons/alert-info-primary.svg);
}
.etaModal {
  background-image: url(../images/reshape/icons/clock.svg);
}
.readMoreIcon {
  background-image: url(../images/reshape/icons/plus.svg);
}
.readLessIcon {
  background-image: url(../images/reshape/icons/minus.svg);
}
.attachIcon {
  background-image: url(../images/reshape/icons/attach.svg);
}
.listIcon .icon {
  background-image: url(../images/reshape/icons/IconList.svg);
}
.listIcon:hover .icon {
  background-image: url(../images/reshape/icons/IconList-grey.svg);
}
.addAdIcon .icon {
  background-image: url(../images/reshape/icons/add-plus.svg);
}
.addAdIcon:hover .icon {
  background-image: url(../images/reshape/icons/plus-gray.svg);
}
.buyIcon .icon {
  background-image: url(../images/reshape/icons/cart.svg);
}
.buyIcon:hover .icon {
  background-image: url(../images/reshape/icons/cart-grey.svg);
}
.uploadIcon .icon {
  background-image: url(../images/reshape/icons/upload.svg);
}
.uploadIcon:hover .icon {
  background-image: url(../images/reshape/icons/upload-grey.svg);
}
.flex1 {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .flex1Mobile {
    flex-grow: 1;
  }
}
.dis-none {
  display: none;
}
@media (min-width: 1400px) {
  .containerSecond {
    width: 1350px;
    max-width: 1350px;
  }
}
@media (min-width: 1400px) {
  .containerThird {
    width: 1240px;
    max-width: 1240px;
  }
}
.fav-btn .fav-count-notice {
  position: absolute;
  top: -6px;
  right: 61%;
  transform: translateX(100%);
  background-color: #C50F1F;
  /* width: 16px; */
  padding: 0px 4px;
  /* border-radius: 100%; */
  border-radius: 3px;
  /* line-height: 14px; */
  font-size: 11px !important;
}
@media only screen and (min-width: 768px) {
  .fav-btn .fav-count-notice {
    border: 1px solid #fff;
  }
}
.custom-border {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
.border-primary {
  border: 1px solid #CD2420 !important;
}
.user-top-header i {
  font-size: 24px;
  color: #1E1E1E;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .user-top-header i {
    color: #fff;
  }
}
.user-top-header strong,
.user-top-header span {
  font-weight: 500;
  font-size: 14px!important;
  color: #fff !important;
  white-space: nowrap;
  width: 77px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline;
}
.user-top-header .dropdown-menu {
  box-shadow: 0px 4px 10px rgba(12, 12, 13, 0.1);
  border: 0;
  border-radius: 3px;
  z-index: 1010;
}
.user-top-header .dropdown-menu .badge {
  width: auto;
  border-radius: 3px;
  background-color: #CD2420;
  font-weight: normal;
  font-size: 12px !important;
  margin-left: auto!important;
  padding: 0.25rem 0.5rem;
}
.dropdown-menu-sort {
  z-index: 999!important;
}
.user-top-header-cereri-piese i,
.user-top-header-cereri-piese strong,
.user-top-header-cereri-piese span {
  color: #1E1E1E !important;
}
.top-bar-reshape {
  box-shadow: 0px 4px 8px 0px #4F5E711A;
  background: transparent;
  border: 0;
}
.top-bar .navbar-collapse .btn {
  margin-left: 0!important;
}
@media (max-width: 350px) {
  .navbar-brand-logo img {
    height: 49px!important;
    width: auto!important;
  }
}
@media (min-width: 351px) and (max-width: 768px) {
  .navbar-brand-logo img {
    height: 60px!important;
  }
}
.newMenuReshape .navbar-toggler {
  border: 0!important;
}
@media only screen and (min-width: 768px) {
  .newMenuReshape .navbar-toggler {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0!important;
  }
}
.newMenuReshape .navbar-toggler:focus {
  outline: none;
}
.newMenuReshape .navbar-toggler[aria-expanded="false"] .closeMenu {
  display: none!important;
}
.newMenuReshape .navbar-toggler[aria-expanded="true"] .openMenu {
  display: none;
}
.newMenuReshape .navbar-toggler[aria-expanded="true"] .closeMenu {
  display: block;
}
.newMenuReshape .bootstrap-maxlength.text-success {
  z-index: 998 !important;
}
.newMenuReshape .navbar-toggler-icon {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .newMenuReshape .collapsing {
    transition: none!important;
    height: 0!important;
  }
}
.newMenuReshape .navbar-collapse {
  box-shadow: 0px 4px 10px rgba(12, 12, 13, 0.1);
  padding: 16px 14px;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .newMenuReshape .navbar-collapse {
    top: 62px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 1000;
  }
}
@media only screen and (min-width: 768px) {
  .newMenuReshape .navbar-collapse.show {
    display: block;
  }
}
.newMenuReshape .navbar-collapse ul.navbar-nav {
  border-bottom: 1px solid #edf0f3;
}
.newMenuReshape .navbar-collapse ul.navbar-nav li {
  padding: 13px 0;
}
.newMenuReshape .navbar-collapse ul.navbar-nav li a {
  font-family: "Inter", sans-serif !important;
  font-size: 18px!important;
  text-transform: initial;
  padding: 0;
  position: relative;
  color: #1E1E1E !important;
  font-weight: 400;
  border: 0!important;
}
@media only screen and (min-width: 768px) {
  .newMenuReshape .navbar-collapse {
    position: absolute;
    right: 0;
    z-index: 999;
    min-width: 390px;
    width: 100%;
    max-width: 390px;
    top: calc(100% + 33px);
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .newMenuReshape .navbar-collapse {
    right: -50px;
    top: calc(100% + 3px);
  }
}
.newMenuReshape .top-search-reshape {
  margin-top: 0!important;
}
.newMenuReshape .top-search-reshape .easy-autocomplete-container ul {
  top: 0;
  box-shadow: 0px 4px 6px rgba(12, 12, 13, 0.1);
  border-width: 0;
  border-radius: 3px;
}
.newMenuReshape .top-search-reshape .easy-autocomplete-container ul li {
  padding: 16px 40px 12px 16px;
  border-width: 0 0 1px 0;
  border-color: #edf0f3;
  position: relative;
  color: #1E1E1E;
}
.newMenuReshape .top-search-reshape .easy-autocomplete-container ul li:last-of-type {
  border-width: 0;
}
.newMenuReshape .top-search-reshape .easy-autocomplete-container ul li:before {
  content: '';
  background-color: #edf0f3;
  border-radius: 3px;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.newMenuReshape .top-search-reshape .easy-autocomplete-container ul li:after {
  height: 16px;
  width: 16px;
  position: absolute;
  content: url(../images/reshape/icons/link-search.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.newMenuReshape .top-search-reshape .easy-autocomplete-container ul li .eac-item {
  padding-right: 14px;
}
@media only screen and (max-width: 767px) {
  .newMenuReshape .top-search-reshape .easy-autocomplete-container {
    width: calc(100vw - 30px) !important;
  }
}
.newMenuReshape .top-search-reshape .search-input input {
  background-color: #F2F3F3;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #DFE3E8;
  color: #536474;
  font-size: 16px!important;
  height: 50px;
  border-radius: 3px;
  padding: 14px 12px;
}
.newMenuReshape .top-search-reshape .search-input input h3 a:hover {
  color: #CD2420 !important;
}
.newMenuReshape .top-search-reshape .btn-search {
  margin-left: 0;
  background-color: #F2F3F3;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #DFE3E8;
}
.newMenuReshape .top-search-reshape .btn-search h3 a:hover {
  color: #CD2420 !important;
}
.newMenuReshape .top-search-reshape .btn-filter {
  background-color: #fff;
  border: 1px solid #DFE3E8;
  border-radius: 3px;
  padding: 10px 14px;
  width: 50px;
  height: 50px;
  margin-left: 0;
}
@media only screen and (min-width: 1440px) {
  .newMenuReshape .top-search-reshape .btn-filter {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .newMenuReshape .top-search-reshape .easy-autocomplete {
    width: calc(100vw - 30px - 100px) !important;
  }
}
.breadcrumb li {
  padding-top: 0!important;
}
.breadcrumb li:last-of-type {
  font-weight: bold;
}
.footer {
  border: 0!important;
}
.footer .h5 {
  color: #EDF0F3;
  color: #edf0f3;
  font-weight: 500;
  font-size: 18px!important;
  border: 0;
  text-transform: initial;
}
.footer ul li a {
  font-size: 14px!important;
  color: #EDF0F3 !important;
  color: #edf0f3 !important;
}
.footer .col-md-3:hover h5 {
  border-bottom: 0;
  color: #CD2420 !important;
}
.copyright p {
  font-size: 12px;
  color: #EDF0F3;
  color: #edf0f3;
}
@media only screen and (max-width: 991px) {
  nav.breadcrumbs ol {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    float: none !important;
    flex-wrap: nowrap;
  }
}
.categoriiHome {
  border-bottom: 1px solid #dfe3e8;
}
.categoriiHome .categorii {
  max-width: 1040px;
  margin: 0 auto;
}
.categoriiHome .categorii .nav-tabs {
  border-bottom: 0!important;
}
.categoriiHome .categorii .nav-tabs a {
  font-size: 14px!important;
  color: #1E1E1E;
}
@media only screen and (max-width: 767px) {
  .categoriiHome .nav-fill > li {
    width: calc(50% - 7px);
    border: 1px solid #dfe3e8;
    border-radius: 3px;
  }
}
.check-bullet {
  background: linear-gradient(269.04deg, #FF5D17 0.15%, #FF0707 33.64%, #CD2420 67.13%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.parks-carousel-hp .swiper-button-prev,
.parks-carousel-hp .swiper-button-next {
  transform: translateY(0) !important;
}
.park {
  height: 60px;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
.park img {
  border: 0;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding: 5px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .park {
    height: 80px;
  }
  .park img {
    height: 80px;
  }
}
.park.my-park img {
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .park.my-park img {
    height: 55px;
  }
}
.park-listing-lp,
.park-listing-lp.my-park {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  height: 80px;
}
.park-listing-lp img,
.park-listing-lp.my-park img {
  height: 60px;
}
.ad-others-reshape .title-home,
.ad-regular-single-ad .title-home,
.ads-grid-list .title-home {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px;
  height: 54px;
  line-height: 18px;
}
.ad-others-reshape .provider-title,
.ad-regular-single-ad .provider-title,
.ads-grid-list .provider-title,
.ad-others-reshape .locality-title,
.ad-regular-single-ad .locality-title,
.ads-grid-list .locality-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 20px;
  padding-right: 5px;
}
.ad-others-reshape .height-box,
.ad-regular-single-ad .height-box,
.ads-grid-list .height-box {
  height: 300px!important;
  background-color: #fff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .ad-others-reshape .height-box .flex-column,
  .ad-regular-single-ad .height-box .flex-column,
  .ads-grid-list .height-box .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.ad-others-reshape .height-box .price,
.ad-regular-single-ad .height-box .price,
.ads-grid-list .height-box .price {
  display: flex;
  align-items: baseline;
}
.ad-others-reshape .height-box .price strike,
.ad-regular-single-ad .height-box .price strike,
.ads-grid-list .height-box .price strike {
  margin-right: 5px;
  font-size: 12px;
  color: #3c4957 !important;
}
.ad-others-reshape .height-box .price strike small,
.ad-regular-single-ad .height-box .price strike small,
.ads-grid-list .height-box .price strike small {
  font-size: 100%;
}
.ad-others-reshape .height-box .price br,
.ad-regular-single-ad .height-box .price br,
.ads-grid-list .height-box .price br {
  display: none;
}
.ad-others-reshape .ad-other-img,
.ad-regular-single-ad .ad-other-img,
.ads-grid-list .ad-other-img {
  height: 130px;
  min-height: 130px;
  border: 0;
  box-shadow: 0px 4px 8px 0px #4F5E711A;
  overflow: hidden;
}
.ad-others-reshape .ad-other-img img,
.ad-regular-single-ad .ad-other-img img,
.ads-grid-list .ad-other-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 768px) {
  .ad-others-reshape .ad-other-img,
  .ad-regular-single-ad .ad-other-img,
  .ads-grid-list .ad-other-img {
    height: 140px;
    min-height: 140px;
  }
}
.ad-others-reshape .btn-call,
.ad-regular-single-ad .btn-call,
.ads-grid-list .btn-call {
  border-radius: 3px;
  height: 44px;
  width: 44px;
  border: 1px solid #CD2420;
  background-color: #fff;
}
.ads-grid-list .price strike {
  padding-right: 3px;
}
.ads-grid-list .price br {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .ads-grid-list .col-xl-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.ad-regular-single-ad .height-box {
  height: 100%!important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #1E1E1E !important;
}
.swiper-button-prev,
.swiper-button-next {
  height: 32px!important;
  width: 32px!important;
  background-color: #dfe3e8;
  border-radius: 100%;
  text-align: center;
  top: 40% !important;
  margin-top: auto !important;
  transform: translateY(50%);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 28px!important;
  line-height: 28px!important;
}
@media only screen and (min-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 50% !important;
  }
}
.swiper-button-disabled {
  display: none!important;
}
.swiper-button-prev {
  left: 1px!important;
}
.swiper-button-prev:after {
  background-image: url(../images/reshape/icons/chevron-left.svg) !important;
  content: '' !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: -17px !important;
  }
}
.swiper-button-next {
  right: 1px!important;
}
.swiper-button-next:after {
  background-image: url(../images/reshape/icons/chevron-right.svg) !important;
  content: '' !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
}
@media only screen and (min-width: 1200px) {
  .swiper-button-next {
    right: -17px !important;
  }
}
.swiper-blog-next {
  right: 0!important;
}
@media only screen and (min-width: 1200px) {
  .swiper-blog-next {
    right: -20px !important;
  }
}
.swiper-blog-prev {
  left: 0!important;
}
@media only screen and (min-width: 1200px) {
  .swiper-blog-prev {
    left: -20px !important;
  }
}
.prev-testimonial,
.next-testimonial {
  top: 32%!important;
}
@media only screen and (min-width: 1200px) {
  .prev-testimonial {
    left: -55px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .next-testimonial {
    right: -55px !important;
  }
}
.payd-ads {
  position: relative;
  width: 100%;
}
.right-ad-container,
.left-ad-container {
  top: unset!important;
  bottom: unset!important;
  width: 100%;
  clear: both!important;
  margin: 0 auto!important;
}
.popularBrandsContainer {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .popularBrandsContainer {
    max-height: 175px;
  }
}
@media only screen and (min-width: 992px) {
  .popularBrandsContainer {
    max-height: 155px;
  }
}
@media only screen and (min-width: 1400px) {
  .popularBrandsContainer {
    max-height: 170px;
  }
}
.popular-brands {
  list-style-type: none;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
}
.popular-models {
  list-style-type: none;
  margin-bottom: 0!important;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.popular-models ul {
  list-style-type: none;
  margin-bottom: 0!important;
}
.popular-models li a {
  color: #3c4957;
}
@media only screen and (min-width: 768px) {
  .popular-models {
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
  }
}
.separator {
  border-top: 1px solid #dfe3e8;
  width: 100%;
}
.categorii-populare {
  border: 1px solid #dfe3e8;
  padding: 4px 12px;
  border-radius: 25px;
}
.categorii-populare:hover {
  background-color: #edf0f3;
  color: #3c4957 !important;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  border-radius: 25px;
}
.popularBrands {
  background-color: #F2F3F3;
}
.popularBrands h3 a:hover {
  color: #CD2420 !important;
}
@media only screen and (min-width: 768px) {
  .popularBrands {
    background-color: #fff;
  }
}
.blog-post-reshape .home-blog-image {
  border-top-left-radius: 3px!important;
  border-top-right-radius: 3px!important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media only screen and (min-width: 1024px) {
  .blog-post-reshape .home-blog-image {
    height: 140px!important;
  }
}
.blog-post-reshape .card-text span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px;
  height: 54px;
}
.blog-post-reshape .card-body {
  min-height: auto!important;
}
.bg-img-about {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease-in-out;
  background-image: url(../images/reshape/icons/bg-img-about.webp);
}
.bg-img-about .about p {
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .bg-img-about .about {
    max-width: 900px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-img-about {
    background-attachment: fixed;
  }
}
.lazy-bg {
  background-color: #2c2c2c;
  /* fallback color */
}
.testimoniale {
  max-width: 980px;
  margin: 0 auto;
}
.testimoniale .card {
  border: 1px solid #dfe3e8;
  border-radius: 0;
}
.listing-title-reshape h1 {
  color: #1E1E1E;
  font-size: 24px!important;
  font-weight: 500!important;
}
.listing-title-reshape h2 {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500!important;
}
@media only screen and (min-width: 1200px) {
  .swiper-promo-ads-next,
  .swiper-promo-ads-prev,
  .swiper-top-ads-prev,
  .swiper-top-ads-next {
    top: 43%!important;
  }
}
.parks-listing-prev,
.parks-listing-next,
.parks-listing-search-next,
.parks-listing-search-prev {
  height: 28px !important;
  width: 28px !important;
  top: 18%!important;
}
.parks-listing-prev:after,
.parks-listing-next:after,
.parks-listing-search-next:after,
.parks-listing-search-prev:after {
  font-size: 25px !important;
}
@media only screen and (min-width: 1200px) {
  .parks-listing-prev,
  .parks-listing-next,
  .parks-listing-search-next,
  .parks-listing-search-prev {
    top: 26%!important;
  }
}
.parks-listing-prev {
  left: -15px !important;
}
@media only screen and (min-width: 1200px) {
  .parks-listing-prev {
    left: -20px !important;
  }
}
.parks-listing-next {
  right: -15px !important;
}
@media only screen and (min-width: 1200px) {
  .parks-listing-next {
    right: -20px !important;
  }
}
.top-ad-reshape,
.regular-ad,
.evid-ad {
  padding: 5px;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: none!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.top-ad-reshape .top-listing-ad-image,
.regular-ad .top-listing-ad-image,
.evid-ad .top-listing-ad-image,
.top-ad-reshape .listing-park-image,
.regular-ad .listing-park-image,
.evid-ad .listing-park-image {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .top-ad-reshape .top-listing-ad-image,
  .regular-ad .top-listing-ad-image,
  .evid-ad .top-listing-ad-image,
  .top-ad-reshape .listing-park-image,
  .regular-ad .listing-park-image,
  .evid-ad .listing-park-image {
    height: 175px;
  }
}
.top-ad-reshape p.title,
.regular-ad p.title,
.evid-ad p.title {
  font-size: 16px!important;
  font-weight: 500!important;
  color: #1d1b20;
}
@media only screen and (min-width: 768px) {
  .top-ad-reshape p.title,
  .regular-ad p.title,
  .evid-ad p.title {
    font-size: 18px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.top-ad-reshape .price-tag,
.regular-ad .price-tag,
.evid-ad .price-tag {
  font-size: 18px!important;
}
.top-ad-reshape .currency,
.regular-ad .currency,
.evid-ad .currency {
  text-transform: uppercase;
}
.top-ad-reshape .park-image-box,
.regular-ad .park-image-box,
.evid-ad .park-image-box {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  padding: 5px;
  height: 50px;
  width: 60px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.top-ad-reshape .park-image-box img,
.regular-ad .park-image-box img,
.evid-ad .park-image-box img {
  height: 100%;
  margin: 0 auto;
  border: 0;
  width: auto;
  vertical-align: middle;
}
.top-ad-reshape p.fs-14,
.regular-ad p.fs-14,
.evid-ad p.fs-14 {
  color: #1d1b20;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-ad-reshape .park-autor a,
.regular-ad .park-autor a,
.evid-ad .park-autor a,
.top-ad-reshape .advantages,
.regular-ad .advantages,
.evid-ad .advantages {
  color: #3c4957 !important;
}
@media only screen and (min-width: 768px) {
  .evid-ad-reshape {
    padding: 5px 0 5px 5px !important;
  }
}
.top-ad-reshape {
  padding: 5px 0;
}
.top-ad-reshape .top-listing-ad-image {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border: 0;
  height: 200px;
}
@media only screen and (min-width: 992px) {
  .top-ad-reshape .top-listing-ad-image {
    height: 175px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-ad-reshape .titleAd {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 73px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .top-ad-reshape .btn-primary-light {
    width: 38px;
    height: 38px;
  }
  .top-ad-reshape .btn-primary-light .iconBig {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .top-ad-reshape .btn-primary-light {
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .top-ad-reshape .btn-primary-light img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .top-ad-reshape {
    padding: 5px;
  }
}
.regular-ad-reshape {
  background-color: #F2F3F3 !important;
}
.regular-ad-reshape h3 a:hover {
  color: #CD2420 !important;
}
.regular-ad-reshape .top-listing-ad-image {
  height: 127px;
}
@media only screen and (min-width: 768px) {
  .regular-ad-reshape .top-listing-ad-image {
    height: 140px!important;
  }
}
.regular-ad-reshape .top-listing-ad-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  z-index: 0;
  color: transparent;
}
@media only screen and (min-width: 992px) {
  .regular-ad-reshape .top-listing-ad-image {
    border-radius: 3px !important;
  }
}
.ad-others .ad-other-img {
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.top-ad-others-reshape {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
}
.top-ad-others-reshape .ad-box-reshape {
  border: 1px solid #dfe3e8;
}
.top-ad-others-reshape .ad-other-img {
  height: 130px;
  min-height: 130px;
  border: 0;
  box-shadow: 0px 4px 8px 0px #4F5E711A;
  overflow: hidden;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.top-ad-others-reshape .ad-other-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 768px) {
  .top-ad-others-reshape .ad-other-img {
    height: 140px;
    min-height: 140px;
  }
}
.top-ad-others-reshape .top-ad-others-title {
  font-size: 16px!important;
}
@media only screen and (min-width: 1200px) {
  .top-ad-others-reshape .top-ad-others-title {
    font-size: 18px!important;
  }
}
.top-ad-others-reshape .title-ad-others {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 54px;
  height: 54px;
  line-height: 18px;
  margin: 0!important;
}
@media only screen and (max-width: 767px) {
  .top-ad-others-reshape .top-ad-same-carousel-reshape {
    padding-bottom: 35px!important;
  }
}
.right-box-reshape {
  border: 0;
  box-shadow: none!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-color: #F2F3F3;
}
.right-box-reshape h3 a:hover {
  color: #CD2420 !important;
}
.right-box-reshape .right-box-reshape-box {
  padding: 5px;
  border-radius: 3px;
}
.right-box-reshape .top-listing-ad-image {
  border-radius: 3px;
  border: 0;
  position: relative;
  height: 130px;
}
@media only screen and (min-width: 992px) {
  .right-box-reshape .top-listing-ad-image {
    height: 175px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
  }
}
.right-box-reshape .top-listing-ad-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  z-index: 0;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  .right-box-reshape p.title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 73px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .right-box-reshape p.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.right-box-reshape p.title {
  font-size: 18px!important;
  font-weight: 500!important;
  color: #1d1b20;
}
.right-box-reshape p.title:hover {
  color: #CD2420;
}
.right-box-reshape .price-tag {
  font-size: 18px!important;
}
.right-box-reshape .currency {
  text-transform: uppercase;
}
.right-box-reshape .park-image-box {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  padding: 5px;
  height: 50px;
  width: 60px;
  display: inline-flex;
  text-align: center;
}
.right-box-reshape .park-image-box img {
  height: 100%;
  border: 0;
  width: auto;
  margin: 0 auto;
  vertical-align: middle;
}
.right-box-reshape .park-autor a,
.right-box-reshape .advantages {
  color: #3c4957 !important;
}
.price-tag-reshape strike {
  color: #3c4957 !important;
  font-size: 12px;
  margin-right: 3px;
}
.price-tag-reshape strike small {
  font-size: 100%;
}
@media only screen and (min-width: 992px) {
  .price-tag-reshape strike {
    margin-top: -12px;
    line-height: 10px;
    margin-right: 0;
  }
}
.price-tag-reshape strike ~ br,
.price-tag-reshape strike ~ .vat {
  display: none;
}
.evid-ad {
  background: #fff !important;
  border-radius: 3px;
}
.payd-ads-listing-lp .right-ad-container .right-ads,
.payd-ads-listing-lp .left-ad-container .right-ads,
.payd-ads-listing-lp .right-ad-container .left-ads,
.payd-ads-listing-lp .left-ad-container .left-ads {
  display: block!important;
}
@media only screen and (min-width: 768px) {
  .payd-ads-listing-lp .right-ad-container,
  .payd-ads-listing-lp .left-ad-container {
    display: block!important;
  }
}
@media only screen and (min-width: 1200px) {
  .payd-ads-listing-lp-reshape .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 14px!important;
  }
}
#ads-filter .h4,
.search-filter-reshape .h4,
.categoriiFiltrare .h4,
#fav-filter .h4,
#park-filter .h4,
#author-filter .h4 {
  border: 0;
  font-family: Inter, sans-serif;
  text-transform: initial;
  color: #1d1b20;
  font-weight: 500!important;
  font-size: 16px!important;
  padding-bottom: 7px;
}
#ads-filter .h4 a.link,
.search-filter-reshape .h4 a.link,
.categoriiFiltrare .h4 a.link,
#fav-filter .h4 a.link,
#park-filter .h4 a.link,
#author-filter .h4 a.link {
  color: #1d1b20;
}
#ads-filter .left-box,
.search-filter-reshape .left-box,
.categoriiFiltrare .left-box,
#fav-filter .left-box,
#park-filter .left-box,
#author-filter .left-box,
#ads-filter .left-box-reshape,
.search-filter-reshape .left-box-reshape,
.categoriiFiltrare .left-box-reshape,
#fav-filter .left-box-reshape,
#park-filter .left-box-reshape,
#author-filter .left-box-reshape {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 18px 14px 14px 14px;
}
#ads-filter .left-box ul,
.search-filter-reshape .left-box ul,
.categoriiFiltrare .left-box ul,
#fav-filter .left-box ul,
#park-filter .left-box ul,
#author-filter .left-box ul,
#ads-filter .left-box-reshape ul,
.search-filter-reshape .left-box-reshape ul,
.categoriiFiltrare .left-box-reshape ul,
#fav-filter .left-box-reshape ul,
#park-filter .left-box-reshape ul,
#author-filter .left-box-reshape ul {
  margin-bottom: 10px;
}
#ads-filter .left-box ul li,
.search-filter-reshape .left-box ul li,
.categoriiFiltrare .left-box ul li,
#fav-filter .left-box ul li,
#park-filter .left-box ul li,
#author-filter .left-box ul li,
#ads-filter .left-box-reshape ul li,
.search-filter-reshape .left-box-reshape ul li,
.categoriiFiltrare .left-box-reshape ul li,
#fav-filter .left-box-reshape ul li,
#park-filter .left-box-reshape ul li,
#author-filter .left-box-reshape ul li {
  margin-bottom: 5px;
}
#ads-filter .left-box ul li a,
.search-filter-reshape .left-box ul li a,
.categoriiFiltrare .left-box ul li a,
#fav-filter .left-box ul li a,
#park-filter .left-box ul li a,
#author-filter .left-box ul li a,
#ads-filter .left-box-reshape ul li a,
.search-filter-reshape .left-box-reshape ul li a,
.categoriiFiltrare .left-box-reshape ul li a,
#fav-filter .left-box-reshape ul li a,
#park-filter .left-box-reshape ul li a,
#author-filter .left-box-reshape ul li a {
  color: #1E1E1E;
  font-size: 14px!important;
}
#ads-filter .show-all,
.search-filter-reshape .show-all,
.categoriiFiltrare .show-all,
#fav-filter .show-all,
#park-filter .show-all,
#author-filter .show-all {
  border-top: 1px solid #dfe3e8;
  padding-top: 10px;
  margin-bottom: 0;
}
#ads-filter .show-all i,
.search-filter-reshape .show-all i,
.categoriiFiltrare .show-all i,
#fav-filter .show-all i,
#park-filter .show-all i,
#author-filter .show-all i {
  padding-right: 8px;
}
#ads-filter .show-all a,
.search-filter-reshape .show-all a,
.categoriiFiltrare .show-all a,
#fav-filter .show-all a,
#park-filter .show-all a,
#author-filter .show-all a {
  color: #CD2420 !important;
}
#ads-filter .show-all .lb-show-all i.fas.fa-expand:before,
.search-filter-reshape .show-all .lb-show-all i.fas.fa-expand:before,
.categoriiFiltrare .show-all .lb-show-all i.fas.fa-expand:before,
#fav-filter .show-all .lb-show-all i.fas.fa-expand:before,
#park-filter .show-all .lb-show-all i.fas.fa-expand:before,
#author-filter .show-all .lb-show-all i.fas.fa-expand:before {
  content: url('../images/reshape/icons/plus.svg');
}
#ads-filter .customBlockList,
.search-filter-reshape .customBlockList,
.categoriiFiltrare .customBlockList,
#fav-filter .customBlockList,
#park-filter .customBlockList,
#author-filter .customBlockList {
  max-height: 245px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#ads-filter .customBlockList .lbih,
.search-filter-reshape .customBlockList .lbih,
.categoriiFiltrare .customBlockList .lbih,
#fav-filter .customBlockList .lbih,
#park-filter .customBlockList .lbih,
#author-filter .customBlockList .lbih {
  display: block!important;
}
#ads-filter .customBlockList.showAllInfo,
.search-filter-reshape .customBlockList.showAllInfo,
.categoriiFiltrare .customBlockList.showAllInfo,
#fav-filter .customBlockList.showAllInfo,
#park-filter .customBlockList.showAllInfo,
#author-filter .customBlockList.showAllInfo {
  max-height: none;
}
@media only screen and (max-width: 991px) {
  .price-tag strike {
    margin-right: 3px;
  }
  .price-tag br {
    display: none;
  }
}
.pagination {
  justify-content: center!important;
}
.pagination .page-link {
  color: #1E1E1E !important;
  border-color: #dfe3e8;
  background: transparent;
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.pagination .page-link:hover {
  color: #CD2420 !important;
}
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link {
  border-radius: 0!important;
}
.pagination .page-item.active .page-link {
  color: #fff !important;
}
@media only screen and (min-width: 1200px) {
  .pagination {
    justify-content: end!important;
    display: flex!important;
  }
}
.leftSingleBox .ad-carousel-reshape img {
  border-radius: 3px;
  height: 250px;
  object-fit: cover;
  max-width: initial;
}
@media only screen and (min-width: 1024px) {
  .leftSingleBox .ad-carousel-reshape img {
    height: 375px;
  }
}
.leftSingleBox .slide-thumbs {
  padding: 8px;
  margin-left: 0;
}
.leftSingleBox .slide-thumbs a {
  height: 65px;
  border: 0;
  border-radius: 3px;
}
.leftSingleBox .slide-thumbs.swiper-slide-thumb-active {
  border-color: #CD2420;
}
.leftSingleBox h1 {
  font-size: 18px!important;
  font-weight: 500!important;
}
@media only screen and (min-width: 1200px) {
  .leftSingleBox h1 {
    font-size: 24px!important;
  }
}
.leftSingleBox table:not(.tableSpecificatii) a {
  font-weight: 500!important;
  color: #3c4957 !important;
}
@media only screen and (min-width: 768px) {
  .leftSingleBox table:not(.tableSpecificatii) a {
    color: #1E1E1E !important;
  }
}
.leftSingleBox table:not(.tableSpecificatii) td {
  padding: 8px 16px;
}
.leftSingleBox .advantages {
  padding: 4px;
}
.leftSingleBox .zoomInImg:not(.zoomInImgSpareParts):after {
  content: url('../images/reshape/icons/zoomIn.svg');
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #dadadb;
  border: 1px solid #fff;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}
.leftSingleBox .ad-thumb-prev,
.leftSingleBox .ad-thumb-next {
  transform: translateY(-85%) !important;
}
.leftSingleBox .ad-thumb-prev {
  left: -2px !important;
}
.leftSingleBox .ad-thumb-next {
  right: -5px !important;
}
.leftSingleBox .specs {
  border: 1px solid #bac7d5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.leftSingleBox .specs #ad-tabs,
.leftSingleBox .specs #ad-report-tabs {
  padding: 8px;
  border-bottom: 1px solid #bac7d5;
}
.leftSingleBox .specs #ad-tabs li,
.leftSingleBox .specs #ad-report-tabs li {
  flex-grow: 1;
}
.leftSingleBox .specs #ad-tabs li a,
.leftSingleBox .specs #ad-report-tabs li a {
  color: #3c4957 !important;
  border: 0;
  border-radius: 3px;
  text-align: center;
  font-weight: 400;
  padding: 11px 10px;
  font-size: 13px;
}
.leftSingleBox .specs #ad-tabs li a.active,
.leftSingleBox .specs #ad-report-tabs li a.active {
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 3px;
  font-weight: 500!important;
}
@media only screen and (min-width: 375px) {
  .leftSingleBox .specs #ad-tabs li a,
  .leftSingleBox .specs #ad-report-tabs li a {
    font-size: 14px!important;
  }
}
@media only screen and (min-width: 768px) {
  .leftSingleBox .specs #ad-tabs li a,
  .leftSingleBox .specs #ad-report-tabs li a {
    font-size: 16px!important;
  }
}
.leftSingleBox .specs .tab-type-text p {
  font-size: 13px!important;
}
@media only screen and (min-width: 375px) {
  .leftSingleBox .specs .tab-type-text p {
    font-size: 14px!important;
  }
}
@media only screen and (min-width: 390px) {
  .leftSingleBox .specs .tab-type-text p {
    font-size: 16px!important;
  }
}
.rightSingleBox .priceProduct strike {
  margin-right: 3px;
}
.rightSingleBox .priceProduct br {
  display: none;
}
.park-image-box-contact,
.park-image-box {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  padding: 5px;
  height: 60px;
  width: 70px;
  display: inline-flex;
  text-align: center;
}
.park-image-box-contact img,
.park-image-box img {
  height: 100%;
  border: 0;
  width: auto;
  margin: 0 auto;
  vertical-align: middle;
  background-color: white;
  object-fit: contain;
}
.park-image-box {
  width: 60px;
  height: 50px;
}
.priceMobileSingleAd br {
  display: none;
}
.priceMobileSingleAd strike {
  margin-right: 3px;
}
.itemSameAds {
  padding: 0 8px;
}
@media only screen and (min-width: 992px) {
  .itemSameAds {
    padding: 0 3px;
  }
}
.near-me-container .side-park-near {
  background-color: #fff;
  margin-bottom: 0px!important;
  border-top: 1px solid #dfe3e8;
  align-items: center;
  border-radius: 3px;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .near-me-container .side-park-near .col-5 {
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
  }
}
@media only screen and (min-width: 768px) {
  .near-me-container .side-park-near .col-7 {
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
  }
}
.near-me-container .side-park-near .park-side-logo {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  height: 80px;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.near-me-container .side-park-near .park-side-logo img {
  border: 0;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 0;
  max-width: 140px;
  width: 100%;
  height: 80px;
  padding: 0 5px;
  object-fit: contain;
}
.near-me-container .side-park-near .link {
  font-size: 14px!important;
  color: #1E1E1E;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .near-me-container .side-park-near .link {
    font-size: 16px!important;
  }
}
.near-me-container .side-park-near br {
  display: none;
}
.near-me-container .side-park-near small {
  display: inline-flex;
  align-items: center;
  background-color: #f2f3f3;
  padding: 7px;
  margin-top: 8px;
  border-radius: 3px;
  font-size: 11px;
  color: #3c4957 !important;
}
.near-me-container .side-park-near small i:before {
  content: url('../images/reshape/icons/nearme.svg');
  height: 20px;
  width: 20px;
  display: block;
  margin-right: 3px;
}
@media only screen and (min-width: 1440px) {
  .near-me-container .side-park-near small i:before {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .near-me-container .side-park-near small {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .near-me-container .side-park-near small {
    font-size: 14px!important;
  }
}
@media only screen and (min-width: 1440px) {
  .near-me-container .side-park-near {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .listingPark #searchModal {
    display: block!important;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    background: none;
    z-index: auto!important;
  }
  .listingPark #searchModal .modal-dialog {
    max-width: 100%;
    margin: 0!important;
  }
  .listingPark #searchModal .modal-dialog .modal-body {
    padding: 0!important;
  }
  .listingPark #searchModal .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
  }
}
.top-park-listing-park {
  background-color: transparent;
}
.top-park-listing-park .top-ad-reshape {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .top-park-listing-park .top-ad-reshape {
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .top-park-listing-park {
    background-color: #fff;
    border: 0!important;
  }
}
@media only screen and (min-width: 1440px) {
  .top-park-listing-park {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
.right-box-with-title-reshape .park-image,
.right-box-with-title-reshape .listing-park-image {
  width: 140px;
  height: 98px;
  border: 1px solid #dfe3e8;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.right-box-with-title-reshape .park-image img,
.right-box-with-title-reshape .listing-park-image img {
  border: 0;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 0;
  max-width: 140px;
  width: 100%;
  height: 98px;
  padding: 0 5px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .right-box-with-title-reshape .boxmaxw {
    max-width: calc(140px - 1rem);
  }
}
.right-box-with-title-reshape .regular-ad-park p.address,
.right-box-with-title-reshape .regular-ad-park .companyInfo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-ad-carousel .park-gallery-image {
  height: 80px!important;
  border: 0!important;
}
@media only screen and (min-width: 768px) {
  .top-ad-carousel .park-gallery-image {
    height: 100%!important;
  }
}
@media only screen and (min-width: 768px) {
  .top-ad-carousel .park-gallery-box {
    height: 140px;
  }
}
.hartaImg {
  background-image: url('../images/reshape/navigation-map2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 90px;
}
.hartaImg .hartaBtnMobile {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .hartaImg .hartaBtnMobile {
    width: auto;
  }
}
.single-park .logo-park-box,
.single-author .logo-park-box {
  width: 140px;
  height: 98px;
  border: 1px solid #dfe3e8;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.single-park .logo-park-box img,
.single-author .logo-park-box img {
  border: 0;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 0;
  max-width: 140px;
  width: 100%;
  height: 96px;
  padding: 0 5px;
  object-fit: contain;
}
.single-park .ribbonRank,
.single-author .ribbonRank {
  left: 0;
  right: auto;
  border-color: #dfe3e8;
  top: 0;
}
.single-park .park-about-box-reshape p,
.single-author .park-about-box-reshape p {
  padding: 11px 0;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
.single-park .link,
.single-author .link {
  display: inline-flex;
  color: #3c4957 !important;
  text-align: center;
  border: 1px solid #dfe3e8;
  padding: 4px 12px;
  border-radius: 25px;
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.single-park .link:hover,
.single-author .link:hover {
  background-color: #edf0f3;
  color: #CD2420 !important;
}
@media only screen and (min-width: 1200px) {
  .single-park .link,
  .single-author .link {
    margin-bottom: 0.5rem !important;
  }
}
.single-park .park-carousel-reshape .park-gallery-image,
.single-author .park-carousel-reshape .park-gallery-image {
  border: 0;
  border-radius: 0;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .single-park .park-carousel-reshape .park-gallery-image,
  .single-author .park-carousel-reshape .park-gallery-image {
    height: 140px;
  }
}
.filter-text {
  border-bottom: 1px solid #dfe3e8;
  padding: 0 0 12px 0;
}
.subtitleSinglePark h2 {
  color: #536474;
  font-size: 14px!important;
  font-weight: normal;
}
.separatorSinglePark {
  border-bottom: 2px solid #F2F3F3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parkAdsList.right-box-reshape h3,
  .authorAdsList.right-box-reshape h3 {
    white-space: initial !important;
    overflow: visible !important;
    text-overflow: initial !important;
  }
}
.account-menu-reshape .nav-link {
  background-color: white !important;
  color: #3c4957 !important;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .account-menu-reshape .nav-link {
    flex-grow: 1;
  }
  .account-menu-reshape .nav-link:last-of-type {
    margin-right: 0!important;
  }
}
.account-menu-reshape .nav-link.active {
  border-color: #CD2420;
  background-color: #CD2420 !important;
  color: #fff !important;
}
.accountAds .creditInfo {
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.accountAds .creditInfo .creditBadge {
  border-radius: 3px;
  border: 2px solid #fff;
}
.accountAds .creditInfo .credit {
  background-color: #dadadb;
  color: #3c4957 !important;
  padding: 1px 6px;
}
.accountAds .creditInfo .credit-success {
  background-color: #28a745;
  color: #fff !important;
  font-weight: 500;
  border-radius: 3px;
}
@media only screen and (min-width: 1410px) {
  .accountAds .creditInfo {
    position: absolute;
    top: -30px;
    right: 15px;
    margin-bottom: 0;
  }
}
.accountAds .sidebarColumn .badge {
  margin-left: auto!important;
}
.accountAds .sidebarColumn .select2-container--bootstrap {
  width: 100%!important;
}
.accountAds .activeCard {
  border: 0!important;
}
.accountAds .activeCard .card-header.bg-danger {
  background-color: #CD2420;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.accountAds .activeCard .badgeCountSection {
  background-color: #fff !important;
  color: #CD2420 !important;
}
.accountAds .sidebarElementTitle.bg-light {
  background-color: white!important;
}
.accountAds .card-header:first-of-type {
  border-radius: 3px!important;
}
.accountAds .sidebarElement .card-header.bg-danger {
  background-color: #CD2420;
  border-radius: 3px;
}
.accountAds .sidebarElement .card-header.bg-danger a {
  color: white;
  font-size: 14px!important;
}
@media only screen and (min-width: 1200px) {
  .accountAds .sidebarElement .card-header.bg-danger a {
    font-size: 16px!important;
  }
}
.accountAds .sidebarElement h5 a,
.accountAds .sidebarElement .btn a {
  font-size: 14px!important;
}
@media only screen and (max-width: 992px) {
  .accountAds .sidebarElement .subsections-links a {
    font-size: 14px;
  }
}
.accountAds .subsections-links .nav-link {
  font-weight: 500 !important;
  padding: 10px;
  border-bottom: 1px solid #dfe3e8;
  background-color: white;
  color: #3c4957;
  font-size: 14px;
}
.accountAds .subsections-links .nav-link .badge {
  border-radius: 3px;
  font-weight: 500;
  background-color: #dadadb;
  color: #3c4957;
  display: flex;
  align-items: center;
  line-height: 1.3;
  justify-content: center;
}
.accountAds .subsections-links .nav-link:hover {
  text-decoration: none;
}
.accountAds .subsections-links .nav-link:last-of-type {
  border-bottom: 0;
}
.accountAds .subsections-links a.link,
.accountAds .subsections-links .active {
  background-color: #edf0f3 !important;
}
.accountAds .subsections-links a.link .badge,
.accountAds .subsections-links .active .badge {
  background-color: #CD2420;
  color: white!important;
}
.accountAds .select2-container--bootstrap .select2-selection--single {
  padding: 9px 24px 6px 6px!important;
}
.accountAds .select2-container--bootstrap .select2-selection {
  border: 1px solid #3c4957 !important;
  border-radius: 25px !important;
  box-shadow: none;
  height: 40px !important;
  /* line-height: 40px !important; */
  text-align: left;
  /* padding-left: 5px !important; */
  color: #1e1e1e !important;
}
.accountAds .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1e1e1e;
}
.accountAds .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #3c4957 transparent transparent;
  border-width: 5px 5px 0;
}
.accountAds .select2-container--bootstrap .select2-selection__clear {
  color: #3c4957 !important;
}
.accountAds .submenuMobile {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 991px) {
  .accountAds .submenuMobile .subsections-links {
    flex-wrap: nowrap;
    min-width: max-content;
  }
}
.accountAds .submenuMobile .ads-menu-reshape {
  gap: 12px;
}
.accountAds .submenuMobile ul {
  display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
  gap: 12px;
}
.accountAds .submenuMobile .nav-item {
  flex: 0 0 auto;
}
.accountAds .submenuMobile .nav-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0!important;
  background-color: #fff !important;
  white-space: nowrap;
  padding: 5px 8px;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  font-size: 14px!important;
  color: #1E1E1E;
}
.accountAds .submenuMobile .nav-link .badge {
  border: 1px solid #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 500!important;
}
.accountAds .submenuMobile .nav-link .badge.badge-disabled {
  background-color: #dadadb !important;
  border: 2px solid white!important;
  color: #3c4957 !important;
}
.accountAds .submenuMobile .nav-link.active,
.accountAds .submenuMobile .nav-link.link {
  background-color: #edf0f3 !important;
  border: 1px solid #536474;
}
.accountAds .submenuMobile .nav-link.active .badge,
.accountAds .submenuMobile .nav-link.link .badge {
  border: 1px solid white;
}
.accountAds .submenuMobile .nav-link i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .accountAds .submenuMobile .nav-link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1410px) {
  .accountAds .submenuMobile .nav-link {
    font-size: 14px;
  }
}
.promovate {
  gap: 8px;
}
.promovate .counter-reshape {
  border: 1px solid #dfe3e8;
  color: #1E1E1E;
  border-radius: 25px;
  padding: 10px 12px;
  background-color: #fff;
}
.promovate .counter-reshape a {
  line-height: 110%;
}
.promovate .active {
  border-color: #536474;
}
.select-as-input .select2-container--bootstrap .select2-selection--single {
  padding: 9px 24px 6px 6px!important;
}
.select-as-input .select2-container--bootstrap .select2-selection {
  box-shadow: none;
  height: 40px !important;
  /* line-height: 40px !important; */
  text-align: left;
  /* padding-left: 5px !important; */
  color: #1e1e1e !important;
}
.select-as-input .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1e1e1e;
}
.select-as-input .select2-container--bootstrap .select2-selection--single .select2-selection__rendered span {
  padding-left: 6px!important;
}
.select-as-input .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #3c4957 transparent transparent;
  border-width: 5px 5px 0;
}
.select-as-input .select2-container--bootstrap .select2-selection__clear {
  color: #3c4957 !important;
}
.select-as-input .select2-container--bootstrap .select2-selection {
  border: 1px solid #dfe3e8 !important;
  border-radius: 3px !important;
  box-shadow: none;
  height: 44px !important;
  line-height: 24px!important;
  text-align: left;
  /* padding-left: 5px !important; */
  color: #1e1e1e !important;
}
.select-as-input .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  border-radius: 25px!important;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  color: #3c4957 !important;
}
.select-as-input .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  padding-top: 6px;
  padding-left: 25px;
}
.select-as-input .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/reshape/icons/search.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.select-as-input .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 5px!important;
}
.select-as-input .select2-selection__choice span {
  padding-left: 0 !important;
  font-size: 14px!important;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--single {
  padding: 9px 24px 6px 6px!important;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection {
  box-shadow: none;
  min-height: 40px !important;
  height: auto!important;
  /* line-height: 40px !important; */
  text-align: left;
  /* padding-left: 5px !important; */
  color: #1e1e1e !important;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1e1e1e;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #3c4957 transparent transparent;
  border-width: 5px 5px 0;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection__clear {
  color: #3c4957 !important;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection {
  border: 1px solid #dfe3e8 !important;
  border-radius: 3px !important;
  box-shadow: none;
  min-height: 44px !important;
  line-height: 24px!important;
  text-align: left;
  /* padding-left: 5px !important; */
  color: #1e1e1e !important;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  border-radius: 25px!important;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  color: #3c4957 !important;
}
@media only screen and (max-width: 767px) {
  .select-as-input-multiple .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 4px 0 0 2px!important;
  }
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  padding-top: 6px;
  padding-left: 25px;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/reshape/icons/search.svg);
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.select-as-input-multiple .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 5px!important;
}
.select-as-input-multiple .select2-selection__choice span {
  padding-left: 0 !important;
  font-size: 14px!important;
}
.selectAddAnunt .select2-search__field {
  width: 100% !important;
}
.h44px {
  height: 44px;
}
.h60px {
  height: 60px!important;
}
.placeholder-center {
  padding-top: 10px;
}
.bootbox .modal-header {
  border: 0!important;
}
.bootbox .modal-header .br3Top .modal-title {
  font-size: 16px!important;
  color: #1E1E1E;
  font-weight: 500!important;
}
@media only screen and (min-width: 1200px) {
  .bootbox .modal-header .br3Top .modal-title {
    font-size: 18px!important;
  }
}
.bootbox .modal-header button.close {
  content: '' !important;
  color: white!important;
}
.bootbox .modal-header button.close:after {
  content: url('../images/reshape/icons/close.svg');
  height: 32px;
  display: flex;
  width: 32px;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 14px;
  border-radius: 100%;
  right: 7px;
}
.bootbox .modal-content {
  border: 0!important;
}
.bootbox .bootbox-body {
  color: #1E1E1E;
}
.bootbox .modal-footer {
  border: 0!important;
  border-bottom-left-radius: 3px!important;
  border-bottom-right-radius: 3px!important;
  align-items: start;
  justify-content: start;
}
.dateCustom {
  position: relative;
  border-radius: 25px;
  border-color: #3c4957 !important;
  padding: 8px 11px 8px 10px;
}
.dateCustom:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3c4957;
}
.dateCustomLimit {
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 16px 8px 10px;
  min-width: 128px;
}
@media only screen and (min-width: 992px) {
  .dateCustomLimit {
    height: 40px;
    min-width: 146px;
  }
}
.h36m-h52d {
  height: 36px!important;
}
@media only screen and (min-width: 992px) {
  .h36m-h52d {
    height: 52px!important;
  }
}
.placeholder-center::placeholder {
  color: #536474 !important;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #536474 !important;
}
.columnContent .submenuAdsRight .subsections-links .nav-link,
.columnContent .submenuProfileLeft .subsections-links .nav-link {
  display: flex;
  align-items: center;
  margin-bottom: 0!important;
}
.columnContent .submenuAdsRight .subsections-links .nav-link .badge,
.columnContent .submenuProfileLeft .subsections-links .nav-link .badge {
  border: 1px solid #ffffff;
  background-color: #CD2420;
  padding: 1px 6px;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  font-weight: 500!important;
}
.columnContent .submenuAdsRight .subsections-links .nav-link .badge.badge-disabled,
.columnContent .submenuProfileLeft .subsections-links .nav-link .badge.badge-disabled {
  background-color: #dadadb !important;
  border: 2px solid white!important;
  color: #3c4957 !important;
}
.columnContent .submenuAdsRight .subsections-links .nav-link.activeLink,
.columnContent .submenuProfileLeft .subsections-links .nav-link.activeLink,
.columnContent .submenuAdsRight .subsections-links .nav-link.link,
.columnContent .submenuProfileLeft .subsections-links .nav-link.link {
  background-color: #edf0f3 !important;
  border: 1px solid #536474;
}
.columnContent .submenuAdsRight .subsections-links .nav-link.activeLink .badge,
.columnContent .submenuProfileLeft .subsections-links .nav-link.activeLink .badge,
.columnContent .submenuAdsRight .subsections-links .nav-link.link .badge,
.columnContent .submenuProfileLeft .subsections-links .nav-link.link .badge {
  border: 1px solid white;
}
.columnContent .submenuAdsRight .subsections-links .nav-link i,
.columnContent .submenuProfileLeft .subsections-links .nav-link i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .columnContent .submenuAdsRight .subsections-links .nav-link,
  .columnContent .submenuProfileLeft .subsections-links .nav-link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1410px) {
  .columnContent .submenuAdsRight .subsections-links .nav-link,
  .columnContent .submenuProfileLeft .subsections-links .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1409px) {
  .columnContent .submenuAdsRight .subsections-links,
  .columnContent .submenuProfileLeft .subsections-links {
    width: 100%;
  }
}
.columnContent .submenuProfileLeft .subsections-links .nav-link {
  margin-bottom: 0.5rem !important;
}
.columnContent .filters {
  padding: 0!important;
}
.columnContent .listAds .badge {
  padding: 1px 6px;
}
.columnContent .listAds,
.columnContent .listOrders,
.columnContent .listMessages,
.columnContent .listMyOrders,
.columnContent .listCredits,
.columnContent .listingAdCf,
.columnContent .listProfile,
.columnContent .listaCereri {
  background-color: #F2F3F3;
  color: #1E1E1E;
  border-collapse: separate;
  border-spacing: 0 3px;
}
.columnContent .listAds h3 a:hover,
.columnContent .listOrders h3 a:hover,
.columnContent .listMessages h3 a:hover,
.columnContent .listMyOrders h3 a:hover,
.columnContent .listCredits h3 a:hover,
.columnContent .listingAdCf h3 a:hover,
.columnContent .listProfile h3 a:hover,
.columnContent .listaCereri h3 a:hover {
  color: #CD2420 !important;
}
.columnContent .listAds .account-listing-ad-image,
.columnContent .listOrders .account-listing-ad-image,
.columnContent .listMessages .account-listing-ad-image,
.columnContent .listMyOrders .account-listing-ad-image,
.columnContent .listCredits .account-listing-ad-image,
.columnContent .listingAdCf .account-listing-ad-image,
.columnContent .listProfile .account-listing-ad-image,
.columnContent .listaCereri .account-listing-ad-image {
  width: 60px;
}
.columnContent .listAds .badge-promo,
.columnContent .listOrders .badge-promo,
.columnContent .listMessages .badge-promo,
.columnContent .listMyOrders .badge-promo,
.columnContent .listCredits .badge-promo,
.columnContent .listingAdCf .badge-promo,
.columnContent .listProfile .badge-promo,
.columnContent .listaCereri .badge-promo {
  background: linear-gradient(270deg, #F82520 0%, #F22520 26.73%, #CD2420 62.16%);
  padding: 4px 8px;
  max-width: 183px;
  font-size: 10px!important;
  width: 100%;
}
.columnContent .listAds .badge-promo strong,
.columnContent .listOrders .badge-promo strong,
.columnContent .listMessages .badge-promo strong,
.columnContent .listMyOrders .badge-promo strong,
.columnContent .listCredits .badge-promo strong,
.columnContent .listingAdCf .badge-promo strong,
.columnContent .listProfile .badge-promo strong,
.columnContent .listaCereri .badge-promo strong {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .columnContent .listAds .badge-promo,
  .columnContent .listOrders .badge-promo,
  .columnContent .listMessages .badge-promo,
  .columnContent .listMyOrders .badge-promo,
  .columnContent .listCredits .badge-promo,
  .columnContent .listingAdCf .badge-promo,
  .columnContent .listProfile .badge-promo,
  .columnContent .listaCereri .badge-promo {
    display: inline-block;
    max-width: 185px;
  }
}
.columnContent .listAds .badge-promo-unlimited,
.columnContent .listOrders .badge-promo-unlimited,
.columnContent .listMessages .badge-promo-unlimited,
.columnContent .listMyOrders .badge-promo-unlimited,
.columnContent .listCredits .badge-promo-unlimited,
.columnContent .listingAdCf .badge-promo-unlimited,
.columnContent .listProfile .badge-promo-unlimited,
.columnContent .listaCereri .badge-promo-unlimited {
  width: auto;
  max-width: 100%;
}
.columnContent .listAds tbody tr:nth-of-type(odd),
.columnContent .listOrders tbody tr:nth-of-type(odd),
.columnContent .listMessages tbody tr:nth-of-type(odd),
.columnContent .listMyOrders tbody tr:nth-of-type(odd),
.columnContent .listCredits tbody tr:nth-of-type(odd),
.columnContent .listingAdCf tbody tr:nth-of-type(odd),
.columnContent .listProfile tbody tr:nth-of-type(odd),
.columnContent .listaCereri tbody tr:nth-of-type(odd),
.columnContent .listAds tbody tr:nth-of-type(even),
.columnContent .listOrders tbody tr:nth-of-type(even),
.columnContent .listMessages tbody tr:nth-of-type(even),
.columnContent .listMyOrders tbody tr:nth-of-type(even),
.columnContent .listCredits tbody tr:nth-of-type(even),
.columnContent .listingAdCf tbody tr:nth-of-type(even),
.columnContent .listProfile tbody tr:nth-of-type(even),
.columnContent .listaCereri tbody tr:nth-of-type(even),
.columnContent .listAds tbody th,
.columnContent .listOrders tbody th,
.columnContent .listMessages tbody th,
.columnContent .listMyOrders tbody th,
.columnContent .listCredits tbody th,
.columnContent .listingAdCf tbody th,
.columnContent .listProfile tbody th,
.columnContent .listaCereri tbody th {
  background-color: white !important;
  color: #3c4957 !important;
  border-radius: 3px;
}
.columnContent .listAds thead th:not(.listDetails th),
.columnContent .listOrders thead th:not(.listDetails th),
.columnContent .listMessages thead th:not(.listDetails th),
.columnContent .listMyOrders thead th:not(.listDetails th),
.columnContent .listCredits thead th:not(.listDetails th),
.columnContent .listingAdCf thead th:not(.listDetails th),
.columnContent .listProfile thead th:not(.listDetails th),
.columnContent .listaCereri thead th:not(.listDetails th) {
  border-bottom: 0!important;
}
.columnContent .listAds .listDetails th,
.columnContent .listOrders .listDetails th,
.columnContent .listMessages .listDetails th,
.columnContent .listMyOrders .listDetails th,
.columnContent .listCredits .listDetails th,
.columnContent .listingAdCf .listDetails th,
.columnContent .listProfile .listDetails th,
.columnContent .listaCereri .listDetails th {
  border-top: 0!important;
}
.columnContent .listAds thead th,
.columnContent .listOrders thead th,
.columnContent .listMessages thead th,
.columnContent .listMyOrders thead th,
.columnContent .listCredits thead th,
.columnContent .listingAdCf thead th,
.columnContent .listProfile thead th,
.columnContent .listaCereri thead th {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: white !important;
  vertical-align: middle;
  color: #3c4957 !important;
}
.columnContent .listAds td:not(.border-row td),
.columnContent .listOrders td:not(.border-row td),
.columnContent .listMessages td:not(.border-row td),
.columnContent .listMyOrders td:not(.border-row td),
.columnContent .listCredits td:not(.border-row td),
.columnContent .listingAdCf td:not(.border-row td),
.columnContent .listProfile td:not(.border-row td),
.columnContent .listaCereri td:not(.border-row td) {
  border-bottom: 0!important;
}
.columnContent .listAds .custom-control,
.columnContent .listOrders .custom-control,
.columnContent .listMessages .custom-control,
.columnContent .listMyOrders .custom-control,
.columnContent .listCredits .custom-control,
.columnContent .listingAdCf .custom-control,
.columnContent .listProfile .custom-control,
.columnContent .listaCereri .custom-control {
  height: 27px;
}
@media only screen and (min-width: 1410px) {
  .columnContent .listAds .custom-control,
  .columnContent .listOrders .custom-control,
  .columnContent .listMessages .custom-control,
  .columnContent .listMyOrders .custom-control,
  .columnContent .listCredits .custom-control,
  .columnContent .listingAdCf .custom-control,
  .columnContent .listProfile .custom-control,
  .columnContent .listaCereri .custom-control {
    width: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .columnContent .listAds .ellipsis-ad-title,
  .columnContent .listOrders .ellipsis-ad-title,
  .columnContent .listMessages .ellipsis-ad-title,
  .columnContent .listMyOrders .ellipsis-ad-title,
  .columnContent .listCredits .ellipsis-ad-title,
  .columnContent .listingAdCf .ellipsis-ad-title,
  .columnContent .listProfile .ellipsis-ad-title,
  .columnContent .listaCereri .ellipsis-ad-title,
  .columnContent .listAds .ellipsis-ad-brand,
  .columnContent .listOrders .ellipsis-ad-brand,
  .columnContent .listMessages .ellipsis-ad-brand,
  .columnContent .listMyOrders .ellipsis-ad-brand,
  .columnContent .listCredits .ellipsis-ad-brand,
  .columnContent .listingAdCf .ellipsis-ad-brand,
  .columnContent .listProfile .ellipsis-ad-brand,
  .columnContent .listaCereri .ellipsis-ad-brand {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .columnContent .listAds .ellipsis-ad-title,
  .columnContent .listOrders .ellipsis-ad-title,
  .columnContent .listMessages .ellipsis-ad-title,
  .columnContent .listMyOrders .ellipsis-ad-title,
  .columnContent .listCredits .ellipsis-ad-title,
  .columnContent .listingAdCf .ellipsis-ad-title,
  .columnContent .listProfile .ellipsis-ad-title,
  .columnContent .listaCereri .ellipsis-ad-title,
  .columnContent .listAds .ellipsis-ad-brand,
  .columnContent .listOrders .ellipsis-ad-brand,
  .columnContent .listMessages .ellipsis-ad-brand,
  .columnContent .listMyOrders .ellipsis-ad-brand,
  .columnContent .listCredits .ellipsis-ad-brand,
  .columnContent .listingAdCf .ellipsis-ad-brand,
  .columnContent .listProfile .ellipsis-ad-brand,
  .columnContent .listaCereri .ellipsis-ad-brand {
    max-width: 270px;
  }
}
@media only screen and (min-width: 1410px) {
  .columnContent .listAds .ellipsis-ad-title,
  .columnContent .listOrders .ellipsis-ad-title,
  .columnContent .listMessages .ellipsis-ad-title,
  .columnContent .listMyOrders .ellipsis-ad-title,
  .columnContent .listCredits .ellipsis-ad-title,
  .columnContent .listingAdCf .ellipsis-ad-title,
  .columnContent .listProfile .ellipsis-ad-title,
  .columnContent .listaCereri .ellipsis-ad-title,
  .columnContent .listAds .ellipsis-ad-brand,
  .columnContent .listOrders .ellipsis-ad-brand,
  .columnContent .listMessages .ellipsis-ad-brand,
  .columnContent .listMyOrders .ellipsis-ad-brand,
  .columnContent .listCredits .ellipsis-ad-brand,
  .columnContent .listingAdCf .ellipsis-ad-brand,
  .columnContent .listProfile .ellipsis-ad-brand,
  .columnContent .listaCereri .ellipsis-ad-brand {
    max-width: 350px;
  }
}
.columnContent .listAds .custom-checkbox .custom-control-label,
.columnContent .listOrders .custom-checkbox .custom-control-label,
.columnContent .listMessages .custom-checkbox .custom-control-label,
.columnContent .listMyOrders .custom-checkbox .custom-control-label,
.columnContent .listCredits .custom-checkbox .custom-control-label,
.columnContent .listingAdCf .custom-checkbox .custom-control-label,
.columnContent .listProfile .custom-checkbox .custom-control-label,
.columnContent .listaCereri .custom-checkbox .custom-control-label {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  vertical-align: top;
  left: 50%;
  transform: translate(-50%, -50%);
}
.columnContent .listAds .custom-checkbox .custom-control-label::before,
.columnContent .listOrders .custom-checkbox .custom-control-label::before,
.columnContent .listMessages .custom-checkbox .custom-control-label::before,
.columnContent .listMyOrders .custom-checkbox .custom-control-label::before,
.columnContent .listCredits .custom-checkbox .custom-control-label::before,
.columnContent .listingAdCf .custom-checkbox .custom-control-label::before,
.columnContent .listProfile .custom-checkbox .custom-control-label::before,
.columnContent .listaCereri .custom-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 6px;
  position: absolute!important;
  border: 1px solid #dfe3e8;
  border-color: #dfe3e8 !important;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.columnContent .listAds .custom-checkbox .custom-control-label:after,
.columnContent .listOrders .custom-checkbox .custom-control-label:after,
.columnContent .listMessages .custom-checkbox .custom-control-label:after,
.columnContent .listMyOrders .custom-checkbox .custom-control-label:after,
.columnContent .listCredits .custom-checkbox .custom-control-label:after,
.columnContent .listingAdCf .custom-checkbox .custom-control-label:after,
.columnContent .listProfile .custom-checkbox .custom-control-label:after,
.columnContent .listaCereri .custom-checkbox .custom-control-label:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  width: 25px;
  height: 25px;
}
.columnContent .listAds .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listOrders .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listMessages .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listMyOrders .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listCredits .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listingAdCf .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listProfile .custom-control-input:focus ~ .custom-control-label::before,
.columnContent .listaCereri .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.columnContent .listAds .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listOrders .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listMessages .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listMyOrders .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listCredits .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listingAdCf .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listProfile .custom-control-input:hover ~ .custom-control-label::before,
.columnContent .listaCereri .custom-control-input:hover ~ .custom-control-label::before {
  border-color: #1E1E1E;
}
.columnContent .listAds tr.collapse,
.columnContent .listOrders tr.collapse,
.columnContent .listMessages tr.collapse,
.columnContent .listMyOrders tr.collapse,
.columnContent .listCredits tr.collapse,
.columnContent .listingAdCf tr.collapse,
.columnContent .listProfile tr.collapse,
.columnContent .listaCereri tr.collapse {
  display: none;
}
.columnContent .listAds tr.collapse.show,
.columnContent .listOrders tr.collapse.show,
.columnContent .listMessages tr.collapse.show,
.columnContent .listMyOrders tr.collapse.show,
.columnContent .listCredits tr.collapse.show,
.columnContent .listingAdCf tr.collapse.show,
.columnContent .listProfile tr.collapse.show,
.columnContent .listaCereri tr.collapse.show {
  display: table-row;
}
.columnContent .listAds .collapseMessages.show,
.columnContent .listOrders .collapseMessages.show,
.columnContent .listMessages .collapseMessages.show,
.columnContent .listMyOrders .collapseMessages.show,
.columnContent .listCredits .collapseMessages.show,
.columnContent .listingAdCf .collapseMessages.show,
.columnContent .listProfile .collapseMessages.show,
.columnContent .listaCereri .collapseMessages.show {
  box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.1);
}
.columnContent .listAds .collapseMessages.show .btn-primary-light,
.columnContent .listOrders .collapseMessages.show .btn-primary-light,
.columnContent .listMessages .collapseMessages.show .btn-primary-light,
.columnContent .listMyOrders .collapseMessages.show .btn-primary-light,
.columnContent .listCredits .collapseMessages.show .btn-primary-light,
.columnContent .listingAdCf .collapseMessages.show .btn-primary-light,
.columnContent .listProfile .collapseMessages.show .btn-primary-light,
.columnContent .listaCereri .collapseMessages.show .btn-primary-light {
  padding: 10px 16px;
}
.columnContent .listAds .badge.custom-border br,
.columnContent .listOrders .badge.custom-border br,
.columnContent .listMessages .badge.custom-border br,
.columnContent .listMyOrders .badge.custom-border br,
.columnContent .listCredits .badge.custom-border br,
.columnContent .listingAdCf .badge.custom-border br,
.columnContent .listProfile .badge.custom-border br,
.columnContent .listaCereri .badge.custom-border br {
  display: none;
}
.columnContent .directionBadge {
  background-color: #28a745;
}
.columnContent .directionBadge- {
  background-color: #CD2420;
}
.columnContent .selectFilters .select2-container--bootstrap .select2-selection {
  border-radius: 3px!important;
  border: 1px solid #dfe3e8 !important;
  height: 36px !important;
  line-height: 24px !important;
  color: #1E1E1E !important;
  padding: 6px 24px 6px 6px!important;
}
@media only screen and (min-width: 992px) {
  .columnContent .selectFilters .select2-container--bootstrap .select2-selection {
    height: 52px !important;
    line-height: 38px !important;
  }
}
.columnContent .selectFilters .select2-selection__rendered span {
  padding-left: 8px!important;
}
.columnContent .selectFilters .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.columnContent .selectFilters .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #1E1E1E !important;
}
.columnContent .selectFilters .select2-container--bootstrap {
  width: 100%!important;
}
.columnContent .form-control:not(.form-control-reshape) {
  height: calc(2.715em + 0.75rem + 2px);
  color: #3c4957 !important;
}
.columnContent .h41px {
  height: 41px;
}
.columnContent .chooseImages .input-group {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  padding-left: 8px;
}
.columnContent .chooseImages .input-group input.kv-fileinput-caption {
  order: 2;
  width: auto;
  display: flex;
  height: 44px !important;
}
.columnContent .chooseImages .input-group .input-group-btn.input-group-append {
  display: flex;
  order: 1;
}
.columnContent .chooseImages .input-group .btn.btn-primary.btn-file {
  background-color: #edf0f3;
  border: 1px solid #dfe3e8;
  width: 170px;
  border-radius: 3px;
  color: #3c4957 !important;
  padding: 5px;
  display: flex;
  align-items: center;
}
.columnContent .chooseImages .input-group .btn.btn-primary.btn-file span {
  color: transparent;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.columnContent .chooseImages .input-group .btn.btn-primary.btn-file span:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/reshape/icons/file-attach.svg);
  background-repeat: no-repeat;
}
.columnContent .chooseImages .input-group .btn.btn-primary.btn-file span:after {
  content: "Select image";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  color: #3c4957 !important;
  font-size: 12px;
}
.columnContent .chooseImages .input-group .btn.fileinput-remove {
  background-color: #edf0f3;
  color: #3c4957 !important;
  padding: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .columnContent .chooseImages .input-group .btn.fileinput-remove {
    font-size: 14px!important;
  }
}
.columnContent .chooseImages .input-group .btn.fileinput-remove span {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .columnContent .chooseImages .input-group .btn.fileinput-remove span {
    font-size: 14px!important;
  }
}
.columnContent .chooseImages .input-group .btn.fileinput-remove span:before {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  content: '';
  background-image: url(../images/reshape/icons/sterse.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 576px) {
  .columnContent .chooseImages .kv-fileinput-caption {
    display: none!important;
  }
}
.columnContent .ads-filter-query,
.columnContent .msgs-filter-query,
.columnContent #csv_url_auto {
  padding: 12px 12px 12px 38px;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  background-image: url(../images/reshape/icons/search2.svg);
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px 20px;
  background-origin: padding-box;
}
.columnContent select.form-control:not(.select-as-input select.form-control) {
  height: calc(1.858em + 0.75rem + 2px);
}
.border-collapse {
  border-collapse: collapse!important;
  border-spacing: 0!important;
}
.border-collapse .orders-listing-item {
  border: 0!important;
}
.listaCereri {
  border-collapse: collapse!important;
  border-spacing: 0!important;
}
.listaCereri .orders-listing-item {
  border: 0!important;
}
.border-row td {
  border-bottom: 6px solid #F2F3F3 !important;
  height: 0;
  padding: 0;
}
.statisticiModalInfo .pricing-header {
  background-color: #edf0f3;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
#ad_stats.chart .legend div:first-of-type,
#park_stats.chart .legend div:first-of-type {
  background-color: transparent!important;
}
#ad_stats.chart .legend table,
#park_stats.chart .legend table {
  left: auto!important;
  right: 12px!important;
}
#ad_stats.chart .legend .legendColorBox div:first-of-type,
#park_stats.chart .legend .legendColorBox div:first-of-type {
  border-radius: 100%;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  border: 0!important;
  border-radius: 3px;
}
.formError .formErrorArrow div {
  border: 0!important;
}
.orderDetails .custom-control-input:focus ~ .custom-control-label::before,
.accountUtils .custom-control-input:focus ~ .custom-control-label::before,
.accountProfile .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.orderDetails .custom-control-input:checked ~ .custom-control-label::before,
.accountUtils .custom-control-input:checked ~ .custom-control-label::before,
.accountProfile .custom-control-input:checked ~ .custom-control-label::before,
.orderDetails .custom-control-input ~ .custom-control-label::before,
.accountUtils .custom-control-input ~ .custom-control-label::before,
.accountProfile .custom-control-input ~ .custom-control-label::before {
  color: #fff;
  border-color: #dfe3e8;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  top: 0;
}
.orderDetails .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.accountUtils .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.accountProfile .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #dfe3e8;
}
.orderDetails .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.accountUtils .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.accountProfile .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border-radius: 100%;
  border: 7px solid #000;
  width: 20px;
  height: 20px;
  background-image: none;
  top: 0;
}
.orderDetails .custom-control-input:focus ~ .custom-control-label::before,
.accountUtils .custom-control-input:focus ~ .custom-control-label::before,
.accountProfile .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
@media only screen and (min-width: 1400px) {
  .messagesContent .ellipsisAuthor,
  .offersContent .ellipsisAuthor,
  .creditContent .ellipsisAuthor,
  .utilsContent .ellipsisAuthor {
    width: 120px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
  }
}
.messagesContent .messageFrom a,
.offersContent .messageFrom a,
.creditContent .messageFrom a,
.utilsContent .messageFrom a {
  color: #3c4957 !important;
}
.messagesContent .messageFrom a:hover,
.offersContent .messageFrom a:hover,
.creditContent .messageFrom a:hover,
.utilsContent .messageFrom a:hover {
  color: #CD2420 !important;
}
.messagesContent .messageFrom .badge-success,
.offersContent .messageFrom .badge-success,
.creditContent .messageFrom .badge-success,
.utilsContent .messageFrom .badge-success {
  background-color: #edf0f3;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  color: #1E1E1E;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}
.messagesContent .buyCredits .card-header,
.offersContent .buyCredits .card-header,
.creditContent .buyCredits .card-header,
.utilsContent .buyCredits .card-header {
  height: 90px;
}
@media only screen and (min-width: 1200px) {
  .messagesContent .buyCredits .card-header,
  .offersContent .buyCredits .card-header,
  .creditContent .buyCredits .card-header,
  .utilsContent .buyCredits .card-header {
    height: 90px;
  }
}
.messagesContent .buyCredits i.fa-check-circle:before,
.offersContent .buyCredits i.fa-check-circle:before,
.creditContent .buyCredits i.fa-check-circle:before,
.utilsContent .buyCredits i.fa-check-circle:before {
  content: '';
}
.messagesContent .buyCredits .credit-pack-active,
.offersContent .buyCredits .credit-pack-active,
.creditContent .buyCredits .credit-pack-active,
.utilsContent .buyCredits .credit-pack-active {
  border: 2px solid #CD2420;
}
.messagesContent .buyCredits .credit-pack-active .card-header br,
.offersContent .buyCredits .credit-pack-active .card-header br,
.creditContent .buyCredits .credit-pack-active .card-header br,
.utilsContent .buyCredits .credit-pack-active .card-header br {
  display: none;
}
.messagesContent .radioBtn,
.offersContent .radioBtn,
.creditContent .radioBtn,
.utilsContent .radioBtn {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #dfe3e8;
}
.messagesContent .pay-active .radioBtn,
.offersContent .pay-active .radioBtn,
.creditContent .pay-active .radioBtn,
.utilsContent .pay-active .radioBtn {
  background-color: #fff;
  border: 7px solid #000;
}
.statusUserAsociat .badge {
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  padding: 0.4rem 0.5rem !important;
}
.statusUserAsociat .badge.badge-success {
  background-color: #28a745;
  position: relative;
  color: transparent;
  font-size: 0;
  border: 0;
  height: 20px;
  width: 20px;
}
.statusUserAsociat .badge.badge-success:after {
  content: '';
  width: 14px;
  height: 10px;
  position: absolute;
  background-image: url('../images/reshape/icons/IconCheck.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.form-control {
  border: 1px solid #dfe3e8 !important;
  border-radius: 3px;
}
.form-control::placeholder {
  color: rgba(83, 100, 116, 0.5) !important;
  opacity: 1;
}
select.select-with-br {
  border-radius: 25px;
  border-color: #3c4957 !important;
  color: #1e1e1e;
  padding: 6px 11px 8px 8px;
}
select.select-with-brLimit {
  border-radius: 25px;
  border-color: #3c4957 !important;
  color: #1e1e1e;
  padding: 6px 22px 6px 7px!important;
  height: 36px!important;
}
@media only screen and (min-width: 992px) {
  select.select-with-brLimit {
    height: 40px!important;
  }
}
.selectWrapper {
  width: 112px!important;
}
@media only screen and (min-width: 992px) {
  .selectWrapper {
    width: 122px!important;
  }
}
.selectWrapperDate {
  width: 128px!important;
}
@media only screen and (min-width: 992px) {
  .selectWrapperDate {
    width: 146px!important;
  }
}
.selectWrapperDateAnunturi {
  width: 140px!important;
}
@media only screen and (min-width: 992px) {
  .selectWrapperDateAnunturi {
    width: 150px!important;
  }
}
.form-control:-ms-input-placeholder {
  color: #536474 !important;
}
.form-control::-ms-input-placeholder {
  color: #536474 !important;
}
.selectDate {
  border-radius: 25px;
  border-color: #3c4957 !important;
  color: #1E1E1E;
  padding: 9px 11px 9px 11px;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .selectDate {
    min-width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .custom-select-wrapper-sort {
    max-width: 200px;
  }
}
.select-as-input-custom .select2-container--bootstrap .select2-selection {
  height: 36px !important;
  line-height: 24px !important;
}
.custom-select-wrapper,
.custom-select-wrapper-with-icon,
.custom-select-wrapper-sort {
  position: relative;
}
.custom-select-wrapper select,
.custom-select-wrapper-with-icon select,
.custom-select-wrapper-sort select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  padding-left: 12px;
  background-color: white;
  background-image: none;
  color: #1E1E1E !important;
}
.custom-select-wrapper:after,
.custom-select-wrapper-with-icon:after,
.custom-select-wrapper-sort:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3c4957;
}
.custom-select-wrapper-with-icon:before,
.custom-select-wrapper-with-icon2:before {
  content: '';
  background-image: url(../images/reshape/icons/swap_vert.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 11px;
}
.custom-select-wrapper-with-icon select,
.custom-select-wrapper-with-icon2 select {
  padding: 6px 24px 8px 30px!important;
}
@media only screen and (min-width: 768px) {
  #searchModal .modal-lg {
    max-width: 100%;
  }
  #searchModal .modal-content {
    border: 0;
    background-color: transparent;
  }
}
#ad-phone-container .equal-table,
#ad-phone .equal-table {
  table-layout: fixed;
}
@media only screen and (min-width: 414px) {
  #ad-phone-container .equal-table-desktop,
  #ad-phone .equal-table-desktop {
    table-layout: fixed;
  }
}
#ad-phone-container .bg-dark-grey,
#ad-phone .bg-dark-grey {
  font-size: 12px;
}
@media only screen and (min-width: 390px) {
  #ad-phone-container .bg-dark-grey,
  #ad-phone .bg-dark-grey {
    font-size: 14px!important;
  }
}
#ad-phone-container a.btn.btn-success,
#ad-phone a.btn.btn-success {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #05c04b;
  border-radius: 3px;
  border: 1px solid #CD2420 !important;
  font-weight: normal!important;
  color: #fff;
  font-size: 12px;
}
#ad-phone-container a.btn.btn-success i,
#ad-phone a.btn.btn-success i {
  margin-right: 0.5rem !important;
}
@media only screen and (min-width: 390px) {
  #ad-phone-container a.btn.btn-success,
  #ad-phone a.btn.btn-success {
    font-size: 14px!important;
  }
}
#ad-phone-container .bg-dark-grey,
#ad-phone .bg-dark-grey,
#ad-phone-container .btn-success,
#ad-phone .btn-success {
  padding: 11px;
}
.close {
  opacity: 1;
}
.close .iconClose {
  height: 32px;
  display: flex;
  width: 32px;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.close:focus {
  outline: none;
}
.adOrder .modal-lg .input-group input.input-number {
  background-color: transparent;
  border: 0!important;
}
.adOrder .modal-lg .input-group button {
  padding: 0;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 992px) {
  .adOrder .modal-lg {
    max-width: 650px;
  }
}
.recaptcha-checkbox-border {
  border: 2px solid #edf0f3;
}
@media only screen and (min-width: 992px) {
  .orderRequest {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
.file-caption .input-group {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
.file-caption .input-group .file-caption-name {
  border: none!important;
  -ms-flex-order: 2;
  order: 2;
  width: 44%;
  height: auto;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .file-caption .input-group .file-caption-name {
    font-size: 14px!important;
  }
}
.file-caption .input-group .input-group-btn.input-group-append {
  flex-wrap: nowrap;
  -ms-flex-order: 1;
  order: 1;
}
.file-caption .fileinput-remove-button,
.file-caption .fileinput-upload-button,
.file-caption .fileinput-cancel-button {
  margin: 0.25rem !important;
  font-size: 14px!important;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
  color: #3c4957 !important;
  border-radius: 3px!important;
}
.fileUploadPark .file-input {
  width: 100%;
}
.fileUploadPark .fileinput-remove-button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.5;
}
.fileUploadPark .fileinput-remove-button .f12 {
  font-size: 13px!important;
}
.img-gallery-reshape .pip a {
  display: block;
}
.img-gallery-reshape .pip a .imageThumb {
  border: 0!important;
  border-radius: 3px;
}
.img-gallery-reshape .pip .remove-img {
  float: none;
}
.img-gallery-reshape .pip br {
  display: none;
}
.uploadedFilesPark .pip {
  display: inline-table;
}
.uploadedFilesPark .pip i {
  margin-right: 5px;
}
.autorizatiiPark img {
  height: 51px;
  border: 1px solid #dfe3e8;
  border-radius: 3px;
}
.userParkStats tr td:not(:last-child) {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #edf0f3;
}
.formSection #description {
  height: 44px !important;
}
.formSection .select2-container--bootstrap {
  width: 100%!important;
}
@media only screen and (max-width: 381px) {
  .formSection #history-block-toggle .ml-2 {
    margin-left: 0!important;
    margin-top: 10px!important;
  }
}
@media (min-width: 382px) and (max-width: 409px) {
  .formSection #history-block-toggle .ml-2 {
    margin-left: 4px!important;
  }
}
@media only screen and (max-width: 409px) {
  .formSection #history-block-toggle .f14 {
    font-size: 13px!important;
  }
}
@media only screen and (max-width: 381px) {
  .orderRequest #history-block-toggle .ml-2 {
    margin-left: 0!important;
    margin-top: 10px!important;
  }
}
.shrink-to-content {
  width: 1%;
  white-space: nowrap;
  padding: 0;
}
.buyIcon {
  padding: 5px 9px;
  line-height: 1.7;
}
.badgeCustom {
  padding: 2px 6px;
}
.min-w-xs-140px {
  min-width: 140px;
}
.shadowSectionForm {
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.05);
}
.ad-top-ca-reshape .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  max-width: 60%;
  max-height: 2.4em;
  text-align: left;
}
.ad-top-ca-reshape {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border: 1px solid #ddd;
  padding: 10px 10px 15px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 1000;
  width: 100%;
  top: 5px;
  /* Default desktop */
}
@media only screen and (min-width: 992px) {
  .ad-top-ca-reshape {
    width: 40%;
    top: 4px;
  }
}
.ad-top-ca-reshape.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 767px) {
  .ad-top-ca-reshape {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
  }
  .ad-top-ca-reshape.show {
    transform: translateY(0);
  }
}
.orders.order-canceled {
  background-color: #ac9407;
}
.orders.order-new,
.orders.order-finished {
  background-color: #28a745;
}
.orders.order-processing {
  background-color: #3c4957;
}
.orders {
  text-transform: lowercase;
}
.switch-view {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  border: 1px solid #3c4957;
  background-color: #fff;
}
.visually-hidden-img {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.addAnunt.br3Bottom {
  border-bottom: 1px solid #dfe3e8;
}
.addAnunt.br3Top {
  border-top: 1px solid #dfe3e8;
}
.arrow {
  position: relative;
}
.arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3c4957;
}
.float-whatsapp {
  position: fixed;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  bottom: 20px!important;
  left: 20px!important;
  right: auto!important;
  width: 50px!important;
  height: 50px!important;
  line-height: 50px!important;
}
@media only screen and (min-width: 768px) {
  .float-whatsapp {
    right: 20px!important;
    left: auto!important;
  }
}
.gap10 {
  gap: 10px;
}
.toggle-content-brands {
  max-height: 4.5rem;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .toggle-content-brands {
    max-height: 5em;
  }
}
@media only screen and (min-width: 1200px) {
  .toggle-content-brands {
    max-height: 5.2em;
  }
}
.toggle-content-brands.expanded {
  max-height: 500px;
}
.word-break-all {
  word-break: break-all;
}
#return-to-top {
  width: 30px!important;
  height: 30px!important;
  right: 20px!important;
  left: auto!important;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3) !important;
  bottom: 25px!important;
}
#return-to-top i {
  top: 5px!important;
  left: 9px!important;
  font-size: 15px!important;
}
#return-to-top:hover i {
  top: 5px!important;
}
.left-ad-container {
  display: none!important;
}
@media only screen and (min-width: 1200px) {
  .left-ad-container {
    display: block!important;
  }
}
.swiper-slide .item-gads {
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 768px) {
  .g-ads-listing-mobile {
    transform-origin: 0 0;
    transform: scale(1) !important;
  }
}
@media (max-width: 768px) {
  .g-ads-listing-mobile ins {
    display: block !important;
    margin: 0 auto !important;
  }
}
.carousel-categorii-home,
.parks-carousel {
  visibility: hidden;
}
.carousel-categorii-home.swiper-initialized,
.parks-carousel.swiper-initialized {
  visibility: visible;
}
.h186px-mob {
  height: 186px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .h186px-mob {
    height: auto;
  }
}
.resize-textarea {
  resize: vertical;
  height: 60px;
  min-height: 60px;
}
.file-upload-indicator {
  display: none;
}
.listingContent .title a:hover {
  color: #CD2420 !important;
}
.object-cover {
  object-fit: cover;
}
.ad-carousel-thumbs-reshape {
  max-height: 108px;
}
.ad-carousel-thumbs-reshape {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ad-carousel-thumbs-reshape.swiper-initialized {
  visibility: visible;
  opacity: 1;
}
.ad-thumb-prev,
.ad-thumb-next {
  transition: opacity 0.3s ease-in-out;
}
.ad-carousel-next,
.ad-carousel-prev {
  display: none!important;
}
@media only screen and (min-width: 768px) {
  .ad-carousel-next,
  .ad-carousel-prev {
    transform: translateY(-100%) !important;
    display: flex!important;
  }
}
.ad-carousel-next {
  right: 5px!important;
}
.ad-carousel-prev {
  left: 20px!important;
}
.step {
  background-color: #CD2420;
  width: 40px;
  height: 40px;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.howTo {
  list-style: none;
  list-style-type: none;
  padding-left: 0!important;
  margin: 0!important;
}
.howTo li {
  counter-increment: list-counter;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-left: 2rem;
}
.howTo li::before {
  color: #CD2420;
  content: counter(list-counter);
  font-size: 2rem;
  font-weight: 700;
  left: 0;
  top: 0%;
  transform: translateY(0%);
  line-height: 1;
  position: absolute;
}
.howTo li::marker {
  content: none;
}
.classforbtn .btn.btn-primary.btn-file {
  margin-right: 10px!important;
  padding: 0.375rem 0.75rem;
  border-radius: 3px !important;
  margin-left: 8px !important;
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
  font-size: 12px;
}
.classforbtn span.hidden-xs {
  font-size: 14px!important;
}
.classforsecondbtn .btn {
  margin-right: 10px!important;
}
.uploadedFilesPark .r-to-left,
.uploadedFilesPark .r-to-right,
.uploadedFilesPark .remove {
  margin-top: 10px!important;
}
.brr3px {
  border-radius: 3px!important;
}
.br4 {
  border-radius: 4px!important;
}
/*# sourceMappingURL=reshape.css.map */