@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400;600;700;900&display=swap");

li {
  list-style-type: none !important;
}

a {
  text-decoration: none !important;
}

.share-social a {
  color: #353535 !important;

}

.info a {
  color: red !important;
}.header__logo

.bahan_list .list-info {
  margin-bottom: .5rem;
}

.list-info p {
  font-weight: bold;
}

.list-info .label-info {
  width: 150px !important;
}

.list-info .label-plug {
  width: 230px;
}

.list-info a {
  color: red !important;
  font-size: .9rem !important;
}

.list-info svg {
  width: 15px !important;
  height: 15px !important;
}

.list-merk a {
  display: flex !important;
  justify-content: space-between;
}

.motor-details .cart .row .list-info input {
  width: 30px !important;
}


.motor-details .cart .row input {
  border: none !important;
}

.label-maps {
  width: 80%;
}

.label-price {
  font-size: .8rem;
  padding: .5rem;
  background: rgb(236 255 80);
  color: rgb(255, 92, 132);
  border-radius: 5px;
  font-weight: bold !important;
}

.list-map {
  background-color: #f1f1f1;
  padding: .5rem;
  margin-bottom: .5rem;
  color: black;
}

.list-map i {
  color: red;
  margin-right: .5rem;
  margin-left: .5rem;
}

.info-maps {
  background-color: red;
  padding: .5rem;
  color: white;
  font-size: .8rem;
  border-radius: 10px;
  margin-left: .5rem;
}

/*.text-border {*/
/*     -webkit-text-stroke-width: .010rem !important;*/
/*  -webkit-text-stroke-color: white !important;*/
/*}*/

.info svg {
  width: 15px;
}

.active-btn {
  background-color: green !important;
  color: white !important;
}

.active-btn::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-right: .5rem;
}

.login_google {
  background-color: #DB4437 !important;
}

.login_fb {
  background-color: #4267B2 !important;
}

.jum_cart {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: red;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.c-red {
  color: red !important;
}

.info-detail a {
  color: red !important;
  font-size: .8rem;
}

.info-detail svg {
  width: 15px !important;
}

.label-info {
  width: auto !important;
}

/* .input-group {
  align-items: baseline !important;
} */

.t-30 {
  top: 30% !important;
  max-width: 400px !important;
}

.card {
  margin-bottom: 1rem !important;
  border: none !important;
  border-radius: 0 !important;
}

.card .btn {
  color: black !important;
  text-decoration: none !important;
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: all, 1s ease;
  }

  .show {
    transition: all, 1s ease;
  }

}

.card-header .fa {
  transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
  transform: rotate(90deg);
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all, 350ms ease;
}



.btn {
  padding: .450rem .70rem;
  font-size: .9rem;
  border-radius: 0;
  border: none;
}

.h__empty {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.bg-primary {
  background: #FF0000 !important;
}

.bg-heading {
  background: #353535 !important;
}

.bg-background {
  background: #f5f5f5 !important;
}

.pd__t6rem {
  padding-top: 5rem !important;
}

.pd__t8rem {
  padding-top: 7rem !important;
}

.fs__-8rem {
  font-size: .8rem !important;
}


.pd__t9rem {
  padding-top: 9rem !important;
}

.pd__tmotor {
  padding-top: 6rem !important;
}

.pd__tmotordetails {
  padding-top: 4rem !important;
}

.pb__nopb {
  padding-bottom: 0 !important;
}

.p__-5rem {
  padding: .5rem !important;
}

.w__90 {
  width: 90% !important;
}

.w__80 {
  width: 80% !important;
}



.w__50px {
  width: 50px !important;
}

.w__100px {
  width: 100px !important;
}

.w__250px {
  width: 250px !important;
}

.w__300px {
  width: 300px !important;
}

.h__150px {
  height: 150px !important;
}

.h__200px {
  height: 200px !important;
}

.h__300px {
  height: 300px !important;
}

.input-group-append {
  margin-left: -1px;
  position: absolute;
  right: 0;
  top: -1px;
}

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #727171;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 75px;
  text-align: center;
}

.section-title span {
  font-size: 15px;
  color: #FF0000;
  font-weight: 700;
}

.section-title h2 {
  color: #353535;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 16px;
}

.section-title P {
  margin-bottom: 0;
  font-size: 17px;
  color: #727171;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 15px;
  padding: 12px 24px;
  color: #ffffff;
  font-weight: 700;
  background: #FF0000;
}

.site-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding: 15px 35px 12px 38px;
  background: #FF0000;
  border: none;
  border-radius: 2px;
}

/* Preloder */
#preloder {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
  visibility: hidden;
  opacity: 0;
}



@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid red;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid red;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid red;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid red;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid red;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid red;
    border-left-color: transparent;
  }
}

#preloder.open-show,
.open-show .loader {
  visibility: visible !important;
  opacity: .6 !important;
}

.label-date {
  display: inline-block;
  font-size: 13px;
  color: white;
  background: #323232;
  font-weight: 700;
  padding: 0px 10px 0px 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.spacial-controls {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 470px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #ededed;
  background: 0 0;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bank {
  width: 80px;
  cursor: pointer;
}

.bank:nth-child(1) {
  margin-right: 1.5rem;
}

.form-select-shop {
  border: none;
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  padding: 1.2rem;
  width: 200px;
}

.form-search {
  border: none;
  background: #4a4949;
  padding: .5rem;
  font-size: .8rem;
  color: white;
}

.form-search::-webkit-input-placeholder {
  font-weight: 400;
  color: #949494;
}

.form-default {
  border: none;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
}

.btn-search {
  background: transparent;
  position: absolute;
  border: none;
  right: 0;
  top: 10%;
  color: #ffffff;
}

ul li {
  list-style: none;
}

.starrr {
  color: yellow;
}

.modal-open .modal {
  overflow-x: hidden;
}

.modal {
  position: absolute;
  z-index: 9999999;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  padding-right: 0 !important;
}

.modal .modal-header {
  border-bottom: 0;
}

.modal .modal-content {
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
}

.modal.fade .modal-dialog {
  max-width: 1200px;
  width: 75%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: .5rem !important;
  left: 50%;
  top: 10%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.modal .motor-details .text-info h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .8rem;
}

.modal .motor-details .text-info h3 {
  font-size: 1.5rem;
  margin-bottom: .8rem;
  font-weight: 700;
}

.modal .motor-details .text-info p {
  color: #5C5C5C;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 200;
}

.modal .motor-details .text-info a {
  color: #FF0000;
  text-decoration: underline;
  font-weight: 700;
  font-size: .9rem;
}

.modal .motor-details .text-info .c-label {
  margin-bottom: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
}

.modal .motor-details .text-info .c-label .checked {
  background: green;
  color: white;
}

.modal .motor-details .cart {
  margin-top: 1rem;
  border-bottom: 2px solid #f5f5f5;
  border-top: 2px solid #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.modal .motor-details .cart .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .motor-details .cart .row label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

.modal .motor-details .cart .row button {
  border: none;
  color: black;
  height: auto;
  font-weight: 700;
  padding: 1rem;
  background-color: #f1f1f1;
}

.modal .motor-details .cart .row input {
  /* border: 2px solid #f5f5f5; */
  padding: .5rem;
  width: 60px !important;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.btn-default,
.btn-option {
  background: #353535;
  border: none;
  display: inline-block;
  color: white;
  padding: .5rem;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

.btn-option {
  background: red;
}

.btn-option:hover {
  background: white;
  color: black;
}

.offset-lg-1 {
  margin-left: 2.333333%;
}

.min-h50vh {
  max-height: 50vh !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.min-h78vh {
  max-height: 78vh !important;
}

.btn-outline-secondary {
  border: none !important;
}

.btn__cartsm {
  display: none;
}

.side__type,
.side__merk {
  width: 300px;
  opacity: 0;
  left: -300px;
  position: fixed;
  height: 100%;
  background: #353535;
  padding: 10px 0px 0px;
  display: block;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  visibility: hidden;
}

.side__type.active,
.side__merk.active {
  opacity: 1;
  left: 0;
}

.side__type .motor__filter,
.side__merk .motor__filter {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.side__type .motor__filter a,
.side__merk .motor__filter a {
  color: #353535;
}

.overlay1,
.overlay2 {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  z-index: 98;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  visibility: hidden;
}

.overlay1.active,
.overlay2.active {
  visibility: visible;
}


.side__type-lg,
.side__type__color {
  background: #353535;
  width: 100%;
  color: white;
  z-index: 9999;
  top: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: .5s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.side__type-lg.show__nav,
.side__type__color.show__nav {
  top: 75px;
  visibility: visible;
  opacity: 1;
}

.side__type__color.show__nav {
  top: 79px;
}

.side__type-lg ul,
.side__type__color ul {
  padding: 1rem 0 1rem 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.side__type__color ul {
  padding: 1.5rem 0 1.5rem 0;
}

.side__type-lg ul li,
.side__type__color ul li {
  margin-right: 4rem;
}

.side__type-lg .btn-default,
.side__type__color .btn-default {
  background: red !important;
  color: white !important;
}

.side__type-lg .btn-default:hover,
.side__type__color .btn-default:hover {
  background: white !important;
  color: black !important;
}

/*---------------------
  Header
-----------------------*/
.header {
  background: #353535;
}

.header-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 90%;
  margin: auto;
}

.header__top {
  background: #FF0000;
}

.header__top__widget li {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  margin-right: 35px;
  list-style: none;
}

.header__top__widget li a {
  font-size: .9rem !important;
}

.header__top__widget li:last-child {
  margin-right: 0;
}

.header__top__widget li i {
  font-size: .9rem;
  color: white;
  margin-right: 6px;
}

.header__top__right {
  text-align: right;
}

.header__top__phone {
  display: inline-block;
  margin-right: 20px;
}

.header__top__phone i {
  color: #8d8d8d;
  margin-right: 6px;
  font-size: 15px;
}

.header__top__phone span {
  font-size: 15px;
  color: #ffffff;
}

.header__top__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__top__social ul .social {
  margin-right: 1rem;
}

.header__top__social .btn-cart {
  border-left: 2px solid #ec1414;
  margin-right: 1rem;
  padding: 0 0 0 1rem;
  cursor: pointer;
  position: relative;
}

.header__top__social .btn-cart a {
  color: #ffffff;
}

.header__top__social .btn-cart span {
  background-color: #353535;
  padding: .5rem 1rem .5rem 1rem;
  margin-left: .5rem;
}

.header__top__social .btn-cart svg {
  width: 20px;
}

#cart-show {
  font-size: .8rem;
  color: red !important;
}

#cart-show span {
  font-weight: 800;
}


#cart-show svg {
  width: 22px;
  height: 22px;
}

.header__menu .cart__dropdown {
  height: auto;
  right: 0;
  background: white;
  padding: 1rem;
  position: absolute;
  z-index: 999999999999999;
  max-width: 320px;
  width: 320px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.header__menu .cart__content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.header__menu .cart__dropdown .cart__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.header__menu .cart__dropdown .cart__btn a {
  color: white;
}

.header__menu .cart__dropdown .cart__btn a {
  background: #353535;
  padding: .5rem;
  width: 100%;
}

.header__menu .cart__btn a:nth-child(1) {
  margin-right: .5rem;
}

.header__menu .cart__btn a:nth-child(2) {
  background: #FF0000 !important;
}

.header__menu .cart__content .cart__item {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.header__menu .cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__menu .cart__total p {
  color: #353535;
  font-weight: 600;
}

.header__menu .cart__img {
  margin-right: 1rem;
}

.header__menu .cart__img img {
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  object-fit: scale-down;
}

.header__menu .cart__info h1 {
  font-size: .9rem !important;
  margin-bottom: .5rem;
  text-align: left;
  height: 35px;
  overflow: hidden;
}

.header__menu .cart__info h3 {
  text-align: left;
  font-size: .9rem !important;
}

.header__menu .cart__info .qty {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.header__menu .cart__info .qty label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  font-size: .8rem;
}

.header__menu .cart__info .qty input {
  border: 2px solid #f5f5f5;
  width: 45px;
  height: 29px;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
}

.header__top__social .btn-user {
  border-left: 2px solid #ec1414;
  padding: 0 1rem 0 1rem;
  font-size: .9rem;
}

.header__top__social a {
  display: inline-block;
  color: #ffffff;
}

.header__top__social a:last-child {
  margin-right: 0;
}

.header__nav {
  text-align: right;
  padding: 32px 0 33px;
}

.header__logo img {
  width: 120px;
}

.header__logo a {
  display: inline-block;
}

.header__menu {
  display: inline-block;
  position: relative;
}

.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.header__menu ul li.active a:after {
  width: 100%;
  opacity: 1;
}

.header__menu ul li:hover a:after {
  width: 100%;
  opacity: 1;
}

.header__menu ul li:hover .dropdown {
  top: 32px;
  opacity: 1;
  visibility: visible;
}

.header__menu ul li .dropdown2.open-dropdown,
.header__menu ul li .dropdown3.open-dropdown {
  top: 32px;
  opacity: 1;
  visibility: visible;
  min-height: 150px;
}

.header__menu ul li .dropdown,
.header__menu ul li .dropdown2,
.header__menu ul li .dropdown3 {
  position: absolute;
  left: 0;
  top: 56px;
  width: 180px;
  background: #f5f5f5;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}

.header__menu ul li .dropdown2 li a,
.header__menu ul li .dropdown3 li a,
.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #353535;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: capitalize;
}

.header__menu ul li .dropdown2 li a:after,
.header__menu ul li .dropdown3 li a:after,
.header__menu ul li .dropdown li a:after {
  display: none;
}

.header__menu ul li a {
  font-size: .8rem;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
}

.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #ffffff;
  content: '';
  opacity: 0;
  -webkit-transition: all, 300ms;
  transition: all, 300ms;
}

.header__menu.shop__menu a {
  font-weight: 400 !important;
}

.header__nav__widget {
  display: inline-block;
}

.header__nav__widget .header__nav__widget__btn {
  display: inline-block;
  position: relative;
  left: -45px;
}

.header__nav__widget .header__nav__widget__btn a {
  font-size: 15px;
  color: #ffffff;
  margin-right: 20px;
  display: inline-block;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

.header-x {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  z-index: 99999;
  width: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.open-cart {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/*---------------------
  Hero
-----------------------*/
.hero {
  padding: 140px 0;
}

.hero__text {
  padding-top: 110px;
}

.hero__text .primary-btn {
  margin-right: 16px;
}

.hero__text .primary-btn img {
  position: relative;
  top: -2px;
}

.hero__text .primary-btn.more-btn {
  background: transparent;
  border: 1px solid #ffffff;
}

.hero__text__title {
  margin-bottom: 28px;
}

.hero__text__title span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__text__title h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}

.hero__text__price {
  position: relative;
  padding-left: 140px;
  margin-bottom: 55px;
}

.hero__text__price .car-model {
  font-size: 13px;
  color: #323232;
  font-weight: 700;
  display: inline-block;
  padding: 6px 14px;
  background: #ffffff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero__text__price h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 45px;
}

.hero__text__price h2 span {
  font-size: 40px;
}

.hero__tab .nav-tabs {
  border-bottom: none;
}

.hero__tab .nav-tabs .nav-item {
  margin-bottom: 5px;
  margin-right: 5px;
}

.hero__tab .nav-tabs .nav-item .nav-link {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #323232;
  display: inline-block;
  padding: 7px 20px;
  border: none;
  border-radius: 2px;
  background: #ffffff;
}

.hero__tab .nav-tabs .nav-item .nav-link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -7px;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero__tab .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
  bottom: -7px;
}

.hero__tab__form {
  background: #ffffff;
  padding: 42px 40px 50px;
  border-radius: 2px;
}

.hero__tab__form h2 {
  color: #323232;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero__tab__form form .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.hero__tab__form form .select-list .select-list-item {
  max-width: calc(50% - 20px);
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.hero__tab__form form .select-list .select-list-item p {
  color: #323232;
  margin-bottom: 5px;
}

.hero__tab__form form .select-list .select-list-item .nice-select {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.hero__tab__form form .select-list .select-list-item .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}

.hero__tab__form form .select-list .select-list-item .nice-select.open span {
  display: block !important;
}

.hero__tab__form form .select-list .select-list-item .nice-select:after {
  display: none;
}

.hero__tab__form form .car-price {
  margin-bottom: 45px;
}

.hero__tab__form form .car-price p {
  color: #323232;
  margin-bottom: 5px;
  margin-bottom: 12px;
}

.hero__tab__form form .car-price .price-range-wrap {
  position: relative;
}

.hero__tab__form form .car-price .price-range-wrap .ui-widget-content {
  height: 5px;
  background: rgba(45, 45, 45, 0.1);
  border: none;
  border-radius: 1px;
}

.hero__tab__form form .car-price .price-range-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -4px;
}

.hero__tab__form form .car-price .price-range-wrap .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.hero__tab__form form .car-price .price-range-wrap .ui-state-default,
.hero__tab__form form .car-price .price-range-wrap .ui-widget-content .ui-state-default,
.hero__tab__form form .car-price .price-range-wrap .ui-widget-header .ui-state-default,
.hero__tab__form form .car-price .price-range-wrap .ui-button,
.hero__tab__form form .car-price .price-range-wrap html .ui-button.ui-state-disabled:hover,
.hero__tab__form form .car-price .price-range-wrap html .ui-button.ui-state-disabled:active {
  border: 1.5px solid #FF0000;
}

.hero__tab__form form .car-price .price-range-wrap .ui-slider .ui-slider-range {
  background: #FF0000;
}

.hero__tab__form form .car-price .price-input {
  position: absolute;
  left: 89px;
  top: -36px;
}

.hero__tab__form form .car-price .price-input input {
  font-size: 15px;
  color: #323232;
  font-weight: 700;
  border: none;
  width: 180px;
}

/*---------------------
  Feature
-----------------------*/
.feature {
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  padding-bottom: 55px;
}

.feature:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 605px;
  height: 404px;
  background-image: url(../img/feature/car.png);
  content: '';
  -webkit-transform: translate(-300px, -202px);
  transform: translate(-300px, -202px);
  z-index: -1;
}

.feature__text .section-title {
  text-align: left;
  margin-bottom: 34px;
}

.feature__text .section-title h2 {
  margin-bottom: 0;
}

.feature__text__desc {
  margin-bottom: 35px;
}

.feature__text__desc p {
  margin-bottom: 30px;
}

.feature__text__btn .primary-btn {
  margin-right: 16px;
}

.feature__text__btn .partner-btn {
  background: #222;
}

.feature__item {
  text-align: center;
  float: right;
  margin-bottom: 45px;
}

.feature__item .feature__item__icon {
  height: 100px;
  width: 100px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  margin-bottom: 20px !important;
  margin: 0 auto;
}

.feature__item h6 {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
}

/*---------------------
  Choose Us
-----------------------*/
.chooseus {
  background: #f7f7f7;
  position: relative;
  height: 530px;
  padding-bottom: 85px;
}

.chooseus .row {
  position: relative;
  z-index: 1;
}

.chooseus__text {
  position: relative;
  z-index: 1;
}

.chooseus__text .section-title {
  margin-bottom: 10px;
  text-align: left;
}

.chooseus__text .section-title h2 {
  margin-top: 0;
}

.chooseus__text ul {
  margin-bottom: 28px;
}

.chooseus__text ul li {
  list-style: none;
  font-size: 15px;
  color: #727171;
  line-height: 36px;
}

.chooseus__text ul li i {
  color: #FF0000;
}

.chooseus__video {
  height: 530px;
  width: calc(100% - 46%);
  position: absolute;
  right: 0;
  top: 0;
}

.chooseus__video img {
  height: 100%;
  width: 100%;
}

.chooseus__video .play-btn {
  height: 60px;
  width: 60px;
  background: #FF0000;
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
  z-index: 9;
}

.chooseus__video .play-btn i {
  position: relative;
  left: 3px;
  top: -1px;
}

/*---------------------
  Cta
-----------------------*/
.cta {
  padding-bottom: 70px;
}

.cta__item a {
  color: red;
  font-size: 1rem;
}

.cta__item a:hover {
  color: white;
}

.cta__item {
  position: relative;
  z-index: 1;
  padding: 50px 34px 65px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.cta__item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  z-index: -1;
  border-radius: 2px;
}

.cta__item h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.8rem;
}

.cta__item p {
  color: #ffffff;
  margin-bottom: 0;
}

.slider-home .owl-item {
  background: #000;
}

.slider-home .owl-item img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-home .text-info {
  position: absolute;
  top: 30%;
  z-index: 9999;
  left: 10%;
  -webkit-transform: translate(-10%);
  transform: translate(-10%);
  text-align: center;
  background: #353535;
  padding: 1rem;
  width: 510px;
}

.slider-home .text-info h2 {
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.slider-home .text-info h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FF0000;
}

.slide-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 75px;
  padding: 1rem;
}

.slide-more .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-more .container a {
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
}

.slide-more .container h4 {
  font-weight: 800;
  color: #ffffff;
  font-size: 2rem;
}

.slide-more img {
  height: 85px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.aboutbanner {
  background-color: #272727;
  overflow: hidden;
}

/* .widget {
  
} */

.widget .row .col-xl-6:nth-child(2) {
  position: relative;
}

.widget .row .col-xl-6:nth-child(2) ul li svg {
  color: #fff;
  position: absolute;
}

.widget .row .col-xl-6:nth-child(2) ul li {
  margin-bottom: 5rem;
  width: 80%;
}

.widget .row .col-xl-6:nth-child(2) ul li a {
  color: #fff;
  position: relative;
  left: 40px;
  top: -10px;
  font-size: 1rem;
  text-align: justify;
}

.p-heading {
  font-size: .9rem;
  font-weight: 700;
  /* text-align: center; */
  color: #fff;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1rem;
}

.p-heading svg {
  width: 17px;
  height: 17px;
}

.widget .btn-outline {
  font-size: .8rem !important;
}

.widget .btn-outline:hover {
  color: white !important;
}


.aboutbanner .col-xl-6:nth-child(1) {
  height: 350px;
  max-height: 350px;
  background: #000;
}

.aboutbanner .col-xl-6:nth-child(2) {
  height: 350px;
  max-height: 350px;
  padding: 3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.aboutbanner .text-info h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

.aboutbanner .text-info p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
  text-align: justify;
}

.aboutbanner img {
  opacity: .5;
}

.aboutbanner .col-xl-6:nth-child(2) {
  padding: 3rem;
}

.infobanner {
  background-color: #000;
}

.infobanner .img-banner {
  height: 200px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border: 3px solid #f5f5f5;
  transition: all, 300ms;
}

.infobanner .img-banner img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .6;
}

.infobanner .img-skin {
  height: 350px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border: 3px solid #f5f5f5;
}

.infobanner .img-skin img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .8;
}

.info-banner .img-skin img:hover>.text-skin h4 {
  font-size: 2rem !important;
}

.infobanner .img-skin .text-skin {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 45%;
  width: 100%;
}

.infobanner .img-skin .text-skin h4 {
  text-align: center;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
}

.infobanner .banner-heading {
  background: #f5f5f5;
}


.infobanner .banner-heading img {
  height: 200px;
  max-height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;
}

.infobanner .img-banner .img-merk {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 5%;
}

.infobanner .img-banner .img-merk .btn-outline,
.infobanner .img-skin .btn-outline {
  left: 50%;
  top: 190px;
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.infobanner .img-skin .btn-outline {
  top: 70px;
}

.infobanner .img-banner .img-merk img {
  left: 50%;
  position: absolute;
  top: 0px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.infobanner .merk-banner,
.infobanner .img-skin {
  position: relative;
  transition: all, 600ms;
}

.text-banner {
  /* position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 35%; */
  width: 100%;
}

.text-banner h1 {
  text-align: center;
  color: red;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
}

.text-parahead h1 {
  text-align: center;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding-bottom: 1.2rem;
}


.infobanner .text-banner .btn {
  width: 100%;
}

.infobanner .text-banner .primary-btn {
  cursor: pointer;
  color: white;
  width: 200px;
  text-align: center;
  padding: 1rem;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.infobanner .text-banner .primary-btn:hover {
  background: #353535;
}

.small-logo {
  width: 85px;
}

.success-payment {
  background: #000;
}

.success-payment .btn-default:hover,
.success-payment .btn-default:focus {
  background: white !important;
  background-color: white !important;
  color: black !important;
}

.success-payment img {
  opacity: .6;
  height: 65vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-payment .text-info {
  position: absolute;
  top: 30%;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  background: #353535;
  padding: 1rem;
  width: 500px;
}

.success-payment .text-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FF0000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .9rem;
}

.success-payment .text-info h2 {
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

.success-payment .text-info h6 {
  font-size: .9rem;
  font-weight: 400;
  color: #FF0000;
}

/*---------------------
  motor
-----------------------*/
.motor {
  background: #f5f5f5;
}

.motor .section-title {
  margin-bottom: 20px;
}

.motor .section-title h2 {
  margin-bottom: 0;
}

.nice-select .list {
  /* max-height: 100px !important; */
  display: block;
  overflow-y: auto !important;
  overflow-x: auto !important;
  width: 100%;
}

.motor .nice-select {
  /* width: auto !important;
  color: #353535 !important;
  border: 1px solid #ebebeb !important;
  background: #ffffff !important;
  float: none !important;
  display: inline-block !important;
  line-height: auto !important;
  height: auto !important; */
}

.select__motor .nice-select {
  line-height: 2;
  width: 300px;
}

.nice-select {
  padding-left: 18px !important;
  padding-right: 30px !important;
}

.filter__controls {
  text-align: center;
  margin-bottom: 40px;
}

.filter__controls li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #8d8d8d;
  font-weight: 700;
  margin-right: 50px;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
}

.filter__controls li.active {
  color: #323232;
}

.filter__controls li.active:after {
  opacity: 1;
}

.filter__controls li:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #FF0000;
  content: '';
  opacity: 0;
}

.filter__controls li:last-child {
  margin-right: 0;
}

.motor__filter h5 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #f5f5f5;
  text-transform: uppercase;
}


.motor__filter__option {
  background-color: red !important;
  margin-bottom: 30px;
}

.motor__filter__option .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.motor__filter__option .motor__filter__option__item .form-select-shop:nth-child(3) {
  margin-right: -.4rem;
}

.motor__filter__option .motor__filter__option__item.motor__filter__option__item--right {
  text-align: right;
}

.motor__filter__option__item .btn-default {
  background: #a0a0a0 !important;
}

.motor__filter__option .motor__filter__option__item h6 {
  font-size: 15px;
  color: #353535;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}

.motor__filter__option .motor__filter__option__item h4 {
  font-weight: 800;
}

.motor__filter__option .motor__filter__option__item .nice-select {
  width: auto;
  font-size: 15px;
  color: #353535;
  padding-left: 20px;
  padding-right: 50px;
  border: 1px solid #ebebeb;
  height: 36px;
  background: #ffffff;
  line-height: 36px;
  border-radius: 0;
  float: none;
  display: inline-block;
}

.motor__filter__option .motor__filter__option__item .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.motor__filter__option .motor__filter__option__item .nice-select:after {
  border-bottom: 1.5px solid #AAAAB3;
  border-right: 1.5px solid #AAAAB3;
  height: 7px;
  right: 22px;
  width: 7px;
}

.motor__item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.motor__item .rating i {
  color: #f5f5f5;
}

.label {
  background: red;
  width: 100px;
  text-align: center;
  position: absolute;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  left: -30px;
  top: 15px;
}

.label p {
  margin: 0rem !important;
  color: white;
  font-weight: 800;
}

.img__wm {
  position: absolute;
  left: 8px;
  top: 50px;
  z-index: 1;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  pointer-events: none;
}

.img__testi {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50px;
  z-index: 1;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.img__shop {
  position: absolute;
  left: 8px;
  top: 50px;
  z-index: 1;
}

.img__view {
  position: absolute;
  top: 120px;
  left: 10px;
  z-index: 1;
}

.img__testi img,
.img__shop img,
.img__wm img,
.img__view img {
  height: 100px !important;
  width: 100px !important;
  opacity: .5 !important;
}

.motor__item__pic__slider .img__wm img {
  height: 100px !important;
  width: 100px !important;
  opacity: .5 !important;
}

.img__view img {
  width: 160px !important;
  height: 160px !important;
}

.motor__item__pic__slider .btn-view {
  cursor: pointer;
  text-align: center;
  background: #353535;
  width: 100px;
  padding: .5rem;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 2;
}

.motor__item__pic__slider .btn-view a {
  color: #ffffff;
  font-weight: 600;
}

.motor__item__pic__slider img {
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  object-fit: cover;
  -object-fit: cover;
  height: 160px;
  max-height: 160px;
  width: 100%;
}

.motor__item__pic__slider.owl-motorousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.motor__item__pic__slider.owl-motorousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #8d8d8d;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.motor__item__pic__slider.owl-motorousel .owl-dots button.active {
  background: #ffffff;
}

.motor__item__pic__slider.owl-motorousel .owl-dots button:last-child {
  margin-right: 0;
}

.motor__item__pic__slider:hover .btn-view {
  opacity: 1;
}

.motor__item__text {
  padding: .5rem;
  background: #353535;
  background-color: #312828;
  background: #D31414;
  background: -webkit-linear-gradient(right, #D31414, #252525);
  background: -moz-linear-gradient(right, #D31414, #252525);
  background: linear-gradient(to left, #D31414, #252525);
  height: 65px;
}

.motor__item__text__inner .label-date {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  padding: 2px 15px 1px;
  border: 1px solid #ffffff;
  border-radius: 2px;

}

.motor__item__text__inner h5 {
  margin-top: 3px;
}

.motor__item__text__inner h5 a {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
}

.motor__item__text__inner ul li {
  list-style: none;
  font-size: 15px;
  color: #8d8d8d;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.motor__item__text__inner ul li:after {
  position: absolute;
  right: -23px;
  top: 3px;
  height: 15px;
  width: 2px;
  background: #8d8d8d;
  content: "";
}

.motor__item__text__inner ul li span {
  color: #323232;
}

.motor__item__text__inner ul li:last-child {
  margin-right: 0;
}

.motor__item__text__inner ul li:last-child:after {
  display: none;
}

span.inner {
  color: white;
  font-weight: 700;
  font-size: .8rem;
}

span.outer {
  color: red;
  font-weight: 700;
  text-decoration: line-through;
}

.text__price {
  font-weight: 800;
  color: red;
}


.motor__item__price .motor-option {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background: #4971FF;
  display: inline-block;
  padding: 12px 22px 10px;
  border-radius: 2px 0 0 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.motor__item__price .motor-option.sale {
  background: #FF0000;
}

.motor__item__price h6 span {
  color: #727171;
  font-size: 13px;
  font-weight: 400;
}

.pagination__option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination__option ul p {
  margin-right: 1rem;
  color: #323232;
  opacity: 0;
}

.pagination__option ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__option a {
  padding: .5rem .6rem .5rem .6rem;
  width: 30px;
  font-size: 1rem;
  color: #353535;
  font-weight: 700;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.button-type a {
  padding: .5rem 1rem .5rem 1rem;
  font-size: 1rem;
  color: #353535;
  font-weight: 700;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.button-type a:hover,
.button-type a.active {
  color: #ffffff;
  background: #FF0000;
}

.pagination__option a:hover,
.pagination__option a.active {
  color: #ffffff;
  background: #FF0000;
}

.pagination__option a:last-child {
  margin-right: 0;
}

.pagination__option a span {
  font-size: .9rem;
  position: relative;
}

.motor__sidebar {
  background: #ffffff;
  padding: 30px;
}

.motor__sidebar ul li a {
  color: #353535 !important;
}

.motor__search {
  margin-bottom: 40px;
}

.motor__search h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 15px;
}

.motor__search form {
  position: relative;
}

.motor__search form input {
  height: 46px;
  width: 100%;
  font-size: 15px;
  color: #727171;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  background: #ffffff;
}

.motor__search form input::-webkit-input-placeholder {
  color: #727171;
}

.motor__search form input:-ms-input-placeholder {
  color: #727171;
}

.motor__search form input::-ms-input-placeholder {
  color: #727171;
}

.motor__search form input::placeholder {
  color: #727171;
}

.motor__search form button {
  font-size: 14px;
  color: #AAAAB3;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  height: 100%;
  padding: 0 15px;
}

.motor__filter h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 15px;
}

.motor__filter form .nice-select {
  width: 100%;
  font-size: 15px;
  color: #727171;
  padding-left: 20px;
  border: 1px solid #ffffff;
  height: 46px;
  background: #ffffff;
  line-height: 46px;
  border-radius: 0;
  margin-bottom: 10px;
  float: none;
}

.motor__filter form .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.motor__filter form .nice-select:after {
  border-bottom: 1.5px solid #AAAAB3;
  border-right: 1.5px solid #AAAAB3;
  height: 7px;
  right: 22px;
  width: 7px;
}

.motor__filter form .filter-price {
  margin-bottom: 30px;
  padding-top: 8px;
}

.motor__filter form .filter-price p {
  color: #323232;
  margin-bottom: 5px;
  margin-bottom: 18px;
}

.motor__filter form .filter-price .price-range-wrap {
  position: relative;
}

.motor__filter form .filter-price .price-range-wrap .ui-widget-content {
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 1px;
}

.motor__filter form .filter-price .price-range-wrap .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -4px;
}

.motor__filter form .filter-price .price-range-wrap .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background: #FF0000;
  border-radius: 50%;
  cursor: pointer;
}

.motor__filter form .filter-price .price-range-wrap .ui-state-default,
.motor__filter form .filter-price .price-range-wrap .ui-widget-content .ui-state-default,
.motor__filter form .filter-price .price-range-wrap .ui-widget-header .ui-state-default,
.motor__filter form .filter-price .price-range-wrap .ui-button,
.motor__filter form .filter-price .price-range-wrap html .ui-button.ui-state-disabled:hover,
.motor__filter form .filter-price .price-range-wrap html .ui-button.ui-state-disabled:active {
  border: none;
}

.motor__filter form .filter-price .price-range-wrap .ui-slider .ui-slider-range {
  background: #FF0000;
}

.motor__filter form .filter-price .price-input {
  position: absolute;
  left: 42px;
  top: -44px;
}

.motor__filter form .filter-price .price-input input {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
  border: none;
  width: 200px;
  background: transparent;
}

.motor__filter form .motor__filter__btn {
  text-align: center;
}

.row-shop .col-6 {
  padding-left: .5rem;
  padding-right: .5rem;
}

/*---------------------
  Footer
-----------------------*/
.footer {
  background: #fff;
}

.footer__contact {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 65px;
}

.footer__contact__title h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
}

.footer__contact__option {
  text-align: right;
}

.footer__contact__option .option__item {
  font-size: 15px;
  color: #ffffff;
  background: #FF0000;
  display: inline-block;
  font-weight: 700;
  padding: 14px 18px 14px 24px;
  margin-right: 16px;
  border-radius: 2px;
}

.footer__contact__option .option__item:last-child {
  margin-right: 0;
}

.footer__contact__option .option__item.email {
  color: #323232;
  background: #ffffff;
}

.footer__contact__option .option__item.email i {
  color: #FF0000;
}

.footer__contact__option .option__item i {
  margin-right: 5px;
}

/* .footer__about {
  margin-bottom: 30px;
} */

.footer__about {
  /* margin-top: 15px; */
  margin-bottom: -15px;
}

.footer__about .location {
  margin: auto;
  text-align: justify;
  width: 50%;
}

.footer__about .location svg {
  width: 50px !important;
  margin-right: .3rem !important;
}

.footer__about .location a {
  color: #8d8d8d;
}

.footer__logo {
  width: 80px;
  margin: auto;
}

.footer__logo a {
  display: inline-block;
}

.footer__social {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.footer__social a {
  display: inline-block;
  height: 38px;
  width: 38px;
  font-size: 15px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__social a.facebook {
  background: #324975;
}

.footer__social a.twitter {
  background: #2C85AE;
}

.footer__social a.google {
  background: #DC4438;
}

.footer__social a.instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.footer__social a.skype {
  background: #3EAFF0;
}

/* .footer__copyright__text {
  margin-top: 3rem;
} */

.footer__copyright__text p {
  margin-bottom: -10px !important;
  color: black;
}

.footer__copyright__text a {
  font-weight: 700;
  color: #FF0000;
}

.footer__copyright__text i {
  color: #cc1111;
}

.footer__widget {
  margin-bottom: 30px;
}

.footer__widget h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer__widget ul li {
  list-style: none;
}

.footer__widget ul li a {
  font-size: 15px;
  color: #8d8d8d;
  line-height: 36px;
}

.footer__widget ul li i {
  margin-right: 2px;
}

.footer__brand {
  overflow: hidden;
  margin-bottom: 30px;
}

.footer__brand h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer__brand ul {
  width: 50%;
  float: left;
}

.footer__brand ul li {
  list-style: none;
}

.footer__brand ul li a {
  font-size: 15px;
  color: #8d8d8d;
  line-height: 36px;
}

.footer__brand ul li i {
  margin-right: 2px;
}

.btn-sc {
  cursor: pointer;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  right: 30px;
  background-color: #f5f5f5;
  height: 40px;
  width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 99;
}

.btn-wa,
.btn-warning,
.branch-1,
.branch-x {
  z-index: 9999;
  right: 90px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  background-color: #25D366;
  height: 40px;
  width: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}


.btn-wa {
  background: none;
  width: auto;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  right: 90px;
  border-radius: 50%;
}

.btn-wa:hover {
  background: none;
}

.btn-wa span,
.btn-warning span {
  z-index: 99;
  font-weight: 600;
  font-size: .9rem;
}

.btn-wa span,
.btn-wa svg {
  background: #25D366;
}

.btn-wa span {
  padding: 0 1rem 0 1rem;
}

.btn-wa svg {
  border-radius: 50%;
  border: 5px solid #25D366;
  width: 35px !important;
  top: 5px;
  height: 35px !important;
  position: relative;
  z-index: 9;
}

.btn-wa svg,
.btn-warning svg {
  width: 25px;
  height: 25px;
}

.btn-warning {
  left: 80px;
  border-radius: 10px;
  width: 100px;
  height: 55px;
  bottom: -7px !important;
  background: none;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-direction: column;
  opacity: 0;
}

.btn-warning:hover {
  background: none !important;
  outline: none !important;
}

.btn-warning svg {
  border-radius: 50%;
  border: 5px solid red;
  background: red;
  width: 35px !important;
  height: 35px !important;
  position: relative;
  z-index: 9;
}

.btn-warning span {
  padding: 0 1rem 0 1rem;
  background: red;
  position: relative;
  top: -7px;
  z-index: 1;
}

.branch-1 a,
.branch-x a {
  color: white !important;
}

.branch-x a {
  text-align: center;
}

.branch-1 {
  bottom: 70px;
  right: 85px;
  visibility: hidden;
  opacity: 0;
  width: 140px;
  border-radius: 10px;
  z-index: 9999;
}

.branch-1 span,
.branch-x span {
  font-size: .8rem;
}

.branch-1:nth-child(2) {
  bottom: 120px;
}

.branch-1:nth-child(3) {
  bottom: 170px;
}

.branch-btn {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 9999w;
}

.branch-x {
  bottom: 70px;
  left: 70px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  z-index: 9999;
  width: 150px;
  background: red;
  height: 40px;
  transition: 500ms ease;
}

.branch-x:first-child {
  bottom: 60px;
}

.branch-x:last-child {
  bottom: 110px;
}

.shows {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.show-wa {
  opacity: 1;
  visibility: visible;
}

.show-wa .branch-1 {
  opacity: 1;
  visibility: visible;
}

.show-wa .branch-x {
  opacity: 1;
  visibility: visible;
}

.show-wa .branch-1 a {
  color: white !important;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  padding: 70px 0 60px;
}

.breadcrumb-option.contact-breadcrumb {
  padding: 70px 0 260px;
}

.breadcrumb-option.contact-breadcrumb h2 {
  margin-bottom: 0;
}

.breadcrumb__text h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 46px;
  margin-bottom: 6px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #ffffff;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -15px;
  top: 0;
  content: '\f105';
  font-family: "FontAwesome";
}

.breadcrumb__links a i {
  color: #FF0000;
  margin-right: 5px;
}

.breadcrumb__links span {
  font-size: 15px;
  color: #727171;
  display: inline-block;
}

/*---------------------
  About
-----------------------*/
.about {
  padding-bottom: 70px;
}

.section-title.about-title h2 {
  line-height: 55px;
}

.section-title.about-title p {
  font-size: 17px;
  line-height: 30px;
  color: #6A6B7C;
}

.about__feature {
  padding-bottom: 60px;
}

.about__feature__item {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.about__feature__item h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.about__feature__item p {
  margin-bottom: 0;
}

.about__pic {
  margin-bottom: 50px;
}

.about__pic img {
  min-width: 100%;
  border-radius: 10px;
}

.about__item {
  margin-bottom: 30px;
}

.about__item h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 15px;
}

.about__item p {
  margin-bottom: 0;
}

/*---------------------
  Call
-----------------------*/
.call__text .section-title {
  text-align: left;
  margin-bottom: 35px;
}

.call__text .section-title h2 {
  color: #ffffff;
  margin-bottom: 12px;
}

.call__text .section-title p {
  color: #ffffff;
}

.call__text a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 0;
  position: relative;
}

.call__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #FF0000;
  content: '';
}

.call__form input {
  width: 100%;
  height: 48px;
  color: #727171;
  font-size: 15px;
  padding-left: 20px;
  border: none;
  border-radius: 2px;
  margin-bottom: 25px;
}

.call__form .nice-select {
  float: none;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  line-height: 48px;
  margin-bottom: 25px;
}

.call__form .nice-select span {
  font-size: 15px;
  color: #353535;
}

.call__form .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

.call__form .nice-select:after {
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #323232;
  border-right: 2px solid #323232;
  margin-top: 0;
  right: 22px;
  top: 35%;
}

.call__form button {
  letter-spacing: 1px;
}

/*---------------------
  Team
-----------------------*/
.team {
  padding-bottom: 70px;
}

.section-title.team-title {
  margin-bottom: 50px;
}

.team__item {
  margin-bottom: 30px;
}

.team__item__pic img {
  min-width: 100%;
  border-radius: 2px;
}

.team__item__text {
  padding-top: 20px;
  text-align: center;
}

.team__item__text h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 5px;
}

.team__item__text span {
  font-size: 15px;
  color: #727171;
}

/*---------------------
  Testimonial
-----------------------*/
.testimonial {
  padding-top: 0;
}

.section-title.testimonial-title {
  margin-bottom: 40px;
  padding-top: 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial__slider.owl-carousel .col-lg-6 {
  max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
  padding-bottom: 40px;
}

.testimonial__slider.owl-carousel .owl-nav button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f4f6f8;
  line-height: 50px;
  font-size: 30px;
  color: #353535;
  text-align: center;
  position: absolute;
  left: -85px;
  top: 50%;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.testimonial__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -85px;
}

.testimonial__slider.owl-carousel .owl-dots {
  text-align: center;
}

.testimonial__slider.owl-carousel .owl-dots button {
  height: 10px;
  width: 10px;
  background: #ebebeb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
  background: #FF0000;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.testimonial__item {
  -webkit-box-shadow: 0px 6px 15px rgba(50, 15, 15, 0.05);
  box-shadow: 0px 6px 15px rgba(50, 15, 15, 0.05);
  padding: 40px 30px 65px 40px;
  border-radius: 5px;
}

.testimonial__item p {
  font-size: 20px;
  color: #353535;
  line-height: 32px;
  margin-bottom: 0;
}

.testimonial__item .img-testy {
  width: 100%;
  height: auto;
}

.testimonial__item .img-testy img {
  width: 100px;
}

.testimonial__item__author {
  overflow: hidden;
  margin-bottom: 22px;
}

.testimonial__item__author__pic {
  float: left;
  margin-right: 30px;
}

.testimonial__item__author__pic img {
  width: 60px !important;
  border-radius: 50%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial__item__author__text {
  overflow: hidden;
  padding-top: 10px;
}

.testimonial__item__author__text .rating {
  margin-bottom: 5px;
}

.testimonial__item__author__text .rating i {
  font-size: 20px;
  color: #F9B944;
}

.testimonial__item__author__text h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
}

.testimonial__item__author__text h5 span {
  font-size: 15px;
  color: #727171;
  font-weight: 400;
}

/*---------------------
  Counter
-----------------------*/
.counter {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  padding-top: 80px;
}

.counter:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  z-index: -1;
}

.counter__item {
  text-align: center;
  margin-bottom: 30px;
}

.counter__item h2 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}

.counter__item strong {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  line-height: 72px;
}

.counter__item p {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 700;
  color: #ffffff;
}

/*---------------------
  Clients
-----------------------*/
.clients {
  padding-bottom: 70px;
}

.section-title.client-title {
  margin-bottom: 45px;
}

.client__item {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------
  About
-----------------------*/
/*---------------------
  Services
-----------------------*/
.services__item {
  padding-bottom: 60px;
}

.services__item {
  text-align: center;
  padding: 36px 35px 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
  height: 190px;
}

.services__item:hover {
  -webkit-box-shadow: 0px 6px 50px rgba(50, 15, 15, 0.05);
  box-shadow: 0px 6px 50px rgba(50, 15, 15, 0.05);
  border: 1px solid transparent;
}

/* .services__item:hover a {
  background: #FF0000;
  border-color: #FF0000;
  color: #ffffff;
} */

.services__item h5 {
  font-size: 1rem;
  color: #323232;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 20px;
}

.services__item p {
  margin-bottom: 20px;
  color: #8d8d8d;
}

.services__item a {
  font-size: 2.5rem;
  color: #FF0000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/*---------------------
  motor Details
-----------------------*/
.motor-details {
  padding-bottom: 70px;
}

.motor__details__pic {
  margin-bottom: 50px;
}

.motor__details__pic__small .owl-item {
  cursor: pointer;
}

.motor__details__pic__small .current {
  opacity: .8;
}

.motor__details__pic__small .current .item::after {
  content: '';
  background: rgb(255 0 0 / 17%);
  display: inline-block;
  width: 80px;
  height: 55px;
  border: 5px solid red;
  position: absolute;
  top: 0;
}

.motor__details__pic__large {
  position: relative;
  margin-bottom: 20px;
}

.motor__details__pic__large img {
  min-width: 100%;
  max-height: 300px;
  height: 100%;
  object-fit: cover;
  o-object-fit: cover;
}

.motor__details__pic__large .owl-nav {
  display: block !important;
}

.motor__details__pic__large .owl-nav button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #353535 !important;
  line-height: 50px;
  font-size: 30px;
  color: #ffffff !important;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.motor__details__pic__large .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.motor-thumbs .ct img {
  cursor: pointer;
}

.motor__details__tab .nav-tabs {
  border-bottom: none;
  background: #f7f7f7;
  padding: 0 30px;
}

.motor__details__tab .nav-tabs .nav-item {
  display: inline-block;
  margin-right: 62px;
}

.motor__details__tab .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.motor__details__tab .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #707070;
  font-weight: 700;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 22px 0 16px;
  position: relative;
}

.motor__details__tab .nav-tabs .nav-item .nav-link:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #FF0000;
  content: '';
  opacity: 0;
}

.motor__details__tab .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}

.motor__details__tab .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
}

.motor__details__tab .tab-content {
  padding-top: 45px;
}

.motor__details__tab__info {
  border-bottom: 1px solid rgbaa(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.motor__details__tab__info__item {
  margin-bottom: 30px;
}

.motor__details__tab__info__item h5 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 6px;
}

.motor__details__tab__info__item ul li {
  list-style: none;
  font-size: 15px;
  color: #707070;
  line-height: 36px;
}

.motor__details__tab__info__item ul li i {
  color: #FF0000;
  margin-right: 8px;
  font-size: 10px;
}

.motor__details__sidebar {
  background: whitesmoke;
  color: black;
}

.motor__details__sidebar h6 {
  padding: 1rem;
  color: white;
  background: #008000;
  /* border-bottom: 1px solid white; */
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.motor__details__sidebar .cart__content {
  overflow-x: hidden;
  overflow-y: auto;
}

.motor__details__sidebar .cart__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -webkit-flex;
}

.motor__details__sidebar .cart__btn a {
  background: #353535;
  padding: .5rem;
  width: 100%;
}

.motor__details__sidebar .cart__btn a:nth-child(1) {
  margin-right: .5rem;
}

.motor__details__sidebar .cart__btn a:nth-child(2) {
  background: #FF0000 !important;
}

.motor__details__sidebar .cart__item {
  border-bottom: 1px solid #252525;
  padding-bottom: 1rem;
  width: 100%;
}

.motor__details__sidebar .cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.motor__details__sidebar .cart__total p {
  color: white;
  /* color: #353535; */
  font-weight: 600;
}

.motor__details__sidebar .cart__img {
  margin-right: 1rem;
}

.motor__details__sidebar .cart__img img {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 1rem;
}

.motor__details__sidebar .cart__info p {
  margin: 0;
  font-size: .8rem;
  font-weight: bold;
  color: black;
}

.motor__details__sidebar .cart__info h1 {
  font-size: .9rem !important;
  margin-bottom: .5rem;
  text-align: left;
  color: #252525;
}

.motor__details__sidebar .cart__info h3 {
  text-align: left;
  font-size: .9rem !important;
  color: #252525;
}

.motor__details__sidebar .cart__info .qty {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.motor__details__sidebar .cart__info .qty label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  font-size: .8rem;
}

.motor__details__sidebar .cart__info .label-date {
  color: white;
}

.motor__details__sidebar .cart__info .qty input {
  border: 2px solid #f5f5f5;
  width: 45px;
  text-align: right;
  font-size: .9rem;
  font-weight: 700;
}

.motor__details__sidebar__payment ul {
  /* margin-bottom: 30px; */
  padding: 1rem;
}

.motor__details__sidebar__payment ul li {
  list-style: none;
  font-size: 12px;
  color: #353535;
  line-height: 25px;
  overflow: hidden;
  font-weight: 600;
}


.motor__details__sidebar__payment ul li:nth-child(5) {
  padding-bottom: .5rem;
}

/* 
.motor__details__sidebar__payment ul li:nth-child(6) {
  padding-top: .5rem;
  border-top: 1px solid #000;
} */

.motor__details__sidebar__payment ul li span {
  color: #353535;
  font-weight: 700;
  float: right;
}

.motor__details__sidebar__payment .btn-default {
  display: block;
  text-align: center;
  height: auto;
  text-transform: uppercase;
}

.motor-details .text-info {
  margin-top: 1rem;
}

.motor-details .text-info h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .8rem;
}

.motor-details .text-info h3 {
  font-size: 1.5rem;
  margin-bottom: .8rem;
  font-weight: 700;
}

.motor-details .text-info p {
  color: #5C5C5C;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 200;
}

.motor-details .text-info a {
  color: #FF0000;
  text-decoration: underline;
  font-weight: 700;
  font-size: .9rem;
}

.motor-details .text-info .c-label {
  margin-bottom: 1rem;
}

.motor-details .text-info .c-label .checked {
  background: green;
  color: white;
}

.motor-details .text-info .star-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.motor-details .text-info .star-review p {
  margin: 0 0 0 .5rem;
}

.motor-details .text-info .star-review i {
  color: #ebebeb;
}

.motor-details .cart {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: 2px solid #f5f5f5;
  border-top: 2px solid #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.motor-details .cart .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.motor-details .cart .row label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 400;
}

.motor-details .cart .row button {
  border: none;
  color: black;
  height: auto;
  font-weight: 700;
  padding: 1rem;
  background-color: #f1f1f1;
}

.motor-details .cart .row input {
  border: 2px solid #f5f5f5;
  width: 60px !important;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.motor-details .decs h3 {
  font-weight: 700;
  font-size: 1.2rem;
}

.motor-details .decs .btn-default {
  height: auto !important;
}

.cart-motor .col-12 {
  background: #f5f5f5;
}

.cart-motor .col-12 h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.cart-motor .col-12 p {
  color: #000000;
  margin: 0;
}

.cart-motor .col-12 span {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.cart-motor .col-12 .x {
  color: red !important;
}

.cart-motor .col-12 form {
  margin-top: 1rem;
}

.cart-motor .col-12 form label {
  font-size: .9rem;
  font-weight: 400;
}

.cart-motor .col-12 form .sc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-motor .col-12 form .sc-btn .btn-default {
  width: auto;
  padding: .5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1rem;
}


.cart-motor .col-12 form .sc-btn a {
  color: #FF0000;
  font-size: .9rem;
}

.cart-motor h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.cart-motor .product__list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1rem;
}

.cart-motor .product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.cart-motor .product__info h1 {
  font-size: 1rem !important;
  margin-bottom: .5rem;
}

.cart-motor .product__info h3 {
  font-size: .9rem !important;
}

.cart-motor .product__info .qty {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cart-motor .product__info .qty label {
  margin-right: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  font-size: .8rem;
}

.cart-motor .product__info .qty input {
  border: 2px solid #f5f5f5;
  width: 45px;
  text-align: right;
  font-size: .9rem;
  font-weight: 700;
}

.cart-motor .product__edit {
  margin-top: 1rem;
}

.cart-motor .product__edit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

.cart-motor .product__edit ul li {
  margin-right: 1rem;
}

.cart-motor .product__edit ul li a {
  color: #FF0000;
  font-size: .9rem;
}

.cart-motor .product__img {
  margin-right: 3rem;
}

.cart-motor .product__img img {
  width: 200px;
  max-width: 200px;
}

/*---------------------
  Latest Blog
-----------------------*/
.latest {
  padding-bottom: 70px;
  padding-top: 160px;
}

.latest .section-title {
  margin-bottom: 45px;
}

.latest__blog__item {
  margin-bottom: 30px;
}

.latest__blog__item__pic {
  height: 220px;
  position: relative;
  border-radius: 2px;
}

.latest__blog__item__pic ul {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 20px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 2px 2px;
}

.latest__blog__item__pic ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  margin-right: 22px;
  position: relative;
}

.latest__blog__item__pic ul li:after {
  position: absolute;
  right: -14px;
  top: 1px;
  height: 17px;
  width: 1px;
  background: #ffffff;
  content: '';
}

.latest__blog__item__pic ul li:last-child {
  margin-right: 0;
}

.latest__blog__item__pic ul li:last-child:after {
  display: none;
}

.latest__blog__item__text {
  padding-top: 25px;
}

.latest__blog__item__text h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
}

.latest__blog__item__text p {
  color: #8d8d8d;
  margin-bottom: 20px;
}

.latest__blog__item__text a {
  font-size: 15px;
  color: #8d8d8d;
  font-weight: 700;
  display: inline-block;
}

.latest__blog__item__text a i {
  color: #FF0000;
  margin-left: 6px;
}

/*---------------------
  Blog
-----------------------*/
.blog .pagination__option {
  padding-top: 10px;
}

.blog__item {
  margin-bottom: 35px;
}

.blog__item__pic {
  height: 220px;
  position: relative;
  border-radius: 2px;
}

.blog__item__pic ul {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 22px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 2px 2px;
}

.blog__item__pic ul li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  margin-right: 28px;
  position: relative;
}

.blog__item__pic ul li:after {
  position: absolute;
  right: -19px;
  top: 1px;
  height: 17px;
  width: 1px;
  background: #ffffff;
  content: '';
}

.blog__item__pic ul li:last-child {
  margin-right: 0;
}

.blog__item__pic ul li:last-child:after {
  display: none;
}

.blog__item__text {
  padding-top: 28px;
}

.blog__item__text h5 {
  margin-bottom: 40px;
}

.blog__item__text h5 a {
  font-size: 20px;
  color: #323232;
  font-weight: 700;
}

.blog__item__text p {
  color: #8d8d8d;
  margin-bottom: 0;
}

/*---------------------
  Blog Sidebar
-----------------------*/
.blog__sidebar__search {
  position: relative;
  margin-bottom: 50px;
}

.blog__sidebar__search input {
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #8d8d8d;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: .5px;
}

.blog__sidebar__search input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search input:-ms-input-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search input::-ms-input-placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search input::placeholder {
  color: #8d8d8d;
}

.blog__sidebar__search button {
  font-size: 16px;
  color: #353535;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  height: 100%;
  padding: 0 15px;
}

.blog__sidebar__feature {
  margin-bottom: 45px;
}

.blog__sidebar__feature h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 36px;
}

.blog__sidebar__feature__item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.blog__sidebar__feature__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.blog__sidebar__feature__item h6 {
  margin-bottom: 28px;
}

.blog__sidebar__feature__item h6 a {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
}

.blog__sidebar__feature__item ul li {
  font-size: 13px;
  color: #8d8d8d;
  display: inline-block;
  list-style: none;
  margin-right: 22px;
  position: relative;
}

.blog__sidebar__feature__item ul li:after {
  position: absolute;
  right: -14px;
  top: 4px;
  height: 13px;
  width: 1px;
  background: #8d8d8d;
  content: '';
}

.blog__sidebar__feature__item ul li:last-child {
  margin-right: 0;
}

.blog__sidebar__feature__item ul li:last-child:after {
  display: none;
}

.blog__sidebar__categories {
  margin-bottom: 30px;
}

.blog__sidebar__categories h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog__sidebar__categories ul li {
  list-style: none;
  position: relative;
  padding-left: 10px;
}

.blog__sidebar__categories ul li:before {
  position: absolute;
  left: 0;
  top: 16px;
  height: 4px;
  width: 4px;
  background: #FF0000;
  content: "";
  border-radius: 50%;
}

.blog__sidebar__categories ul li a {
  font-size: 15px;
  color: #727171;
  line-height: 36px;
}

.blog__sidebar__tag {
  margin-bottom: 70px;
}

.blog__sidebar__tag h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog__sidebar__tag a {
  display: inline-block;
  font-size: 13px;
  color: #8d8d8d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 12px;
  position: relative;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__sidebar__tag a:hover {
  color: #FF0000;
}

.blog__sidebar__tag a:after {
  position: absolute;
  right: -10px;
  top: 9px;
  height: 2px;
  width: 4px;
  background: #707070;
  content: '';
}

.blog__sidebar__newslatter h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog__sidebar__newslatter p {
  color: #8d8d8d;
  margin-bottom: 35px;
}

.blog__sidebar__newslatter form {
  position: relative;
}

.blog__sidebar__newslatter form input {
  width: 100%;
  height: 46px;
  font-size: 15px;
  color: #727171;
  padding-left: 20px;
  border-radius: 2px;
  padding-right: 10px;
  border: 1px solid #ebebeb;
}

.blog__sidebar__newslatter form button {
  font-size: 13px;
  color: #ffffff;
  background: #FF0000;
  font-weight: 700;
  display: inline-block;
  padding: 8px 20px 11px;
  position: absolute;
  right: 0;
  top: 4px;
  border: none;
  border-radius: 2px;
  margin-right: 4px;
}

/*---------------------
  Blog Hero
-----------------------*/
.blog-details-hero {
  padding-top: 120px;
  padding-bottom: 30px;
}

.blog__details__hero__text {
  text-align: center;
}

.blog__details__hero__text .label {
  font-size: 15px;
  color: #FF0000;
  font-weight: 700;
  text-transform: uppercase;
}

.blog__details__hero__text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 55px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.blog__details__hero__text ul li {
  list-style: none;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  margin-right: 90px;
}

.blog__details__hero__text ul li span {
  display: inline-block;
  position: relative;
}

.blog__details__hero__text ul li span::after {
  position: absolute;
  right: -48px;
  top: 3px;
  height: 15px;
  width: 1px;
  background: #ffffff;
  content: '';
}

.blog__details__hero__text ul li:last-child {
  margin-right: 0;
}

.blog__details__hero__text ul li:last-child span::after {
  display: none;
}

.blog__details__hero__text ul li img {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 6px;
}

.blog__details__hero__text ul li i {
  color: #FF0000;
  margin-right: 2px;
}

/*---------------------
  Blog Details
-----------------------*/
.blog-details {
  padding-top: 0;
  overflow: hidden;
}

.blog__details__pic {
  margin-bottom: 95px;
  text-align: center;
}

.blog__details__pic img {
  min-width: 50%;
  max-width: 50%;
  height: auto;
}

.blog__details__text {
  margin-bottom: 30px;
}

.blog__details__text p {
  font-size: 17px;
  line-height: 30px;
}

.blog__details__text h3 {
  font-weight: 600;
}

.blog__details__text p:first-child {
  margin-bottom: 25px;
}

.blog__details__text p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  padding: 0 60px;
  margin-bottom: 60px;
}

.blog__details__quote p {
  font-size: 16px;
  color: #353535;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  padding-left: 34px;
  margin-bottom: 0;
}

.blog__details__quote p:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 94px;
  width: 3px;
  background: #FF0000;
  content: '';
}

.blog__details__desc {
  margin-bottom: 42px;
}

.blog__details__desc p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog__details__share {
  margin-right: -34px;
  overflow: hidden;
  margin-bottom: 40px;
}

.blog__details__share__item {
  display: inline-block;
  background: #37589C;
  border-radius: 2px;
  padding: 10px 10px 8px 16px;
  width: calc(25% - 34px);
  float: left;
  margin-right: 34px;
  margin-bottom: 20px;
}

.blog__details__share__item.twitter {
  background: #54ADF0;
}

.blog__details__share__item.google {
  background: #DC4C39;
}

.blog__details__share__item.linkedin {
  background: #0179B6;
}

.blog__details__share__item i {
  font-size: 18px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 15px;
  display: inline-block;
}

.blog__details__share__item span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}

.blog__details__author {
  overflow: hidden;
  margin-bottom: 60px;
}

.blog__details__author__pic {
  float: left;
  margin-right: 40px;
}

.blog__details__author__pic img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.blog__details__author__text {
  overflow: hidden;
}

.blog__details__author__text h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 12px;
}

.blog__details__author__text p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog__details__btns {
  margin-bottom: 35px;
}

.blog__details__btns__item {
  display: block;
  border-radius: 2px;
  padding: 25px 20px 20px;
  margin-bottom: 20px;
}

.blog__details__btns__item h6 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 26px;
}

.blog__details__btns__item ul li {
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  list-style: none;
  margin-right: 28px;
  position: relative;
}

.blog__details__btns__item ul li:after {
  position: absolute;
  right: -19px;
  top: 4px;
  height: 13px;
  width: 1px;
  background: #ffffff;
  content: '';
}

.blog__details__btns__item ul li:last-child {
  margin-right: 0;
}

.blog__details__btns__item ul li:last-child:after {
  display: none;
}

.blog__details__comment {
  margin-bottom: 60px;
}

.blog__details__comment h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 35px;
}

.blog__details__comment__item {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog__details__comment__item.reply__comment {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 100px;
}

.blog__details__comment__item:last-child {
  margin-bottom: 0;
}

.blog__details__comment__item__pic {
  float: left;
  margin-right: 30px;
}

.blog__details__comment__item__pic img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.blog__details__comment__item__text {
  overflow: hidden;
}

.blog__details__comment__item__text h6 {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog__details__comment__item__text p {
  margin-bottom: 35px;
}

.blog__details__comment__item__text a {
  font-size: 15px;
  color: #353535;
  font-weight: 700;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 6px 20px 4px;
  margin-right: 6px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment__item__text a:hover {
  background: #FF0000;
  color: #ffffff;
}

.blog__details__comment__form h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog__details__comment__form form .input-list {
  margin-right: -20px;
  overflow: hidden;
}

.blog__details__comment__form form .input-list-item {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blog__details__comment__form form .input-list-item p {
  color: #353535;
  margin-bottom: 5px;
}

.blog__details__comment__form form .input-list-item input {
  width: 100%;
  height: 46px;
  font-size: 15px;
  color: #353535;
  border-radius: 2px;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog__details__comment__form form .input-desc {
  width: 100%;
  margin-bottom: 24px;
}

.blog__details__comment__form form .input-desc p {
  color: #353535;
  margin-bottom: 5px;
}

.blog__details__comment__form form .input-desc textarea {
  width: 100%;
  height: 140px;
  font-size: 15px;
  color: #353535;
  border-radius: 2px;
  padding-left: 20px;
  padding-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: none;
}

/*---------------------
  Contact
-----------------------*/
.contact__text {
  margin-bottom: 30px;
}

.contact__text .section-title {
  text-align: left;
  margin-bottom: 36px;
}

.contact__text ul li {
  font-size: 15px;
  color: #353535;
  line-height: 36px;
  list-style: none;
}

.contact__text ul li span {
  color: #727171;
  width: 85px;
  display: inline-block;
}

.contact__form form input {
  width: 100%;
  height: 46px;
  font-size: 15px;
  color: #727171;
  border-radius: 2px;
  padding-left: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.contact__form form input::-webkit-input-placeholder {
  color: #727171;
}

.contact__form form input:-ms-input-placeholder {
  color: #727171;
}

.contact__form form input::-ms-input-placeholder {
  color: #727171;
}

.contact__form form input::placeholder {
  color: #727171;
}

.contact__form form textarea {
  width: 100%;
  height: 100px;
  font-size: 15px;
  color: #727171;
  border-radius: 2px;
  padding-left: 20px;
  padding-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 34px;
  resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
  color: #727171;
}

.contact__form form textarea:-ms-input-placeholder {
  color: #727171;
}

.contact__form form textarea::-ms-input-placeholder {
  color: #727171;
}

.contact__form form textarea::placeholder {
  color: #727171;
}

/*---------------------
  Contact Address
-----------------------*/
.contact-address {
  padding-bottom: 70px;
}

.contact__address__text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 100px;
}

.contact__address__item {
  margin-bottom: 30px;
}

.contact__address__item h4 {
  color: #353535;
  font-weight: 700;
  margin-bottom: 18px;
}

.contact__address__item p {
  line-height: 32px;
  margin-bottom: 5px;
}

.contact__address__item span {
  display: block;
  font-size: 18px;
  color: #353535;
  font-weight: 700;
}

.minh__900px {
  min-height: 65vh !important;
}

.minh__300px {
  min-height: 300px !important;
}

.minh__80vh {
  min-height: 80vh !important;
}

.search-m {
  display: none;
}

.pd__other {
  padding-top: 8rem !important;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutbanner .col-xl-6:nth-child(1) {
    height: 500px;
    max-height: 500px;
    overflow: hidden;
  }

  .aboutbanner .col-xl-6:nth-child(2) {
    padding: 4rem !important;
    height: 100%;
    max-height: 100%;
    padding: 1rem;
  }

  .h__empty {
    min-height: 100vh;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }

  .infobanner.mt-3 {
    margin-top: 0rem !important;
  }

  .chooseus {
    height: auto;
  }

  .chooseus__video {
    height: 100%;
  }

  .car__filter form .filter-price .price-input {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
  }

  .car__details__tab .nav-tabs .nav-item {
    margin-right: 8px;
  }

  .testimonial__slider.owl-carousel .owl-nav button {
    left: -10px;
  }

  .testimonial__slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
}

/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .aboutbanner .col-xl-6:nth-child(1) {
    height: 500px;
    max-height: 500px;
    overflow: hidden;
  }

  .aboutbanner .col-xl-6:nth-child(2) {
    padding: 4rem !important;
    height: 100%;
    max-height: 100%;
    padding: 1rem;
  }

  /* .btn__cartsm {
    display: block;
    position: absolute;
    right: 20px;
    top: 35%;
  } */

  .btn__cartsm a {
    color: white;
  }

  .btn__cartsm a:hover {
    color: red;
  }

  .header__logo {
    margin-left: 3rem !important;
  }

  .pd__t8rem {
    padding-top: 5rem !important;
  }

  .infobanner.mt-3 {
    margin-top: 0rem !important;
  }

  .hero__text {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .feature__text {
    margin-bottom: 500px;
  }

  .feature__item {
    float: none;
  }

  .chooseus {
    height: auto;
    padding-bottom: 0;
  }

  .chooseus__video {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .chooseus__text {
    margin-bottom: 40px;
  }

  .car__sidebar {
    margin-bottom: 40px;
  }

  .car__details__tab .nav-tabs .nav-item {
    margin-right: 8px;
  }

  .blog__sidebar {
    padding-top: 45px;
  }

  .testimonial__slider.owl-carousel .owl-nav button {
    left: -10px;
  }

  .testimonial__slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }

  .header__top {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header .container {
    position: relative;
  }

  .canvas__open {
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 25px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    /* position: absolute;
    left: 10px;
    top: 30%; */
  }

  .offcanvas-menu-overlay {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    z-index: 99999;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }

  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .offcanvas-menu-wrapper,
  .side__type,
  .side__merk {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: -300px;
    width: 300px;
    height: 100%;
    background: #353535;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.3s ease;
    transition: all, 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .offcanvas-menu-wrapper.active,
  .side__type.active,
  .side__merk.active {
    opacity: 1;
    left: 0;
  }

  .offcanvas__menu {
    display: none;
  }

  .slicknav_btn {
    display: none;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #353535;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #353535;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #353535;
  }

  .slicknav_nav {
    display: block !important;
  }

  .offcanvas__logo {
    margin-bottom: 30px;
  }

  .offcanvas__widget {
    margin-bottom: 30px;
  }

  .offcanvas__widget a {
    font-size: 15px;
    color: #353535;
    margin-right: 20px;
    display: inline-block;
  }

  .offcanvas__widget .primary-btn {
    color: #ffffff;
  }

  .offcanvas__widget__add {
    margin-bottom: 20px;
  }

  .offcanvas__widget__add li {
    font-size: 15px;
    color: #353535;
    margin-right: 35px;
    list-style: none;
    line-height: 30px;
  }

  .offcanvas__widget__add li:last-child {
    margin-right: 0;
  }

  .offcanvas__widget__add li i {
    font-size: 18px;
    color: #353535;
    margin-right: 6px;
  }

  .offcanvas__social a {
    display: inline-block;
    font-size: 15px;
    color: #353535;
    margin-right: 16px;
  }

  .offcanvas__social a:last-child {
    margin-right: 0;
  }

  .offcanvas__phone__num {
    margin-bottom: 20px;
  }

  .offcanvas__phone__num i {
    color: #353535;
    margin-right: 6px;
    font-size: 15px;
  }

  .offcanvas__phone__num span {
    font-size: 15px;
    color: #353535;
  }

  .blog-details-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-details-hero.mb-5 {
    margin-bottom: 8rem !important
  }

  .blog-details {
    margin-top: -100px;
  }

  .canvas__user {
    display: block;
  }

}

/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .hero__text {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .chooseus {
    height: auto;
    padding-bottom: 0;
  }

  .chooseus__video {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .chooseus__text {
    margin-bottom: 40px;
  }

  .footer__contact__option .option__item {
    margin-bottom: 12px;
  }

  .car__sidebar {
    margin-bottom: 40px;
  }

  .blog__sidebar {
    padding-top: 45px;
  }

  .feature:after {
    left: 0%;
    top: 27%;
    width: 100%;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .feature__text {
    margin-bottom: 500px;
  }

  .feature__item {
    float: none;
  }

  .footer__contact__option {
    text-align: left;
  }

  .footer__contact__title {
    margin-bottom: 20px;
  }

  .car__filter__option .car__filter__option__item.car__filter__option__item--right {
    text-align: left;
    padding-top: 20px;
  }

  .blog__details__share__item {
    width: calc(50% - 34px);
  }

  .blog__details__comment__form form .input-list {
    margin-right: 0;
    overflow: hidden;
  }

  .blog__details__comment__form form .input-list-item {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .call__text {
    margin-bottom: 40px;
  }

  .testimonial__slider.owl-carousel .owl-nav {
    display: none;
  }

  .blog-details-hero {
    padding-bottom: 150px;
  }

  .blog-details {
    margin-top: -55px;
  }

  .header__top {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .offcanvas-menu-wrapper {
    display: block;
  }

  .header .container {
    position: relative;
  }

  .canvas__open {
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 35px;
    width: 53px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    /* position: absolute;
    left: 10px;
    top: 30%; */
  }

  .canvas__open svg {
    width: 20px;
    height: 20px;
  }

  .offcanvas-menu-overlay {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    z-index: 99999;
    -webkit-transition: all, 0.5s ease;
    transition: all, 0.5s ease;
    visibility: hidden;
  }

  .offcanvas-menu-overlay.active {
    visibility: visible;
  }

  .offcanvas-menu-wrapper {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: -300px;
    width: 300px;
    height: 100%;
    background: #353535;
    display: block;
    z-index: 99999;
    overflow-y: auto;
    -webkit-transition: all, 0.3s ease;
    transition: all, 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }

  .offcanvas__menu {
    display: none;
  }

  .slicknav_btn {
    display: none;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #353535;
    font-weight: 600;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #353535;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #353535;
  }

  .slicknav_nav {
    display: block !important;
  }

  .offcanvas__logo {
    margin-bottom: 30px;
  }

  .offcanvas__widget {
    margin-bottom: 30px;
  }

  .offcanvas__widget a {
    font-size: 15px;
    color: #353535;
    margin-right: 20px;
    display: inline-block;
  }

  .offcanvas__widget .primary-btn {
    color: #ffffff;
  }

  .offcanvas__widget__add {
    margin-bottom: 20px;
  }

  .offcanvas__widget__add li {
    font-size: 15px;
    color: #353535;
    margin-right: 35px;
    list-style: none;
    line-height: 30px;
  }

  .offcanvas__widget__add li:last-child {
    margin-right: 0;
  }

  .offcanvas__widget__add li i {
    font-size: 18px;
    color: #353535;
    margin-right: 6px;
  }

  .offcanvas__social a {
    display: inline-block;
    font-size: 15px;
    color: #353535;
    margin-right: 16px;
  }

  .offcanvas__social a:last-child {
    margin-right: 0;
  }

  .offcanvas__phone__num {
    margin-bottom: 20px;
  }

  .offcanvas__phone__num i {
    color: #353535;
    margin-right: 6px;
    font-size: 15px;
  }

  .offcanvas__phone__num span {
    font-size: 15px;
    color: #353535;
  }

  .blog__details__hero__text ul li {
    margin-right: 25px;
  }

  .blog__details__hero__text ul li span::after {
    right: -16px;
  }
}


.loginreg {
  margin-bottom: 100px;
  padding-top: 7rem;
}

.loginreg h1 {
  font-size: 1.5rem;
  font-weight: 600;
}

.loginreg .row {
  margin-top: 4rem;
}

.loginreg .row .col-12 {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.loginreg .row .col-xl-6,
.loginreg .row .col-xl-5 {
  background: #f5f5f5;
  padding: 1rem;
}

.loginreg .row .col-xl-6 h3,
.loginreg .row .col-xl-5 h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.loginreg .row .col-xl-6 p,
.loginreg .row .col-xl-5 p {
  color: #000000;
  margin: 0;
}

.loginreg .row .col-xl-6 span,
.loginreg .row .col-xl-5 span {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.loginreg .row .col-xl-6 .x,
.loginreg .row .col-xl-5 .x {
  color: red;
}

.loginreg .row .col-xl-6 form,
.loginreg .row .col-xl-5 form {
  margin-top: 1rem;
}

.loginreg .row .col-xl-6 form label,
.loginreg .row .col-xl-5 form label {
  font-size: .9rem;
  font-weight: 400;
}

.loginreg .row .col-xl-6 form .sc-btn,
.loginreg .row .col-xl-5 form .sc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginreg .row .col-xl-6 form .sc-btn .btn-default,
.loginreg .row .col-xl-5 form .sc-btn .btn-default {
  width: 100px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1rem;
}

.loginreg .row .col-xl-6 form .sc-btn .btn-default,
.loginreg .row .col-xl-5 form .sc-btn .btn-default {
  width: 100px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 1rem;
}

.loginreg .row .col-xl-5 form .sc-btn .btn-default:hover {
  background: red;
  color: white;
}



.btn-outline {
  border: 1px solid #a2a19f;
  padding: .2rem;
  width: 50px;
  background-color: #353535;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 250ms;
}

.btn-outline:hover {
  border: 1px solid #fff;
  background: red;
  color: white !important;
}

.bg-maroon {
  background: #000000 !important;
}

.bg-maroon img {
  opacity: .4 !important;
}

.open-modal {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.alert {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 30px;
  bottom: 0;
  z-index: 999999999999;
  background-color: #f5f5f5;
  color: #353535;
  padding: 1rem;
  border-radius: 20px;
  width: 250px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.alert .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert .modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert .modal-head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  font-weight: 800;
  font-size: 1rem !important;
}

.alert .modal-head h2 svg {
  margin-right: .5rem;
}

.alert .modal-body {
  text-align: center;
  margin: 1rem auto;
  font-weight: 100;
  font-size: .8rem;
}

.alert .modal-body p {
  font-weight: 800;
  font-size: .8rem;
}

.alert .modal-body .success {
  color: #148F77;
}

.alert .modal-body .danger {
  color: #E63946;
}

.alert .modal-body .warning {
  color: #FFC300;
}

.open-alert {
  visibility: visible;
  opacity: 1;
  bottom: 5%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.starrr a {
  text-decoration: none !important;
  font-size: 1.8rem !important;
}

.bg-red {
  background-color: red !important;
}

.bg-green {
  background-color: green !important;
}

.merk-banner img,
.img-skin img {
  transition: all, 600ms;
}

.merk-banner img:hover,
.img-skin img:hover {
  transform: scale(1.2);
  transition: all, 600ms;
}

#overlay,
#overlay_type,
#overlay_type2,
#overlay_btn,
#overlay_btn2 {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
}

#overlay_btn {
  z-index: 9;
}

#overlay_btn2.show-overlay,
#overlay_type.show-overlay,
#overlay_type2.show-overlay,
#overlay_btn.show-overlay,
#overlay.show-overlay {
  visibility: visible;
  opacity: 1;
}

.nav-side {
  margin-top: 8rem;
}

.side__type li,
.nav-other li a,
.nav-skin li a,
.nav-th li a,
.nav-sec li a,
.nav-side li,
.nav-testi li a,
.nav-testimotor li a {
  border-bottom: 1px solid #ccc;
  background-color: #353535;
  padding: 1.5rem;
  font-size: 1.1rem;
  width: 100%;
  color: white;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  transition: all, 350ms;
}

.side__type li {
  align-items: center;
  justify-content: unset;
  padding: .5rem 0rem 0rem 2.5rem;
  border-bottom: none;
}

.side__type li input {
  margin-right: 1rem;
}

.nav-side li a {
  color: white !important;
}

.nav-side li a:hover {
  color: white !important;
  background-color: red !important;
}

.nav-side li:hover {
  color: white !important;
  background-color: red !important;
}



/*.nav-side li:last-child {*/
/*  border: none;*/
/*  padding: 0;*/
/*  text-align: center;*/
/*}*/
.nav-side li:last-child a {
  justify-content: center;
}

.nav-side #dropdown {
  opacity: 0;
  visibility: hidden;
}

.nav-other,
.nav-sec,
.nav-th,
.nav-skin,
.nav-testi,
.nav-testimotor {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  width: 300px;
  top: 95px;
  transition: all, 350ms;
  bottom: 0;
  background: #353535;
  overflow-y: auto;
}

/*.nav-sec li a , .nav-th li a {*/
/*  background-color: black;*/
/*}*/
.nav-other li:first-child a,
.nav-testimotor li:first-child a,
.nav-testi li:first-child a,
.nav-sec li:first-child a,
.nav-th li:first-child a,
.nav-skin li:first-child a {
  background-color: red;
  display: block;
}

.nav-sec .dropdown-sec {
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  transition: all, 350ms;
}

.nav-other.show-nav,
.nav-sec.show-nav,
.nav-th.show-nav,
.nav-skin.show-nav,
.nav-testi.show-nav,
.nav-testimotor.show-nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.nav-side.hide-nav {
  visibility: hidden;
  opacity: 0;
}



/* Clients */
.clients {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.clients h1 {
  color: white;
  background-color: #FF0000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: .5rem;
}

.clients .row {
  justify-content: center;
  margin-top: 2.5rem;
  text-align: center;
}

.clients .col-4 {
  margin-bottom: .5rem;
}

.modal .motor-details .cart .row .list-info input {
  width: 30px !important;
}

.add_to_cart {
  background: red !important;
}

.tooltip {
  z-index: 999999999999;
  transition: none;
}

.c-red {
  color: red;
}

.w-100px {
  min-width: 100px;
  max-width: 100px;
}

.map-info a {
  color: white;
  font-weight: 400;
  text-align: left;
  font-size: .9rem;
}

.map-info svg {
  color: white;
}

.border-box {
  border: 3px solid #f5f5f5;
}

.border-box .h-100 {
  height: 280px !important;
  max-height: 280px !important;
}


.border-box .btn-outline {
  padding: .8rem
}

.dropdown2,
.dropdown3 {
  height: 280px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.label-order {
  display: inline;
  color: white;
  font-size: .8rem;
  font-weight: 700;
  padding: .5rem;
  background: white;
}

.label-order.success {
  background: green;
}

.label-order.warning {
  background: yellow;
  color: black;
}

.plr-none {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.label-order.danger {
  background: red;
}

.nice-number button {
  border: none;
}

.loginreg .sc-btn button:nth-child(2) {
  background: #DB4437;
}

.loginreg .sc-btn button:nth-child(2) a {
  color: white !important;
}

.loginreg .sc-btn button:nth-child(3) {
  background: #4267B2;
  color: white;
}


.h-180px {
  height: 180px;
  max-height: 180px;
}

.min-h78vh {
  min-height: 78vh !important;
}

.min-100vh {
  min-height: 100vh !important;
}

.cart-list {
  height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.box__banner:first-child .img-merk img {
  width: 120px;
}

.box__banner:nth-child(4) .img-merk img {
  width: 130px;
}

.pd__testi {
  padding-top: 10rem !important;
}

.bg-wa {
  background: #25D366;
  border-radius: 10px;
  cursor: pointer;
}

.bg-wa:hover {
  background: #8bffba;
}

.btn-del li a {
  color: red;
}

.btn-qty {
  border: none;
}

.qty {
  display: flex;
  display: -webkit-flex;
}

#qty {
  overflow: auto;
}

.text__box {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

/*.text__box::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  background: white;*/
/*  width: 100px;*/
/*  height: 2px;*/
/*  left: 50%;*/
/*  top: 120px;*/
/*  transform: translate(-50%);*/
/*}*/

.text__box .text__para {
  color: white;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.text__box .text__head {
  color: white;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.5;
}

.text__box .text__head-small {
  color: white;
  font-size: 2rem;
  font-weight: 800;
}

.text__box .text__head-medium {
  color: white;
  font-size: 3.5rem;
  font-weight: 800;
}

.table td,
.table th {
  padding: 0;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  background: #353535;
  color: white;
}

.text-view a {
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  text-align: center;
}

.para-heading {
  color: white;
  text-align: center;
  padding: 1rem;
  background: red;
  display: block;
  width: 100%;
  font-weight: 700;
}

.no-border {
  border: none;
}

.pb-3rem {
  padding-bottom: 3rem !important;
}

.pt-5rem {
  padding-top: 5rem;
}

.text-filter {
  font-size: 1rem;
  font-weight: 700;
  color: red;
  padding-left: 1rem;
}


.box-filter {
  padding: .5rem 0 .5rem 0;
  border-bottom: 1px solid white;
}

.box-filter:last-child {
  border-bottom: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.btn-merk {
  background: red;
  transition: .3s ease;
  padding: .5rem 1rem .5rem 1rem;
  font-size: 1rem;
  color: white;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.btn-merk:hover {
  background: white;
  color: black;
}

.btn-merk.active {
  background: white;
  color: black;
}

.icon-social {
  text-align: center;
}



.google a {
  background: #DB4437 !important;
  color: white !important;
  font-size: .7rem;
}

.facebook a {
  background: #4267B2 !important;
  color: white !important;
  font-size: .7rem;
}

.facebook a:hover,
.google a:hover {
  background: #353535 !important;
}

.or {
  font-size: .8rem !important;
  color: #fe1d1d;
  margin: 1rem 0 1rem 0;
  position: relative;
}

.or:before {
  background: #ccc;
  content: '';
  height: 1px;
  position: absolute;
  width: 40%;
  top: 50%;
  left: 0;
}

.or:after {
  background: #ccc;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
}

.login_btn:hover {
  background: red;
}

.btn__filter {
  position: fixed;
  bottom: 0;
  width: 300px;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  right: 0;
}

.btn-default.btn__filter:hover {
  background-color: white !important;
  color: black !important;
}

.f__small {
  font-size: .8rem;
}

.fw__normal {
  font-weight: normal;
}

.side__dashboard {
  background: #353535;
}

.side__dashboard li {
  padding: 1rem;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  cursor: pointer;
  text-align: center;
}

.side__dashboard li:hover {
  background: red;

}

.side__dashboard a {
  color: white !important;
  font-size: .9rem;
  font-weight: bold;
  width: 100%;
}

.side__dashboard li.active {
  background: red;
}

.motor__item__price h6 {
  color: red;
  font-weight: 600;
  font-size: 15px;
}

.bg__none {
  background: none !important;
}

.text__price {
  margin-right: .5rem !important;
}

.motor__price {
  display: flex;
  display: -webkit-flex;
  align-items: center !important;
  -webkit-align-items: center;
  margin-right: .5rem;
}

.text__name del {
  display: none;
}

.list__order {
  border-bottom: 10px solid white;
  padding-bottom: 1rem;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.count_product {
  font-weight: bold;
  padding: .5rem 0 .5rem 0;
}


.motor__icon {
  margin-top: -20px;
  cursor: pointer;
}

.motor__icon img {
  color: white;
  object-fit: scale-down;
  width: 30px;
  height: 30px;
}



.section__call h5,
.section__call a,
.section__call span,
.section__call p {
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: .8rem;
  cursor: pointer;
}

.section__call h5 {
  padding: .5rem 0 .5rem 0;
  border: 1px solid black;
  color: #fff;
  background: #25D366;
}

.section__call span {
  padding: .5rem 0 0 0;
  font-weight: 200;
  font-size: .8rem;
  cursor: pointer;
  display: block;
}

.section__call a {
  display: block;
  padding: .2rem 0 0 0;
  font-weight: 200;
  font-size: .7rem;
}

.section__call a i {
  color: #25D366;
}

.section__call p {
  border: 1px solid black;
  color: black;
  text-align: center;
  font-weight: bold;
  font-size: .8rem;
  line-height: 30px;
  padding: 0rem 0 .2rem 0;
}

/* 
.motor__details__pic__small .owl-item {
  width: auto !important;
} */

/* 
.motor__details__pic__small .owl-stage {
  width: auto !important;
} */

.motor__details__pic__small .owl-item:last-child .item img {
  margin-right: 0;
}

.motor__details__pic__small .owl-item .item img {
  max-width: 80px;
  width: 80px;
  height: 55px;
  max-height: 55px;
  object-fit: cover;
  margin-right: .2rem;
}

.text__soon {
  font-weight: 800;
  font-size: 2rem;
}

.list__maps {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

/* .motor__details__pic__large .owl-nav {
  display: none !important;
} */

.breadcrumb {
  margin-top: 1rem;
}

.breadcrumb-item a {
  color: #353535;
}

.breadcrumb-item.active a {
  color: red;
}

.btn__details {
  cursor: pointer;
}

.top-0 {
  top: 0 !important;
}

.name__text {
  color: white;
  font-weight: bold;
  font-size: 1rem;
}


.btn__filter__sm {
  display: none;
}

.btn__close__type,
.btn__close__color {
  position: absolute;
  right: 50px;
  cursor: pointer;
}

.btn__close__color {
  top: 20px;
}

.box__color {
  display: inline-block;
  border-radius: 10px;
  height: 30px;
  width: 60px;
}

.text__headsmall {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 0 1rem 0;
  border-bottom: 1.5px solid red;
}

.mt--30px {
  margin-top: -30px;
}

.text__merk {
  display: flex;
  display: -webkit-flex;
}

.img__typemerk {
  width: 20px;
  height: 20px;
  object-fit: scale-down;
  o-object-fit: scale-down;
  margin-right: .5rem;
}

/* 
.icon-arrow {
  opacity: 0;
  transition: .5s ease;
  margin-left: 0;
} */

.add_cart,
.add_to_cart {
  background: red !important;
  font-size: .9rem !important;
}

.btn-addcart {
  background: transparent !important;
  border: 2px solid red !important;

}

.btn-addcart p {
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: .9rem;
  -webkit-animation: left 1s ease infinite alternate;
  animation: left 1s ease infinite alternate;

}

/* 
.btn-buy:hover .icon-arrow,
.add_to_cart:hover .icon-arrow,
.btn-addcart:hover .icon-arrow,
.add_cart:hover .icon-arrow {
  opacity: 1;
  margin-left: 1rem;
} */

.pd__tmotordetails.cart-motor {
  padding-top: 7rem !important;
}

.pd__t7rem {
  padding-top: 7rem !important;
}

.bg__wa {
  display: block;
  background: #128C7E !important;
  padding: .5rem 0 .5rem 0 !important;
}

/* 
.checkout {
  animation: headShake;
  animation-duration: 4s;
  animation-iteration-count: infinite;
} */

.btn-buy {
  background: red !important;
}

.btn-buy p {
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  font-size: .9rem;
  -webkit-animation: left 1s ease infinite alternate;
  animation: left 1s ease infinite alternate;

}

.cart__checkout .cart__item .checkout__price {
  font-weight: bold !important;
  font-size: 1.1rem !important;
}


.logo__payment {
  padding-bottom: 10px;
}

.logo__payment img {
  height: 60px;
  margin-right: 1.2rem;
  object-fit: scale-down;
  o-object-fit: scale-down;
  width: 60px;
}

.logo__payment img:nth-child(8) {
  height: 70px;
  width: 70px;
}


.logo__payment img:nth-child(11) {
  width: 50px;
}

.logo__payment img:nth-child(5) {

  width: 30px;
}


.logo__payment img:nth-child(3),
.logo__payment img:nth-child(4),
.logo__payment img:nth-child(17) {
  height: 40px !important;
  width: 40px !important;
}



@media screen and (max-width: 768px) {
  .nav-side {
    margin-top: 5rem;
  }

  .minh__80vh {
    min-height: 90vh !important;
  }

  .blog-details-hero {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}

@media screen and (device-width: 1024px) and (device-height: 1366px) {
  .header__menu ul li {
    margin-right: 27px;
  }

  .loginreg .col-12 {
    margin-bottom: 1.25rem;
  }

  .loginreg .offset-lg-1 {
    margin-left: 0;
  }

  .minh__80vh {
    min-height: 90vh !important;
  }

  .img__view img {
    width: 100px !important;
    height: 100px !important;
  }

  .img__view {
    top: 60px;
    left: 0;
  }

  .motor-details {
    min-height: 100vh;
  }
}


@media screen and (max-width: 479px) {

  .motor__details__pic__small .current .item::after {
    width: 50px;
    height: 40px;
    border: 3px solid red;
    top: 8px;
  }

  .motor__details__pic__large img {
    min-width: 100%;
    max-height: 200px;
    height: 100%;
    object-fit: cover;
    o-object-fit: cover;
  }


  .a2a_svg {
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
  }

  .motor__details__pic__small .owl-item .item img {
    max-width: 50px;
    width: 50px;
    margin-right: 30px;
    object-fit: scale-down;
    o-object-fit: scale-down;
  }



  .side__dashboard a {
    font-size: .7rem;
  }

  .loginreg .row .col-xl-6 h3,
  .loginreg .row .col-xl-5 h3 {
    font-size: 1rem;
  }

  .logo__payment {
    padding-top: 10px;
  }

  .logo__payment img {
    height: 40px !important;
    width: 60px !important;
    margin-right: .5rem;
  }

  .blog__details__pic {
    margin-bottom: 0;
    margin-top: 5rem;
  }

  p {
    margin-bottom: .5rem !important;
  }


  #btn-type-color {
    position: fixed;
    top: 136px;
    z-index: 9;
  }

  .position-static {
    position: static !important;
  }

  .mt--30px {
    margin-top: 0 !important;
  }

  .mtm__3 {
    padding-top: 2.5rem;
  }

  .fixed__mobile {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 9;
  }

  .section__call h5 {
    font-size: .7rem;
  }

  .section__call a,
  .section__call span {
    font-size: .7rem;
  }

  .section__call p {
    font-size: .9rem;
  }

  .no__pt {
    padding-top: 0 !important;
  }

  .motor__icon {
    margin-top: -10px;
  }

  .side__dashboard {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .side__dashboard li {
    padding: .5rem;
    width: 100%;
    font-size: .7rem;
  }

  .no__prl {
    padding-left: 0;
    padding-right: 0;
  }

  .no__mt {
    margin-top: 0 !important;
  }

  .mt__5 {
    margin-top: 1rem !important;
  }

  .no__mrl {
    margin-right: 0;
    margin-left: 0
  }

  .no__mrl>.col,
  .no__mrl>[class*=col-] {
    padding-right: 0;
    padding-left: 0
  }

  .bg-background.ml-5 {
    margin-left: 0 !important;
  }

  .f__small {
    font-size: .7rem;
  }

  .text__box .text__head {
    font-size: 3rem;
    line-height: 1;
  }

  .loginreg {
    margin-bottom: 10px;
  }

  .loginreg .row {
    margin-top: 1rem;
  }

  .table td {
    font-size: .8rem;
  }

  .pt-5rem {
    padding-top: 6rem;
  }

  .motor-details .cart .row button {
    padding: .5rem !important;
  }

  .modal .motor-details .cart .row label {
    margin-right: 0;
    font-size: .8rem;
  }

  .label-price {
    padding: .1rem;
    font-size: .8rem;
  }


  .text-view a {
    font-size: .8rem !important;
  }

  .img__wm {
    left: 20px;
    top: 10px;
  }

  .mbm-3 {
    margin-bottom: 1rem;
  }

  .text__box .text__head-small {
    font-size: 1.2rem;
  }

  .img__view {
    top: 65px;
    left: 0;
  }

  .img__view img {
    width: 120px !important;
    height: 120px !important;
  }

  .infobanner .img-banner .img-merk img {
    top: -45px;
  }

  .motor__details__sidebar .cart__img {
    margin-bottom: 1rem;
  }

  .blog-details-hero {
    padding-top: 10rem !important;
    padding-bottom: 8rem !important;
  }

  .motor__item__pic__slider img {
    height: 110px !important;
  }


  .img__shop img {
    width: 50px !important;
    height: 50px !important;
  }

  .services__item {
    margin-bottom: 1rem;
    height: 200px;
  }

  .map-info a,
  .map-info svg {
    position: relative;
    left: 0;
  }

  .motor__details__sidebar .cart__item {
    flex-direction: column;
  }

  .btn-del {
    display: block;
  }

  .btn-del li a {
    color: white;
  }

  .blog-details-hero {
    padding-top: 13rem !important;
    padding-bottom: 4rem !important;
  }

  .nav-side {
    margin-top: 6rem;
  }

  .none-xs {
    display: none !important;
  }

  .motor__filter__option {
    margin-bottom: 0 !important;
  }

  .motor-details {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {

  .header__logo {
    left: 0 !important;
  }

  .text__small {
    display: none;
  }

  .offcanvas-menu-wrapper {
    padding-bottom: 5rem !important;
  }

  .list-info .label-info {
    width: 75px !important;
  }

  .img__view {
    top: 45px;
    left: 0px;
  }

  .img__view img {
    width: 100px !important;
    height: 100px !important;
  }

  .section__call h5 {
    height: 45px;
  }

  .modal .motor-details .cart .row .label-price {
    font-size: .6rem !important;
  }

}


.bg-home2 {
  background-color: #312828;


}



.testimonial-section {
  background-color: #312828;
  background-image: linear-gradient(90deg, #312828 24%, #f90206 52%, #312828 76%);

}

.slide-more .text-view {
  -webkit-animation: left 1s ease infinite alternate;
  animation: left 1s ease infinite alternate;
}


@-webkit-keyframes left {

  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
}

@keyframes left {

  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
}

.para__head {
  margin-bottom: 1rem;
}

.para__head p {
  font-weight: 600;
  font-size: 1.2rem;
}


.checkout__container {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.checkout__box {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1rem;
}

.checkout__img {
  margin-right: 1rem;
}

.checkout__img img {
  width: 100%;
  max-width: 100px;
}

.checkout__info {
  font-size: .9rem;
  font-weight: 600;
}

.checkout__info h1 {
  font-size: 1rem;
  font-weight: 600;
}

.checkout__qty {
  display: inline;
  margin-left: 1rem;
}



.free__ship {
  width: 60px;
  height: auto;
  display: block;
  margin: .2rem 0 .2rem 0;
}

.form__qty {
  border: 2px solid #f5f5f5;
  width: 45px;
  height: 29px;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
}

.form__box {
  margin-top: 1rem;
}

.form__box .form-default {
  font-size: .9rem !important;
}


.box__deliver {
  margin-bottom: 1rem;
}

.box__info ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  background-color: #eee;
}

.box__info ul li {
  padding: .5rem 2rem .5rem 2rem;
  text-align: center;
  margin-right: 1rem;
}

.box__info ul li p {
  margin-bottom: 0 !important;
}

.box__deliver ul li {
  padding: .5rem;
  background: #eee;

}

.box__deliver ul li {
  padding: .5rem;
}

/* .box__deliver ul li:nth-child(3) {
  border-bottom: 1px solid #fff;

} */

.box__deliver ul li h1,
.box__info ul li h1 {
  font-weight: 600;
  font-size: 1rem;
}

.box__deliver ul li p,
.box__info ul li p {
  font-weight: 400;
  font-size: .7rem;
  color: red !important;
}

/* 
.box__deliver ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.box__info ul li h1 {
  font-size: .8rem;
}

.box__info ul li p {
  font-size: .8rem;
}


.text__danger p {
  background-color: #ccc;
  font-size: .7rem;
  font-weight: 600;
  line-height: 19px;
}

.text__danger p span {
  margin-right: 5px;
  margin-left: 5px;

}

.modal-dialog.modal-dialog-centered.wx-auto {
  max-width: 500px !important;
}

#add__address .modal-title {
  font-weight: 600;
}

#view__address .btn-primary,
#add__address .btn-primary {
  background-color: red;
  width: 100px;
}

#view__address .btn-primary:hover,
#add__address .btn-primary:hover {
  background-color: transparent;
  border: .2px solid red;
  color: red;
}

.btn-address {
  font-size: .7rem;
  font-weight: 400;
  padding: .3rem !important;
}

.btn-address:hover {
  background-color: transparent;
  color: black;
  border: .3px solid #000;
}

@media screen and (max-width: 430px) {
  .checkout__qty {
    display: block;
    margin-left: .5rem;
    margin-top: .5rem;
  }

  .box__info ul {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .box__info ul li {
    padding: .5rem;
    text-align: center;
    margin-right: 0;
  }

  .text__danger p {
    padding: .5rem;
  }
}

.add-address {
  cursor: pointer;
  color: red !important;
}

.name-order {
  font-size: .8rem;
  font-weight: 400;
  margin-top: .5rem;
  display: inline;
}

.wx-50 {
  width: 50% !important;
  max-width: 50% !important;

}

.canvas__user {
  color: white;
  position: relative;
  top: 9px;
  left: -13px;
  display: none;
}

.canvas__user a {
  color: white;
}

.canvas__user a:hover {
  color: red;
}

.canvas__user svg {
  width: 20px;
  height: 20px;
  float: left;
}

.text__small {
  font-size: .5rem;
  float: left;
}

.bg__none p {
  background-color: transparent;
  line-height: 19px;
  margin: 0;
}

.bg__none img {
  width: auto;
  height: 30px;
  margin: 10px auto 0 auto;
  display: block;
}

.infopay {
  text-decoration: underline !important;
  color: red;
}

.infopay:hover {
  color: black;
}


/* Small Device = 320px */
@media only screen and (max-width: 479px) {

  .para__head p {
    font-size: 1rem;
  }

  .zoom {
    top: 45% !important;
    right: 115px !important;
  }

  .logo__payment img:nth-child(11) {
    width: 35px;
  }

  .touch {
    top: 270px !important;
    z-index: 1 !important;
    left: 200px !important;
  }

  .canvas__user {
    display: block;
  }

  .section__call h5 {
    height: 45px;
  }

  .btn-sc {
    right: 50%;
    transform: translate(50%);
  }

  .btn-wa {
    right: 15px;
  }

  .side__type-lg {
    display: none;
  }

  .btn__filter__sm {
    display: block !important;
  }

  .btn__filter__lg {
    display: none !important;
  }

  .branch-1 {
    right: 10px;
  }

  .branch-x {
    right: 245px;
    left: auto;
  }

  .btn-warning {
    left: 20px;
  }

  .select__motor .nice-select {
    line-height: 2;
    width: 100%;
    padding-left: 0;
  }

  .header-lg {
    height: 40px;
    width: 100%;
  }

  .list-info .label-info {
    width: 100px !important;
    font-size: .8rem !important;
  }

  .list-info .label-plug {
    width: 150px !important;
    font-size: .8rem !important;
  }

  .list-info .label-info1 {
    font-size: .8rem !important;
  }

  .clients {
    padding-top: 9rem !important;
  }

  .success-payment img {
    height: 70vh;
  }

  .success-payment .text-info {
    top: 30% !important;
  }

  .list-info svg {
    width: 15px !important;
  }

  .list-info a {
    color: red !important;
    font-size: .6rem !important;
  }

  .label-info {
    font-size: 1rem !important;
  }

  /* .slider-home .owl-item img {
    height: 100% !important;
  } */

  .blog-details-hero {
    padding-top: 10rem !important;
    padding-bottom: 2rem !important;
  }

  .blog-details-hero.mb-5 {
    margin-bottom: 8rem !important;
  }

  .pd__tmotordetails {
    padding-top: 5rem !important;
  }

  .motor__filter__option__item {
    display: block !important;
  }

  .search-m {
    margin-top: .5rem !important;
    padding-bottom: 1rem;
    display: block !important;
    order: 5;
  }

  .slider-home.pd__t6rem {
    padding-top: 6rem !important;
  }

  .motor__filter__option__item .btn-default {
    background: #353535 !important;
  }

  .infobanner .img-banner .img-merk img {
    width: 180px;
  }

  .h__empty {
    min-height: 300px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }

  .header__logo img {
    width: 90px;
    margin-top: 12px;
  }

  .alert {
    right: 50% !important;
    transform: translate(50%) !important;
  }

  .infobanner .banner-heading img {
    height: 150px;
    max-height: 150px;
  }

  .aboutbanner .col-xl-6:nth-child(1) {
    height: 100%;
    max-height: 100%;
  }

  .aboutbanner .col-xl-6:nth-child(2) {
    height: 100%;
    max-height: 100%;
    padding: 1rem;
  }

  .infobanner .text-banner h1 {
    font-size: 1.5rem;
  }

  .infobanner .text-banner h1::after {
    width: 60px;
  }

  .infobanner .img-banner .img-merk .btn-outline {
    top: 150px !important;
  }

  .pd__tmotor {
    padding-top: 6rem !important;
  }

  .success-payment .text-info {
    top: 20%;
    width: 90%;
  }

  .success-payment .text-info h2 {
    font-size: 2rem !important;
  }

  .header__logo {
    order: 2;
    margin: 0 auto;
    position: relative;
    left: -25px;
    /* position: absolute;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    top: 10px; */
  }

  .cart-motor h3 {
    font-size: 1.8rem !important;
    margin-bottom: 1rem;
  }

  .cart-motor .d-inline {
    font-size: 1rem !important;
    margin-bottom: 1rem;
  }

  .cart-motor .product__list {
    display: block;
    padding: .5rem;
    border-bottom: 1px solid #ebebeb;
  }

  .cart-motor .product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
  }

  .cart-motor .product__img {
    width: 150px;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .cart-motor .product__img img {
    width: 120px;
    max-width: 120px;
  }

  .cart-motor .product__edit {
    padding-bottom: 1rem;
  }

  .cart-motor .product__info h1 {
    font-size: 1rem !important;
  }

  .cart-motor .product__info h3 {
    font-size: .9rem !important;
    margin-bottom: 1rem;
  }

  .cart-motor .product__info p {
    font-size: .8rem !important;
    margin-bottom: 1rem;
  }

  .cart-motor .product__info label {
    font-size: 1rem;
  }

  .cart-motor .product__info .qty input {
    width: 60px;
    text-align: center;
    height: 30px;
  }

  .modal .text-info {
    margin-top: 1rem;
  }

  .modal .cart .row {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .modal.modal.fade .modal-dialog {
    width: 100%;
  }

  .modal {
    padding-right: 19px !important;
  }

  .motor__filter__option h6 {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 1.2rem;
  }

  .motor__filter__option h4 {
    width: 100%;
    margin-bottom: 1rem;
    display: none !important;
  }

  .motor__filter__option .form-select-shop {
    width: 100%;
    border: 0;
  }

  .header__nav__widget__btn {
    display: none !important;
  }

  .jtc {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .slider-home .text-info {
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  .pd__t8rem {
    padding-top: 5rem !important;
  }

  .pd__tcar {
    padding-top: 5rem !important;
  }

  .infobanner.mt-3 {
    margin-top: 0 !important;
  }

  .infobanner .img-banner {
    height: 260px;
  }

  .infobanner .img-banner img {
    height: 260px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .6;
  }

  .infobanner .text-banner .primary-btn {
    padding: .9rem;
    font-size: .9rem;
    width: auto;
  }

  .section-title h2,
  .breadcrumb__text h2 {
    font-size: 2rem;
  }

  .hero__text__title h2 {
    font-size: 38px;
  }

  .hero__tab__form form .car-price .price-input {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 15px;
  }

  .hero__tab__form {
    padding: 42px 20px 50px;
  }

  .hero__tab__form form .select-list .select-list-item {
    max-width: 100%;
    float: none;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-right: 0;
  }

  .hero__tab__form form .select-list {
    margin-right: 0;
  }

  .hero__text__price {
    padding-left: 0;
  }

  .hero__text__price .car-model {
    position: relative;
  }

  .hero__text__price h2 {
    margin-top: 20px;
    font-size: 34px;
  }

  .feature__text {
    margin-bottom: 40px;
  }

  .feature:after {
    display: none;
  }

  .feature__text__btn .primary-btn {
    margin-bottom: 10px;
  }

  .blog__details__comment__item.reply__comment {
    margin-left: 0;
  }

  .hero__text .primary-btn {
    margin-bottom: 10px;
  }

  .filter__controls li {
    margin-right: 15px;
  }

  .blog__details__hero__text h2 {
    font-size: 35px;
    line-height: normal;
  }

  .blog__details__quote {
    padding: 0;
  }

  .blog__details__comment__item__pic {
    float: none;
    margin-bottom: 15px;
  }

  .blog__details__author__pic {
    float: none;
    margin-right: 0;
  }

  .blog__details__author__text {
    overflow: visible;
    padding-top: 30px;
  }

  .section-title.about-title h2 {
    line-height: normal;
  }

  .search-model-form input {
    font-size: 24px;
    width: 100%;
  }

  .btn__cartsm {
    order: 3;
    display: block;
    margin-top: 15px;
    margin-right: 10px;
    /* position: absolute;
    right: 20px;
    top: 30%;
    z-index: 99999999999999999999999999; */
  }

  .btn__cartsm a {
    color: white;
  }

  .btn__cartsm a:hover svg {
    color: red;
  }

  .btn__cartsm svg {
    width: 20px;
    height: 20px;
  }

  .offset-lg-1 {
    margin-left: 0 !important;
  }

  .loginreg .col-12 {
    margin-bottom: 1rem;
  }

  .side__merk {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: -300px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    padding: 50px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }

  .side__merk.active {
    opacity: 1;
    right: 0;
  }

  .side__type {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #353535;
    padding: 10px 0px 0px;
    display: block;
    z-index: 99999;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }

  .side__type.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }

  .overlay1,
  .overlay2 {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    z-index: 98;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }

  .overlay1.active,
  .overlay2.active {
    visibility: visible;
  }

  .motor__item__pic__slider .btn-view {
    top: 13%;
    padding: .2rem;
  }

  .motor__item__pic__slider .btn-view a {
    font-size: .9rem;
  }

  .no__gtm {
    margin-left: 0;
    margin-right: 0;
  }

  .no__gtm>.col,
  .no__gtm>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .motor__item {
    border: 1px solid white;

  }

  .motor__item__text {
    height: 43px;
  }

  .motor__price {
    margin-top: -2px;
    align-items: center !important;
    -webkit-align-items: center;
  }

  .text__price {
    font-size: .8rem;
    margin-right: .5rem;
  }

  .motor__item__text__inner h5 {
    margin-top: -3px;
    font-size: .8rem;
  }

  .motor__item__text__inner h5 a {
    font-size: .8rem;
  }

  .motor__item {
    margin-bottom: 0 !important;
  }

  .footer {
    padding-bottom: 50px;
  }
}

.label-small {
  font-size: .7rem;
  width: 100%;
  text-align: left;
  font-weight: 600;
}

.text-black {
  color: #000
}

/* Checkbox */

.touch {
  position: absolute;
  top: 300px;
  z-index: 99;
  left: 452px;
  pointer-events: none;
}

.zoom {
  position: absolute;
  top: 50%;
  z-index: 99;
  pointer-events: none;
  right: 600px;
}


/*main element*/
.pulse-icon {
  position: relative;
  display: inline-block;
}

/*icon styling here*/
.pulse-icon .icon-wrap {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #000;
  position: relative;
  background: white;
  z-index: 2;
}


.pulse-icon .icon-box {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  width: 60px;
}

.pulse-icon .icon-box span {
  font-size: .5rem;
}

.pulse-icon .icon {
  width: 20px;
  height: 20px;
  animation: grow-shrink 4s ease-out infinite;
}

/*container of all circles and pulses*/
.pulse-icon .elements {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.pulse-icon .circle {
  border-radius: 50%;
  position: absolute;
}

.pulse-icon .circle-inner {
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.1) 100%);
  animation: grow-circles 4s linear infinite both;
}

.pulse-icon .circle-outer {
  width: 100px;
  height: 100px;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.1) 100%);
  top: -20px;
  left: -20px;
  animation: grow-circles 4s linear infinite both;
}

/*series of x pulses of differing sizes*/
.pulse-icon .pulse {
  position: absolute;
  animation: pulse-wave 4s linear infinite both;
  border-radius: 50%;
}

.pulse-icon .pulse-1 {
  border: solid 1px rgba(255, 255, 255, 0.25);
  width: 200px;
  height: 200px;
  top: -70px;
  left: -70px;
}

.pulse-icon .pulse-2 {
  border: solid 1px rgba(255, 255, 255, 0.35);
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
}

.pulse-icon .pulse-3 {
  border: solid 1px rgba(255, 255, 255, 0.45);
  width: 400px;
  height: 400px;
  top: -170px;
  left: -170px;
}

.pdf {
  color: red;
  text-decoration: underline !important;
}

.pdf:hover {
  color: black;
}

.a2a_kit {
  margin: 10px 0 0 0;
}

.a2a_default_style .a2a_count,
.a2a_default_style .a2a_svg,
.a2a_floating_style .a2a_svg,
.a2a_menu .a2a_svg,
.a2a_vertical_style .a2a_count,
.a2a_vertical_style .a2a_svg {
  border-radius: 0px !important;
}

/*Animation for the outewards pulsating waves*/
@keyframes pulse-wave {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }

  50% {
    opacity: 1;
    transform: scale(0.5);
  }

  100% {
    opacity: 0;
    transform: scale(1.0);
  }
}

/*animation for the inner and outer wave items to grow*/
@keyframes grow-circles {
  0% {
    opacity: 0.85;
    transform: scale(1.0);
  }

  15% {
    opacity: 1;
    transform: scale(1.05);
  }

  30% {
    opacity: 0.85;
    transform: scale(1.0);
  }

}



/*animation for the icon to slightly grow and shrink*/
@keyframes grow-shrink {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.1);
  }

  30% {
    transform: scale(1);
  }
}


.close-x {
  float: none !important;
  color: white !important;
  opacity: 1;
  z-index: 9;
  right: 10px;
  position: absolute;
  background: red !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  top: 10px;
}

.txt__small {
    font-size: .7rem !important;
}

/*# sourceMappingURL=style.css.map */