    /* start state */
    .my-mfp-zoom-in .zoom-anim-dialog {
      opacity: 0;
  
      -webkit-transition: all 0.2s ease-in-out; 
      -moz-transition: all 0.2s ease-in-out; 
      -o-transition: all 0.2s ease-in-out; 
      transition: all 0.2s ease-in-out; 
  
  
  
      -webkit-transform: scale(0.8); 
      -moz-transform: scale(0.8); 
      -ms-transform: scale(0.8); 
      -o-transform: scale(0.8); 
      transform: scale(0.8); 
      }
  
      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
      opacity: 1;
  
      -webkit-transform: scale(1); 
      -moz-transform: scale(1); 
      -ms-transform: scale(1); 
      -o-transform: scale(1); 
      transform: scale(1); 
      }
  
      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
      -webkit-transform: scale(0.8); 
      -moz-transform: scale(0.8); 
      -ms-transform: scale(0.8); 
      -o-transform: scale(0.8); 
      transform: scale(0.8); 
  
      opacity: 0;
      }
  
      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-out; 
      -moz-transition: opacity 0.3s ease-out; 
      -o-transition: opacity 0.3s ease-out; 
      transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
      opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
      opacity: 0;
      }
  
      /**
      * Fade-move animation for second dialog
      */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
      opacity: 0;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
  
      -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
      -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
      -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
      -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
      transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  
      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
      opacity: 1;
      -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }
  
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
      opacity: 0;
  
      -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }
  
      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
      opacity: 0;
  
      -webkit-transition: opacity 0.3s ease-out; 
      -moz-transition: opacity 0.3s ease-out; 
      -o-transition: opacity 0.3s ease-out; 
      transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
      opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
      opacity: 0;
      }



/*================================================
Car Details Area CSS
=================================================*/
.car-details-gallery {
    text-align: center;
    background-color: #161c2d;
    padding: 15px;
    border-radius: 5px;
  }
  
  .car-details-gallery .car-details-main .slick-slide img {
    width: 100%;
    border-radius: 5px;
  }
  
  .car-details-gallery .slick-slide {
    outline: 0 !important;
  }
  
  .car-details-gallery .car-details-preview {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
  }
  
  .car-details-gallery .car-details-preview .slick-slide {
    margin: 0 5px;
    cursor: pointer;
  }
  
  .car-details-gallery .car-details-preview .slick-slide img {
    width: 100%;
    border-radius: 5px;
  }
  
  .car-details-gallery .car-details-preview .slick-prev, .car-details-gallery .car-details-preview .slick-next {
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 60px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .car-details-gallery .car-details-preview .slick-prev::before, .car-details-gallery .car-details-preview .slick-next::before {
    content: '' !important;
    position: relative;
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border: 0.125rem solid;
    line-height: initial;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    border-color: #2861a4;
  }
  
  .car-details-gallery .car-details-preview .slick-prev:hover, .car-details-gallery .car-details-preview .slick-next:hover {
    background-color: #2861a4;
    color: #ffffff;
  }
  
  .car-details-gallery .car-details-preview .slick-prev:hover::before, .car-details-gallery .car-details-preview .slick-next:hover::before {
    border-color: #ffffff;
  }
  
  .car-details-gallery .car-details-preview .slick-next {
    padding-right: 5px;
    right: -50px;
  }
  
  .car-details-gallery .car-details-preview .slick-next::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .car-details-gallery .car-details-preview .slick-prev {
    padding-left: 5px;
    left: -50px;
  }
  
  .car-details-gallery .car-details-preview .slick-prev::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  
  .car-details-desc {
    margin-top: 30px;
    position: relative;
  }
  
/*   .car-details-desc .desc-content .tag {
    display: inline-block;
    background-color: #2861a4;
    padding: 5px 35px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
} */
  
  .car-details-desc .desc-content h3 {
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .car-details-desc .desc-information {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 0px solid #c8cdd1;
    border-bottom: 0px solid #c8cdd1;
  }
  
  .car-details-desc .desc-information h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  
  .car-details-desc .desc-information .info-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
/*   .car-details-desc .desc-information .info-list li {
    list-style-type: none;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    font-weight: 600;
} */
  
.car-details-desc .desc-information .info-list li span {
  color: #ffffff;
  font-weight: 500;
}
  
  .car-details-desc .desc-features h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  
  .car-details-desc .desc-features .info-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  /* .car-details-desc .desc-features .info-list li {
    list-style-type: none;
    font-size: 16px;
    color: #161c2d;
    margin-top: 12px;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
  } */
  
  .car-details-desc .desc-features .info-list li i {
    color: #2861a4;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 1px;
  }
  
  .car-details-desc .desc-notes {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px solid #c8cdd1;
    border-bottom: 0px solid #c8cdd1;
  }
  
  .car-details-desc .desc-notes h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .car-details-desc .desc-share {
    margin-bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 0px solid #c8cdd1;
  }
  
  .car-details-desc .desc-share h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .car-details-desc .desc-share .share-list a {
    margin-right: 10px;
  }
  
  .car-details-desc .desc-share .share-list a:last-child {
    margin-right: 0;
  }
  
  .car-details-desc .desc-share .share-list a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #2861a4;
    color: #ffffff;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
  }
  
  .car-details-desc .desc-seller-info h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .car-details-desc .desc-seller-info .info-list {
    margin-bottom: 20px;
  }
  
  .car-details-desc .desc-seller-info .info-list:last-child {
    margin-bottom: 0;
  }
  
  .car-details-desc .desc-seller-info .info-list h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  .car-details-desc .desc-seller-info .info-list a {
    color: #666666;
  }
  
  .car-details-desc .desc-seller-info .info-list a:hover {
    color: #2861a4;
  }
  
  .car-details-desc .map {
    margin-top: 30px;
  }
  
  .car-details-desc .map iframe {
    border: none;
    width: 100%;
    height: 450px;
  }
  
/*   .car-details-contact {
    background-color: #ffffff;
    padding: 30px 30px 40px;
    max-width: 580px;
    margin: 0 auto;
    position: relative;
} */
  
  .car-details-contact h3 {
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 0px solid #161c2d;
    margin-bottom: 15px;
  }
  
  .car-details-contact form .form-group {
    margin-bottom: 20px;
  }
  
  .car-details-contact form .form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 8px;
  }
  
  .car-details-contact form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .car-details-contact form .form-group .form-control:focus {
    outline: 0;
    border-color: #2861a4;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .car-details-contact form textarea.form-control {
    height: 130px !important;
  }
  
  .car-details-contact form .form-check {
    font-weight: 400;
    color: #666666;
    font-size: 15px;
  }
  
  .car-details-contact form .form-check a {
    color: #2861a4;
  }
  
  .car-details-contact form .form-check-input {
    margin-top: 3px;
  }
  
  .car-details-contact form .default-btn {
    margin-top: 15px;
    width: 100%;
  }
  
  /*================================================
  Products Area CSS
  =================================================*/
  .products-filter-options p {
    font-weight: 600;
  }
  
  .products-filter-options .products-ordering-list .nice-select {
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 48px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
  }
  
  .products-filter-options .products-ordering-list .nice-select::after {
    border-color: #2861a4;
    height: 8px;
    width: 8px;
    right: 20px;
  }
  
  .products-filter-options .products-ordering-list .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 100%;
    -ms-overflow-style: none;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .products-filter-options .products-ordering-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
  }
  
  .products-filter-options .products-ordering-list .nice-select .list .option.selected {
    background-color: #2861a4 !important;
    color: #ffffff;
    font-weight: normal;
  }
  
  .single-products {
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 10px 0;
    border-radius: 5px;
    background-color: #161c2d;
  }
  
  .single-products .products-image {
    position: relative;
  }
  
  .single-products .products-image a img {
    border-radius: 5px;
  }
  
  .single-products .products-image .icon {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  
  .single-products .products-image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #2861a4;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .single-products .products-image .icon a i:hover {
    background-color: #161c2d;
  }
  
  .single-products .products-content {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
            box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px 15px;
    text-align: center;
  }
  
  .single-products .products-content h3 {
    font-size: 28px;
    margin-bottom: 0;
  }
  
  .single-products .products-content h3 a {
    color: #ffffff;
  }
  
  .single-products .products-content .rating {
    margin-top: 15px;
    margin-bottom: 12px;
  }
  
  .single-products .products-content .rating i {
    color: #ff8c00;
    font-size: 16px;
  }
  
  .single-products .products-content span {
    color: #f6f7f9;
    font-size: 16px;
    font-weight: 600;
  }
  
  .single-products:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  
  .single-products:hover .icon {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
  }
  
  .products-area .pagination-area {
    text-align: center;
  }
  
  .products-area .section-title {
    margin-bottom: 0;
  }
  
  .products-area .section-title h2 {
    margin-bottom: 0;
  }

  .navbar-area .main-navbar .navbar-brand h1,
.navbar-area .logo h2,
.footer-area .logo-widget h2 {
  color: #fff;
}
.navbar-area.is-sticky.navbar-white-color  .main-navbar .navbar .others-options .option-item .navbar-btn {
  background-color: #0049aa;
}
.car-shop-filter-options {
  display: none;
}
.single-car-shop-item:first-child {
  margin-top: 0;
}
.pagination-area {
  display: none !important;
}

.car-details-desc .desc-equipement .info-list {
  display: block;
  flex-wrap: inherit;
}
.car-details-contact h3 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 0px solid #161c2d;
  margin-bottom: 15px;
}
.desc-seller-info {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.desc-seller-info h3 {
  font-size: 30px;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #161c2d; */
  margin-bottom: 20px;
}
.desc-seller-info .info-list {
  margin-bottom: 20px;
}
.desc-seller-info .info-list h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
/* .models-box-item .models-item .models-content h4 a {
  color: #ffffff;
} */
.models-box-item .models-item .models-content h4 a:hover {
  color: #2861a4;
}
.quick-buttons {
  text-align: center;
}
.quick-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  margin: 0 auto;
  transition: all 0.2s;
}
.quick-buttons button:hover {
  background-color: #0049aa;
}
.quick-buttons button img {
  max-width: 18px;
  margin-right: 8px;
  transition: all 0.1s;
}
.orange-outline {
  background-color:transparent;
  border: 1px solid #2861a4;
  color: #2861a4;
  transition: all 0.2s;
}
.orange-outline:hover {
  background-color: #0049aa;
  border-color: #0049aa;
}
.orange-outline:hover img {
  filter: grayscale(1) brightness(5);
}
.desc-seller-info {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding: 30px;
  border: 5px dashed #dddddd;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.formCarName {
  color: #02c061;
  font-size: 19px;
  margin-bottom: 25px;
}
.formCarName i {
  line-height: 20px;
  font-size: 20px;
  margin-right: 4px;
}
.green-color {
  color: #02c061;
  font-size: 19px;
  font-weight: 600;
  background-color: #e0ede7 !important;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}
.price-range {
  position: relative;
}
.price-range #priceSelect {
  border: none;
  outline: none;
  box-shadow: none;
  color: #2861a4;
  height: 58px;
  padding: 0;
  max-width: 100%;
  font-size: 15px;
  background: #ffffff;
}
.price-range #slider-range {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  display: none;
}


.wrimagecard{	
	margin-top: 0;
    margin-bottom: 8px;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
	position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
  padding: 3px 0 0;
}
.wrimagecard-topimage_header svg {
  height: 35px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 0px 2px 5px rgba(46,61,73,0.20);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
  padding: 4px;
  position: relative;
  text-align: center;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}
.wrimagecard-topimage_title h6 {
  font-size: 12px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 0px;
}
.wrimagecard-topimage_title p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}
.main-features {
  margin-left: -4px;
}
.main-features [class*="col-md-"] {
  padding: 0 4px;
}

.wrimagecard-topimage_header svg path {
  fill: #2861a4;
}
.wrimagecard-topimage_header svg rect {
  fill: #2861a4;
}
.wrimagecard-topimage_header svg circle {
  fill: #2861a4;
}
.wrimagecard-topimage_title h6,
.wrimagecard-topimage_title p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.print-btn {
  padding: 10px 16px;
  background: #ffffff;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.print-btn img {
  max-width: 28px;
}

@media print {
  body img,
  body svg {
    width: 100px !important;
  }
}

.sidebarPos {
  position: relative;
  z-index: 0;
}
.rightSidebar.fixed {
  position: fixed;
  top: 0px;
  width: 416px;
  max-width: 100%;
}

.car-details-area {
  background: #F6F7F9;
}
/* .equipementSellerNote {
  position: relative;
} */

.equipementSellerNote h4 {
  display: flex;
  align-items: baseline;
  border-bottom: 2px solid #2861a4;
  margin-bottom: 25px;
}
.equipementSellerNote h4 i {
  color: #ffffff;
  font-size: 30px;
  background: #2861a4;
  padding: 6px 8px;
  margin-right: 12px;
  border-radius: 5px 5px 0px 0px;
}
.equipementArea,
.sellerNoteArea {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.car-details-area {
  position: relative;
  z-index: 1;
}

.models-area {
  position: relative;
  background: #fff;
  z-index: 1;
}

.footer-area,
.copyright-area {
  position: relative;
  z-index: 1;
}

.newsletter-area {
  position: relative;
  z-index: 2;
}

.car-details-desc .desc-information .features {
  padding: 30px 20px 35px;
  background: #2861a4;
  height: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0px 30px 30px 30px;
  position: relative;
  z-index: 0;
}

.car-details-desc .desc-information .features:before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border: 3px dashed #dddddd;
  border-radius: 0px 30px 30px 30px;
  background: linear-gradient(45deg, #8d2c10, #2861a4);
  z-index: -1;
}

.car-details-desc .desc-information h4 {
  margin-bottom: 30px;
}
.car-details-desc .desc-information .features h5 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
/* .car-details-desc .desc-information .info-list li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
} */

.alert-success {
  margin-bottom: 0;
}


.slides-category-list-tab .nice-select {
  display: none;
}
.slides-category-list-tab .tab_content select {
  display: inherit !important;
}
.slides-category-list-tab .price-range .nice-select {
  display: block;
}
.rightSidebar {
  position: fixed;
}