@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --bg-black: #0e1315;
  --bg-red: #df1d1d;
  --font-exo2: "Exo 2", sans-serif;
  --font-Helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-Open: Open Sans, Arial;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}

section.blog.sold .container {
  max-width: 1100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
}

.border-bottom {
  width: 100%;
  border-bottom: 1px solid #999;
}

.title h1 {
  color: #363636;
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.title h3 {
  color: #363636;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.title h4 {
  color: #363636;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.title h5 {
  color: #363636;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.title p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.demo {
  margin: 150px auto;
  width: 980px;
}

.demo h1 {
  margin: 0 0 25px;
}

.demo h3 {
  margin: 10px 0;
}

pre {
  background-color: #fff;
}

@media only screen and (max-width: 780px) {
  .demo {
    margin: 5%;
    width: 90%;
  }

  .how-use {
    display: none;
    float: left;
    width: 300px;
  }
}

#tabInfo {
  display: none;
}

/*** ---------- dropdown ----------- ***/
section.blog.sold .btn-drop.show,
section.inventory.sold .btn-drop.show {
  border: 1px solid #fff !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-content {
  display: none;
  position: absolute;
  top: 81.6px;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 5px 0;
  background: #fff;
  border: 1px solid transparent;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 5px 12px rgb(0 0 0 / 50%);
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}

.btn-content.inven {
  top: 41.2px;
}
.btn-content.blog {
  top: 46.5px;
}

.btn-content button,
.btn-content:focus,
.btn-content:hover {
  outline: none;
}

.btn-content.show {
  display: flex;
}

#myInput {
  width: 97%;
  box-sizing: border-box;
  background-position: 14px 12px;
  font-size: 13px;
  padding: 5px 12px;
  background-color: #eceff3;
  border: 2px solid transparent;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
  height: 2.25rem;
  margin-bottom: 7px;
  border-radius: 7px;
}

#myInput:focus {
  outline: none;
  background: #fff;
  border: 2px solid #eceff3;
}

.btn-content a {
  width: 100%;
  color: #363636;
  font-family: var(--font-Open);
  font-size: 14px;
  font-weight: 400;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  transition: all 0.3s ease-in-out;
}

.btn-content a:last-child {
  border-bottom: 1px solid transparent;
}

.btn-content a:hover,
.btn-content a:focus {
  background: #f1f1f1;
}

i.drop-down.show {
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}

/* nav */

header nav#hidden {
  height: 54px;
  width: 100%;
}

header nav.navbar {
  position: fixed;
  background: #232323;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  transition: transform 0.2s ease;
}

header nav.navbar .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav.navbar .item.item1 {
  width: 30%;
  padding: 0 50px 0 0;
}

header nav.navbar .item.item2 {
  width: 40%;
  padding: 0 5.8rem;
}

header nav.navbar .item.item3 {
  width: 30%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header nav.navbar .item .logo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  padding: 15px;
}

header nav.navbar .item .logo a {
  outline: 0 !important;
}

header nav.navbar .item .logo a img {
  height: 18px;
  width: 152px;
}

header nav.navbar .item .drop-menu {
  position: relative;
  width: 210px;
}

header nav.navbar .item .drop-menu button {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #4f4f4f;
  background: 0 0;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration: none;
}

header nav.navbar .item .drop-menu button.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header nav.navbar .item .drop-menu button .link-Href {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav.navbar .item .drop-menu button .link-Href .btnHref {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header nav.navbar .item .drop-menu button .link-Href span i {
  color: #999999;
}

header nav.navbar button#More {
  cursor: pointer;
}

header nav.navbar button#More span i#minusHomeBtn {
  display: none;
}

header nav.navbar button#More span i.plus-icon {
  display: none;
}

header nav.navbar button#More span i.minus-icon {
  display: block !important;
}

header nav.navbar .item .drop-content {
  display: none;
}

header nav.navbar .item .drop-content.toggle {
  display: block;
  width: 100%;
}

header nav.navbar .item .drop-menu .drop-content::-webkit-scrollbar {
  display: none;
}

header nav.navbar .item .drop-menu .drop-content {
  position: absolute;
  border: 1px solid #4f4f4f;
  background: #232323;
  top: 31px;
  left: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: -3px 4px 10px 0 rgb(0 0 0 / 25%);
  max-height: 319px;
  overflow-y: scroll;
  z-index: 999;
}

header nav.navbar .item .drop-menu .drop-content li {
  padding: 9px 15px;
}

header nav.navbar .item .drop-menu .drop-content li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav.navbar .item .drop-menu .drop-content li a span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  transition: all 0.2s ease-in-out;
}

header nav.navbar .item .drop-menu .drop-content li a span:last-child {
  font-size: 10px;
}

header nav.navbar .item .drop-menu .drop-content li a:hover span {
  color: #ffffff;
}

header nav.navbar .item.item2 .cog a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header nav.navbar .item.item2 .cog a svg {
  width: 15px;
  height: 15px;
  fill: #1bc744;
  margin: 5px 7px;
}
header nav.navbar .item.item2 .cog a .stm_customization {
  display: flex;
  flex-direction: column;
}

header nav.navbar .item.item2 .cog a .stm_customization span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 13px;
}

header nav.navbar .item.item2 .cog a .stm_customization span.white {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

header nav.navbar .item.item2 .cog a .stm_customization span.green {
  color: #1bc744;
  font-size: 12px;
  font-weight: 100;
}

header nav.navbar .item.item2 .socail {
  display: flex;
  align-items: center;
}

header nav.navbar .item.item2 .socail a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 15px;
  font-size: 13px;
  font-weight: 100;
  color: #999999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: all 0.5s ease-in-out;
}

header nav.navbar .item.item2 .socail a svg {
  margin-right: 5px;
  fill: #999999;
  transition: all 0.5s ease-in-out;
}

header nav.navbar .item.item2 .socail a:hover {
  color: var(--bg-red);
}

header nav.navbar .item.item2 .socail a:hover svg {
  fill: #ffffff;
}

header nav.navbar .item.item3 .purchase {
  padding: 7px 30px;
  background-color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-right: 2.5rem;
  animation-name: bg-effect;
  animation-duration: 7.5s;
  animation-iteration-count: infinite;
}

@keyframes bg-effect {
  0% {
    background-color: #7e3bd0;
  }
  25% {
    background-color: #b590f0;
  }
  50% {
    background-color: #71e9f9;
  }
  75% {
    background-color: #3b4ad0;
  }
  100% {
    background-color: #7e3bd0;
  }
}

@-webkit-keyframes bg-effect {
  20% {
    background-color: #7e3bd0;
  }
  25% {
    background-color: #b590f0;
  }
  50% {
    background-color: #71e9f9;
  }
  75% {
    background-color: #3b4ad0;
  }
  100% {
    background-color: #7e3bd0;
  }
}

header nav.navbar .item.item3 .purchase a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
}

header nav.navbar .item.item3 .close {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  border-left: 1px solid #4f4f4f;
  cursor: pointer;
}

header nav.navbar .item.item3 .close a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #4f4f4f;
  font-size: 14px;
}

header nav.navbar .item.item3 .close a svg {
  margin-right: 10px;
  fill: #4f4f4f;
  width: 12px;
  height: 12px;
}

header nav.navbar .item.item3 .close:hover a,
header nav.navbar .item.item3 .close:hover a svg {
  fill: #888;
  color: #888;
}

/* sec-nav */

section.sec-nav {
  position: relative;
}

section.sec-nav nav.top {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  background: #232628;
  position: relative;
}

section.sec-nav nav.top .container {
  border-bottom: 1px solid #4f4f4f;
  padding: 0.75rem 0;
  width: 1100px;
}

section.sec-nav nav.bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--bg-black);
}

section.sec-nav nav.bottom .container {
  width: 1100px;
}

section.sec-nav nav.mobile {
  display: none;
}

section.sec-nav nav.bottom.sticky {
  position: fixed;
  top: 54px;
  width: 100%;
  animation: 0.5s sticky ease-in-out;
  z-index: 998;
}

section.sec-nav .menu.sticky {
  position: fixed;
  top: 49px;
  bottom: 0;
  height: 60px;
  width: 100%;
  animation: 0.5s sticky ease-in-out;
  z-index: 99999;
}

@keyframes sticky {
  from {
    opacity: 0;
    top: -20px;
  }
  to {
    opacity: 1;
  }
}

section.sec-nav nav .changh-lang {
  display: flex;
  align-items: center;
  width: 50%;
  cursor: pointer;
}

section.sec-nav nav .changh-lang p {
  font-family: "Open Sans";
}

section.sec-nav nav .changh-lang p i {
  margin-left: 5px;
}

section.sec-nav nav .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 50%;
}

section.sec-nav nav .contact .item {
  display: flex;
}

section.sec-nav nav .contact .item p {
  font-family: "Open Sans";
}

section.sec-nav nav .contact .item p a {
  font-family: "Open Sans";
  text-decoration: none;
  color: #fff;
}

section.sec-nav nav .contact .item p i {
  margin-right: 5px;
}

section.sec-nav nav .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.sec-nav nav .box.icon {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.sec-nav nav .box.logo {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sec-nav nav .box.mile {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.sec-nav nav .box.icon a {
  text-decoration: none;
}

section.sec-nav nav .box.icon a i {
  font-size: 16px;
  color: #999;
  padding: 0 0.45rem;
}

section.sec-nav nav .box.mile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section.sec-nav nav .box.mile i {
  font-size: 32px;
  color: #ffffff;
  vertical-align: middle;
  padding: 0 1.5rem 0 0.5rem;
}

section.sec-nav nav .box.mile a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #999;
}

/* menu */

section.sec-nav .menu {
  bottom: -3rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 998;
}

section.sec-nav .menu .container {
  background: var(--bg-red);
  width: 1000px !important;
  position: relative;
  padding: 0 !important;
}

section.sec-nav .menu .container::before {
  content: " ";
  border-top: 1.5rem solid var(--bg-red);
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid var(--bg-red);
  position: absolute;
  left: -2.99rem;
}
section.sec-nav .menu .container::after {
  content: " ";
  border-top: 1.5rem solid var(--bg-red);
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid var(--bg-red);
  border-right: 1.5rem solid transparent;
  position: absolute;
  right: -3rem;
}

section.sec-nav .menu .item {
  height: 100%;
  padding: 0.975rem 1.1rem;
  cursor: pointer;
  position: relative;
}

section.sec-nav .menu .item.mega-menu {
  position: unset;
}

section.sec-nav .menu .item:hover {
  background: #d61d1d;
}

section.sec-nav .menu .item:hover .sub-menu {
  display: flex;
}

section.sec-nav .menu .item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

section.sec-nav .menu .sub-menu {
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start !important;
  top: 2.85rem;
  left: 0;
  text-transform: none;
  list-style: none;
  width: 250px;
  padding-top: 0.313rem;
  animation: pop 0.3s ease-in-out;
  -webkit-animation: pop 0.3s ease-in-out;
}

@keyframes pop {
  from {
    top: 3.15rem;
    opacity: 0;
  }
  to {
    top: 3rem;
    opacity: 1;
  }
}

@-webkit-keyframeskeyframes pop {
  from {
    top: 3.15rem;
    opacity: 0;
  }
  to {
    top: 3rem;
    opacity: 1;
  }
}

section.sec-nav .menu .sub-menu li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: rgba(36, 49, 54, 0.959);
  padding: 0.6rem 2rem;
  border-bottom: 1px solid #4f4f4f;
  transition: all 0.2s ease-in-out;
  border-left: 2px solid transparent;
  line-height: 24px;
}

section.sec-nav .menu .sub-menu li:last-child {
  position: relative;
}

section.sec-nav .menu .sub-menu li:last-child:hover .sub-menu-blog {
  display: block;
}

section.sec-nav .menu .sub-menu li i {
  position: absolute;
  right: 10px;
  top: 15px;
}

section.sec-nav .menu .sub-menu li:hover {
  background: #1b1d1f;
  border-left: 2px solid #d61d1d;
}

section.sec-nav .menu .sub-menu.sub-mega-menu {
  width: 1100px;
  left: -3rem;
  top: 3.25rem;
  flex-direction: unset;
  justify-content: space-between;
  background-color: rgba(36, 49, 54, 0.959);
  padding: 30px 0;
  border-top: 3px solid #153e4d;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 35%);
  animation: pop-mega 0.3s ease-in-out;
  -webkit-animation: pop-mega 0.3s ease-in-out;
}

@keyframes pop-mega {
  from {
    top: 3.4rem;
    opacity: 0;
  }
  to {
    top: 3.25rem;
    opacity: 1;
  }
}

@-webkit-keyframeskeyframes pop-mega {
  from {
    top: 3.4rem;
    opacity: 0;
  }
  to {
    top: 3.25rem;
    opacity: 1;
  }
}

section.sec-nav .menu .sub-menu.sub-mega-menu li {
  width: 24%;
  border-left: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: 0;
  background-color: rgba(36, 49, 54, 0);
  border-left: 2px solid #999;
}
section.sec-nav .menu .sub-menu.sub-mega-menu li:last-child {
  width: 28%;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li:first-child {
  border-left: 2px solid #99999900;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li:hover {
  background-color: rgba(36, 49, 54, 0);
}

section.sec-nav .menu .sub-menu.sub-mega-menu li:hover .title h1 {
  color: #1bc744;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .title h1 {
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list {
  width: 100%;
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column-reverse;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list.vehicles {
  flex-direction: column;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list a,
section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list p {
  transition: all 0.2s ease-in-out;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list a:hover {
  color: #1bc744;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list .special-wrap {
  width: 100%;
  display: flex;
  padding: 15px 0;
}

section.sec-nav
  .menu
  .sub-menu.sub-mega-menu
  li
  .menu-list
  .special-wrap
  .img-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

section.sec-nav
  .menu
  .sub-menu.sub-mega-menu
  li
  .menu-list
  .special-wrap
  .img-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.sec-nav
  .menu
  .sub-menu.sub-mega-menu
  li
  .menu-list
  .special-wrap
  .title-price {
  padding: 0 10px;
}

section.sec-nav
  .menu
  .sub-menu.sub-mega-menu
  li
  .menu-list
  .special-wrap
  .title-price
  .prices
  span {
  color: #1bc744;
  cursor: text;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list .link-menu {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
}

section.sec-nav
  .menu
  .sub-menu.sub-mega-menu
  li
  .menu-list
  .link-menu:last-child {
  padding: 10px 0 0 0;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list .link-menu a,
section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list .link-menu p {
  font-weight: 400;
  font-size: 14px;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list .link-menu p {
  cursor: text;
}

section.sec-nav .menu .sub-menu.sub-mega-menu li .menu-list .link-menu i {
  position: unset;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 13px;
  color: #1bc744;
}

section.sec-nav .menu .sub-menu .in-sub-menu {
  display: none;
  position: absolute;
}

section.sec-nav .menu .sub-menu .sub-menu-blog {
  right: -13.75rem;
  top: 0rem;
}
/***** -------------------------------- brand ------------------------------------------- *****/
section.brand {
  display: flex;
  padding: 1.5rem 0;
  background: #243136;
}

section.brand .container {
  justify-content: space-between;
  width: 1100px;
}

section.brand .container .item .image {
  width: 8.313rem;
  height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

section.brand .container .item .image img {
  width: 100%;
  object-fit: cover;
}
/***** ----------------------------- footer ---------------------------------- *****/
section#sec {
  height: 150vh;
}

section#sec p {
  color: #243136;
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #161e21;
}

footer .container {
  padding: 20px 0 19px;
  width: 1100px;
  height: 100%;
  max-width: 1140px;
  border-top: 1px solid #444444;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .container p {
  color: #999;
  font-size: 13px;
}

@media screen and (max-width: 1100px) {
  header nav.navbar .item .drop-menu {
    display: none;
  }
  header nav.navbar .item .logo {
    padding: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header nav.navbar .item .logo img {
    width: 100%;
  }
  header nav.navbar .item.item1 {
    width: 50%;
    padding: 0;
  }
  header nav.navbar .item.item2 {
    display: none;
  }
  header nav.navbar .item.item3 {
    width: 50%;
  }
  header nav.navbar .item.item3 .purchase {
    margin-right: 1rem;
    padding: 10px 20px;
    font-size: 12px;
  }
  header nav.navbar .item.item3 .close {
    border-left: 0;
  }
  header nav.navbar .item.item3 .close a span {
    display: none;
  }
  section.sec-nav nav.top .container {
    padding: 0.75rem;
    justify-content: flex-start;
  }
  section.sec-nav nav .changh-lang {
    width: 50%;
    display: flex;
    justify-content: flex-start;
  }
  section.sec-nav nav .changh-lang {
    position: relative;
  }
  section.sec-nav nav .changh-lang i {
    position: absolute;
    right: 0;
    font-size: 14px;
  }
  section.sec-nav nav .contact {
    width: 100%;
  }
  section.sec-nav nav .contact {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  section.sec-nav nav .contact .item {
    width: 100%;
    justify-content: flex-start;
    line-height: 20px;
  }
  section.sec-nav nav .contact .item i {
    font-size: 14px;
  }
  section.sec-nav nav .box.mile i,
  section.sec-nav nav .box.logo,
  section.sec-nav .menu {
    display: none;
  }
  section.sec-nav nav .box.icon,
  section.sec-nav nav .box.mile {
    width: 50%;
  }
  section.sec-nav nav.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.65rem 1.25rem;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    background: var(--bg-black);
    position: relative;
    top: 0;
  }
  section.sec-nav nav.mobile.re {
    top: 0;
  }
  section.sec-nav nav.mobile.fixed.re {
    top: 54px;
  }
  section.sec-nav nav.mobile.fixed {
    position: fixed;
    top: 108px;
    width: 100%;
    animation: 0.5s fixed ease-in-out;
    z-index: 99999;
  }
  @keyframes fixed {
    from {
      opacity: 0;
      top: -74px;
    }
    to {
      opacity: 1;
    }
  }
  section.sec-nav nav.mobile .nav-mobile {
    width: 50%;
  }
  section.sec-nav nav.mobile .menu-mobile {
    display: flex;
    justify-content: flex-end;
  }
  section.sec-nav nav.mobile .menu-mobile .bar i {
    font-size: 26px;
    color: #999;
    display: none;
  }
  section.sec-nav nav.mobile .menu-mobile .bar i.show {
    display: block;
  }
  section.sec-nav nav.mobile .drop-menu {
    display: none;
    position: absolute;
    top: 5.125rem;
    width: 100%;
    flex-direction: column;
    background: var(--bg-black);
    transition: all 0.4s ease-in-out;
  }
  section.sec-nav nav.mobile .drop-menu.show {
    display: flex;
    z-index: 9999;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .content {
    padding: 1.1rem 1.25rem;
    border-top: 1px solid #444;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .content,
  section.sec-nav nav.mobile .drop-menu .item-menu .contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu span.show i {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
  }
  section.sec-nav nav.mobile .drop-menu .sub-item-menu .contents {
    display: none;
  }
  section.sec-nav nav.mobile .drop-menu .sub-item-menu .contents.show {
    display: flex;
  }
  section.sec-nav nav.mobile .sub-mega-menu li:hover h1 {
    color: #1bc744;
  }
  section.sec-nav nav.mobile .sub-mega-menu .title h1 {
    text-transform: none;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    line-height: 24px;
  }
  section.sec-nav nav.mobile .sub-mega-menu li {
    border-bottom: 0 !important;
  }
  section.sec-nav nav.mobile .sub-mega-menu .menu-list .img-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  section.sec-nav nav.mobile .sub-mega-menu .menu-list .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.sec-nav nav.mobile .sub-mega-menu .menu-list .special-wrap {
    display: flex;
    align-items: center;
    margin: 30px 0 0px 0;
  }
  section.sec-nav nav.mobile .sub-mega-menu .special-wrap .title-price {
    padding: 0 10px;
    line-height: 26px;
  }
  section.sec-nav nav.mobile .sub-mega-menu .title-price .prices {
    color: #1bc744;
  }
  section.sec-nav nav.mobile .sub-mega-menu .title-price .car-title a {
    color: #153e4d;
    font-weight: 700;
  }
  section.sec-nav nav.mobile .sub-mega-menu .menu-list.vehicles {
    display: none;
  }
  section.sec-nav nav.mobile .sub-mega-menu li .link-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0 0 0;
  }
  section.sec-nav nav.mobile .sub-mega-menu li .link-menu i {
    font-size: 12px;
    margin-right: 10px;
  }
  section.sec-nav nav.mobile .sub-mega-menu li .link-menu p {
    text-transform: none;
    font-size: 14px;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu i {
    font-size: 18px;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu {
    background: #243136;
    top: 0;
    left: 0;
    width: 100%;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu li {
    padding: 0.938rem 1.25rem;
    list-style: none;
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
    border-left: 3px solid transparent;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu li.external {
    padding: 0.938rem 1.25rem;
    list-style: none;
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: unset;
    transition: all 0.2s ease-in-out;
    border-left: 3px solid transparent;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu li:hover {
    border-left: 3px solid var(--bg-red);
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu li:last-child {
    border-bottom: 1px solid transparent;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu .in-sub-menu {
    display: none;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu .in-sub-menu.show {
    display: flex;
    flex-direction: column;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu .in-sub-menu {
    padding-left: 3.5rem;
  }
  section.sec-nav nav.mobile .drop-menu .item-menu .sub-menu .in-sub-menu li {
    padding: 0.938rem 10px;
  }
  section.sec-nav
    nav.mobile
    .drop-menu
    .item-menu
    .sub-menu
    .in-sub-menu
    li:first-child {
    margin-top: 1rem;
  }
  /*-------------footer-------------*/
  section.brand .container {
    padding: 0 10%;
  }
  section.brand .container .item .image {
    width: 10.313rem;
    height: 5.125rem;
  }
  footer .container {
    padding: 20px 20px 40px 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  section.brand .container {
    justify-content: center;
  }
}

/***** ------------------------ contact ----------------------------------- *****/

.bg-img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  transition: opacity 0.5s ease;
  margin-bottom: 0px !important;
  padding-top: 360px !important;
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/11/contact.jpg?id=4329) !important;
}

section.contact-us {
  width: 100%;
  position: absolute;
  top: 50%;
}

section.contact-us .content {
  padding: 30px 30px 50px 30px !important;
  background-color: #2f3c40 !important;
  width: 100%;
  box-shadow: 0px 3px 18px rgb(35 38 40 / 30%);
}

section.contact-us .content h2 {
  font-size: 20px;
  text-transform: none;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #596063;
  color: #ffffff;
  font-weight: 500;
}

section.contact-us .content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.contact-us .content form .check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 56%;
  margin-top: 10px;
}

section.contact-us .content form .submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38%;
}

section.contact-us .content form .input-text {
  width: 28%;
}

section.contact-us .content form .input-textarea {
  width: 38%;
}

section.contact-us .content form p,
section.contact-us .content form .input-text p,
section.contact-us .content form .input-textarea p {
  margin: 10px 0;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
}

section.contact-us .content form input[type="text"] {
  height: 43px;
  line-height: 43px;
  display: block;
  width: 100%;
  padding: 0 21px;
  font-weight: 400;
  border: 2px solid #eceff3;
  outline: none !important;
  background-color: #eceff3;
  margin-bottom: 20px;
}

section.contact-us .content form input[type="checkbox"] {
  margin-right: 10px;
}

section.contact-us .content form input[type="submit"] {
  background: #d61d1d;
  padding: 15px 50px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

section.contact-us .content form textarea {
  padding: 21px;
  width: 100%;
  height: 137px;
  max-width: 100%;
  background-color: #eceff3;
  border: 2px solid #eceff3;
  color: #888;
  resize: none;
}

section.contact-us .content form input[type="text"]:focus,
section.contact-us .content form textarea:focus {
  outline: none;
  background: #fff;
}

section.address {
  padding: 300px 0 50px 0;
  width: 100%;
  background-color: #f0f2f5;
}

section.address .box {
  width: 35%;
}

section.address .box .btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

section.address .box .btn button {
  width: 30%;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--bg-red);
}

section.address .box .btn button.BtnActive {
  background: #243136;
}

section.address .location {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #243136;
  padding: 35px 16px;
  animation: opacity 0.5s;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section.address .location .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.01);
  border-radius: 5px;
}

section.address .location .item .icon {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px 15px 15px;
}

section.address .location .item i {
  font-size: 20px;
  border: 2px solid var(--bg-red);
  border-radius: 50%;
  padding: 5px;
  color: var(--bg-red);
}

section.address .location .item .txt {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.address .location .item .txt p {
  color: #fff;
  width: 100%;
}

section.address .location .item .txt p:first-child {
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
}

section.address .location .item .txt p:last-child {
  font-size: 14px;
  font-weight: 400;
}

section.address .map {
  width: 65%;
  height: 430px;
  overflow: hidden;
}

section.address .map iframe {
  width: 100%;
  height: 100%;
}

section.contact-us .content form .check.mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  section.contact-us .content {
    width: 95%;
  }
  section.address .box {
    width: 95%;
  }
  section.address .box .btn button {
    width: 33.333333337%;
  }
  section.address .location {
    width: 100%;
  }
  section.address .map {
    width: 95%;
  }
}

@media screen and (max-width: 750px) {
  section.contact-us .content {
    padding: 30px !important;
  }
  section.contact-us .content form .submit {
    padding-bottom: 0 !important;
  }
  section.address {
    padding: 46.875rem 0 4.688rem 0;
  }
  section.contact-us .content {
    width: 95%;
  }
  section.contact-us .content form .input-textarea,
  section.contact-us .content form .input-text {
    width: 100%;
  }
  section.contact-us .content form .check.mobile {
    display: flex;
    width: 100%;
    padding: 15px 0;
  }
  section.contact-us .content form .check.desk {
    display: none;
  }
  section.contact-us .content form .submit {
    width: 100%;
    padding: 2rem 0;
  }
}

/***** ------------------- about ----------------------------- *****/
section.about {
  background-color: rgba(14, 19, 21, 1);
  padding: 3.75rem;
}

section.about .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.75rem;
}

section.about .box .img,
section.about .box .box-content {
  width: 50%;
}

section.about .box .img img {
  width: 100%;
}

section.about .box .box-content {
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

section.about .box .box-content.switch {
  padding: 0;
  padding-right: 1.5rem;
}

section.about .box .box-content .txt {
  padding: 0 0 1.6rem 0;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
section.about .box .box-content .txt h1 {
  color: #fff;
}
section.about .box .box-content .txt h1 span {
  color: var(--bg-red);
  margin-left: 5px;
}
section.about .box .box-content .txt h5 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
}
section.about .box .box-content .txt p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
section.about .box .box-content .txt i {
  color: #999999;
}

section.about .box .box-content .txt.core {
  margin: 15px 0;
  width: 100%;
  padding: 0;
}
section.about .box .box-content .txt.core p {
  font-weight: 300;
  color: #999;
}
section.about .box .box-content ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
section.about .box .box-content ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
section.about .box .box-content ul li:before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 0;
  top: 5px;
  content: "";
  font-size: 11px;
  color: var(--bg-red);
}

/* owlCaroucel */

section.owlCaroucel {
  display: flex;
  align-items: center;
  padding: 3.125rem 1rem;
  background: #232628;
}

section.owlCaroucel .wrapper {
  width: 100%;
  overflow: hidden;
}

section.owlCaroucel .wrapper .carousel {
  position: relative;
  margin: auto;
  padding: 0;
}

section.owlCaroucel .carousel .card {
  height: 180px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

section.owlCaroucel .carousel .card:hover {
  filter: brightness(50%);
}

section.owlCaroucel #c1 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/atv6-1-270x180.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel #c2 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/atv3-1-1109x649.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel #c3 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/motorcycle-7-1399x649.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel #c4 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/motorcycle-6-1399x649.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel #c5 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/watercraft-3-1039x482.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel #c6 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/atv6-1109x649.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel #c7 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/atv3-1109x649.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel .owl-dots {
  text-align: center;
  margin-top: 60px;
}

section.owlCaroucel .owl-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

section.owlCaroucel .owl-dots button {
  background-color: #999999;
}

section.owlCaroucel .owl-dot:hover,
section.owlCaroucel .owl-dot.active {
  background-color: var(--bg-red);
}

section.owlCaroucel .owl-prev,
section.owlCaroucel .owl-next {
  position: absolute;
  top: 90%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

section.owlCaroucel .owl-prev {
  left: 45.5%;
}

section.owlCaroucel .owl-next {
  right: 41%;
}

section.owlCaroucel .fa-chevron-left,
section.owlCaroucel .fa-chevron-right {
  font-size: 22px;
  color: #999999;
  transition: all 0.2s;
  border: 2px solid transparent;
  padding: 10px 15px;
}

section.owlCaroucel .fa-chevron-left:hover,
section.owlCaroucel .fa-chevron-right:hover {
  color: var(--bg-red);
  border: 2px solid var(--bg-red);
}

/* detail */

section.detail {
  /* background-color: rgba(14, 19, 21, 1); */
  padding: 5rem 1rem;
}

section.detail .item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.detail .item .content {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.detail .item .content .title {
  border-bottom: 1px solid #999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* accordion */

section.detail input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section.detail .accordion-wrapper {
  border-radius: 8px;
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
}
section.detail .accordion {
  width: 100%;
  color: white;
  overflow: hidden;
  border-bottom: 1px solid #999;
}
section.detail .accordion:last-child {
  margin-bottom: 0;
}
section.detail .accordion-label {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

section.detail .accordion-label span i {
  margin: 0 20px 0 0;
  font-size: 18px;
}

section.detail .accordion-label i {
  transition: all 0.3s ease-in-out;
}

section.detail .accordion-content {
  max-height: 0;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.detail .accordion-content p {
  margin: 0;
  color: #999;
  font-size: 16px;
}

section.detail input:checked + label i.caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.detail input:checked + label span i {
  color: var(--bg-red);
}
section.detail input:checked ~ .accordion-content {
  max-height: 100vh;
  padding: 6px 16px 26px 16px;
}

section.detail .content .box .title {
  border-bottom: 0;
  margin-bottom: 19px;
}

section.detail .content .box .card {
  border-bottom: 1px solid #999;
  padding: 35px 0 25px 0;
}

section.detail .content .box .card-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

section.detail .content .box .card-item .img {
  width: 35%;
}

section.detail .content .box .card-item .txt {
  width: 55%;
}

section.detail .content .box .card-item .txt .cardcontent p {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: Open Sans, Arial;
}

section.detail .content .box .description {
  display: flex;
  align-items: flex-end;
  padding: 15px 0 0px 0;
}

section.detail .content .box .description p {
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
  font-size: 13px;
}

section.detail .content .box .description i.honda {
  color: #999;
  margin-left: 10px;
  font-weight: 400;
  font-size: 15px;
}

section.detail .content .box .description i {
  font-size: 22px;
  color: #949494;
}

section.detail .owl-prev,
section.detail .owl-next {
  position: absolute;
  top: 77.5%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

section.detail .owl-prev i,
section.detail .owl-next i {
  font-size: 20px;
  color: #999;
}

section.detail .owl-prev {
  right: 50px;
}

section.detail .owl-next {
  right: 0;
}

/* profile */

section.profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3.125rem 1rem;
  background: #232628;
}

section.profile .container {
  justify-content: space-between;
  width: 1100px;
}

section.profile .title {
  width: 100%;
}

section.profile .card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 23%;
  cursor: pointer;
}

section.profile .card:hover .introduce {
  background: #243136;
}

section.profile .card:hover .introduce p {
  color: #fff;
}

section.profile .card:hover .introduce p:last-child {
  color: #fff;
}

section.profile .card:hover .team-info {
  animation: slideTop 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

section.profile .card:hover .img img {
  filter: brightness(35%);
}

section.profile .card .img {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

section.profile .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.profile .card .introduce {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #fff;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

section.profile .card .introduce p {
  font-size: 13px;
  line-height: 18px;
  font-family: Open Sans, Arial;
}

section.profile .card .introduce p:first-child {
  font-size: 12px;
}

section.profile .card .introduce p:last-child {
  color: #888;
}

.team-info {
  position: absolute;
  padding: 0 15px;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

@keyframes slideTop {
  from {
    bottom: -50%;
    opacity: 0;
  }
  to {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
  }
}

.team-info .email {
  display: inline-block;
  min-width: 160px;
  max-width: 100%;
  padding: 0 12px;
  background-color: var(--bg-red);
  border-radius: 20px;
  color: #fff !important;
  font-size: 13px;
  line-height: 33px;
  text-align: center;
  text-decoration: none !important;
}

.team-info .phone {
  position: relative;
  min-width: 160px;
  max-width: 100%;
  margin-top: 8px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
}

.team-info .phone a {
  text-decoration: none;
  color: #232323;
}

.team-info .phone i {
  border: 2px solid var(--bg-red);
  color: var(--bg-red);
  margin-right: 5px;
  border-radius: 50%;
  padding: 3px;
  font-size: 10px;
  margin-bottom: 7px;
  transform: rotate(90deg);
}

@media screen and (max-width: 1000px) {
  section.compare .column.top::-webkit-scrollbar {
    display: none;
  }
  section.compare .column.top {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  section.compare .column.top .item {
    margin: 0 1rem;
  }
  section.compare .column .item.card {
    min-width: 250px;
  }
  section.compare .column .item.MDN {
    min-width: 200px;
  }
  section.profile .card {
    width: 48%;
    margin: 1rem 0;
  }
  section.owlCaroucel .owl-dots {
    opacity: 0;
  }
}

@media screen and (max-width: 800px) {
  section.owlCaroucel .owl-prev {
    left: 44.5%;
  }
  section.owlCaroucel .owl-next {
    right: 37.5%;
  }
  section.about {
    padding: 3.75rem 1rem;
  }
  section.about .box .img,
  section.about .box .box-content {
    width: 100%;
  }
  section.about .box .box-content,
  section.about .box .box-content.switch {
    padding: 1.5rem 0;
  }
  section.about .box {
    padding-top: 1.5rem;
  }
  section.detail {
    padding: 3.5rem 1rem;
  }
  section.detail .item {
    flex-wrap: wrap;
  }
  section.detail .item .content {
    width: 100%;
  }
  section.detail .item .content:last-child {
    margin-top: 3rem;
  }
  section.owlCaroucel {
    padding: 3.125rem;
  }
}

@media screen and (max-width: 600px) {
  section.profile .card {
    width: 100%;
  }
  section.owlCaroucel .owl-prev {
    left: 41.5%;
  }
  section.owlCaroucel .owl-next {
    right: 29.5%;
  }
}

/***** ---------------------- blog --------------------- *****/

section.blog {
  /* background: var(--bg-black); */
}

section.blog .container {
  align-items: flex-start;
}

/* Header/Blog Title */
section.blog .header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: white;
  width: 100%;
  background-size: cover;
  background-color: #8f9fad;
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/11/blog_bg-1593x221.jpg);
  background-position: 50% 0;
  min-height: 398px;
}

section.blog .header h2 {
  font-size: 45px;
}

section.blog.sold-only.inventory .header h2 {
  color: #fff;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
section.blog .leftcolumn {
  float: left;
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 57px;
  padding-bottom: 65px;
}

/* Right column */
section.blog .rightcolumn {
  float: left;
  width: 25%;
  padding-left: 25px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 57px;
  padding-bottom: 65px;
}

/* Fake image */
section.blog .img {
  background-color: #fff;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

section.blog .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section.blog .img .ribbon {
  position: absolute;
  top: 20px;
  left: -90px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 250px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0.5rem;
  background-color: #2f3c40;
  text-align: center;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.blog .img .video-preview {
  position: absolute;
  right: 9px;
  top: 17px;
  padding: 5px 11px 5px 25px;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  background-color: var(--bg-red);
  z-index: 20;
}

section.blog .img .video-preview i {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -6px;
  font-size: 12px;
}

/* Add a card effect for articles */
section.blog .leftcolumn .card {
  width: 48%;
  margin-bottom: 3rem;
}

section.blog .rightcolumn .card {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #999;
  padding-bottom: 2.5rem;
}

section.blog .rightcolumn .card .gsearch {
  padding: 0.95rem 1rem;
  padding-right: 0;
  width: 80%;
}

section.blog .rightcolumn .card .gsearch:focus {
  background: #fff;
  outline: none;
}

section.blog .rightcolumn .card .select {
  outline: none;
  border: none;
  background: #f1f1f1;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 400;
  font-family: Open Sans, Arial;
  padding: 0.83rem 1rem !important;
  cursor: pointer;
}

section.blog .rightcolumn .card.show .gsearch + .btn-search {
  box-shadow: inset -50px 0 0 0 #d61d1d;
}

section.blog .rightcolumn .card.show .gsearch ~ i {
  color: #fff;
}

section.blog .rightcolumn .card .gsearch:focus + .btn-search {
  box-shadow: inset -50px 0 0 0 #d61d1d;
}

section.blog .rightcolumn .card .gsearch:focus ~ i {
  color: #fff;
}

section.blog .rightcolumn .card input {
  width: 20%;
  border: none;
  outline: none;
  padding: 0.95rem 0.5rem;
  background: #f1f1f1;
}

section.blog .rightcolumn .card input.select {
  color: transparent;
  cursor: pointer;
}

section.blog .rightcolumn .card input::placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: Open Sans, Arial;
}

section.blog .rightcolumn .gsearch:hover + .btn-search {
  box-shadow: inset -50px 0 0 0 #d61d1d;
}

section.blog .rightcolumn .gsearch:hover ~ i {
  color: #fff;
}

section.blog .rightcolumn .card input.btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 5px solid #d61d1d;

  display: inline-block;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #d61d1d;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

section.blog .rightcolumn .card i {
  position: absolute;
  right: 1.05rem;
  bottom: auto;
  color: #d61d1d;
  transition: 0.4s;
}

section.blog .rightcolumn .card.card-select {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

section.blog .rightcolumn .card .item {
  margin-bottom: 0.5rem;
}

section.blog .rightcolumn .card .item.txt p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #888;
}

section.blog .rightcolumn .card .item p {
  font-size: 12.5px;
  font-family: Open Sans, Arial;
  color: #fff;
  line-height: 22px;
}

section.blog .rightcolumn .card .item p a {
  color: #d61d1d;
  text-decoration: none;
}

section.blog .rightcolumn .card .item p a:hover {
  text-decoration: underline;
}

section.blog .rightcolumn .card .tagcloud {
  width: 100%;
}

section.blog .rightcolumn .card .tagcloud.clearfix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.blog .rightcolumn .card .tagcloud a {
  font-family: Open Sans, Arial;
  background: #2f3c40;
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 4px 9px;
  box-shadow: 0 1px 4px rgb(0 1 1 / 20%);
  font-size: 13px !important;
  color: #aaa;
  text-decoration: none !important;
  outline: 0 !important;
  transition: 0.3s;
}

section.blog .rightcolumn .card .tagcloud .media-widget-item {
  float: left;
  width: 31%;
  margin-bottom: 0.5rem;
}

section.blog .rightcolumn .card .tagcloud .media-widget-item a {
  display: block;
  padding: 0;
}

section.blog .rightcolumn .card .tagcloud .media-widget-item a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

section.blog .rightcolumn .card .tagcloud a:hover {
  color: #fff;
}

section.blog .rightcolumn .card .txt.last {
  margin: 1rem 0;
}

section.blog .rightcolumn .card .comments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  text-transform: uppercase;
  color: #d61d1d;
  font-weight: 300;
  font-family: Open Sans, Arial;
}

section.blog .rightcolumn .card .comments i {
  position: unset;
  margin-right: 0.5rem;
  font-size: 1rem;
}

section.blog .leftcolumn .card .descrip {
  margin-top: 1.25rem;
  outline: 1px solid #4b4b4b;
  padding: 2rem 2.5rem 1rem 2.5rem;
}

section.blog .leftcolumn .card .descrip p {
  height: 44px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

section.blog .leftcolumn .card .descrip .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
  border-top: 1px solid #b9b9b9;
  padding-top: 1rem;
}

section.blog .leftcolumn .card .descrip .tags .tag {
  display: flex;
  align-items: center;
  padding-right: 1.5rem;
}

section.blog .leftcolumn .card .descrip .tags .tag i {
  color: #d61d1d;
  margin-right: 0.5rem;
}

section.blog .leftcolumn .card .descrip .tags .tag span {
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 400;
}

/* Clear floats after the columns */
section.blog .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
section.blog .footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  section.blog .leftcolumn {
    width: 100%;
    padding: 57px 1rem 65px 1rem;
  }
  section.blog .rightcolumn {
    display: none;
  }
  section.blog .img {
    height: 220px;
  }
}

@media screen and (max-width: 600px) {
  section.blog .leftcolumn {
    justify-content: center;
  }
  section.blog .leftcolumn .card {
    width: 100%;
  }
  section.blog .img {
    height: 280px;
  }
}

/***** ----------------------- calculator -------------------------- *****/

section.calculator {
  background: var(--bg-black);
}

section.calculator .item {
  padding: 120px 1rem 65px 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.calculator .item .left-item {
  width: 75%;
}

section.calculator .item .right-item {
  width: 22.5%;
}

section.calculator .item .left-item p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-family: Open Sans, Arial;
}

section.calculator .box {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
  background: #243136;
}

section.calculator .title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

section.calculator .title i {
  margin-right: 2rem;
  font-size: 36px;
  color: #d61d1d;
}

section.calculator .input-item {
  width: 100%;
  margin: 0.75rem 0;
}

section.calculator .input-item.fiftyper {
  width: 49%;
}

section.calculator .input-item input {
  width: 100%;
  padding: 0.75rem;
  background: #f1f1f1;
  outline: none;
  border: none;
}

section.calculator .input-item input:focus {
  background: #ffffff;
  outline: none;
}

section.calculator .item .left-item .box .input-item p {
  color: #999;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 0.5rem;
}

section.calculator .item .left-item .box .input-item p span {
  font-weight: 500;
  color: #d61d1d;
}

section.calculator .item .left-item .box .input-item a {
  padding: 13px 18px 11px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  background-color: var(--bg-red);
  text-decoration: none !important;
  outline: none !important;
  visibility: visible;
  border: none;
  white-space: normal;
  box-shadow: 0 2px 0 #b11313;
  cursor: pointer;
}

section.calculator .item .left-item .box .input-item a:hover {
  background-color: #be1616;
}

section.calculator .item .right-item .right-box {
  background: #ffffff;
}

section.calculator .item .right-item .right-box .right-cal {
  padding: 1.75rem;
}

section.calculator .item .right-item .right-box .logo {
  margin-bottom: 1.25rem;
}

section.calculator .item .right-item .content span {
  color: var(--bg-black);
  display: block;
  line-height: 22px;
}

section.calculator .item .right-item .content span.red {
  color: #e71919;
}

section.calculator .item .right-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

section.calculator .item .right-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 760px) {
  section.calculator .item .left-item,
  section.calculator .item .right-item,
  section.calculator .input-item.fiftyper {
    width: 100%;
  }
  section.calculator .item .right-item {
    margin-top: 2rem;
  }
  section.calculator .item {
    padding: 65px 1rem;
  }
}

/***** ---------------------- compare --------------------- *****/

section.compare {
  /* background: var(--bg-black); */
  padding: 1rem 1rem 3.75rem 1rem;
}

section.compare .column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

section.compare .column .item {
  display: flex;
  flex-direction: column;
  width: 23.5%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  transition: all .4s ease-in-out;
}

section.compare .column .item:hover {
  transform: scale(1.01);
  box-shadow: 0px 5px 25px rgb(0 0 0 / 25%);
}

section.compare .column .item.MDN {
  box-shadow: none;
}

section.compare .column .item.MDN:hover {
  transform: scale(1);
}

section.compare .column .item.MDN .content {
  padding: 0 1rem 0 0;
}

section.compare .column .item .header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
}

section.compare .column .item .title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

section.compare .column .item .title h1 {
  text-align: left;
  margin-bottom: 0;
}

section.compare .column .item .header .colored-separator {
  text-align: left !important;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 5.488rem;
}
section.compare .column .item .header .colored-separator .first-long {
  background-color: var(--bg-red);
  width: 65px;
  height: 3px;
  margin-right: 10px;
  transform: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  text-align: left !important;
  white-space: nowrap;
}

section.compare .column .item .header .colored-separator .last-short {
  margin-top: 1px;
  width: 9999px;
  height: 1px;
  transform: none;
  background-color: #fff !important;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
}

section.compare .column .item .header .img {
  width: 100%;
  height: 135px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.compare .column .item .header:hover .img img {
  filter: brightness(75%);
}

section.compare .column .item .header:hover .remove-compare {
  -webkit-animation: remove 0.25s ease;
  animation: remove 0.25s ease;
  display: flex;
}

@-webkit-keyframes remove {
  from {
    bottom: 1rem;
    opacity: 0;
  }
  to {
    bottom: -1rem;
    opacity: 1;
  }
}

@keyframes remove {
  from {
    bottom: 1rem;
    opacity: 0;
  }
  to {
    bottom: -1rem;
    opacity: 1;
  }
}

section.compare .column .item .header .remove-compare {
  display: none;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.compare .column .item .header .remove-compare .remove-from {
  padding: 0 0.75rem 0 0.25rem;
  border-radius: 50px;
  /* background: var(--bg-red); */
  display: flex;
  align-items: center;
  justify-content: center; 
}

section.compare .column .item .header .remove-compare .remove-from i {
  font-size: 28px;
  color: #fff;
}

section.compare .column .item .header .remove-compare .remove-from span {
  font-family: var(--font-Open);
  font-size: 12px;
  color: #fff;
  line-height: 29px;
  font-weight: 300;
  text-transform: uppercase;
}

section.compare .column .item .header .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
}

section.compare .column .item .header .listing-car-item-meta {
  padding-top: 35px;
  padding-left: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

section.compare .column .item .header .car-meta-top {
  border-bottom: none;
  padding-bottom: 1.25rem;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
  width: 100%;
}

section.compare .column .item .header .price.discounted-price {
  padding: 1px 10px 2px 1.5rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

section.compare .column .item .header .price {
  position: relative;
  float: right;
  margin-left: 18px;
  /* background-color: var(--bg-red); */
  text-align: right;
}

section.compare .column .item .header .car-title {
  color: #363636;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

/* section.compare .column .item .header .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -12px;
  height: 100%;
  width: 32px;
  background-color: var(--bg-red);
  transform: skew(-14deg, 0deg);
  z-index: 5;
} */

section.compare .column .item:hover .background-gradient-org {
  background-position: 110%;
}

section.compare .column .item .header .price .regular-price {
  font-size: 13px;
  line-height: normal;
  text-decoration: line-through;
  position: relative;
  z-index: 6;
}

section.compare .column .item .header .price.discounted-price .sale-price {
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 6;
}

section.compare .column .item .header .price.discounted-price .sale-price.one {
  padding: 0.5rem 0;
}

section.compare .column .item .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 2rem 2rem;
}

section.compare .column .item .content .line {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #888;
  color: #363636;
  font-size: 14px;
  height: 39.5px;
}

section.compare .column .item .content .line:last-child {
  border-bottom: none;
}

section.compare .column .item .content .line.head {
  width: 100%;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #444444;
  color: #999;
  font-family: Open Sans, Arial;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

section.compare .column .item .content .line.head:last-child {
  border-bottom: 0;
}

section.compare .column.bottom {
  margin-top: 3.25rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
  transition: all .4s ease-in-out;
  flex-wrap: wrap;
}

section.compare .column.bottom .item {
  box-shadow: none;
  width: 23.33333333333333%;
}

section.compare .column.bottom .item:hover {
  transform: scale(1);
}

section.compare .column.bottom .item.header-item {
  width: 100%;
  margin: 2rem;
}

section.compare .column.bottom .item.item-title {
  width: 30%;
}

section.compare .column.bottom .content ul.list-style-2 {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section.compare .column.bottom .content ul.list-style-2 li {
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
  color: #363636;
  font-size: 14px;
  font-family: var(--font-Open);
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}

section.compare .column.bottom .content ul.list-style-2 li.compare-list {
  width: 60%;
  height: 28.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

section.compare .column.bottom .content ul.list-style-2 li.compare-list i {
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

section.compare .column.bottom .content ul.list-style-2 li.compare-list i.fa-check-circle {
  color: #17ce1c;
}

section.compare .column.bottom .content ul.list-style-2 li.compare-list i.fa-times-circle {
  color: #ff2609;
}

section.compare .column.bottom .item.item-title .content ul.list-style-2 li {
  width: 100%;
}

section.compare .column.bottom .item.item-title .content ul.list-style-2 li::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0px, 0px);
  left: 3px;
  top: 0px;
  content: "";
  font-size: 14px;
  background: -webkit-linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.compare .column.bottom .item .title.bottom {
  margin: 0;
  padding: 0;
}

section.compare .column.bottom .item .title.bottom h4 {
  font-weight: 600;
  line-height: 28px;
}

section.compare .stm-template-motorcycle .stm-call-to-action-1 {
  border: 0;
}

section.compare .vc_custom_1471601493608 {
  margin: 1.5rem 0 0 0;
}

section.compare .stm-call-to-action-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

section.compare .stm-call-to-action-1 .stm-call-action-left {
  position: relative;
  padding: 30px 10px 22px 27px;
  float: left;
  width: 43%;
  background: #243136;
  z-index: 16;
}

section.compare
  .stm-template-motorcycle
  .stm-call-to-action-1
  .stm-call-action-left,
section.compare
  .stm-template-motorcycle
  .stm-call-to-action-1
  .stm-call-action-left:after {
  background: #243136;
}

section.compare
  .stm-call-to-action-1
  .stm-call-action-left
  .stm-call-action-content {
  position: relative;
  z-index: 20;
}

section.compare .stm-call-to-action-1 .stm-call-action-left:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -48px;
  height: 100%;
  width: 200px;
  transform: skew(-45deg, 0deg);
  z-index: 16;
  background: #243136;
}

section.compare
  .stm-call-to-action-1
  .stm-call-action-left
  .stm-call-action-image {
  float: left;
  margin-top: -5px;
  margin-right: 28px;
}

section.compare
  .stm-call-to-action-1
  .stm-call-action-left
  .stm-call-action-image
  img {
  max-height: 50px;
}

section.compare img {
  max-width: 100%;
  height: auto;
}

section.compare img {
  vertical-align: middle;
}

section.compare img {
  border: 0;
}

section.compare
  .stm-call-to-action-1
  .stm-call-action-left
  .stm-call-action-content
  .content {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  overflow: hidden;
}

section.compare .heading-font {
  color: #ffffff;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.stm-call-to-action-1 .stm-call-action-right {
  background-image: url("https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/09/c2a-banner-725x97.png");
  position: absolute;
  right: 0;
  top: 0;
  width: 65.947%;
  height: 100%;
  overflow: hidden;
  z-index: 15;
}

@media screen and (max-width: 991px) {
  section.compare {
    padding: 0;
  }
  section.compare .column .item .content {
    padding: 0 1rem 1rem;
  }
  .stm-call-to-action-1 .stm-call-action-left {
    width: 70% !important;
  }
  section.compare .column .item .header {
    height: 222px;
  }
  section.compare .column .item.header-item .header {
    height: max-content;
  }
  section.compare .column .item .title {
    margin-bottom: 0;
    margin-top: 1.875rem;
  }
  section.compare .column .item .title h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 760px) {
  /* section.compare .MDN {
    overflow-x: scroll;
  } */
  section.compare .column.bottom .item {
    width: 16%;
    margin-bottom: 2rem;
  }
  section.compare .column.bottom .item.item-title {
    width: 50%;
  }
  section.compare .column.bottom {
    overflow: unset;
  }
  section.compare .column .item .header {
    height: auto;
  }
  section.compare .column .item .header .img {
    height: 232px;
  }
  .stm-call-to-action-1 .stm-call-action-left {
    width: 100% !important;
  }
  section.compare .stm-call-to-action-1 .stm-call-action-left {
    background: transparent;
  }
  section.compare .stm-call-to-action-1 .stm-call-action-left:after {
    background: transparent;
  }
  section.compare .stm-call-to-action-1 {
    margin-bottom: 3rem;
  }
  section.compare .column .item .header:hover .img img {
    filter: none;
  }
  section.compare .column .item .header:hover .remove-compare {
    display: none;
  }
}

/***** -------------------- index ads -------------------- *****/
.slider {
  width: 100%;
  overflow: hidden;
}

.slider .mySlides {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  animation: opacityImg 3s infinite 0s;
}

.slider .mySlides:first-child {
  background-position: center bottom;
}

#mySlidesOne {
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/revslider/home_slider/moto_slider_img-1917x759.jpg);
}
#mySlidesTwo {
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/revslider/home_slider/slider-2-1-1919x877.jpg);
}

.slider .mySlides .logo {
  position: absolute;
  top: 13.5rem;
  left: 25rem;
  background: transparent;
  padding: 2.5rem 1.5rem;
  width: max-content;
  animation: slideTxt1 3s infinite 0s;
  opacity: 0;
}

@keyframes opacityImg {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.slider .mySlides .logo::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -15px;
  height: 100%;
  width: 230px;
  transform: skew(-20deg, 0deg);
  background: #0e1315;
  z-index: 15;
}

.slider .mySlides .logo img {
  height: 30px;
  z-index: 16;
  position: sticky;
}

@keyframes slideTxt1 {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  25% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(2rem);
    opacity: 0;
  }
}

.slider .mySlides .txt {
  position: absolute;
  background: transparent;
  padding: 1.75rem 1.5rem;
  width: max-content;
}

.slider .mySlides .txt.name {
  top: 20.59rem;
  left: 17.5rem;
  animation: slideTxt1 2.8s infinite 0s;
  animation-delay: 0.2s;
  opacity: 0;
}

.slider .mySlides .txt.name::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0px;
  height: 100%;
  width: 250px;
  transform: skew(-20deg, 0deg);
  background: #fff;
}

.slider .mySlides .txt.name span {
  position: sticky;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.slider .mySlides .txt.name span:first-child {
  color: #0e1315;
}

.slider .mySlides .txt.name span:last-child {
  color: var(--bg-red);
  margin-left: 1rem;
}

.slider .mySlides .txt.price {
  top: 26.5rem;
  left: 22.5rem;
  animation: slideTxt1 2.6s infinite 0s;
  animation-delay: 0.4s;
  opacity: 0;
}

.slider .mySlides .txt.price::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -10px;
  height: 100%;
  width: 130px;
  transform: skew(-20deg, 0deg);
  background: var(--bg-red);
}

.slider .mySlides .txt.price {
  position: absolute;
  background: transparent;
  padding: 1rem 1.5rem;
  width: max-content;
}

.slider .mySlides .txt.price span {
  position: sticky;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .slider .mySlides {
    height: 1100px;
  }
}

@media screen and (max-width: 1100px) {
  .slider .mySlides {
    height: 1050px;
  }
}

@media screen and (max-width: 1050px) {
  .slider .mySlides {
    height: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .slider .mySlides {
    height: 950px;
  }
}

@media screen and (max-width: 950px) {
  .slider .mySlides {
    height: 900px;
  }
}

@media screen and (max-width: 900px) {
  .slider .mySlides {
    height: 850px;
  }
  .slider .mySlides .txt.name {
    left: 7.5rem;
  }
  .slider .mySlides .logo {
    left: 15rem;
  }
  .slider .mySlides .txt.price {
    left: 12.5rem;
  }
}

@media screen and (max-width: 850px) {
  .slider .mySlides {
    height: 800px;
  }
}

@media screen and (max-width: 800px) {
  .slider .mySlides {
    height: 750px;
  }
}

@media screen and (max-width: 750px) {
  .slider .mySlides {
    height: 700px;
  }
}

@media screen and (max-width: 700px) {
  .slider .mySlides {
    height: 650px;
  }
}

@media screen and (max-width: 650px) {
  .slider .mySlides {
    height: 600px;
  }
  .slider .mySlides .txt.name {
    display: none;
  }
  .slider .mySlides .logo {
    display: none;
  }
  .slider .mySlides .txt.price {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .slider .mySlides {
    height: 550px;
  }
  section.compare .column {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  section.compare .column::-webkit-scrollbar {
    display: none;
  }
  section.compare .column .item.MDN {
    min-width: 300px;
  }
  section.compare .column .item.card {
    min-width: 360px;
  }
}

@media screen and (max-width: 550px) {
  .slider .mySlides {
    height: 500px;
  }
}

@media screen and (max-width: 500px) {
  .slider .mySlides {
    height: 450px;
  }
}

/***** ---------------- Index inventory ---------------------- *****/

section.search-inven {
  background: #243136;
  padding: 1.5rem 0;
  margin-bottom: 1.75rem;
}

section.search-inven .container {
  justify-content: space-between;
}

section.search-inven .item {
  width: 25.5%;
  position: relative;
}

section.search-inven .item.btn-search {
  width: 16.5%;
}

section.search-inven .item p {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-exo2);
  margin: 0.75rem 0;
  color: #949494;
}

section.search-inven .item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
  border: none;
  cursor: pointer;
}

section.search-inven .item button:hover span,
section.search-inven .item button:hover i {
  color: #fff;
}

section.search-inven .item button span {
  color: #7d9199;
  font-family: var(--font-Open);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

section.search-inven .item p span {
  color: #7d9199;
  font-family: var(--font-Open);
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

section.search-inven .item button i {
  transition: all 0.3s ease-in-out;
}

section.search-inven .item.btn-search p {
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 13px;
  font-weight: 400;
}

section.search-inven .item.btn-search button {
  background: var(--bg-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

section.search-inven .item.btn-search button:hover {
  background: #b31616;
}

@media screen and (max-width: 900px) {
  section.search-inven {
    padding: 1.5rem 1rem;
  }
  section.search-inven .item {
    width: 48% !important;
  }
}

@media screen and (max-width: 760px) {
  section.search-inven .item {
    width: 100% !important;
  }
}

section.inventory {
  /* background: var(--bg-black); */
  padding: 0 1rem 3rem 1rem;
}

section.inventory .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 3rem 0;
}

section.inventory .title h1 {
  margin-bottom: 0;
}

section.inventory .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.inventory .box .item {
  width: 48.75%;
  overflow: hidden;
  margin-bottom: 1.65rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 12px rgb(0 0 0 / 50%);
}

section.inventory .box .item:hover .img-link::after {
  background: transparent;
}

section.inventory .box .item .img-link::after {
  content: "";
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

section.inventory .box .item .img-link img {
  width: 100%;
  height: auto;
}

section.inventory .box .links {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 20px 44px 17px 20px;
  z-index: 3;
}

section.inventory .box .links a.heading-font {
  font-size: 20px;
  font-weight: 700;
}

section.inventory .box .links a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
}

section.inventory .box .item:hover .links::after {
  opacity: 1;
}

section.inventory .box .links::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-red);
  opacity: 0.8;
  z-index: 2;
}

section.inventory .box .links .sub-links a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
  font-size: 12px;
}

section.inventory .box .links a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
  text-decoration: none;
}

section.inventory .box .links .sub-links a:after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 9px;
  top: 50%;
  right: 4px;
  margin: -5px 0 0;
  background: #fff;
}

@media screen and (max-width: 760px) {
  section.inventory .box .item {
    width: 100%;
  }
}

/***** ---------------- Index to get ---------------------- *****/

section.to-get {
  padding: 4rem 1rem;
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/09/test-1.jpg?id=4067);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

section.to-get .container {
  justify-content: space-between;
}

section.to-get .item {
  width: 32%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem 0;
}

section.to-get .item .left {
  width: 20%;
}

section.to-get .item .left i {
  font-size: 50px;
  color: #d61d1d;
}
section.to-get .item .la-chart-line:before {
  color: #dd276c;
}
section.to-get .item .la-certificate:before {
  color: #12b1c4;
}
section.to-get .item .la-money-bill-wave:before {
  color: #17ce1c;
}
section.to-get .item .la-thumbs-up:before {
  color: #2e84cc;
}
section.to-get .item .la-shield-alt:before {
  color: #cc6119;
}

section.to-get .item .right {
  width: 80%;
}

section.to-get .item .right h4 {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin-bottom: 0.75rem;
}

section.to-get .item .right p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 400;
  height: 53px;
  line-height: 18px;
}

@media screen and (max-width: 900px) {
  section.to-get {
    padding: 4rem 2rem;
    background-attachment: unset;
  }
  section.to-get .item {
    width: 48%;
  }
}

@media screen and (max-width: 760px) {
  section.to-get .item {
    flex-wrap: wrap;
  }
  section.to-get .item .right {
    width: 90%;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  section.to-get .item {
    width: 100%;
    margin: 1rem 0;
  }
}

/***** ---------------------- Index featured --------------------------- *****/

section.featured {
  padding: 2rem 1rem 5rem 1rem;
}

section.featured .head {
  border-top: 4px solid #153e4d;
  padding-top: 29px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.featured .head .button-box button {
  position: relative;
  padding: 14px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
}

section.featured .head .button-box button span {
  border-bottom: 1px dashed #153e4d;
  letter-spacing: -0.5px;
  color: #153e4d;
}

section.featured .head .button-box button.activeBtn {
  background-color: #df1d1d;
  position: relative;
  padding: 14px 24px;
  border: none;
}

section.featured .head .button-box button.activeBtn span {
  color: #fff;
  border-bottom: 1px transparent;
}

section.featured .head .button-box button.activeBtn::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -7px;
  left: 45%;
  margin-left: -1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #df1d1d;
  opacity: 1;
}

section.featured .feature {
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  animation: feature 0.3s ease-in-out;
  -webkit-animation: feature 0.3s ease-in-out;
}

@-webkit-keyframes feature {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes feature {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section.featured .feature .item {
  width: 31.5%;
  overflow: hidden;
  margin: 1.5rem 0;
  cursor: pointer;
}

section.featured .feature .item:hover .stm-listing-compare,
section.featured .feature .item:hover .stm-listing-photos-unit,
section.featured .feature .item:hover .stm-listing-videos-unit {
  opacity: 1;
}

section.featured .feature .item .img {
  width: 100%;
  height: 200px;
  max-height: 200px;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

section.featured .feature .item .img .special-label {
  background: #df1d1d;
}

section.featured .feature .item .img .special-label.sold-ribbon {
  background: #fc4e4e;
}

section.featured .special-label-small,
section.featured .special-label-small.h6 {
  top: 20px;
  left: -40px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}

section.featured .special-label {
  padding: 0 60px !important;
  text-align: center !important;
}

section.featured .special-label,
section.featured .special-label.h5 {
  position: absolute;
  color: #fff !important;
  text-transform: uppercase;
  transform: rotate(-45deg) translateZ(0);
  -webkit-transform-origin: 50% 50%;
  z-index: 10;
}

section.featured .feature .item .img img {
  width: 55%;
  height: 42%;
  object-fit: cover;
  border-radius: 0px;
}

section.featured .feature .item .img::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 19, 21, 0) 0%,
    rgba(14, 19, 21, 0) 100%
  );
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 19;
}

section.featured .feature .item .stm_moto_hover_unit {
  z-index: 20;
  position: absolute;
  bottom: 9px;
  left: 30px;
  right: 0px;
}

section.featured .stm-listing-compare {
  display: inline-block;
  padding: 2px 6px 2px 5px;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  opacity: 0;
  /*  */
  color: #ffffff;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.featured .stm_moto_hover_unit .stm-listing-compare i {
  position: relative;
  top: 1px;
  left: 2px;
  margin-right: 5px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.featured .stm-service-icon-compare-new:before {
  content: "\e90b";
  color: #fff;
}

section.featured .stm_moto_hover_unit .boats-image-unit {
  display: inline-block;
  vertical-align: top;
}

section.featured .stm_moto_hover_unit .stm-listing-photos-unit {
  margin-right: 8px;
}

section.featured .stm_moto_hover_unit .stm-listing-photos-unit,
section.featured .stm_moto_hover_unit .stm-listing-videos-unit {
  display: inline-block;
  padding: 4px 7px;
  vertical-align: top;
  font-size: 11px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff !important;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

section.featured .stm_moto_hover_unit .stm-listing-photos-unit i,
section.featured .stm_moto_hover_unit .stm-listing-videos-unit i {
  margin-right: 3px;
  font-size: 12px;
}

section.featured .heading-font {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
}

section.featured .stm_moto_hover_unit .price {
  position: absolute;
  right: 0;
  top: -7.5rem;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 10px;
  margin-left: 18px;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 13px;
  padding-left: 1rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

section.featured .stm_moto_hover_unit .price.discounted-price {
  align-items: flex-end;
}

/* section.featured .stm_moto_hover_unit .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -12px;
  height: 100%;
  width: 32px;
  background-color: #df1d1d;
  transform: skew(-14deg, 0deg);
  z-index: 5;
} */

section.featured .stm_moto_hover_unit .price .normal-price {
  line-height: 25px;
}

section.featured .stm_moto_hover_unit .price .normal-price,
section.featured .stm_moto_hover_unit .price .sale-price {
  color: #fff;
  font-size: 14px !important;
  line-height: 20px;
}

section.featured .stm_moto_hover_unit .price .regular-price {
  font-size: 13px;
  line-height: normal;
  text-decoration: line-through;
}

section.featured .stm_moto_hover_unit .price .regular-price,
section.featured .stm_moto_hover_unit .price .sale-price,
section.featured .stm_moto_hover_unit .price .normal-price {
  position: relative;
  z-index: 6;
}

section.featured .detail {
  width: 100%;
  overflow: hidden;
}

section.featured .detail .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: none;
  color: #363636;
  overflow: hidden;
  padding: 18px 35px 14px 35px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

section.featured .detail .name p {
  display: block;
  margin-bottom: -5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #aaaaaa;
}

section.featured .detail .tags {
  padding: 10px 35px;
  transition: all 200ms linear 0ms !important;
  background-size: 200%, 1px !important;
  background-image: linear-gradient(
    90deg,
    #20befd 0%,
    #0478e9 50%,
    #20befd
  ) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

section.blog.sold
  .row.container
  .leftcolumn
  .content
  .feature
  .item:hover
  .tags {
  background-position: 110% !important;
}

section.featured .detail .tags > div {
  width: 50%;
}

section.featured .detail .tags span {
  font-size: 12px;
  position: relative;
  top: 1px;
  vertical-align: top;
  margin-left: 2px;
  color: #f1f1f1;
}

section.featured .detail .tags .stm_label {
  color: #ffffff;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  section.featured .feature .item {
    width: 48%;
    margin: 1rem 0;
  }
  section.featured .feature .item .img {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  section.blog.sold .row.container .leftcolumn .content .feature .item,
  section.featured .feature .item {
    width: 100% !important;
    margin: 1rem 0;
  }
}

/***** --------------------- great Index ----------------------------------*****/

section .greet {
  padding-top: 91px;
  padding-bottom: 70px;
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/09/text-blockbg.jpg?id=4085);
  background-position: center bottom;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

section .greet .container {
  justify-content: space-between;
}

section .greet .container .left {
  width: 50%;
}

section .greet .container .right {
  width: 50%;
  border-top-width: 9px;
  border-right-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  padding-top: 59px;
  padding-bottom: 46px;
  padding-left: 75px;
  padding-right: 75px;
  border-left-color: #ffffff;
  border-left-style: solid;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}

section .greet .container .right .title h2 {
  font-size: 32px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
  margin-bottom: 21px;
}

section .greet .container .right .content {
  margin-bottom: 29px;
}

section .greet .container .right .content p {
  font-family: Open Sans, Arial;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

section .greet .container .right .btn {
  margin-bottom: 0;
  font-family: Open Sans, Arial;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

section .greet .container .right .btn a button {
  transition: background-color 0.3s ease !important;
  text-align: center;
  padding: 17px 28px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  background-color: #d11717;
  text-decoration: none !important;
  outline: none !important;
  visibility: visible;
  border: none;
  white-space: normal;
  box-shadow: 0 2px 0 #b11313;
  cursor: pointer;
}

section .greet .container .right .btn a button:hover {
  background-color: #e42121;
}

@media screen and (max-width: 900px) {
  section .greet .container .left {
    display: none;
  }
  section .greet .container .right {
    width: 100%;
  }
}

/***** --------------------------- about box Index -------------------------------------- *****/

section.about.content.box .box-content.switch {
  width: 49.4%;
}

.stm-boats-video-iframe {
  height: 321px !important;
  width: 100%;
  position: relative;
}

.stm-boats-video-iframe .stm-boats-video-poster {
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/09/video-poster-535x320.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.stm-boats-video-iframe .stm-boats-video-poster:before {
  position: absolute;
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  top: 50%;
  left: 50%;
  margin: -44px 0 0 -44px;
  background-color: #df1d1d;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.stm-boats-video-iframe:hover .stm-boats-video-poster:before {
  background-color: #fff;
}

.stm-boats-video-iframe .stm-boats-video-poster:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 51%;
  left: 50.5%;
  margin: -14px 0 0 -9px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.stm-boats-video-iframe:hover .stm-boats-video-poster:after {
  border-left: 24px solid var(--bg-red);
}

section.about.content .txt.titletxt {
  border-bottom: 0px;
  padding-bottom: 0.75rem;
}

section.about.content .txt.titletxt h1 {
  font-size: 32px;
  width: 80%;
}

section.about.content .txt.titletxt .line {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.about.content .txt.titletxt .line .line-long {
  padding: 2px 0;
  width: 12.5%;
  border-radius: 50px;
  background: var(--bg-red);
}

section.about.content .txt.titletxt .line .line-short {
  padding: 0.65px 0;
  width: 85.5%;
  border-radius: 50px;
  background: #fff;
}

section.about.content.box .txt.core p {
  color: #fff;
  font-size: 13px;
}

section.about.content.box .box-content ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
  width: 100%;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (max-width: 1150px) {
  section.about.content .txt.titletxt h1 {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  section.about.content.box .box-content.switch {
    width: 100%;
  }
}

/***** ------------------------- sold inventory Index ------------------------- *****/

section.blog.sold {
  padding: 0;
}

section.blog.sold.sold-only.inventory.featured .header {
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/themes/motors-child-demo/assets/images/title-box-default-bg.jpg);
  min-height: unset;
}

section.blog.sold.featured.inventory .header .bg {
  min-height: 354px;
}

section.blog.sold .header .bg {
  background-color: rgba(30, 30, 30, 0.3);
  width: 100%;
  min-height: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}

section.blog.sold .header .container {
  width: 1100px;
  justify-content: flex-start;
}

section.blog.sold .container {
  justify-content: flex-start;
  padding: 0 1rem;
  margin-top: 85px;
}

section.blog.sold .container .title {
  padding-top: 2rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #999999;
  width: 100%;
  text-align: left;
}

section.blog.sold .container .title span {
  color: #888888;
  font-family: "Exo 2";
  font-size: 11px;
  font-weight: 400;
  height: 14px;
  line-height: 18px;
  margin: 0px 3px 0px 0px;
}

section.blog.sold .container .title a {
  color: #888888;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

section.blog.sold .container .title a:hover {
  color: var(--bg-red);
}

section.blog.sold .row.container .leftcolumn .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  border-top: 0;
  padding-bottom: 1.375rem;
  margin-bottom: 1.375rem;
  border-bottom: 1px solid #999;
}

section.blog.sold .row.container .leftcolumn .head .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
}

section.blog.sold .row.container .leftcolumn .head .left h2 {
  color: #363636;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

section.blog.sold .row.container .leftcolumn .head .right {
  display: flex;
  align-items: center;
}

section.blog.sold .row.container .leftcolumn .head .right .sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.blog.sold .row.container .leftcolumn .head .right span {
  color: #888888;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  margin-right: 0.5rem;
}

section.blog.sold .row.container .leftcolumn .head .right .item {
  position: relative;
}

section.blog.sold .row.container .leftcolumn .head .right button {
  background-color: #2f3c40;
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  width: 100%;
}

section.blog.sold .row.container .leftcolumn .head .right .btn-content {
  top: 38px;
}

section.blog.sold .row.container .leftcolumn .head .right button span {
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 13px;
  font-weight: 400;
  margin-right: 2rem;
}

section.blog.sold .row.container .leftcolumn .head .right button:hover i {
  color: var(--bg-red);
}

section.blog.sold .row.container .leftcolumn .head .right button i {
  color: #999;
}

section.blog.sold .row.container .leftcolumn .head .right .sort {
}

section.blog.sold .row.container .leftcolumn .head .right .sort .icon {
  position: relative;
  margin-right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  color: #010101 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
}

section.blog.sold .row.container .leftcolumn .head .right .sort .icon:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: 0;
  top: 45px;
  right: 15px;
  box-shadow: 0 0 30px 31px rgb(32 190 253 / 90%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

section.blog.sold .row.container .leftcolumn .head .right .sort .icon:after {
  height: 100%;
  width: 170px;
  position: absolute;
  content: "";
  top: -100%;
  right: -2.5px;
  z-index: -2;
  transition: 0.3s all ease-in-out;
  background-color: #0478e9;
}

section.blog.sold .row.container .leftcolumn .head .right .sort .icon:hover {
  color: #fff !important;
  border-radius: 7px;
}

section.blog.sold .row.container .leftcolumn .head .right .sort .icon:hover i {
  background: none;
  -webkit-text-fill-color: inherit;
  color: #fff !important;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon:hover:before {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon:hover:after {
  top: 0;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon.sortActive:hover
  i {
  color: #363636;
}

section.blog.sold .row.container .leftcolumn .head .right .sort .icon i {
  font-size: 18px;
  background: linear-gradient(-45deg, #0478e9 32%, #20befd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon.sortActive {
  background-image: linear-gradient(0deg, #20befd 0%, #0478e9 100%) !important;
  transition: all 0.3s ease-in-out;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon.sortActive:hover {
  background-position: 110% !important;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon.sortActive
  i {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  transition: all 0.3s ease-in-out;
}

section.blog.sold
  .row.container
  .leftcolumn
  .head
  .right
  .sort
  .icon:first-child {
  margin-right: 1rem;
  margin-left: 1rem;
}

section.blog.sold .row.container .leftcolumn .content {
  width: 100%;
  animation: feature 0.3s ease-in-out;
  -webkit-animation: feature 0.3s ease-in-out;
}

section.blog.sold .row.container .leftcolumn .content .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
  transition: all 0.3s ease-in-out;
}

section.blog.sold .row.container .leftcolumn .content .feature .item {
  display: block;
  width: 48.5%;
  margin-bottom: 0rem;
}

section.blog.sold .row.container .leftcolumn .content .item:hover {
  box-shadow: 0px 6px 24px 0px rgba(3, 5, 77, 0.15);
  transform: scale(1.01);
}

section.blog.sold .row.container .leftcolumn .content .image {
  position: relative;
  overflow: hidden;
  min-height: unset;
  max-width: 350px;
  /* max-height: 200px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}

section.blog.sold .row.container .leftcolumn .content .image img {
  width: 65%;
  height: 53%;
  /* max-height: 150px; */
  border-radius: 50% !important;
  object-fit: cover;
  display: block;
  border-radius: 0px;
}

section.blog.sold .row.container .leftcolumn .content .image .tags {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
}

section.blog.sold .leftcolumn .content .image .tags-item {
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  margin-right: 1rem;
  font-size: 12px;
}

section.blog.sold .leftcolumn .content .image .tags-item span {
  font-family: "Open Sans", Arial;
  font-size: 11px;
  margin-left: 3px;
}

section.blog.sold .leftcolumn .content .sub-content {
  display: flex;
  flex-direction: column;
}

section.blog.sold .row.container .leftcolumn .content .image .compare {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transition: all 200ms linear 0ms;
  background-size: 200%, 1px;
  background-image: linear-gradient(
    90deg,
    #ff780b 0%,
    #ee132f 50%,
    #ff780b
  ) !important;
}

section.blog.sold .row.container .leftcolumn .content .image .compare:hover {
  background-position: 110%;
}

section.blog.sold .row.container .leftcolumn .content .item:hover .compare {
  opacity: 1;
}

section.blog.sold .row.container .leftcolumn .content .image .compare i {
  font-size: 12px;
  color: #fff;
}

section.blog.sold .row.container .leftcolumn .content .image .compare span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: var(--font-exo2);
  color: #fff;
}

section.blog.sold .leftcolumn .content .image .ribbon {
  position: absolute;
  top: inherit;
  bottom: 20px;
  left: inherit;
  right: -81px;
  font-size: 12px;
  background-color: #fc4e4e;
  height: 32px;
  line-height: 32px;
  width: 249px;
  padding: 0 50px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  transform: rotate(-45deg) translateZ(0);
  -webkit-transform-origin: 50% 50%;
  z-index: 10;
  margin: 0;
  margin-bottom: 8px;
}

section.blog.sold .leftcolumn .content .image .ribbon.specail {
  background: var(--bg-red);
}

section.blog.sold .leftcolumn .content .item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

section.blog.sold .leftcolumn .content-detail {
  width: 75%;
  padding-left: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 0;
}

section.blog.sold .leftcolumn .content-detail .sub-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0px 0px;
}

section.blog.sold .leftcolumn .content-detail .sub-item.btn-more {
  display: none;
}

section.blog.sold .leftcolumn .content-detail .sub-item .txt {
  width: 70%;
}

section.blog.sold .leftcolumn .content-detail .sub-item .txt p {
  color: #363636;
  font-family: "Exo 2";
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0 !important;

  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.blog.sold .leftcolumn .content-detail .sub-item .txt p:hover {
  color: #0c39ac;
}

section.blog.sold .leftcolumn .content-detail .sub-item .price {
  /* background: #df1d1d; */
  color: #fff;
  padding: 0;
  height: max-content;
  padding: 5px 13px;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  position: relative;
}

section.blog.sold .leftcolumn .content-detail .sub-item .price.solo {
  height: 38px;
  padding: 0 13px;
  padding-left: 1rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* section.blog.sold .leftcolumn .content-detail .sub-item .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -7px;
  height: 100%;
  width: 16px;
  background-color: #df1d1d;
  transform: skew(-18deg, 0deg);
  z-index: 5;
  overflow-y: hidden;
} */

/* section.blog.sold .leftcolumn .content-detail .sub-item .price.solo:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -7px;
  height: 38px;
  width: 16px;
  background-color: #df1d1d;
  transform: skew(-18deg, 0deg);
  z-index: 5;
} */

section.blog.sold .leftcolumn .content-detail .sub-item .price .regular-price {
  text-decoration: line-through solid rgb(255, 255, 255);
  font-family: "Open Sans", Arial;
  font-size: 13px;
  font-weight: 400;
}

section.blog.sold .leftcolumn .content-detail .sub-item .price .sale-price {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

section.blog.sold.featured .heading-font.compare {
  font-size: 12px;
  font-weight: 300;
  padding: 0.25rem 0.5rem;
  transition: all 0.4s ease-in-out;
  transition: all 200ms linear 0ms;
  background-size: 200%, 1px;
  background-image: linear-gradient(
    90deg,
    #ff780b 0%,
    #ee132f 50%,
    #ff780b
  ) !important;
}

section.blog.sold.featured .heading-font.compare:hover {
  background-position: 110%;
}
section.blog.sold.featured span.heading-font {
  font-size: 16px;
  font-family: var(--font-exo2);
  font-weight: 700;
}

section.blog.sold .leftcolumn .content-detail .sub-item.midle {
  justify-content: flex-start;
  width: 100%;
}

section.blog.sold .leftcolumn .content-detail .sub-item .detail-product {
  width: max-content;
  margin-left: 0rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #ddd;
}

section.blog.sold
  .leftcolumn
  .content-detail
  .sub-item
  .detail-product:first-child {
  border-left: 1px solid #ddd;
}

section.blog.sold .leftcolumn .content-detail .sub-item .detail-product span {
  color: #aaaaaa;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 400;
}

section.blog.sold .leftcolumn .content-detail .sub-item .detail-product p {
  color: #363636;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 400;
}

section.blog.sold .leftcolumn .content-detail .sub-item.bottom {
  justify-content: flex-start;
  padding-bottom: 1rem;
  flex-wrap: wrap;
}

section.blog.sold .leftcolumn .content-detail .sub-item.bottom .external {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  /* background: rgba(24, 157, 197, 0.5); */
  padding: 0.35rem 0.5rem;
  border-radius: 3px;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms linear 0ms !important;
  background-size: 200%, 1px !important;
  background-image: linear-gradient(
    90deg,
    #20befd 0%,
    #0478e9 50%,
    #20befd
  ) !important;
}

section.blog.sold .leftcolumn .content-detail .sub-item.bottom .external:hover {
  background-position: 110% !important;
}
section.blog.sold .leftcolumn .content-detail .sub-item.bottom .external i {
  color: #fff;
  margin-right: 0.5rem;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

section.blog.sold
  .leftcolumn
  .content-detail
  .sub-item.bottom
  .external:hover
  i {
  color: #fff;
}

section.blog.sold
  .leftcolumn
  .content-detail
  .sub-item.bottom
  .external
  i.la-dollar-sign {
  font-size: 16px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.4);
  color: #243136;
  border-radius: 50%;
}

section.blog.sold
  .leftcolumn
  .content-detail
  .sub-item.bottom
  .external:hover
  i.la-dollar-sign {
  background: #fff;
  color: var(--bg-red);
}

section.blog.sold .leftcolumn .content-detail .sub-item.bottom .external span {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

section.blog.sold .row.container .leftcolumn .sort-card {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2.5rem 0;
}

section.blog.sold .row.container .leftcolumn .sort-card span {
  color: #aaaaaa;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 400;
  margin-right: 1rem;
}

section.blog.sold .row.container .leftcolumn .sort-card button {
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  padding: 0.5rem 0.75rem;
  border: 1px solid #999;
  cursor: pointer;
}

section.blog.sold .row.container .leftcolumn .sort-card button.btn-num {
  background: var(--bg-black);
}

section.blog.sold .row.container .leftcolumn .sort-card button.active {
  border: 1px solid #fff;
}

section.blog.sold .row.container .leftcolumn .sort-card button i {
  margin-left: 0.5rem;
}

section.blog.sold .row.container .rightcolumn .header-right {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  padding-bottom: 22px;
}

section.blog.sold .row.container .rightcolumn .header-right .title {
  padding: 0;
  border-bottom: 0;
  width: max-content;
}

section.blog.sold .rightcolumn .header-right .title h3 {
  margin-bottom: 0;
  width: max-content;
}

section.blog.sold .row.container .rightcolumn .header-right .reset {
  padding: 0.25rem 0.5rem;
  background-color: #243136;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

section.blog.sold .row.container .rightcolumn .header-right .reset:hover {
  color: var(--bg-red);
}

section.blog.sold .row.container .rightcolumn .header-right .reset i {
  color: var(--bg-red);
  margin-left: 0.35rem;
}

section.blog.sold .row.container .rightcolumn .item {
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 7px;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
}

section.blog.sold .row.container .rightcolumn .item.range {
  padding: 10px 14px;
}

section.blog.sold .row.container .rightcolumn .item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  padding: 10px 14px;
}

section.blog.sold .row.container .rightcolumn .item button span {
  color: #363636;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
}

section.blog.sold .row.container .rightcolumn .item button i {
  background: -webkit-linear-gradient(90deg, #189dc5 0%, #22bae9 50%, #0c39ac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}

section.blog.sold .row.container .rightcolumn .item .slider-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.blog.sold .row.container .rightcolumn .item .slider-box .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.blog.sold .row.container .rightcolumn .item .slider-box .top label {
  color: #aaaaaa;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

section.blog.sold .row.container .rightcolumn .item .slider-box .top input {
  background: transparent;
  border: 1px solid transparent;
  outline: 1px solid transparent;
  width: max-content;
  text-align: right;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
}

section.blog.sold .row.container .rightcolumn .item .slider-box #price-range {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 4px !important;
  border: none !important;
  overflow: unset !important;
  width: 90% !important;
  background: #d3d3d3 !important;
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--bg-red);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-radius: 50%;
  top: -0.45rem !important;
  margin-left: -0.55rem !important;
  width: unset !important;
  height: unset !important;
  padding: 0.3rem;
  border: 0.3rem solid #fff !important;
  background: var(--bg-red) !important;
}

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus {
  outline: none !important;
  cursor: pointer !important;
}

@media screen and (max-width: 1000px) {
  section.blog.sold .container.row {
    flex-direction: column-reverse;
  }
  section.blog.sold .row.container .leftcolumn {
    padding: 3.75rem 2.5rem;
    width: 100%;
  }
  section.blog.sold .row.container .leftcolumn .head {
    flex-wrap: wrap;
  }
  section.blog.sold .row.container .leftcolumn .head .right {
    justify-content: flex-start;
    position: relative;
  }
  section.blog.sold .row.container .leftcolumn .head .right .sort {
    position: absolute;
    right: 0;
  }
  section.blog.sold .row.container .rightcolumn {
    width: 100%;
    padding: 3.75rem 2.5rem 0 2.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.blog.sold .row.container .rightcolumn .item {
    width: 49%;
  }
  section.blog.sold .row.container .rightcolumn .item.long,
  section.blog.sold .row.container .rightcolumn .item.range {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  section.blog.sold .row.container .leftcolumn .head .right {
    justify-content: space-between;
  }
  section.blog.sold .row.container .leftcolumn .head .right span {
    display: none;
  }
  section.blog.sold .row.container .leftcolumn .head .right button span {
    display: block;
  }
  section.blog.sold .row.container .rightcolumn {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  section.blog.sold .leftcolumn .content .item a {
    flex-direction: column;
  }
  section.blog.sold .row.container .leftcolumn {
    padding: 3.75rem 1rem;
  }
  section.blog.sold .row.container .leftcolumn .content .image {
    width: 100%;
    max-width: unset;
  }
  section.blog.sold .leftcolumn .content-detail {
    width: 100%;
    padding: 0.65rem 1.5rem;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item {
    width: 100%;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item:first-child {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item .price {
    overflow: hidden;
    text-align: left;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item .txt {
    width: 100%;
    margin-top: 1rem;
  }
  section.blog.sold .row.container .rightcolumn .item {
    width: 100%;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item.midle,
  section.blog.sold .leftcolumn .content-detail .sub-item.bottom {
    flex-wrap: wrap;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item.midle {
    justify-content: space-between;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item .detail-product {
    padding: 0;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item.bottom .external {
    margin-top: 0.5rem;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item.bottom .external i {
    display: none;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item.btn-more {
    display: flex;
    width: 100%;
  }
  section.blog.sold .leftcolumn .content-detail .sub-item.btn-more button {
    width: 100%;
    padding: 1rem 0;
    margin: 1.25rem 0;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease !important;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    background-color: #d11717;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    box-shadow: 0 2px 0 #b11313;
  }
}
/***** -------------------------------- inventory list in Index ------------------------------------------- *****/
section.blog.sold.inventory *:not(section.blog.sold.inventory i) {
  font-family: "Prompt", sans-serif !important;
}
section.blog.sold.inventory {
  overflow: hidden;
}
section.blog.sold.inventory .container {
  margin: 0 auto;
  margin-top: 0 !important;
}
section.sold-only {
  padding-bottom: 3rem !important;
}
section.blog.sold.featured .feature .item .img {
  height: auto;
}
section.blog.sold.inventory .bg-content {
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/11/bg_inventory.jpg?id=4310) !important;
  background-color: #243136;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  transform: scale(1);
  background-position: center top;
  padding: 0 1rem 2.5rem 1rem;
}

section.blog.sold.inventory .header {
  background-image: url("https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2015/11/filter-bg-1894x518.jpg");
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.blog.sold.inventory .header .sort-menu::-webkit-scrollbar {
  display: none;
}

section.blog.sold.inventory .header .sort-menu {
  padding-bottom: 0.25rem;
  padding-left: 0.65rem;
  /* overflow-x: scroll; */
  width: auto;
  display: flex;
  justify-content: flex-start;
}

section.blog.sold.inventory .header .sort-menu button {
  position: relative;
  background: transparent;
  height: 40px;
  border: none;
  width: 138px;
  margin-right: 3px;
  text-align: center;
}

section.blog.sold.inventory .header .sort-menu button:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0px;
  height: 100%;
  width: 140px;
  transform: skew(-20deg, 0deg);
  background: #243136;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

section.blog.sold.inventory .header .sort-menu button:hover::before {
  background: var(--bg-red);
}

section.blog.sold.inventory .header .sort-menu button.active:before {
  background: var(--bg-red);
}

section.blog.sold.inventory .header .sort-menu button span {
  z-index: 15;
  position: sticky;
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

section.blog.sold.inventory .header .bg {
  background-color: transparent;
}

section.blog.inventory .header h2 {
  color: #151a1c;
}

section.blog.sold.inventory .row.container .leftcolumn .sort-card {
  justify-content: space-between;
}

section.blog.sold.inventory .sort-card .btn-pages button {
  background: #243136 !important;
  color: #fff;
  border: none !important;
  margin-right: 1rem;
  transition: all 0.3s ease-in-out;
}

section.blog.sold.inventory .sort-card .btn-pages button.active,
section.blog.sold.inventory .sort-card .btn-pages button:hover {
  background: var(--bg-red) !important;
}

section.blog.sold.inventory .sort-card .sort button {
  position: relative;
}

section.blog.sold
  .row.container
  .leftcolumn
  .sort-card
  button.active
  .sort-menu {
  opacity: 1;
}

section.blog.sold.inventory .sort-card .sort .sort-menu {
  position: absolute;
  top: 35.6px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

section.blog.sold.inventory .sort-card .sort .sort-menu > div {
  background: #243136;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease-in-out;
}

section.blog.sold.inventory .sort-card .sort .sort-menu > div:hover {
  background: #2a393f;
}

@media screen and (max-width: 1000px) {
  section.blog.sold .header .container {
    width: 100%;
    overflow-x: scroll;
  }
}

/***** ---------------------------- Inventory listing in Index ---------------------------- *****/

section.detail.sold.inventory .header {
  background-image: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/moto-1917x609.jpg);
}

section.detail.sold.inventory .header .bg {
  background-color: rgba(30, 30, 30, 0.5);
}

section.detail.sold.inventory .header .detail-content {
  background-color: rgba(30, 30, 30, 0.5);
  width: 100%;
}

section.detail.sold.inventory .header h2 {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 45px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  height: 56px;
  line-height: 56px;
  font-style: normal;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-transform: uppercase;
}

section.detail .content .container {
  justify-content: space-between;
}

section.detail .content .content-left {
  width: 23.5%;
  padding: 2rem 0;
}

section.detail .content .content-left.new-detail {
  width: 35%;
  padding-right: 1rem;
}

section.detail .content .content-left .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1rem 1.5rem 1rem;
  border-radius: 15px;
  background: #ffffff;
  margin-bottom: 1.25rem;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 24px 0px rgb(3 5 77 / 8%);
}
section.detail .content .content-left .box:hover {
  box-shadow: 0px 22px 24px 0px rgba(3, 5, 77, 0.15);
}

section.detail .content .box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

section.detail .content .box .list .title {
  width: 50%;
  text-align: left;
  border-bottom: 0;
  padding: 0;
  margin: 0;
  color: #888888;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 400;
}

section.detail .content .box .list .data {
  width: 50%;
  text-align: right;
  padding: 0;
  margin: 0;
  color: #363636;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-transform: uppercase;
}

section.detail .content .box .list .data.type {
  color: #5f5f5f;
}

section.detail .content .content-left .box.socail {
  border-top: 0;
  padding: 0;
}

section.detail .content .content-left .box.socail .item:nth-child(even) {
  background: #00000032;
}

section.detail .content .content-left .box.socail .item {
  width: 100%;
  padding: 0.75rem 0;
  box-shadow: unset;
  margin: 0;
  background: #243136;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

section.detail .content .content-left .box.socail .item:hover {
  background: var(--bg-red);
}

section.detail .content .content-left .box.socail .item:hover .icon {
  color: #ffffff;
}

section.detail .content .content-left .box.socail .item .icon {
  font-size: 18px;
  color: var(--bg-red);
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

section.detail .content .content-left .box.socail .item .txt {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 600;
  width: 70%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}

section.detail .content .content-left .box .txt {
  margin-top: 0.5rem;
  color: #363636;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

section.detail .content .content-left .box .txt p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

section.detail .content .content-left .box .btn {
  margin-top: 1.5rem;
  width: 100%;
}

section.detail .content .content-left .box .btn button {
  /* background: var(--bg-red); */
  border: none;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 0.75rem 0;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

section.detail .content .content-left .box .btn button:hover {
  /* background: #e43a3a; */
}

section.detail .content .content-right {
  width: 73.5%;
  padding: 2rem 0;
}

section.detail .content .content-right.new-datail {
  width: 65%;
  padding-left: 1rem;
}

section.detail .content .content-right .heady {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

section.detail .content .content-right .heady .txt p {
  color: #aaaaaa;
  font-family: "Exo 2";
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
}

section.detail .content .content-right .heady .txt h2 {
  color: #363636;
  font-family: "Exo 2";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

section.detail .content .content-right .heady .price {
  /* background: var(--bg-red); */
  height: max-content;
  padding: 0.5rem 1rem 0.5rem 2rem;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  position: relative;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/* section.detail .content .content-right .heady .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -16px;
  height: 100%;
  width: 30px;
  background-color: #df1d1d;
  transform: skew(-28deg, 0deg);
  z-index: 5;
  overflow-y: hidden;
} */

section.detail .content .content-right .heady .price span {
  color: #e4e4e4;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

section.detail .content .content-right .heady .price h3 {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

section.detail .content .content-right .image {
  position: relative;
  overflow: hidden;
  min-height: 204px;
  max-width: 825px;
  width: 100%;
  margin-bottom: 26px;
}

section.detail .content .content-right .image img {
  width: 100%;
  height: auto;
  display: block;
}

section.detail .content .content-right .image .tags {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
}

section.detail .content .content-right .image .tags-item {
  padding: 5px 15px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-radius: 3px;
  color: #fff;
  margin-right: 1rem;
  font-size: 12px;
  cursor: pointer;
}

section.detail .content .content-right .image .tags-item span {
  font-family: "Open Sans", Arial;
  font-size: 11px;
  margin-left: 3px;
  color: #fff;
}

section.detail .content .content-right .image .compare {
  position: absolute;
  bottom: 0.75rem;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

section.detail .content .content-right .image .compare i {
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
}

section.detail .content .content-right .image .compare span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: var(--font-exo2);
  color: #fff;
  margin-left: 3px;
}

section.detail .content .content-right #horizontalTab .resp-tabs-list {
  width: 100%;
  display: flex;
}

section.detail
  .content
  .content-right
  #horizontalTab
  .resp-tabs-list
  .resp-tab-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #363636;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 700;
  background: transparent;
  border-top: 4px solid transparent;
  text-transform: uppercase;
}

section.detail
  .content
  .content-right
  #horizontalTab
  .resp-tabs-list
  .resp-tab-item.resp-tab-active {
  border: none;
  background: #f1f1f1;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

section.detail .content .content-right #horizontalTab .resp-tabs-container {
  background: #f1f1f1;
  border-radius: 25px;
  /* overflow: hidden; */
}

section.detail  #horizontalTab .resp-tab-content.resp-tab-content-active.item-1 {
  border-top-left-radius: 0px !important;
}

section.detail  #horizontalTab .resp-tab-content.resp-tab-content-active.item-4 {
  border-top-right-radius: 0px !important;
}

section.detail .content .content-right #horizontalTab .resp-tabs-container {
  border: none;
  padding: 0 0 0 0;
}

section.detail #horizontalTab .resp-tab-content {
  border: none;
  padding: 0;
}

section.detail #horizontalTab .resp-tab-content.resp-tab-content-active {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #f1f1f1;
  box-shadow: -2px -4px 11px 2px rgba(46, 46, 46, 0.1);
  border: .5px solid #e7e7e7;
}

section.detail #horizontalTab .resp-tab-content.resp-tab-content-active:hover{
  box-shadow: 2px 5px 11px 2px rgba(46, 46, 46, 0.1);
}

section.detail .content .content-right #horizontalTab .resp-tab-content .title.first {
  border-top: 0;
}

section.detail .content .content-right .tab-content .title {
  border-top: 2px solid var(--bg-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding-bottom: 1rem;
  padding-top: 2rem;
  width: 93%;
  margin: 0 auto;
}

section.detail .content .content-right .tab-content .title.gallery {
  padding-top: 1rem;
}

section.detail .content .content-right .tab-content .title h3 {
  text-align: left;
  margin-bottom: 0;
}

section.detail .content .content-right .tab-content .content {
  width: 100%;
  padding: 0.5rem 3.5% 1.5rem 3.5%;
}

section.detail .content .content-right .tab-content .content.box {
  padding: 0rem 3.5% 1.5rem 3.5%;
}

section.detail .content .content-right .tab-content .content p {
  color: #363636;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
}

section.detail .content .content-right .tab-content .content p:nth-child(odd) {
  padding: 1rem 0;
}

section.detail .content .content-right .tab-content .content p a {
  color: #df1d1d;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

section.detail .content .content-right .tab-content .content p a:hover {
  text-decoration: underline;
}

section.detail .content .content-right .tab-content .foot {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
}

section.detail .content .content-right .tab-content .foot .list {
  padding: 1.5rem;
}

section.detail .content .content-right .tab-content .foot .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

section.detail .content .content-right .tab-content .foot .list ul li {
  width: 25%;
  font-size: 14px;
  position: relative;
  margin-bottom: 0.5rem;
  color: #363636;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  padding-left: 1.813rem;
}

section.detail .content .content-right .tab-content .foot .list ul li:before {
  content: "";
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 3px;
  top: 0;
  font-size: 14px;
  color: #df1d1d;
}

section.detail .content .content-right .tab-content .list {
  padding: 0.9rem 0;
}

section.detail .content .content-right .tab-content .list .title {
  border-bottom: 0 !important;
  padding-bottom: 0;
  padding-top: 0;
  border-top: 0;
}

section.detail .content .content-right .tab-content .content.gallery {
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3.5%;
}

section.detail .content .content-right .tab-content .gallery .img {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  max-height: 120px;
  padding-right: 15px;
  padding-left: 15px;
  background: transparent;
}

section.detail .content .content-right .tab-content .gallery .img a {
  outline: 0 !important;
  text-decoration: none;
  background: transparent;
}

section.detail .content .content-right .tab-content .gallery .img iframe,
section.detail .content .content-right .tab-content .gallery .img a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

section.detail .content .content-right .tab-content .gallery .img.iframe {
  width: 100%;
  min-height: 1px;
  max-height: 437px;
  height: auto;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}

section.detail .content .content-right .tab-content .gallery .img iframe {
  height: 437px;
  width: 100%;
}

section.detail .content .content-right .tab-content .socail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

section.detail .content .content-right .tab-content .socail .item-socail {
  width: unset;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  margin-right: 4rem;
}

section.detail
  .content
  .content-right
  .tab-content
  .socail
  .item-socail:last-child {
  margin-right: 0;
}

section.detail .content .content-right .tab-content .socail .item-socail .icon {
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.5rem;
}

section.detail .content-right .socail .item-socail .icon i.map {
  padding: 0.45rem 0.55rem;
}

section.detail .content-right .socail .item-socail .icon i {
  border: 2px solid var(--bg-red);
  padding: 0.45rem;
  border-radius: 50%;
  color: var(--bg-red);
  font-size: 10px;
}

section.detail .content-right .socail .item-socail .icon i.phone {
  border: 2px solid #17ce1c;
  color: #17ce1c;
}

section.detail .content .content-right .tab-content .socail .item-socail .txt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

section.detail
  .content
  .content-right
  .tab-content
  .socail
  .item-socail
  .txt-socail
  .label {
  width: 100%;
  white-space: nowrap;
}

section.detail
  .content
  .content-right
  .tab-content
  .socail
  .item-socail
  .txt-socail {
  color: #363636;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 600;
}

section.detail
  .content
  .content-right
  .tab-content
  .socail
  .item-socail
  .txt-socail
  a {
  color: #363636;
}

section.detail .content .content-right .tab-content .title h4 {
  color: #363636;
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: 400;
}

section.detail .input-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 2.5rem !important;
}

section.detail .input-box .input {
  width: 49%;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

section.detail .input-box .input.textarea {
  width: 100%;
}

section.detail .content .content-right .tab-content .input-box .input p {
  color: #363636;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding: 0;
}

section.detail .input-box .input input {
  opacity: 1;
  z-index: 0;
  height: 43px;
  line-height: 43px;
  display: block;
  width: 100%;
  padding: 0 21px;
  font-weight: 400;
  border: 2px solid #eceff3;
  outline: none !important;
  background-color: #eceff3;
  position: unset;
  transition: all 0.3s ease-in-out;
}

section.detail .input-box .input textarea:focus,
section.detail .input-box .input input:focus {
  outline: none;
  background: #fff;
}

section.detail .input-box .input textarea {
  border: 2px solid #eceff3;
  outline: none !important;
  background-color: #eceff3;
  padding: 1rem;
  height: 143px;
  color: #696969;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

section.detail .input-box .input.send-btn {
  width: 165px;
}

section.detail .input-box .input.send-btn button {
  background-color: #df1d1d;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 28px 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

section.detail .input-box .input.send-btn button:hover {
  background: #e43a3a;
}

section.detail .content .content-left .right-box {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 24px 0px rgba(3, 5, 77, 0.08);
}

section.detail .content .content-left .right-box:hover {
  box-shadow: 0px 22px 24px 0px rgba(3, 5, 77, 0.15);
}

section.detail .content .content-left .right-box .right-cal {
  padding: 1.75rem;
}

section.detail .content .content-left .right-box .logo {
  margin-bottom: 1.25rem;
}

section.detail .content .content-left .right-box .logo .img {
  background-color: transparent;
  width: unset;
  height: unset;
  display: unset;
  position: unset;
}

section.detail .content .content-left .right-box .logo img {
  background-color: transparent;
  width: unset;
  height: unset;
  display: unset;
  position: unset;
}

section.detail .content .content-left .right-box .content span {
  color: var(--bg-black);
  display: block;
  line-height: 22px;
}

section.detail .content .content-left .right-box .content span.red {
  color: #e71919;
}

section.detail .content .content-left .right-box .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

section.detail .content .content-left .right-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.owlCaroucel.detail {
  padding: 3.125rem 1rem;
}

section.owlCaroucel.detail .wrapper {
  border-top: 4px solid var(--bg-red);
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

section.owlCaroucel.detail .wrapper .title {
  padding: 1.5rem 0 2.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

section.owlCaroucel.detail .wrapper .title h4 {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 700;
  height: 22px;
}

section.owlCaroucel.detail .wrapper .title h4 i {
  margin-right: 5px;
}

section.owlCaroucel.detail .wrapper .owl-carousel.owl-drag .owl-item {
  margin-left: 0;
  transition: all 0.3s ease-in-out !important;
}

section.owlCaroucel.detail .wrapper .carouselDetail {
  position: relative;
  margin: auto;
  padding: 0;
}

section.owlCaroucel.detail .carouselDetail .box.active {
  border: 2px solid var(--bg-red);
}

section.owlCaroucel.detail .carouselDetail .box {
  border: 2px solid transparent;
  padding: 5px;
}

section.owlCaroucel.detail .carouselDetail .card {
  height: 140px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

section.owlCaroucel.detail .carouselDetail .card#c1 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/motorcycle-4-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c2 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/scooter-2-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c3 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/motorcycle-5-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c4 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/atv0-1-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c5 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/motorcycle-8-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c6 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/watercraft-3-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c7 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/scooter-6-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c8 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/scooter-4-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c9 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/watercraft-5-798x466.jpg)
    no-repeat center center/cover;
}
section.owlCaroucel.detail .carouselDetail .card#c10 {
  background: url(https://motors.stylemixthemes.com/motorcycles/wp-content/uploads/sites/5/2016/08/atv1-1-798x466.jpg)
    no-repeat center center/cover;
}

section.owlCaroucel.detail .carouselDetail .card .ribbon.blue {
  background: #22b7d2;
}

section.owlCaroucel.detail .carouselDetail .card .ribbon {
  background: #fc4e4e;
  top: 15px;
  left: -45px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  position: absolute;
  color: #fff !important;
  text-transform: uppercase;
  transform: rotate(-45deg) translateZ(0);
  -webkit-transform-origin: 50% 50%;
  z-index: 10;
  padding: 0 60px !important;
  text-align: center !important;
}

section.owlCaroucel.detail .carouselDetail .card .price {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max-content;
  height: 38px;
  padding: 0 7px 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  background: var(--bg-red);
}

section.owlCaroucel.detail .carouselDetail .card .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -7px;
  height: 100%;
  width: 13px;
  background-color: #df1d1d;
  transform: skew(-14deg, 0deg);
  z-index: 5;
}

section.owlCaroucel.detail .carouselDetail .card .price .sale-price {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

section.owlCaroucel.detail .carouselDetail .card .price span.heading-font {
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 16px;
  color: #ffffff;
  font-family: "Open Sans", Arial;
  font-size: 14px;
  font-weight: 400;
}

section.owlCaroucel.detail .container .owl-dots {
  display: none;
}

section.owlCaroucel.detail .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

section.owlCaroucel.detail .owl-prev,
section.owlCaroucel.detail .owl-next {
  position: unset;
  transform: translate(-35%, -150%);
  margin: 0 3px;
}

section.owlCaroucel.detail .owl-prev i,
section.owlCaroucel.detail .owl-next i {
  font-size: 16px;
  color: #243136;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px 13px;
}

section.owlCaroucel.detail .carouselDetail .name {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 850px) {
  section.blog.sold.inventory .content {
    padding: 0 1rem;
  }
  section.detail .content .content-left,
  section.detail .content .content-right {
    width: 100%;
  }
  section.detail .content .content-left {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  section.detail .content .content-left .right-box {
    width: 50%;
  }
}

@media screen and (max-width: 770px) {
  section.detail .content .content-left .right-box {
    width: 75%;
  }
  section.detail .content .content-right #horizontalTab .resp-tabs-container {
    background: transparent;
  }
  section.detail #horizontalTab .resp-tab-content.resp-tab-content-active.item-1 {
    margin: 0px 5px;
  }
  section.detail .content .content-right #horizontalTab .resp-tabs-list {
    display: none;
  }
  section.detail h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin: 0px;
    padding: 10px 15px;
    color: #ffffff;
    background: #727272 !important;
    box-shadow: 0px 22px 24px 0px rgba(3, 5, 77, 0.15);
  }
  section.detail #horizontalTab .resp-tab-content.resp-tab-content-active {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  section.detail .content .content-right .tab-content .foot .list ul li {
    width: 100%;
  }
}

/* -------------- float menu --------------- */

/* .float-menu {
  background: #000;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  border: none;
  border-radius: 4px;
  padding: .5rem;
  cursor: pointer;
}

.float-menu i {
  color: #fff;
  font-size: 22px;
} */
.stm_theme_demos a,
.stm_theme_demos div {
  text-decoration: none;
}

.stm_theme_demos.expand a,
.stm_theme_demos.expand div {
  padding-top: 0 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stm_theme_demos a i,
.stm_theme_demos div i {
  font-size: 28px;
  color: #000;
}

.stm_theme_demos a:hover i,
.stm_theme_demos div:hover i {
  color: #fff;
}
