/* ====================================================
    Custom
==================================================== */

.theme-btn-1 {
    background-color: var(--ltn__third-color);
    color: var(--white);
}
.special-link a {
    background-color: var(--ltn__third-color);
}
.input-item.ltn__custom-icon::before {
    color: var(--ltn__third-color);
}
.ltn__blog-title {
    font-size: 18px;
    min-height: 71px;
}
.ltn__footer-color-1 .ltn__footer-blog-item .ltn__blog-meta li{
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.ltn__footer-2 .footer-menu ul li{
  margin-bottom: 10px;
}
.ltn__main-menu > ul > li > a{
  padding: 10px 15px !important;
}
.ltn__section-title-2 .section-title{
  font-size: 46px;
}

.site-logo-wrap{
  display: block;
  text-align: center;
}

.ltn__section-title-2 p{
  border: none;
  padding: 0;
}
.ltn__utilize-menu-head{
  margin-bottom: 5px;
}
.modal-product-info .product-price{
  font-size: 36px;
}
hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid var(--border-color-3);
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

.iframe-container{
  margin-top: 0;
}
.ltn__product-item-3 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.ltn__product-item-3 .product-info {
    padding-top: 25px;
}
.ltn__contact-address-item{
  box-shadow: var(--ltn__box-shadow-1) !important;
}
.ltn__section-title-2 p{
  max-width: fit-content;
}
.input-item-phone.ltn__custom-icon::before{
  content: "\f02b";
}
.locations.ltn__blog-item-3-normal .ltn__blog-item-3{
  border: 1px solid #f5f5f5;
}
.locations .ltn__blog-meta li{
  display: block;
}
.car_details{
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.car_details h2{
  margin-top: 30px;
  color: var(--ltn__secondary-color);
}
.car_modal input[type="text"], .car_modal input[type="email"]{
  margin-bottom: 20px;
  height: 50px;
}

.modal-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}


.second-level-tab .ltn__shop-details-tab-menu .nav {
    display: block;
    height: 52px;
}

.second-level-tab .ltn__shop-details-tab-content-inner {
    background-color: #fff;
}

.second-level-tab .ltn__shop-details-tab-menu .nav a.active {
    background-color: #9d2326;
}

.second-level-tab .ltn__shop-details-tab-menu .nav a {
    background-color: #757777;
}

.price {
    background-color: #e53e29;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.8;
}

.mainprice {
    background-color: #e53e29;
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.8;
    font-size: 30px;
}



#btnInstallmentCalc {
    z-index: 990;
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 80px;
    background-color: #669999;
    color: #fff;
    border: none;
    line-height: 25px;
    float: right;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    width: 70px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    transform: rotate(-45deg);
}

#btnInstallmentCalc span {
    transform: rotate(45deg);
    display: inline-block;
}

.ltn__blog-item-3 .ltn__blog-img {
    position: relative;
    height: 300px;
}
.ltn__blog-item-3 .ltn__blog-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ltn__blog-item-3 .ltn__blog-brief, .ltn__blog-item-4 .ltn__blog-brief {
    padding: 15px 30px 15px;
}

.form-content-box.box2 {
    padding: 10px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #f5f5f5;
}
.form-content-box.box2 label {
    margin-bottom: 5px;
    color: #4b8585;
}
.form-content-box.box2 .form-group {
    margin-bottom: 10px
}
.form-content-box.box2 .btn-danger {
    color: #fff;
    background-color: #669999;
    border-color: #669999;
}
.form-content-box.box2 .btn-danger:hover {
    color: #fff;
    background-color: #4b8585;
    border-color: #4b8585;
}
.modal-dialog {
    margin-top: 50px
}
#installmentCalcModal .modal-body {
    padding: 15px;
}
@media (max-width: 1399px) {
    .ltn__section-title-2 .section-title {
    font-size: 46px;
}
}
@media (max-width: 1599px){
  .ltn__section-title-2 .section-title {
      font-size: 46px;
  }
}
@media (max-width: 767px){
  .ltn__logo-right-menu-option .ltn__header-options, .ltn__header-4 .ltn__header-options, .ltn__header-5 .ltn__header-options {
    flex: none;
  }
  .car_details h2{
    margin-top: 5px;
  }

    /*.ltn__slide-item-2 {
        min-height: 790px
    }*/

    #btnInstallmentCalc {
        font-size: 14px;
        height: 80px;
        width: 80px;
    }
  
}
@media (min-width: 992px){
  .modal-lg {
      max-width: 600px;
  }
}