html {
  height: 100%;
  width: 100%;
  background-color: white;
}

body {
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 23.1374px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  max-width: 1920px;
  background-color: black;
  overflow-x: hidden;
  min-height: 100%;
}

body.home {
  height: 100%;
}

.row {
  margin: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

form {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.pre {
  white-space: pre-wrap;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}

.h1,
h1 {
  font-size: 23.461px;
  line-height: 37.9599px;
}

.h2,
h2 {
  font-size: 21.843px;
  line-height: 35.34197px;
}

.h3,
h3 {
  font-size: 20.225px;
  line-height: 32.72405px;
}

.h4,
h4 {
  font-size: 18.607px;
  line-height: 30.10613px;
}

.h5,
h5 {
  font-size: 16.989px;
  line-height: 27.4882px;
}

.h6,
h6 {
  font-size: 15.371px;
  line-height: 24.87028px;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  color: black;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
select:active,
select:focus {
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none !important;
}

input, .btn, text-area, select {
  border-radius: 0 !important;
}

.form-control {
  height: 35px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid white;
  color: white;
  font-size: 13px;
}

.form-control:active,
.form-control:focus {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control.dark {
  border: 1px solid black;
  color: black;
}

.form-control.dark:active,
.form-control.dark:focus {
  border: 1px solid black;
  color: black;
}

.form-control.dark::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.form-control.dark:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.form-control.dark::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.form-control.dark::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.input-group-append .btn {
  height: 35px;
}

.btn {
  font-size: inherit;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: uppercase;
}

.btn.dark {
  background-color: black;
  color: white;
}

.btn.dark:active, .btn.dark:focus {
  background-color: black;
}

.btn:active, .btn:focus {
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none !important;
}

.btn.grey {
  background-color: #848482;
  color: white;
}

.btn.grey:active, .btn.grey:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none !important;
}

.btn.gradient {
  color: white;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

.btn.gradient:active, .btn.gradient:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none !important;
}

.btn-outline-secondary.btn.dark:active,
.btn-outline-secondary:focus {
  background-color: black;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none !important;
}

.select-theme {
  position: relative;
}

.select-theme select {
  padding: 5px 30px 5px 7px;
  height: 30px;
  border-radius: 0;
  border: none;
  font-size: 13px;
  background: #f0f0f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#b8b8b8), color-stop(50%, #ededed), to(#f0f0f0));
  background: linear-gradient(180deg, #b8b8b8 0%, #ededed 50%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8b8b8",endColorstr="#f0f0f0",GradientType=1);
  position: relative;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.select-theme select:invalid {
  color: rgba(0, 0, 0, 0.45);
}

.select-theme select [data-default] {
  color: rgba(0, 0, 0, 0.45);
}

.select-theme select option {
  color: black;
}

.select-theme::before {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  right: 11px;
  top: 12px;
  z-index: 1;
  pointer-events: none;
}

.select-theme::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 0;
  height: 30px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}

/*--------------------------------------------------------------
## Wave Effect (for buttons)
--------------------------------------------------------------*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-dark .waves-ripple {
  background-color: rgba(0, 0, 0, 0.45);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: relative;
  width: 100%;
  /*--------------------------------------------------------------
    ## Top Bar
    --------------------------------------------------------------*/
  /*--------------------------------------------------------------
    ## Navigation Menu
    --------------------------------------------------------------*/
}

header .top-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: right;
  z-index: 1001;
  color: white;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

header .top-bar .hotline {
  line-height: 35px;
}

header .top-bar .hotline svg {
  height: 15px;
  fill: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .top-bar .hotline:hover svg,
header .top-bar .hotline:active svg {
  fill: black;
}

header .top-bar a {
  color: white;
}

header .top-bar a:hover, header .top-bar a:active {
  color: black;
}

header .top-bar .search {
  width: 300px;
  float: right;
}

header .top-bar .search .form-control {
  border-color: rgba(255, 255, 255, 0.7);
}

header .top-bar .search .form-control:active,
header .top-bar .search .form-control:focus {
  border-color: white;
  border-right: none;
}

header .top-bar .search .btn:active,
header .top-bar .search .btn:focus {
  color: white;
}

header .navbar {
  margin: 0 auto;
  max-width: 1920px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  padding-right: 4rem;
  padding-left: 3rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .navbar .navbar-brand img {
  height: 70px;
  padding: 0.5rem 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .navbar.collapse.show {
  background-color: black;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}

header .navbar.fixed {
  position: fixed;
  top: 0;
  background-color: black;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}

header .navbar.fixed .navbar-brand img {
  height: 50px;
  padding: 0;
}

header .navbar.fixed .navbar-toggler {
  top: 23px;
}

header .navbar ul li {
  text-transform: uppercase;
  padding: 0 1rem;
  border-right: 0.5px solid rgba(255, 255, 255, 0.8);
}

header .navbar ul li:last-child {
  border-right: none;
}

header .navbar ul li a {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border: 1px solid transparent;
}

header .navbar ul li.current-menu-item a,
header .navbar ul li:active a,
header .navbar ul li:hover a {
  color: white;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #e10df8, #6726d8);
     border-image: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
     border-image: linear-gradient(90deg, #e10df8, #6726d8);
  border-image-slice: 1;
}

header .navbar .navbar-toggler {
  position: absolute;
  right: 15px;
  height: 30px;
  width: 30px;
  top: 33px;
}

header .navbar .navbar-toggler span {
  position: absolute;
  left: 0;
  background-color: white;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .navbar .navbar-toggler span::before, header .navbar .navbar-toggler span::after {
  content: '';
  position: absolute;
  left: 0;
  background-color: white;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .navbar .navbar-toggler span::before {
  top: -8px;
}

header .navbar .navbar-toggler span::after {
  top: 8px;
}

header .navbar .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: transparent;
}

header .navbar .navbar-toggler[aria-expanded="true"] span::before {
  -webkit-transform: rotate(45deg) translateY(11px);
  transform: rotate(45deg) translateY(11px);
  left: 8px;
}

header .navbar .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(-45deg) translateY(-11px);
  transform: rotate(-45deg) translateY(-11px);
  left: 8px;
}

header .navbar.collapse:not(.show) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header .navbar.collapsing {
  height: auto;
  -webkit-transition: none;
  transition: none;
  -o-transition: color 0 ease-in;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.section .inner {
  position: relative;
  background-color: black;
  padding-bottom: 4rem;
}

.section .title-bar {
  width: 100%;
  position: relative;
}

.section .title-bar .square {
  display: inline-block;
  padding: 4rem 1rem;
  background-color: white;
}

.section .title-bar span {
  display: inline-block;
  height: 25px;
  width: 18px;
  border: 0.5px solid #8a85d5;
}

.section .title-bar .title {
  color: #8a85d5;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}

/*--------------------------------------------------------------
## Home - Slider
--------------------------------------------------------------*/
.section.slider {
  height: calc(100% - 50px);
  position: relative;
  /*Update*/
}

.section.slider .social {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-top: 90px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 100;
}

.section.slider .social:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.section.slider .social li {
  padding: 0.5rem 0.75rem;
}

.section.slider .social li img {
  margin: 0.3rem;
  height: 25px;
  width: 25px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section.slider .social li a {
  display: block;
}

.section.slider .social li a::after {
  content: none;
}

.section.slider .social li a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.section.slider #rev_slider_17_1_wrapper .tp-caption.transparent {
  opacity: 0.5 !important;
}

.section.slider #rev_slider_17_1_wrapper .tp-loader.spinner2 {
  background-color: #e10df8 !important;
}

.section.slider .tp-bullets {
  left: auto !important;
  top: auto !important;
  padding: 1rem 1rem 1rem 3rem;
  right: 0;
  bottom: 0.5rem;
  width: auto !important;
  height: auto !important;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
          transform: matrix(1, 0, 0, 1, 0, 0) !important;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

.section.slider .tp-bullets .tp-bullet {
  position: relative !important;
  display: inline-block;
  left: 0 !important;
  right: 0 !important;
  width: 15px !important;
  height: 15px !important;
  background-color: transparent !important;
  border: 1px solid transparent;
  margin-left: 0.3rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section.slider .tp-bullets .tp-bullet.selected,
.section.slider .tp-bullets .tp-bullet:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.section.slider .tp-bullets .tp-bullet::after {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: white;
  top: 4px;
  left: 4px;
}

.section.slider .tp-bullets .number {
  color: white;
  font-size: 14px;
  display: inline-block;
  line-height: 17px;
  float: left;
  padding-right: 150px;
  position: relative;
}

.section.slider .tp-bullets .number::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 8px;
  height: 1px;
  width: 140px;
  background-color: rgba(255, 255, 255, 0.5);
}

.section.slider .tp-bullets {
  z-index: 101;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

.section.slider .tp-bullets .tp-bullet {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section.slider .tp-bullets .tp-bullet::after {
  top: 3px;
  left: 3px;
}

.section.slider .tp-bullets .number {
  font-size: 13px;
}

.section.slider .rev_slider_wrapper {
  z-index: auto;
  max-width: 1920px !important;
  width: 100% !important;
  margin: auto !important;
  left: 0 !important;
}

.section.slider .slider-text-bg-gradient {
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

/*--------------------------------------------------------------
## Home - Search Filter
--------------------------------------------------------------*/
.section.search-filter {
  z-index: 102;
}

.section.search-filter .inner {
  background-color: black;
  background-repeat: no-repeat;
  -ms-background-size: 72% auto;
  background-size: 72% auto;
  background-position: center right;
}

.section.search-filter .inner .filter-sec-bg-img {
  position: absolute;
  width: 72%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: black;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
  background-position: 150% 180px;
}

.section.search-filter .inner .content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.section.search-filter .inner .content .filters {
  background-color: white;
  color: black;
  display: inline-block;
  float: left;
  width: calc(40% + 130px);
  margin-top: -4rem;
  position: relative;
}

.section.search-filter .inner .content .filters .t-r-text {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  height: 64px;
  background-color: black;
  color: white;
  padding: 0.5rem 0.6rem;
}

.section.search-filter .inner .content .filters .t-r-text span {
  display: block;
}

.section.search-filter .inner .content .filters .t-r-text span:first-child {
  border-bottom: 1px solid white;
}

.section.search-filter .inner .content .filters .title {
  color: #adaeb0;
  font-weight: 400;
  font-size: 27.506px;
  line-height: 44.50471px;
  text-align: center;
  padding: 0 calc(1rem + 15px);
}

.section.search-filter .inner .content .filters .filter-title {
  background-color: black;
  color: white;
  font-weight: 600;
  line-height: 16px;
  padding: 5px 0;
  width: 70px;
  text-align: center;
  position: relative;
}

.section.search-filter .inner .content .filters .filter-title span {
  position: absolute;
  width: 44px;
  display: inline-block;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 22px);
}

.section.search-filter .inner .content .filters .filter-vehicle-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: calc(100% - 70px);
}

.section.search-filter .inner .content .filters .filter-vehicle-type li {
  height: 60px;
  width: 14.28%;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section.search-filter .inner .content .filters .filter-vehicle-type li input {
  display: none;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li label {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li label span {
  font-size: 10px;
  position: absolute;
  text-align: center;
  bottom: -30px;
  left: 0;
  width: 100%;
  line-height: 18px;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li:hover img {
  opacity: 1;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li:hover span {
  bottom: 0;
  opacity: 1;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li.checked img {
  opacity: 1;
}

.section.search-filter .inner .content .filters .filter-vehicle-type li.checked span {
  bottom: 0;
  opacity: 1;
}

.section.search-filter .inner .content .filters .input-text-filters label {
  font-weight: 600;
  margin: 0;
}

.section.search-filter .inner .content .text {
  height: auto;
  display: inline-block;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
  color: white;
  float: right;
  width: calc(60% - 130px);
  margin-right: -3rem;
  margin-top: 3rem;
  font-size: 4vw;
  line-height: 4.8vw;
  text-transform: uppercase;
}

.asRange {
  width: calc(100% - 12px);
  margin: 0.2rem 0 0.2rem 6px;
  height: 5px;
}

.asRange .asRange-selected {
  background-color: #fe0000;
  height: 5px;
}

.asRange .asRange-pointer {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 none !important;
  width: 3px;
  height: 3px;
  margin-left: -1.5px;
  margin-top: 0.4px;
}

.asRange .asRange-pointer::before {
  background-color: #e00201;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.asRange .asRange-pointer::after {
  background-color: transparent;
}

.filter-price-min,
.filter-price-max {
  font-size: 11px;
}

.filter-price-min {
  float: left;
}

.filter-price-max {
  float: right;
}

/*--------------------------------------------------------------
## Home - About Us
--------------------------------------------------------------*/
.section.about-us {
  background-color: white;
}

/*--------------------------------------------------------------
## Home - Vehicles
--------------------------------------------------------------*/
.section.vehicles .content {
  padding-top: 5rem;
}

.section.vehicles .vehicle-list {
  margin: 0 -0.5rem;
}

.section.vehicles .vehicle {
  padding: 0.5rem;
}

.section.vehicles .vehicle .vehicle-inner {
  background-color: white;
  padding: 1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
}

.section.vehicles .vehicle .vehicle-inner:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.3);
}

.section.vehicles .vehicle .vehicle-inner:hover .top img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.section.vehicles .vehicle .vehicle-inner .out-of-stock {
  position: absolute;
  left: -5px;
  top: -5px;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  width: 100px !important;
}

.section.vehicles .vehicle .vehicle-inner .top {
  position: relative;
}

.section.vehicles .vehicle .vehicle-inner .top .img-outer {
  overflow: hidden;
  position: relative;
}

.section.vehicles .vehicle .vehicle-inner .top img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.section.vehicles .vehicle .vehicle-inner .top .amount {
  position: absolute;
  width: 150px;
  left: calc(50% - 75px);
  bottom: -17.5px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: white;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

.section.vehicles .vehicle .vehicle-inner .bottom {
  margin-top: 2.5rem;
  border-top: 0.5px solid rgba(0, 0, 0, 0.4);
}

.section.vehicles .vehicle .vehicle-inner .bottom .title {
  color: #adaeb0;
  height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section.vehicles .vehicle .vehicle-inner .bottom .condition {
  color: black;
  font-weight: bold;
}

.section.vehicles .vehicle .vehicle-inner .bottom .stars {
  color: #fe0000;
  font-size: 11px;
  letter-spacing: 1px;
}

.section.vehicles .vehicle .vehicle-inner .bottom .btn {
  height: 27px;
  line-height: 27px;
  padding: 0 0.75rem;
  margin: 0.5rem 0;
  font-size: 12px;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features {
  position: relative;
  text-align: left;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features li {
  position: relative;
  width: 32%;
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  color: black;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features li:nth-child(1) {
  text-align: left;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features li:nth-child(2) {
  text-align: center;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features li:nth-child(3) {
  text-align: right;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features li img {
  left: 0;
  width: 15px;
  height: 20px;
  opacity: 0.5;
}

.section.vehicles .vehicle .vehicle-inner .bottom .features li span {
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}

/*--------------------------------------------------------------
## Home - Featured
--------------------------------------------------------------*/
.section.featured {
  padding-bottom: 4rem;
  overflow: hidden;
}

.section.featured .content {
  color: black;
}

.section.featured .content .left {
  background-color: white;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}

.section.featured .content .left .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.25);
  mix-blend-mode: multiply;
}

.section.featured .content .left .tag {
  color: #f01f25;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section.featured .content .left .tag span {
  background-color: black;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
  font-size: 18px;
  padding: 4.5rem 0.2rem 0.5rem 0.2rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section.featured .content .left .bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  text-align: left;
}

.section.featured .content .left .bottom-content p {
  display: inline-block;
  color: white;
}

.section.featured .content .left .bottom-content span {
  display: inline-block;
  width: 130px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
}

.section.featured .content .left .view-more {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.section.featured .content .left .view-more .hover {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 12px;
  float: left;
  margin-right: 10px;
}

.section.featured .content .left .view-more .plus {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
}

.section.featured .content .left .view-more:hover {
  text-shadow: none;
  background-color: black;
  color: white;
  width: 130px;
}

.section.featured .content .left .view-more:hover .hover {
  opacity: 0;
  display: inline-block;
  -webkit-animation: 0.3s displayInlineBlock;
          animation: 0.3s displayInlineBlock;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayInlineBlock {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes displayInlineBlock {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.section.featured .content .right {
  background-color: #efedfa;
  text-align: left;
  padding: 3rem 2rem;
  z-index: 0;
}

.section.featured .content .right .main-title {
  position: relative;
  color: #8a85d5;
  padding-left: 35px;
  line-height: 30px;
  font-weight: 400;
}

.section.featured .content .right .main-title i {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #8a85d5;
  position: absolute;
  left: 0;
  margin-top: 10px;
}

.section.featured .content .right .main-title i::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 25px;
  height: 1px;
  background-color: #8a85d5;
}

.section.featured .content .right .owl-featured-outer {
  width: calc(100% + 8rem);
  margin-left: -2rem;
  padding-left: 1.9rem;
  overflow: hidden;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item {
  padding-right: 1rem;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .out-of-stock {
  position: absolute;
  left: -5px;
  top: -5px;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  width: 100px !important;
  height: auto;
  z-index: 1;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner {
  background-color: white;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .top {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: black;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .top img {
  height: 100%;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .bottom {
  position: relative;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .bottom .title {
  font-weight: 600;
  color: black;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .bottom .mileage {
  color: rgba(0, 0, 0, 0.5);
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .bottom .amount {
  font-weight: bold;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .bottom .view-more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .bottom .view-more span {
  font-weight: 900;
  color: red;
  letter-spacing: 1px;
}

.section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner:hover .top img {
  -webkit-transform: scale(1.05) translateX(-50%);
  transform: scale(1.05) translateX(-50%);
}

.section.featured .content .right .owl-featured-outer .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.section.featured .content .right .tabs .space {
  width: 50px;
}

.section.featured .content .right .tabs .nav-link {
  color: #9a9a9a;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.section.featured .content .right .tabs .nav-link.active {
  color: black;
}

.section.featured .content .right .tabs .nav-link::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0%;
  bottom: 7px;
  left: 0;
  background-color: #8c84d7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.section.featured .content .right .tabs .nav-link.active::after, .section.featured .content .right .tabs .nav-link:hover::after {
  width: 100%;
}

/*--------------------------------------------------------------
## Home - Services
--------------------------------------------------------------*/
.section.services {
  overflow: hidden;
}

.section.services .inner {
  background-color: white;
  padding-bottom: 2rem;
}

.section.services .inner .square {
  background-color: #efedfa;
}

.section.services .content {
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
}

.section.services .content .title {
  font-size: 32px;
  line-height: 51.776px;
  text-transform: uppercase;
  color: #8a85d5;
}

.section.services .content .service-list li.service {
  padding: 0.5rem 0  0.5rem 40px;
  position: relative;
}

.section.services .content .service-list li.service p {
  font-weight: 400;
  text-transform: uppercase;
  color: #8a85d5;
}

.section.services .content .service-list li.service::before {
  content: '>';
  position: absolute;
  left: 0;
  background-color: black;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  width: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.section.services .content .right {
  position: relative;
}

.section.services .content .right .bg {
  position: absolute;
  left: 15px;
  top: 15px;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  background-repeat: no-repeat;
  -ms-background-size: contain;
  background-size: contain;
  background-position: top;
}

.section.services .content .right img {
  width: 100%;
  z-index: 1;
  position: relative;
}

/*--------------------------------------------------------------
## Home - Brands
--------------------------------------------------------------*/
.section.brands .inner {
  background-color: #dddddd;
}

.section.brands .content {
  position: relative;
}

.section.brands .content .owl-brands .item {
  margin: 10px;
  text-align: center;
  padding: 5px;
}

.section.brands .content .owl-brands .item img {
  text-align: center;
  max-height: 80px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.section.brands .content .owl-brands .owl-nav button {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  top: 40px;
  line-height: 30px;
  width: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  border-radius: 0;
}

.section.brands .content .owl-brands .owl-nav button.owl-prev {
  left: 0;
}

.section.brands .content .owl-brands .owl-nav button.owl-next {
  right: 0;
}

.section.brands .content .owl-brands .owl-nav button:hover {
  background-color: transparent;
}

.section.brands .content .owl-brands .owl-nav .disabled {
  opacity: 1;
}

/*--------------------------------------------------------------
## Home - Contact
--------------------------------------------------------------*/
.section.contact .inner {
  background-color: #212528;
  padding-bottom: 0;
  overflow: hidden;
}

.section.contact .inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section.contact .inner .content [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section.contact .inner .content #map {
  padding-left: 0;
  width: 100%;
}

.section.contact .inner .content #map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 400px;
}

.section.contact .inner .content .submission {
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
  color: white;
  overflow: hidden;
}

.section.contact .inner .content .submission form {
  text-align: left;
}

.section.contact .inner .content .submission form label {
  margin-bottom: 0;
  font-weight: 600;
}

.section.contact .inner .content .submission form .form-control {
  background-color: white;
  color: black;
  border: none;
}

.section.contact .inner .content .submission form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.section.contact .inner .content .submission form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.section.contact .inner .content .submission form .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.section.contact .inner .content .submission form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.section.contact .inner .content .submission .wpcf7-submit {
  display: none;
}

.section.contact .inner .content .submission .wpcf7-response-output {
  border: none !important;
  display: none !important;
}

.section.contact .inner .content .submission .ajax-loader {
  position: absolute;
  z-index: 1;
  margin-left: 140px !important;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: -10px;
  margin-top: -30px !important;
}

.section.contact .inner .content .submission .wpcf7-not-valid-tip {
  color: #ffdbdb;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: left;
  overflow: hidden;
  background-color: black;
}

footer a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

footer a::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0%;
  bottom: -1px;
  left: 0;
  background-color: #8a85d5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

footer a:hover {
  color: white;
}

footer a:hover::after {
  width: 100%;
}

footer [class*='col-'] .title {
  color: #8a85d5;
  text-transform: uppercase;
}

footer .f-navigation a {
  text-transform: uppercase;
  line-height: 31.551px;
  padding: 0;
  display: inline-block;
}

footer .f-hours span {
  display: block;
}

footer .f-contact .company-name {
  color: white;
}

footer .f-contact .company-name span {
  display: block;
}

footer .f-contact .company-name span.sub {
  margin-top: -0.5rem;
}

footer .f-contact .hotline {
  color: #8a85d5;
}

footer .f-contact .hotline a {
  color: #8a85d5;
}

footer .f-contact .hotline a::after {
  background-color: white;
}

footer .f-social ul {
  margin-left: -8px;
}

footer .f-social ul li {
  width: 30px;
}

footer .f-social ul li img {
  margin: 0.3rem;
  height: 20px;
  width: 20px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

footer .f-social ul li a {
  display: block;
}

footer .f-social ul li a::after {
  content: none;
}

footer .f-social ul li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

footer .copyrights {
  padding: 10px 0;
  height: auto !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: -1rem;
}

footer .copyrights a:active, footer .copyrights a:hover {
  color: #8a85d5;
}

footer .ik::after {
  content: none !important;
}

footer .ik img {
  margin-top: 40px;
}

@media (min-width: 576px) {
  footer .copyrights {
    margin-bottom: -3rem;
  }
}

@media (min-width: 992px) {
  footer .created-by {
    text-align: right;
  }
}

@media (max-width: 991px) {
  footer .col {
    text-align: center;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.pages {
  position: relative;
}

.pages .title-header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  min-height: 400px;
  background-position: center;
  position: relative;
  text-align: center;
}

.pages .title-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.pages .title-header h1 {
  z-index: 1;
  color: white;
  font-size: 45px;
  line-height: 50px;
}

.pages .section .inner {
  background-color: #212528;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
## Pages - Services
--------------------------------------------------------------*/
.pages .section.services .inner {
  background-color: white;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
## Pages - 404
--------------------------------------------------------------*/
.pages .e-404 h1 {
  font-size: 80px;
  line-height: 80px;
}

.pages .e-404 p {
  font-size: 20px;
  padding: 10px;
}

/*--------------------------------------------------------------
## Pages - Archive Product / Products Loop
--------------------------------------------------------------*/
.post-type-archive-product .custom-select,
.post-type-archive-product .form-control {
  height: 33px;
  border: 1px solid #e4e4e4;
}

.post-type-archive-product .custom-select {
  font-size: 13px;
}

.post-type-archive-product header .navbar {
  background-color: black;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}

.post-type-archive-product .vehicles {
  background-color: white;
  color: black;
}

.post-type-archive-product .vehicles a {
  color: black;
}

.post-type-archive-product .vehicles .section {
  padding: 150px 0 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.post-type-archive-product .vehicles .section .product-sidebar {
  text-align: left;
}

.post-type-archive-product .vehicles .section .product-sidebar .title {
  text-transform: uppercase;
}

.post-type-archive-product .vehicles .section .product-sidebar .filter-title {
  padding: 0.6rem 1rem;
  display: block;
  border: 1px solid #e4e4e4;
  background-color: #f7f7f7;
  font-weight: 600;
  margin-top: -1px;
}

.post-type-archive-product .vehicles .section .product-sidebar .filter-body#sidebar-card-body-type label {
  padding-bottom: 5px;
}

.post-type-archive-product .vehicles .section .product-sidebar .filter-body .card {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
}

.post-type-archive-product .vehicles .section .product-sidebar .filter-body .card .divider {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.post-type-archive-product .vehicles .section .product-sidebar .filter-body .card label img {
  width: 50px;
  display: inline-block;
}

.post-type-archive-product .vehicles .section .product-sidebar .filter-body .card label span {
  display: inline-block;
}

.post-type-archive-product .vehicles .section .product-sidebar .reset-filters {
  color: white;
  width: 100%;
}

.post-type-archive-product .vehicles .section .vehicles-loop .woocommerce-ordering {
  display: none;
}

.post-type-archive-product .vehicles .section .vehicles-loop .text-search-bar {
  border: 1px solid #e4e4e4;
}

.post-type-archive-product .vehicles .section .vehicles-loop .text-search-bar .form-control {
  height: 40px;
  display: inline-block;
  float: left;
  width: calc(100% - 200px);
}

.post-type-archive-product .vehicles .section .vehicles-loop .text-search-bar .btn {
  display: inline-block;
  float: right;
  width: 200px;
}

.post-type-archive-product .vehicles .section .vehicles-loop .remove-filters-list {
  text-align: left;
}

.post-type-archive-product .vehicles .section .vehicles-loop .remove-filters-list li span {
  padding: 0.2rem 0 0.2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.7);
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.post-type-archive-product .vehicles .section .vehicles-loop .remove-filters-list li span a {
  color: #fe0000;
  font-size: 16px;
  display: inline-block;
  height: 100%;
  width: 25px;
  line-height: 25px;
  text-align: center;
}

.post-type-archive-product .vehicles .section .vehicles-loop .remove-filters-list li span:hover {
  border: 1px solid black;
  color: black;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle {
  border: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle:hover {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .out-of-stock {
  position: absolute;
  left: 3px;
  top: 3px;
  height: auto;
  width: 100px;
  z-index: 1;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .img {
  width: 260px;
  max-height: 180px;
  overflow: hidden;
  background-color: black;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .img:hover .bg-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .img .bg-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .img a {
  display: block;
  height: 100%;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .img a img {
  height: 100%;
  width: 100%;
  opacity: 0;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content {
  width: calc(100% - 260px);
  text-align: left;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .title {
  display: -webkit-box;
  max-width: calc(100% - 130px);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .title.h2 {
  max-height: 70.68395px;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .title.h3 {
  max-height: 65.4481px;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .title.h4 {
  max-height: 60.21225px;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .title.h5 {
  max-height: 54.9764px;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .price {
  font-weight: 600;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .features li {
  text-align: center;
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.2rem 0.2rem;
  margin-right: 0.2rem;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .features li img {
  height: 18px;
  display: block;
  margin: 0 auto;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .features li span {
  display: block;
  font-size: 11px;
  line-height: 16px;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .content .view-more {
  color: white;
}

.post-type-archive-product .vehicles .section .vehicles-loop .vehicle .condition {
  position: absolute;
  background: #e10df8;
  background: -webkit-gradient(linear, left top, right top, from(#e10df8), to(#6726d8));
  background: linear-gradient(90deg, #e10df8, #6726d8);
  color: white;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  right: 0;
}

/*--------------------------------------------------------------
### Pagination
--------------------------------------------------------------*/
.woocommerce-pagination ul {
  border: none !important;
}

.woocommerce-pagination ul li {
  height: 37px;
  border: none !important;
}

.woocommerce-pagination ul li a {
  height: 100%;
  padding: 0 !important;
  line-height: 35px !important;
  font-weight: 600 !important;
  width: 37px;
  background-color: white;
  color: black;
  border: 1px solid #e4e4e4;
  border-right: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.woocommerce-pagination ul li a.prev, .woocommerce-pagination ul li a.next {
  width: 40px;
}

.woocommerce-pagination ul li a:hover {
  background-color: black !important;
  color: white !important;
  border: 1px solid black;
}

.woocommerce-pagination ul li:last-child a,
.woocommerce-pagination ul li:last-child span {
  border-right: 1px solid #e4e4e4;
}

.woocommerce-pagination ul li .current {
  height: 100%;
  padding: 0 !important;
  line-height: 35px !important;
  font-weight: 600 !important;
  width: 37px;
  background-color: black !important;
  color: white !important;
  border: 1px solid black;
}

/*--------------------------------------------------------------
## Pages - Archive Product / Products Loop
--------------------------------------------------------------*/
.single-product header .navbar {
  background-color: black;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}

.pages.product {
  background-color: rgba(255, 255, 255, 0.9);
}

.pages.product .main-inner {
  padding: 150px 0 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.pages.product h2 {
  margin: 1rem 0;
  padding: 0.2rem 1.2rem;
  position: relative;
}

.pages.product h2:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e10df8;
}

.pages.product .content-left .title-price {
  background-color: white;
  color: black;
  margin-bottom: 2rem;
  position: relative;
}

.pages.product .content-left .title-price h1 {
  margin: 1rem 0;
  padding: 0.2rem 1.2rem;
  position: relative;
  display: inline-block;
  float: left;
  /*&:before{
                    content: '';
                    position: absolute;
                    width: 4px;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background-color: map-get($theme-colors, "purple")
                }*/
}

.pages.product .content-left .title-price .price {
  display: inline-block;
  float: right;
  padding: 0.2rem 1.2rem;
  font-size: 23.461px;
  line-height: 37.9599px;
  font-weight: 600;
  margin-top: 1rem;
  color: white;
  background-color: black;
}

.pages.product .content-left .gallery-outer {
  background-color: white;
  margin-bottom: 2rem;
  position: relative;
}

.pages.product .content-left .gallery-outer .out-of-stock {
  position: absolute;
  left: -5px;
  top: -5px;
  height: auto;
  width: 100px;
  z-index: 1;
}

.pages.product .content-left .gallery-outer .onsale {
  display: none;
}

.pages.product .content-left .gallery-outer #wooswipe {
  margin-bottom: 0;
  width: 100%;
}

.pages.product .content-left .gallery-outer .single-product-main-image {
  margin-bottom: 10px;
  text-align: center;
}

.pages.product .content-left .gallery-outer .single-product-main-image a {
  display: inline-block;
  position: relative;
  /*&:after{
                        content: '';
                        position: absolute;
                        background-repeat: no-repeat;
                        @include cross-browser(background-size, contain);
                        background-repeat: no-repeat;
                        background-image: url('../images/irahanda-logo-s.png');
                        opacity: 0.5;
                        height: 53px;
                        width: 200px;
                        right: 10px;
                        bottom: 10px;
                    }*/
}

.pages.product .content-left .gallery-outer .single-product-main-image a img {
  height: auto;
  width: auto;
  margin: auto;
}

.pages.product .content-left .gallery-outer .thumbnails {
  margin: 0;
  margin-bottom: 10px;
  position: relative;
}

.pages.product .content-left .gallery-outer .thumbnails:hover .slick-prev {
  left: 0;
}

.pages.product .content-left .gallery-outer .thumbnails:hover .slick-next {
  right: 0;
}

.pages.product .content-left .gallery-outer .thumbnails .slick-prev,
.pages.product .content-left .gallery-outer .thumbnails .slick-next {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pages.product .content-left .gallery-outer .thumbnails .slick-prev:before,
.pages.product .content-left .gallery-outer .thumbnails .slick-next:before {
  font-size: 22px;
  color: white;
}

.pages.product .content-left .gallery-outer .thumbnails .slick-prev.slick-disabled:before,
.pages.product .content-left .gallery-outer .thumbnails .slick-next.slick-disabled:before {
  opacity: 0.4;
}

.pages.product .content-left .gallery-outer .thumbnails .slick-prev {
  left: -30px;
}

.pages.product .content-left .gallery-outer .thumbnails .slick-next {
  right: -30px;
}

.pages.product .content-left .gallery-outer .thumbnails button.slick-arrow {
  height: 100px;
  top: 0;
  margin: 0;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 10;
}

.pages.product .content-left .gallery-outer .thumbnails .slick-list {
  margin: 0 -5px;
}

.pages.product .content-right .specifications {
  background-color: white;
  color: black;
  margin-bottom: 2rem;
}

.pages.product .content-right .specifications table.shop_attributes th, .pages.product .content-right .specifications table.shop_attributes td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pages.product .content-right .specifications table.shop_attributes th {
  width: 50%;
}

.pages.product .content-right .specifications table.shop_attributes td {
  font-style: normal;
}

.pages.product .content-right .specifications table.shop_attributes tr:nth-child(even) th,
.pages.product .content-right .specifications table.shop_attributes tr:nth-child(even) td {
  background: transparent;
}

.pages.product .content-right .inquiry {
  background-color: white;
  color: black;
  margin-bottom: 2rem;
}

.pages.product .content-right .inquiry ul {
  list-style: none;
  width: 100%;
}

.pages.product .content-right .inquiry ul li {
  position: relative;
  min-height: 35px;
  margin-bottom: 2px;
}

.pages.product .content-right .inquiry ul li:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.pages.product .content-right .inquiry ul li.phone svg {
  height: 17px;
  margin-top: 9px;
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}

.pages.product .content-right .inquiry ul li .icon {
  height: 35px;
  width: 35px;
  background-color: black;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: -45px;
}

.pages.product .content-right .inquiry ul li .icon svg {
  fill: white;
  height: 19px;
  margin-top: 8px;
}

.pages.product .content-right .inquiry ul li p {
  line-height: 35px;
  font-weight: bold;
  font-size: 14px;
}

.pages.product .content-right .inquiry ul li p a {
  color: black;
}

.pages.product .description-outer {
  background-color: white;
  color: black;
}

.pages.product .description-outer .description {
  white-space: pre-wrap;
  width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
  header .top-bar {
    height: 10px;
    opacity: 0;
    display: none;
  }
  header .navbar .navbar-toggler {
    top: 18px !important;
  }
  header .navbar .navbar-brand img {
    height: 60px;
  }
  header .navbar.fixed .navbar-brand img {
    height: 40px;
    padding: 0;
  }
  .section .title-bar .square {
    padding: 1rem 1rem;
  }
  .section .inner {
    padding-bottom: 1rem;
  }
  .section.vehicles .content {
    padding-top: 1rem;
  }
  .section.featured {
    padding-bottom: 0;
  }
  .section.featured .content .right {
    padding: 1rem 1rem;
  }
  .section.search-filter .inner .content .text {
    margin-top: 1rem;
  }
}

@media (max-width: 649.98px) {
  .section.featured .content .right .owl-featured-outer .owl-carousel .owl-stage-outer {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .section.featured .content .right .owl-featured-outer .owl-carousel .item {
    padding-right: 0;
  }
}

@media (max-width: 671.98px) {
  .section.vehicles .vehicle {
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .section.featured {
    padding-bottom: 4rem;
    overflow: hidden;
  }
  .section.featured .content .right .owl-featured-outer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section.featured .content .right .owl-featured-outer .owl-carousel .owl-stage-outer {
    margin-right: -1rem;
    margin-left: 0.5rem;
  }
  .section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .section.featured .content .right .owl-featured-outer .owl-carousel .item .vehicle-inner .top {
    height: 250px;
  }
  .section.contact .inner .content #map {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .post-type-archive-product .vehicles .vehicle .img {
    width: 100% !important;
    max-height: initial !important;
  }
  .post-type-archive-product .vehicles .vehicle .img .bg-img {
    max-width: 400px;
    margin: 0 auto;
  }
  .post-type-archive-product .vehicles .vehicle .content {
    width: 100% !important;
  }
  .post-type-archive-product .vehicles .vehicle .content .title {
    max-width: 100% !important;
    -webkit-line-clamp: unset !important;
  }
  .post-type-archive-product .vehicles .vehicle .content .title.h2 {
    max-height: initial !important;
  }
  .post-type-archive-product .vehicles .vehicle .condition {
    right: 0.5rem !important;
    top: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  header .navbar .navbar-collapse {
    padding-top: 1rem;
  }
  header .navbar .navbar-collapse li {
    padding: 0;
    margin: 0.25rem 0;
    border-right: none !important;
    text-align: right;
  }
  header .navbar .navbar-collapse li a {
    display: inline-block;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
  }
  .section.search-filter .inner .filter-sec-bg-img {
    display: none;
  }
  .section.search-filter .inner .content .filters {
    margin-top: 0;
  }
  .section.search-filter .inner .content .filters .t-r-text {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 375.98px) {
  .section.search-filter .inner .content .filters {
    width: 100%;
  }
  .section.search-filter .inner .content .filters .filter-title {
    width: 33.3%;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type {
    width: calc(100% - 33.3%);
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 50%;
  }
  .section.search-filter .inner .content .text {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 376px) and (max-width: 475.98px) {
  .section.search-filter .inner .content .filters {
    width: 100%;
  }
  .section.search-filter .inner .content .filters .filter-title {
    width: 70px;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type {
    width: calc(100% - 70px);
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 25%;
  }
  .section.search-filter .inner .content .text {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 476px) and (max-width: 575.98px) {
  .section.search-filter .inner .content .filters {
    width: 100%;
  }
  .section.search-filter .inner .content .filters .filter-title {
    width: 70px;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type {
    width: calc(100% - 70px);
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 20%;
  }
  .section.search-filter .inner .content .text {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 671.98px) {
  .section.search-filter .inner .content .filters {
    width: 100%;
  }
  .section.search-filter .inner .content .filters .filter-title {
    width: 70px;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type {
    width: calc(100% - 70px);
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 16.6%;
  }
  .section.search-filter .inner .content .text {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 672px) and (max-width: 767.98px) {
  .section.search-filter .inner .content .filters {
    width: 100%;
  }
  .section.search-filter .inner .content .filters .filter-title {
    width: 70px;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type {
    width: calc(100% - 70px);
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 14.28%;
  }
  .section.search-filter .inner .content .text {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section.search-filter .inner .content .filters {
    width: 100%;
  }
  .section.search-filter .inner .content .filters .filter-title {
    width: 12.5%;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type {
    width: 87.5%;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 14.28%;
  }
  .section.search-filter .inner .content .text {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section.search-filter .inner .content .filters .filter-vehicle-type li {
    width: 16.6%;
  }
  .section.search-filter .inner .content .filters .filter-vehicle-type li label span {
    font-size: 9px;
    line-height: 18px;
  }
}
