/* Minimal foundation layer: reset + Bootstrap-like grid/utilities used in theme templates. */

html,
body {
  font-family: var(--boxcar-main-font, "DM Sans", sans-serif);
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.megamenu > li > a,
.main-menu .navbar-nav.megamenu > li > a {
  text-decoration: none !important;
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.container {
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-10 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

[class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-xs-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
}

@media (min-width: 1200px) {
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
}

.d-none { display: none !important; }
.d-block { display: block !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

@media (min-width: 768px) {
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
  .d-md-inline-block { display: inline-block !important; }
}

@media (min-width: 992px) {
  .d-lg-flex { display: flex !important; }
}

@media (min-width: 1200px) {
  .d-xl-none { display: none !important; }
  .d-xl-block { display: block !important; }
}

.w-100 { width: 100% !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mt-auto { margin-top: auto !important; }
.ms-auto { margin-left: auto !important; }
.me-3 { margin-right: 1rem !important; }

.position-relative { position: relative !important; }

.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }

.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.align-items-center { align-items: center !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-baseline { align-items: baseline !important; }

@media (min-width: 768px) {
  .flex-md-column { flex-direction: column !important; }
  .justify-content-md-center { justify-content: center !important; }
  .align-items-md-end { align-items: flex-end !important; }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


/* 1. base */
body {
  overflow-x: hidden;
  font-size: var(--boxcar-main-font-size);
  background-color: #050b20;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 20px;
}

.wp-block-image,
.wp-block-gallery {
  margin-bottom: 28px;
}

figcaption {
  margin-top: 15px;
}

.btn {
  white-space: nowrap;
}

input {
  text-align: left;
}

#KaQKB_custom-text-68 {border:0px}

button, .btn,
a {
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

i {
  display: inline-block;
  line-height: 1;
}

.badge {
  border-radius: 4px;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 500;
}

.bg-success {
  background: #F1FAFF !important;
  color: #00A3FF !important;
}

.bg-pending {
  background: #FFF4DE !important;
  color: #FFA800 !important;
}

.bg-cancelled {
  background: #FFF5F8 !important;
  color: #F1416C !important;
}

.alert p:last-child {
  margin-bottom: 0;
}

[dir="rtl"] .flaticon-left-arrow:before {
  content: "\f104";
}

[dir="rtl"] .flaticon-next:before {
  content: "\f105";
}

.mfp-container {
  overflow-x: hidden;
}

fieldset {
  clear: both;
  overflow: hidden;
}

textarea {
  resize: none;
}

.bs-tooltip-top {
  margin-bottom: 8px !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--boxcar-text-color);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--boxcar-text-color);
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--boxcar-text-color);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: var(--boxcar-text-color);
}

.form-control:focus {
  outline: 1px solid var(--boxcar-second-color);
}

@media (max-width: 1199px) {
  .form-control {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) {
  .form-control {
    border-radius: 12px;
  }
}

ol ol, ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}

.post-password-form input {
  height: 43px;
  padding: 5px 10px;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E9E9E9;
}

.post-password-form input:focus {
  border-color: var(--boxcar-second-color);
}

.post-password-form input[type="submit"] {
  background: var(--boxcar-theme-color);
  color: #fff;
  border: 0;
  padding: 5px 25px;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  color: #fff;
  background: var(--boxcar-theme-hover-color);
}

a:focus, .btn:focus {
  outline: none !important;
}

.list,
.list-style,
.list-default,
.list-theme,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-style li {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .list-style li {
    margin-bottom: 20px;
  }
}

.list-style li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  text-align: center;
  line-height: 18px;
  color: var(--boxcar-theme-color);
  background: var(--boxcar-theme-color-007);
}

.list-default li {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.list-default li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  text-align: center;
  line-height: 25px;
  color: var(--boxcar-text-color);
  background: #fff;
}

.list-theme li {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.list-theme li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 8px;
  text-align: center;
  line-height: 25px;
  /*color: var(--boxcar-text-color);
  background: var(--boxcar-theme-color-007);
  */

  color:white;
  background: #51E4A8;
}

.list-circle li {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .list-circle li {
    margin-bottom: 20px;
  }
}

.list-circle li:before {
  vertical-align: middle;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: var(--boxcar-link-color);
}

.heading-detail {
  font-size: 22px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .heading-detail {
    font-size: 26px;
  }
}

.pswp__item {
  cursor: move;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}

.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}

.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

.box-account {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .box-account {
    padding: 50px;
  }
}

.box-account .nav-tabs {
  border: 0;
  margin: 0 0 0.9375rem;
  flex-wrap: nowrap;
}

@media (min-width: 1200px) {
  .box-account .nav-tabs {
    margin-bottom: 1.875rem;
    justify-content: center;
  }
}

.box-account .nav-tabs > li > a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid transparent;
  border-radius: 40px;
  color: var(--boxcar-link-color);
}

.box-account .nav-tabs > li > a i {
  margin-right: 7px;
  vertical-align: text-top;
  line-height: 1;
  font-size: 18px;
  display: inline-block;
}

.box-account .nav-tabs > li > a.active {
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  background: #fff;
  color: var(--boxcar-theme-color);
  border-color: #E9E9E9;
}

.box-account .nav-tabs > li + li {
  margin-left: 10px;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}

.action[aria-expanded="true"] b {
  border: none;
}

.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  display: inline-block;
  content: "/";
  color: var(--boxcar-text-color);
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 5px;
}

.home-page-default {
  padding-top: 1.875rem;
}

@media (min-width: 1200px) {
  .home-page-default {
    padding-top: 50px;
  }
}

.search-form input,
.search-form .btn {
  background: #ebedee;
  border-color: #ebedee;
  color: var(--boxcar-link-color);
}

.search-form .btn {
  padding: 30px 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 300px !important;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
  box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
}

.ui-autocomplete.ui-widget-content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}

.ui-autocomplete.ui-widget-content li:hover .team-agent-list-label, .ui-autocomplete.ui-widget-content li:focus .team-agent-list-label {
  color: var(--boxcar-theme-color);
}

.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}



.sfc-buyback-form-wrapper {
    margin-left: 30px;
    margin-right: 30px;
    background: #f9f9f9;
    padding: 30px;
}

.elementor-element{
  background-color: red!important;
}

.add-fix-top.active:focus, .add-fix-top.active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: var(--boxcar-theme-hover-color);
}

#main-container{
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}

.page-links .page-links-title {
  font-weight: normal;
  color: var(--boxcar-link-color);
}

.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
  padding: 10px 13px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
  color: var(--boxcar-link-color);
}

.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: var(--boxcar-theme-color);
  border-color: var(--boxcar-theme-color);
}

.page-links > span:not(.page-links-title) {
  color: #fff;
  background: var(--boxcar-theme-color);
  border-color: var(--boxcar-theme-color);
}

.text-white {
  color: #fff !important;
}

.pre {
  margin-right: 10px;
  line-height: 1;
}

.label-listing-label { 
    background: #0064cb;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 30px;
}

.c-listing-card__label--new{
  background: #d62626;
}

.label-listing-label.vat-deduction {
  background: blue;
}

.label-listing-label:hover, .label-listing-label:focus {
  background-color: #040b11;
}

.gallery-listing-main-detail {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-listing-main-detail .gallery-metas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.gallery-listing-main-detail .status-listing-label {
  background-color: #0D263B;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 8px;
}

.gallery-listing-main-detail .status-listing-label:hover, .gallery-listing-main-detail .status-listing-label:focus {
  color: #fff;
  background-color: #040b11;
}

.text-theme {
    color: #0ab467;
}

#sfc-main {
    background: white;
    border-radius: 60px 60px 0 0;
}

.c-listing-card__title {
		margin: 0;
    	font-size: 18px;
    	font-weight: 500;
	}

  .c-listing-card__title a {
		color: #000;
	}



.form-group-price ul.price-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  
}

.form-group-price.list ul.price-filter li {
  cursor: pointer;
  padding: 4px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.form-group-price.list ul.price-filter li:last-child {
  margin-bottom: 0;
}

.form-group-price.list ul.price-filter li.active,
.form-group-price.list ul.price-filter li:hover {
  color: var(--boxcar-theme-color);
}



.btn-theme.btn-opacity:active, .btn-theme.btn-opacity:hover {
  background-color: var(--boxcar-theme-color);
  color: #fff;
  border-color: var(--boxcar-theme-color);
}

.btn {
  display: inline-block;
    font-weight: 500;
    line-height: 1.85;
    color: var(--boxcar-text-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 13px 30px;
    font-size: 0.9375rem;
    border-radius: 8px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-theme {
  background: var(--boxcar-theme-color);
  border-color: var(--boxcar-theme-color);
  color: #fff;
}

.btn-theme:active, .btn-theme:hover {
  background: var(--boxcar-theme-hover-color);
  border-color: var(--boxcar-theme-hover-color);
  color: #fff;
}

.btn-theme.btn-outline {
  color: var(--boxcar-theme-color);
  border-color: var(--boxcar-theme-color);
  background: transparent;
}

.btn-theme.btn-outline:hover, .btn-theme.btn-outline:active {
  color: #fff;
  background: var(--boxcar-theme-color);
  border-color: var(--boxcar-theme-color);
}


#compare-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  width: 340px;
  height: 100vh;
  max-width: 85%;
  min-height: 100vh;
  background-color: #fff;
  padding: 40px 20px 70px;
  border-left: 3px solid var(--boxcar-theme-color);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

#compare-sidebar.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

#compare-sidebar.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#compare-sidebar .listing-list-simple {
  margin-bottom: 20px;
}

#compare-sidebar .title {
  font-size: 20px;
  margin: 0;
  height: 50px;
}

#compare-sidebar .compare-sidebar-inner {
  height: calc(100% - 50px);
}

#compare-sidebar .compare-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
}

#compare-sidebar .compare-actions .btn {
  border: 0;
}

#compare-sidebar .compare-list {
  height: 100%;
}

#compare-sidebar .compare-sidebar-btn {
  position: absolute;
  top: 55%;
  right: 100%;
  white-space: nowrap;
  display: inline-block;
  padding: 7px 20px;
  font-weight: 600;
  color: #fff;
  background-color: var(--boxcar-theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: 100% 0;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#compare-sidebar .compare-sidebar-btn:hover, #compare-sidebar .compare-sidebar-btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}



.entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  word-wrap: break-word;
  color: #000;
}

.entry-title a {
  color: #000;
}


