@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
.car-price-detail {
  display: block;
  width: 80%;
  margin: 80px auto;
  font-size: 0; }
  @media only screen and (max-width: 768px) {
    .car-price-detail {
      width: 96%;
      margin: 110px auto; } }
  .car-price-detail .left {
    display: inline-block;
    width: 60%;
    padding: 10px;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .car-price-detail .left {
        width: 100%; } }
    .car-price-detail .left .car-carousel .item {
      text-align: center; }
    .car-price-detail .left .owl-controls {
      display: block;
      padding: 40px 0; }
      .car-price-detail .left .owl-controls .owl-dots .owl-dot span {
        border-radius: 0;
        width: 16px;
        height: 16px;
        background-color: #222; }
      .car-price-detail .left .owl-controls .owl-dots .owl-dot.active span {
        background-color: #a0152e; }
      .car-price-detail .left .owl-controls .owl-nav {
        position: absolute;
        width: 100%;
        bottom: 83px; }
        @media only screen and (max-width: 768px) {
          .car-price-detail .left .owl-controls .owl-nav {
            bottom: 50%; } }
        .car-price-detail .left .owl-controls .owl-nav .owl-prev {
          position: absolute;
          background-color: transparent;
          left: 10px;
          width: 51px;
          height: 50px;
          background-attachment: scroll;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("/assets/images/prev_dark.png"); }
          .car-price-detail .left .owl-controls .owl-nav .owl-prev:hover {
            background-image: url("/assets/images/prev_dark.png"); }
        .car-price-detail .left .owl-controls .owl-nav .owl-next {
          position: absolute;
          background-color: transparent;
          right: 10px;
          width: 51px;
          height: 50px;
          background-attachment: scroll;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("/assets/images/next_dark.png"); }
          .car-price-detail .left .owl-controls .owl-nav .owl-next:hover {
            background-image: url("/assets/images/next_dark.png"); }
  .car-price-detail .right {
    display: inline-block;
    width: 40%;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .car-price-detail .right {
        width: 100%; } }
    .car-price-detail .right h1 {
      display: block;
      position: relative;
      font-size: 26px;
      color: #222;
      font-weight: 500;
      padding: 20px 0;
      text-align: center; }
    .car-price-detail .right .info-acordion {
      display: block;
      text-align: left;
      background-color: #f1f1f1;
      border: 1px #e2e2e2 solid;
      padding: 20px 30px; }
      @media only screen and (max-width: 768px) {
        .car-price-detail .right .info-acordion {
          padding: 20px 10px; } }
      .car-price-detail .right .info-acordion .item {
        display: block; }
        .car-price-detail .right .info-acordion .item label {
          position: relative;
          display: block;
          font-size: 20px;
          text-align: left;
          padding: 20px;
          border-bottom: 1px #e2e2e2 solid;
          cursor: pointer;
          border-radius: 6px; }
          .car-price-detail .right .info-acordion .item label i {
            font-size: 14px;
            margin-right: 5px; }
          .car-price-detail .right .info-acordion .item label .price {
            display: inline-block;
            position: absolute;
            padding: 0 10px;
            right: 0;
            font-size: 20px; }
        .car-price-detail .right .info-acordion .item ul {
          display: block;
          overflow: hidden;
          max-height: 0;
          -moz-transition: max-height 1s ease;
          -webkit-transition: max-height 1s ease;
          -o-transition: max-height 1s ease;
          transition: max-height 1s ease; }
          .car-price-detail .right .info-acordion .item ul li {
            display: block;
            padding: 12px 20px;
            font-size: 14px;
            line-height: 22px;
            color: #222; }
            .car-price-detail .right .info-acordion .item ul li:nth-child(odd) {
              background-color: #e7e7e7; }
            .car-price-detail .right .info-acordion .item ul li:nth-child(even) {
              background-color: #f9f9f9; }
        .car-price-detail .right .info-acordion .item input[type="radio"] {
          width: 0;
          height: 0;
          overflow: hidden;
          visibility: hidden; }
        .car-price-detail .right .info-acordion .item input:checked ~ ul {
          overflow-y: auto;
          height: auto;
          max-height: 500px; }
          @media only screen and (max-width: 768px) {
            .car-price-detail .right .info-acordion .item input:checked ~ ul {
              max-height: 100%; } }
        .car-price-detail .right .info-acordion .item input ~ label i.fa-plus {
          display: inline-block; }
        .car-price-detail .right .info-acordion .item input ~ label i.fa-minus {
          display: none; }
        .car-price-detail .right .info-acordion .item input:checked ~ label i.fa-plus {
          display: none; }
        .car-price-detail .right .info-acordion .item input:checked ~ label i.fa-minus {
          display: inline-block; }
  .car-price-detail .info-button {
    display: block;
    margin: 20px auto;
    width: 150px;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #a0152e; }
