[data-isb-theme=dark] {
  --bodybackground: #161616;
  --overbodybackground: #ffffff14;
  --headerbackground: #000000;
  --headercolor: #ffffff;
  --bodybg: #242424;
  --textcolor: #ffffffa4;
  --textwhite: #ffffffa4;
  --primarybg: #242424;
  --secondarybg: #303030;
  --darkbg: #1d1d1d;
  --inputbg: #4a4a4a;
  --orange: #fe6600;
  --blue: #4285f4;
  --green: #0f9d58;
  --yellow: #fbbc04;
  --buttonbg: #000000;
  --buttoncolor: #ebebeb;
  --mapmarker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  color: #ffffff;
}

[data-isb-theme=light] {
  --bodybackground: #abc3ff;
  --overbodybackground: #ffffff;
  --headerbackground: #001240;
  --headercolor: #ffffff;
  --bodybg: #f4f4f4;
  --textcolor: #050505;
  --textwhite: #ffffffa4;
  --primarybg: #e7e7e7;
  --secondarybg: #ffffff;
  --darkbg: #dbdbdb;
  --inputbg: #ffffff;
  --orange: #fe6600;
  --blue: #4285f4;
  --green: #0f9d58;
  --yellow: #fbbc04;
  --buttonbg: #323030;
  --buttoncolor: #ebebeb;
  --mapmarker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  color: #ffffff;
}

body.searchOpened {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
body.searchOpened::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6156862745);
  backdrop-filter: blur(0.5128205128vw);
  z-index: 98;
}
body .input {
  margin-bottom: 1.25vw;
  position: relative;
}
@media (max-width: 990px) {
  body .input {
    margin-bottom: 3.0769230769vw;
  }
}
body .input label {
  margin-bottom: 0.2604166667vw;
  font-size: 0.7291666667vw;
  color: var(--textcolor);
  display: block;
  width: 100%;
}
@media (max-width: 990px) {
  body .input label {
    font-size: 3.0769230769vw;
  }
}
body .input label span {
  color: red;
}
body .input input,
body .input select,
body .input textarea,
body .input .uploadinput,
body .input span.select2-selection.select2-selection--single {
  width: 100%;
  height: 2.6041666667vw;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0.15625vw 0.4166666667vw;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.3125vw;
  font-size: 0.8333333333vw;
  color: var(--textcolor);
  outline: none !important;
  caret-color: #000;
}
@media (max-width: 990px) {
  body .input input,
  body .input select,
  body .input textarea,
  body .input .uploadinput,
  body .input span.select2-selection.select2-selection--single {
    height: 11.5384615385vw;
    border-radius: 3.0769230769vw;
    font-size: 4.1025641026vw;
    padding-left: 3.8461538462vw;
    box-shadow: none;
    border-radius: 1.5384615385vw;
    font-size: clamp(16px, 4.1025641026vw, 4.1025641026vw);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0.2604166667vw 0.78125vw;
    position: relative;
    z-index: 8;
  }
}
body .input textarea {
  min-height: 8.3333333333vw;
  resize: none;
}
@media (max-width: 990px) {
  body .input textarea {
    min-height: 41.0256410256vw;
  }
}
body .input .char-count,
body .input #priceInWords {
  font-size: 0.5208333333vw;
  color: var(--textcolor);
  text-align: right;
  width: 100%;
  display: block;
}
@media (max-width: 990px) {
  body .input .char-count,
  body .input #priceInWords {
    font-size: 2.5641025641vw;
  }
}
body .input #priceInWords {
  text-align: left;
  text-transform: uppercase;
}
body .input .submitbutton {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 3.125vw;
  width: 100%;
  background-color: var(--primarybg);
  color: var(--textcolor);
  font-weight: bold;
  text-transform: uppercase;
}
body span.select2-container.select2-container--above .selection .select2-selection .select2-selection__rendered, body span.select2-container.select2-container--below .selection .select2-selection .select2-selection__rendered {
  color: var(--textcolor);
  opacity: 1;
}
body span.select2-container .selection .select2-selection {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body span.select2-container .selection .select2-selection .select2-selection__rendered {
  color: var(--textcolor);
}
body span.select2-container .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 0.78125vw;
  transform: translateY(-50%);
}
body span.select2-container span.select2-dropdown {
  background-color: #505050;
  transform: translate(0, 0.625vw);
  border-radius: 0.3125vw;
  padding: 0.625vw;
}
body span.select2-container span.select2-dropdown .select2-search.select2-search--dropdown {
  margin-bottom: 0.625vw;
}
body span.select2-container span.select2-dropdown .select2-search.select2-search--dropdown input {
  height: 2.6041666667vw;
  font-size: 0.8333333333vw;
  padding: 0 0.625vw;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0.15625vw 0.4166666667vw;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.3125vw !important;
  color: var(--textcolor);
  outline: none !important;
}
@media (max-width: 990px) {
  body span.select2-container span.select2-dropdown .select2-search.select2-search--dropdown input {
    height: 12.8205128205vw;
    font-size: 4.1025641026vw;
  }
}
body span.select2-container span.select2-dropdown .select2-results {
  width: 100%;
}
body span.select2-container span.select2-dropdown .select2-results ul.select2-results__options::-webkit-scrollbar {
  width: 0;
}
body span.select2-container span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--group strong.select2-results__group {
  color: var(--textcolor);
  font-size: 0.625vw;
}
body span.select2-container span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selectable {
  color: var(--textcolor);
  border-radius: 0.3125vw;
  height: 2.6041666667vw;
  padding: 0.2604166667vw 0.78125vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body span.select2-container span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #242424;
}
body span.select2-container span.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--selectable:hover {
  background-color: #242424;
}
body span.select2-container span.select2-dropdown li.select2-results__option.select2-results__message {
  color: var(--textcolor);
  font-size: 0.7291666667vw;
}
body .box {
  padding: 1.25vw;
  border-radius: 0.625vw;
  background-color: var(--secondarybg);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media (max-width: 990px) {
  body .box {
    border-radius: 1.5384615385vw;
  }
}
body .heading {
  overflow: hidden;
  margin-bottom: 1.25vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  text-transform: capitalize;
}
body .heading h3 {
  font-size: 0.9375vw;
  color: var(--textcolor);
  margin: 0;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .heading h3 {
    font-size: 3.0769230769vw;
  }
}
body .heading .total {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 0.3125vw;
  margin-left: auto;
  font-size: 0.7291666667vw;
  color: var(--textcolor);
  margin-right: 0.625vw;
  background-color: var(--primarybg);
}
@media (max-width: 990px) {
  body .heading .total {
    font-size: 2.5641025641vw;
  }
}
body .notfoundimage {
  height: 70vh;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  body .notfoundimage {
    height: initial;
  }
}
body .notfoundimage img {
  height: 26.0416666667vw;
  display: block;
  margin: auto;
}
@media (max-width: 990px) {
  body .notfoundimage img {
    height: auto;
    max-width: 100%;
  }
}
body .custompagination {
  margin-top: 25px;
  margin-bottom: 1.3020833333vw;
  position: sticky;
  bottom: 1.7708333333vw;
  left: 0;
  background-color: var(--primarybg);
  padding: 0.2604166667vw;
}
body .custompagination nav {
  width: 100%;
}
body .custompagination {
  /* MOBILE VERSION */
}
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden {
  display: none;
}
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden a,
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden span {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 8px 14px;
  font-weight: 600;
  transition: 0.2s ease;
}
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden a:hover,
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden span:hover {
  background: #f2f2f2;
}
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden span {
  opacity: 0.6;
  cursor: not-allowed;
}
body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden {
  /* Dark Mode */
}
@media (prefers-color-scheme: dark) {
  body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden a,
  body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden span {
    background: var(--primarybg) !important;
    color: #ddd;
  }
  body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden a:hover,
  body .custompagination .flex.gap-2.items-center.justify-between.sm\:hidden span:hover {
    background: #2a2a2a;
  }
}
body .custompagination {
  /* DESKTOP VERSION */
}
body .custompagination .sm\:flex {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body .custompagination .sm\:flex div:first-child {
  width: 30%;
}
body .custompagination .sm\:flex div:first-child p span {
  all: unset;
}
body .custompagination .sm\:flex div:last-child {
  width: 70%;
}
body .custompagination .sm\:flex p {
  color: #444;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  body .custompagination .sm\:flex p {
    color: #aaa;
  }
}
body .custompagination .sm\:flex .inline-flex.shadow-sm.rounded-md {
  display: flex;
  gap: 0.625vw;
  justify-content: right;
}
body .custompagination .sm\:flex a[aria-label],
body .custompagination .sm\:flex span[aria-hidden=true],
body .custompagination .sm\:flex span[aria-label],
body .custompagination .sm\:flex span[aria-current=page] span {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border: 1px solid transparent !important;
  background: transparents;
  color: var(--textcolor);
  font-size: 14px;
  transition: 0.2s ease;
  font-weight: 600;
  background-color: var(--secondarybg) !important;
}
body .custompagination .sm\:flex a[aria-label] svg,
body .custompagination .sm\:flex span[aria-hidden=true] svg,
body .custompagination .sm\:flex span[aria-label] svg,
body .custompagination .sm\:flex span[aria-current=page] span svg {
  width: 18px;
  height: 18px;
}
body .custompagination .sm\:flex {
  /* Rounded left & right edges */
}
body .custompagination .sm\:flex a,
body .custompagination .sm\:flex span {
  border-radius: 0.3125vw;
}
body .custompagination .sm\:flex {
  /* Active page */
}
body .custompagination .sm\:flex span[aria-current=page] span {
  background: #000000;
  color: #ffffff !important;
  border-color: var(--blue) !important;
  cursor: default;
  font-weight: 700;
}
body .custompagination .sm\:flex .py-2 {
  padding: 0 !important;
}
body .modal-backdrop {
  backdrop-filter: blur(0.0520833333vw);
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.4941176471);
}
body main {
  padding-top: 4.7916666667vw;
  padding-bottom: 1.1458333333vw;
}
@media (max-width: 990px) {
  body main {
    padding-top: 15.3846153846vw;
    padding-bottom: 10.2564102564vw;
  }
}
body main .heading {
  padding: 0.2604166667vw 0.5208333333vw;
  margin-bottom: 0.625vw;
  background-color: var(--overbodybackground);
  border-radius: 0.625vw;
  min-height: 3.125vw;
}
@media (max-width: 990px) {
  body main .heading {
    padding: 0vw 2.5641025641vw;
    margin-bottom: 1.5384615385vw;
    border-radius: 1.5384615385vw;
    min-height: 10.2564102564vw;
  }
}
body main .heading #backBtn {
  border-radius: 0.625vw;
  background: var(--primarybg);
  cursor: pointer;
  font-size: 0.8333333333vw;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  body main .heading #backBtn {
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
    height: 7.6923076923vw;
    width: 7.6923076923vw;
    margin-right: 3.0769230769vw;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
}
body main .heading #backBtn svg {
  width: 0.9375vw;
  height: 0.9375vw;
}
@media (max-width: 990px) {
  body main .heading #backBtn svg {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
body main .heading #backBtn svg path {
  stroke: var(--textcolor);
}
body main .heading #filterbutton {
  border-radius: 0.625vw;
  background: var(--primarybg);
  cursor: pointer;
  font-size: 0.8333333333vw;
  width: 5.2083333333vw;
  max-width: 100%;
  height: 2.6041666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 990px) {
  body main .heading #filterbutton {
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
    height: 7.6923076923vw;
    width: 7.6923076923vw;
    margin-right: 0vw;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
}
body main .heading #filterbutton svg {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.2604166667vw;
}
@media (max-width: 990px) {
  body main .heading #filterbutton svg {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
body main .heading #filterbutton svg path {
  stroke: var(--textcolor);
}
body main .heading #filterbutton span {
  color: var(--textcolor);
  font-size: 0.7291666667vw;
  font-weight: 600;
}
@media (max-width: 990px) {
  body main .heading #filterbutton span {
    display: none;
  }
}
body main .heading h2,
body main .heading h3 {
  font-size: 1.1458333333vw;
  padding-left: 0.625vw;
}
@media (max-width: 990px) {
  body main .heading h2,
  body main .heading h3 {
    font-size: 3.5897435897vw;
  }
}
body main .heading h2,
body main .heading h3 {
  margin: 0;
  color: var(--textcolor);
}
@media (max-width: 990px) {
  body main .heading h2 img,
  body main .heading h3 img {
    display: none;
  }
}
body main .heading a {
  color: #ffffff;
  font-size: 0.7291666667vw;
}
@media (max-width: 990px) {
  body main .heading a {
    font-size: 3.5897435897vw;
  }
}
body main .heading a {
  margin-left: auto;
}
body main .heading .row {
  align-items: center;
}
body main .heading .row select {
  width: 100%;
  border: 1px solid #000000;
  border-top-color: #fe6600;
  border-right-color: #4285f4;
  border-bottom-color: #0f9d58;
  border-left-color: #fbbc04;
  font-size: 0.7291666667vw;
}
@media (max-width: 990px) {
  body main .heading .row select {
    font-size: 3.0769230769vw;
  }
}
body main .categories.homepagecategories .heading {
  background-color: transparent;
  padding: 0;
  min-height: initial;
}
body main .categories.homepagecategories .heading h2 {
  padding: 0;
  font-size: 0.7291666667vw;
  font-weight: bold;
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .heading h2 {
    font-weight: normal;
    font-size: 2.5641025641vw;
  }
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .container ul {
    vertical-align: initial;
    align-items: initial;
    flex-wrap: wrap;
    margin: 0 -1.2820512821vw;
  }
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .container ul li {
    width: 25%;
    height: 100%;
    padding: 1.2820512821vw;
  }
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .container ul li a {
    background-color: transparent;
    box-shadow: none;
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .container ul li a .image {
    background-color: var(--darkbg);
    padding: 2.5641025641vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .container ul li a .image img {
    height: 10.2564102564vw;
  }
}
@media (max-width: 990px) {
  body main .categories.homepagecategories .container ul li a .name span {
    white-space: initial;
    margin-top: 1.2820512821vw;
  }
}
body main .categories .container ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: -0.625vw;
  padding-bottom: 0.2604166667vw;
}
body main .categories .container ul::-webkit-scrollbar {
  display: none;
}
body main .categories .container ul li {
  width: 16.6666667%;
  padding: 0.625vw;
}
@media (max-width: 990px) {
  body main .categories .container ul li {
    width: 50%;
  }
}
body main .categories .container ul li button,
body main .categories .container ul li a {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0.5208333333vw 1.5625vw;
  background-color: var(--overbodybackground);
  border-radius: 0.2604166667vw;
  border: none;
  width: 100%;
  display: block;
}
@media (max-width: 990px) {
  body main .categories .container ul li button,
  body main .categories .container ul li a {
    padding: 2.5641025641vw 0.5128205128vw;
    padding-left: 2.5641025641vw;
    border-radius: 1.2820512821vw;
    background-color: var(--darkbg);
    color: #000000;
  }
}
body main .categories .container ul li button img,
body main .categories .container ul li a img {
  width: auto;
  height: 5.2083333333vw;
  display: block;
  margin: auto;
}
@media (max-width: 990px) {
  body main .categories .container ul li button img,
  body main .categories .container ul li a img {
    max-width: 100%;
    height: 15.3846153846vw;
  }
}
body main .categories .container ul li button span,
body main .categories .container ul li a span {
  display: block;
  font-size: 0.7291666667vw;
  color: var(--textcolor);
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.625vw;
}
@media (max-width: 990px) {
  body main .categories .container ul li button span,
  body main .categories .container ul li a span {
    font-size: 2.5641025641vw;
    color: var(--textcolor);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3.0769230769vw;
  }
}
body main .homepageadvertismentsection .wrapper {
  margin: 1.25vw 0;
}
body main .homepageadvertismentsection .wrapper .heading {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
body main .homepageadvertismentsection .wrapper .heading h2 {
  color: var(--textcolor);
}
body main .homepageadvertismentsection .wrapper .heading h2 img {
  margin-right: 0.5208333333vw;
  display: none;
}
body main .homepageadvertismentsection .row {
  margin: -0.625vw;
}
@media (max-width: 990px) {
  body main .homepageadvertismentsection .row {
    margin: -1.5384615385vw;
  }
}
body main .homepageadvertismentsection .single {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.625vw;
  padding: 0.78125vw;
  display: block;
}
body main .homepageadvertismentsection .single .image {
  height: 13.0208333333vw;
  background-color: #000000;
  border-radius: 0.625vw;
  position: relative;
}
body main .homepageadvertismentsection .single .image button {
  z-index: 9;
}
body main .homepageadvertismentsection .single .image img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}
body main .homepageadvertismentsection .single .text {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-top: 0.625vw;
}
body main .homepageadvertismentsection .single .text .title {
  width: 70%;
}
body main .homepageadvertismentsection .single .text .title h3 {
  font-size: 0.8333333333vw;
  margin: 0;
  color: var(--textcolor);
}
body main .homepageadvertismentsection .single .text .price {
  width: 30%;
}
body main .homepageadvertismentsection .single .text .price h4 {
  text-align: right;
  font-size: 0.8333333333vw;
  margin: 0;
  color: var(--textcolor);
}
body .advertismentcard {
  background-color: var(--overbodybackground);
  border-radius: 0.625vw;
  padding: 0.78125vw;
  display: block;
  position: relative;
}
@media (max-width: 990px) {
  body .advertismentcard {
    border-radius: 1.5384615385vw;
    padding: 2.5641025641vw;
  }
}
body .advertismentcard .badges {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 100%;
  z-index: 9;
}
body .advertismentcard .badges > div {
  all: unset;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2604166667vw 0.5208333333vw;
  border-radius: 0.5208333333vw;
  background-color: var(--primarybg);
  color: var(--textcolor);
  font-size: 0.7291666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  body .advertismentcard .badges > div {
    padding: 1.2820512821vw 2.5641025641vw;
    border-radius: 1.5384615385vw;
    font-size: 2.5641025641vw;
  }
}
body .advertismentcard .badges > div svg {
  height: 0.78125vw;
  margin-right: 0.2604166667vw;
}
@media (max-width: 990px) {
  body .advertismentcard .badges > div svg {
    height: 2.5641025641vw;
    width: auto;
    margin-right: 1.0256410256vw;
  }
}
body .advertismentcard .badges .viewcount {
  top: 1.25vw;
  left: 1.25vw;
}
@media (max-width: 990px) {
  body .advertismentcard .badges .viewcount {
    top: 3.8461538462vw;
    left: 3.8461538462vw;
  }
}
body .advertismentcard .badges .favouritecount {
  top: 1.25vw;
  right: 1.25vw;
  height: 1.5625vw;
  z-index: 2;
  padding: 0;
}
@media (max-width: 990px) {
  body .advertismentcard .badges .favouritecount {
    top: 3.8461538462vw;
    right: 3.8461538462vw;
    height: 6.4102564103vw;
  }
}
body .advertismentcard .badges .favouritecount button {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0.3125vw;
  width: 100%;
  height: 100%;
  border: none;
  text-align: left;
}
body .advertismentcard .badges .favouritecount button svg {
  fill: var(--textcolor);
}
body .advertismentcard .badges .favouritecount button.active svg {
  fill: #ff0000;
}
body .advertismentcard .badges .favouritecount span {
  color: var(--textcolor);
  font-size: 0.7291666667vw;
  padding-left: 2.0833333333vw;
  display: block;
  min-width: 2.6041666667vw;
  padding-right: 0.625vw;
}
@media (max-width: 990px) {
  body .advertismentcard .badges .favouritecount span {
    padding-left: 6.4102564103vw;
    padding-right: 1.5384615385vw;
    font-size: 3.0769230769vw;
    text-align: right;
  }
}
body .advertismentcard a .image {
  height: 13.0208333333vw;
  background-color: #9f9f9f;
  border-radius: 0.625vw;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  body .advertismentcard a .image {
    height: 64.1025641026vw;
    border-radius: 1.5384615385vw;
  }
}
body .advertismentcard a .image button {
  z-index: 9;
}
body .advertismentcard a .image img {
  max-width: 100%;
  max-height: 100%;
}
body .advertismentcard a .video-wrapper {
  height: 13.0208333333vw;
  background-color: #9f9f9f;
  border-radius: 0.625vw;
  position: relative;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  body .advertismentcard a .video-wrapper {
    height: 64.1025641026vw;
    border-radius: 1.5384615385vw;
  }
}
body .advertismentcard a .video-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
body .advertismentcard a .video-wrapper video {
  max-width: 100%;
  max-height: 100%;
}
body .advertismentcard a .text {
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-top: 0.625vw;
}
@media (max-width: 990px) {
  body .advertismentcard a .text {
    margin-top: 1.5384615385vw;
  }
}
body .advertismentcard a .text .title {
  width: 70%;
}
body .advertismentcard a .text .title h3 {
  font-size: 0.8333333333vw;
  margin: 0;
  color: var(--textcolor);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 990px) {
  body .advertismentcard a .text .title h3 {
    font-size: 3.0769230769vw;
  }
}
body .advertismentcard a .text .price {
  width: 30%;
}
body .advertismentcard a .text .price h4 {
  text-align: right;
  font-size: 0.8333333333vw;
  margin: 0;
  color: var(--textcolor);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 990px) {
  body .advertismentcard a .text .price h4 {
    font-size: 3.5897435897vw;
    font-weight: 600;
  }
}
body .advertismentcard a .text .price h4 span {
  font-weight: 400;
  font-size: 0.7291666667vw;
}
@media (max-width: 990px) {
  body .advertismentcard a .text .price h4 span {
    font-size: 3.0769230769vw;
    font-weight: 400;
  }
}

@media (max-width: 990px) {
  .ispopupopened::before {
    display: none;
  }
  .ispopupopened header {
    width: 100%;
    overflow: hidden;
  }
  .ispopupopened header .container .row {
    flex-wrap: nowrap;
  }
  .ispopupopened header .container .row form {
    position: fixed;
    top: 13.0769230769vw;
    left: 0;
    width: 100%;
    display: block;
    padding: 1.2820512821vw;
    background-color: #ffffff;
    height: calc(100vh - 13.0769230769vw);
  }
  .ispopupopened header .container .row form .mainlocation {
    position: relative;
    width: 100%;
    padding-left: 0;
    left: 0;
    top: 0;
    left: 0;
  }
  .ispopupopened header .container .row form .mainlocation svg {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .ispopupopened header .container .row form .mainlocation .location-input-wrapper input {
    height: 11.5384615385vw;
    width: 100%;
    font-size: clamp(16px, 4.1025641026vw, 4.1025641026vw);
    box-shadow: none;
    border: 1px solid #ced4da;
    border-radius: 6px !important;
    padding-left: 7.6923076923vw;
  }
  .ispopupopened header .container .row form .blankspace {
    display: none;
  }
  .ispopupopened header .container .row form .search {
    padding: 1.5384615385vw 0;
    display: block;
    width: 100%;
  }
  .ispopupopened header .container .row form .search .input-group {
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 1.5384615385vw;
  }
  .ispopupopened header .container .row form .search .input-group input {
    height: 11.5384615385vw;
    background-color: #ffffff;
    border-radius: 1.5384615385vw !important;
    width: calc(100% - 15.8974358974vw) !important;
    font-size: 4.1025641026vw;
    padding-left: 3.0769230769vw;
    box-shadow: none;
    border: 1px solid #ced4da;
  }
  .ispopupopened header .container .row form .search .input-group button {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    border: none;
    background-color: var(--themecolor);
    border-radius: 1.5384615385vw !important;
    color: #ffffff;
  }
  .ispopupopened header .container .row form .search .input-group button svg {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .pac-container {
    z-index: 9999;
    height: 100%;
  }
}
@media (min-width: 991px) {
  .phonemenu {
    display: none;
  }
}
.phonemenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.phonemenu .mainlocation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -25.641025641vw);
  transition: 0.5s linear;
}
.phonemenu .mainlocation.mainlocationopen {
  transform: translate(0, 0);
}
.phonemenu .mainlocation svg {
  position: absolute;
  top: 50%;
  left: 3.8461538462vw;
  transform: translate(0, -50%);
}
.phonemenu .mainlocation .location-input-wrapper input {
  height: 12.8205128205vw;
  padding-left: 8.9743589744vw;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0.7692307692vw 2.0512820513vw;
  background-color: #ffffff;
  border-radius: 0 0 3.0769230769vw 3.0769230769vw !important;
}
.phonemenu .phonelinks {
  background-color: #e3f8fd;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.phonemenu .search {
  position: fixed;
  bottom: 21.0256410256vw;
  left: 0;
  width: 100%;
  transform: translate(0, 25.641025641vw);
  transition: 0.5s linear;
}
.phonemenu .search.searchopen {
  transform: translate(0, 0);
}
.phonemenu .search form .input-group {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 3.0769230769vw;
}
.phonemenu .search form .input-group input {
  height: 12.8205128205vw;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0.7692307692vw 2.0512820513vw;
  background-color: #ffffff;
  border-radius: 3.0769230769vw !important;
  width: calc(100% - 15.8974358974vw) !important;
}
.phonemenu .search form .input-group button {
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0.7692307692vw 2.0512820513vw;
  background-color: var(--themecolor);
  border-radius: 3.0769230769vw !important;
  color: #ffffff;
}
.phonemenu ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.phonemenu ul li {
  width: 20%;
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 10.2564102564vw;
}
.phonemenu ul li a {
  width: 100%;
  color: #000000;
}
.phonemenu ul li a > span.badge {
  position: absolute;
  top: 2.5641025641vw;
  right: 2.5641025641vw;
}
.phonemenu ul li a svg {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  display: block;
  margin: auto;
}
.phonemenu ul li a.sellbutton {
  border-radius: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
  position: absolute;
  bottom: 0;
  border: 0.5128205128vw solid var(--themecolor);
  border-top-color: #fe6600;
  border-right-color: #4285f4;
  border-bottom-color: #0f9d58;
  border-left-color: #fbbc04;
  background-color: #ffffff;
  overflow: hidden;
}
.phonemenu ul li a.sellbutton .categorySlide {
  width: 100%;
}
.phonemenu ul li a.sellbutton .categorySlide .splide__slider {
  width: 100%;
}
.phonemenu ul li a.sellbutton .categorySlide .splide__slider .splide__track {
  width: 100%;
}
.phonemenu ul li a.sellbutton .categorySlide .splide__slider .splide__track .splide__list {
  width: 100%;
}
.phonemenu ul li a.sellbutton .categorySlide .splide__slider .splide__track .splide__list .splide__slide {
  width: 100%;
}
.phonemenu ul li a.sellbutton .categorySlide .splide__slider .splide__track .splide__list .splide__slide img {
  width: 7.6923076923vw;
  height: 7.6923076923vw;
  display: block;
  margin: auto;
}
.phonemenu ul li a.sellbutton span {
  color: #ffffff;
  font-size: 3.0769230769vw;
  position: absolute;
  display: none;
}

#sellbutton {
  display: none;
}

@media (max-width: 990px) {
  #sellbutton {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 9.2307692308vw;
    right: 5.1282051282vw;
    z-index: 99;
    background-color: var(--darkbg);
    width: 33.3333333333vw;
    border: 1.2820512821vw solid #000000;
    border-radius: 3.0769230769vw;
    border-top-color: #fe6600;
    border-right-color: #4285f4;
    border-bottom-color: #0f9d58;
    border-left-color: #fbbc04;
    transition: 0.5s linear;
    overflow: hidden;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  #sellbutton.scrolled {
    width: 16.6666666667vw;
    transition: 0.5s linear;
  }
  #sellbutton.scrolled .text {
    display: none;
  }
  #sellbutton .sellbuttonslider .swiper-wrapper .swiper-slide .single {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    gap: 1.5384615385vw;
    height: 12.8205128205vw;
  }
  #sellbutton .sellbuttonslider .swiper-wrapper .swiper-slide .single .icon img {
    width: 7.6923076923vw;
  }
  #sellbutton .sellbuttonslider .swiper-wrapper .swiper-slide .single .text p {
    margin: 0;
    font-size: 3.0769230769vw;
    font-weight: 600;
    color: var(--textcolor);
  }
  #sellbutton span {
    width: -moz-max-content;
    width: max-content;
    color: #000000;
    font-weight: 600;
    padding-left: 1.5384615385vw;
  }
}
.location-input-wrapper {
  position: relative;
}
.location-input-wrapper span {
  position: absolute;
  top: 50%;
  left: 0.78125vw;
  transform: translate(0, -50%);
}
.location-input-wrapper span svg {
  width: 1.0416666667vw;
  height: auto;
}
@media (max-width: 990px) {
  .location-input-wrapper span svg {
    width: 3.8461538462vw;
    z-index: 1002;
  }
}
.location-input-wrapper span:last-child {
  left: initial;
  right: 0.78125vw;
}
.location-input-wrapper input {
  padding-left: 1.8229166667vw;
  padding-right: 2.0833333333vw;
  padding-left: 2.0833333333vw;
}
@media (max-width: 990px) {
  .location-input-wrapper input {
    padding-left: 6.4102564103vw;
  }
}
.location-input-wrapper button {
  padding: 0;
}
.location-input-wrapper button svg {
  position: inherit;
}

.pac-container.pac-logo {
  background: var(--primarybg);
  transform: translate(0, 15px);
  border-radius: 0 0 0.5208333333vw 0.5208333333vw;
  padding: 0.5208333333vw;
  border-top: 0;
}
@media (max-width: 990px) {
  .pac-container.pac-logo {
    position: fixed !important;
    left: 0 !important;
    top: 22.0512820513vw !important;
    width: 100vw !important;
    left: 0 !important;
    height: initial;
    max-height: 20.8333333333vw;
  }
}
.pac-container.pac-logo .pac-item {
  border-radius: 0.3125vw;
  padding: 0.5208333333vw 0.2604166667vw;
  border: none;
}
.pac-container.pac-logo .pac-item:hover {
  background-color: #0c0c0c;
  cursor: pointer;
}
.pac-container.pac-logo .pac-item .pac-icon.pac-icon-marker {
  width: 16px;
  height: 16px;
  background-image: var(--mapmarker);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pac-container.pac-logo .pac-item span {
  color: var(--textcolor);
}
.pac-container.pac-logo .pac-item .pac-item-query .pac-matched {
  color: var(--textcolor);
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */