.car-deatail-main-wrapper{
  margin: 0px 0px;
  padding: 40px 0px 0px;
  position: relative;
}
.car-deatail-main-wrapper::after{
content: '';
position: absolute;
top: 0;
width: 100%;
z-index: -1;
background: transparent linear-gradient(0deg, #FFEBCC00 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
height: 790px;
}
.breadcrumb-div{
  margin: 0px 0px 25px 0px;
  padding: 0px 0px;
}

.breadcrumb-div .breadcrumb{
  margin: 0px 0px;
  padding: 0px 0px;
  display: flex;
  align-items: center;
}
.breadcrumb-div .breadcrumb li{
  margin: 0px 13px 0px 0px;
  font-size: 12px;
  color: #000;
}
.breadcrumb-div .breadcrumb li a{
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.breadcrumb-div .breadcrumb span{
  margin: 0px 13px 0px 0px;
}
.breadcrumb-div .breadcrumb li a:hover{
  color: #c0ab7d;
}
.Bigimgcustom img {
  border-radius: 10px;
}
.car-detail-white-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 60px #0000001A;
  padding: 34px 39px 15px 42px;
  border-radius: 15px;
}
.car-detail-white-section h2{
  margin: 0px 0px;
  padding: 0px 0px 20px 0px;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #DFDFDF;
}
.car-detail-white-section ul{
  margin: 20px 0px;
  padding: 0px 0px;
}
.car-detail-white-section ul li{
  margin: 0px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  display: flex;
  color: #656C74;
  list-style: none;
  font-weight: 400;
}
.car-detail-white-section ul li span{
  margin-right: 5px;
}
.car-detail-rate-div{
  margin: 50px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #DFDFDF;
}
.car-detail-rate-div span{
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #656C74;
  font-weight: 300;
}
.car-detail-rate-div h3{
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 36px;
  color: #000;
  font-weight: 600;
}

.car-detail-booknow-wrapper{
  margin: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car-detail-booknow-wrapper .yellow-main-button{
  padding: 8px 30px;
  font-weight: 500;
}

.car-detail-booknow-wrapper .learn-more-button {
  margin: 0px 9px 0px 0px;
  padding: 7px 13px;
  border: 1px solid #EAEAEA;
  /*border-radius: 15px;*/
  border-radius:6px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.car-detail-booknow-wrapper .learn-more-button:last-child{
  margin: 0;
}
.car-detail-booknow-wrapper .learn-more-button:hover {
  background: #FFCF2E;
}
.share-favorite-div{
  margin: 0px 0px;
  padding: 0px 0px;
  box-shadow: 0px 10px 60px #0000000D;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  max-width: 300px;
  margin: auto;
}

@media (min-width: 1700px) {
  .share-favorite-div{
    justify-content: center;
  }
}

.share-favorite-div a{
  margin: 0px 0px;
  padding: 12px 20px;
  color: #5D5D5D;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.share-favorite-div a:hover{
  color: #c0ab7d;
}
.share-favorite-div a i{
  margin-right: 10px;
}
/* .share-favorite-div span {
  color: transparent;
  height: 25px;
  display: inline-block;
  width: 1px;
  background: #C4C4C4;
} */
.unlock-free-deposit-div{
  margin: 20px 0px;
  padding: 0px 20px 0px 0px;
  background: #FFF7DE 0% 0% no-repeat padding-box;
  border-radius: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unlock-free-deposit-div p{
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.unlock-free-deposit-div a{
  font-size: 12px;
  color: #B97815;
  text-decoration: none;
  font-weight: 600; 
}
.unlock-free-deposit-div a:hover{
  color: #000;
}
.unlock-free-deposit-div span{
  color: #C6C6C6;
}

.car-detail-content-main-section{
  margin: 0px 0px;
  padding: 0px 0px;
}

.car-detail-content-main-section ul.main-tab-section{
  margin: 20px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.car-detail-content-main-section ul.main-tab-section li{
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 10px 0px;
  list-style: none;
  position: relative;
  border-bottom: 2px solid transparent;
}
.car-detail-content-main-section ul.main-tab-section li:hover {
  border-bottom: 2px solid #FFCF2E;
}
.car-detail-content-main-section ul.main-tab-section li a{
  margin: 40px 0px 0;
  padding: 0px 0px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.car-detail-content-main-section h2{
  margin: 0px 0px 20px 0;
  padding: 10px 0px;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.specification-wrapper{
  margin-bottom: 60px;
}
.specification-wrapper ul{
  margin: 0px 0px;
  padding: 0px 0px;
}
.specification-wrapper ul li {
  margin: 0px 0px;
  padding: 20px 0px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 11px #0000001A;
border-radius: 13px;
}
.specification-wrapper ul li {
  display: inline-block;
  text-align: center;
  width: 115px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.specification-wrapper ul li:last-child{
  margin-right: 0;
}
.specification-wrapper ul li span{
  display: block;
  color: #656C74;
  font-size: 10px;
}
.specification-wrapper ul li i{
  display: block;
  margin: 10px 0px;
}
.specification-wrapper ul li p{
  display: block;
  font-size: 10px;
  color: #000;
  font-weight: 600;
}
.feature-wrapper{
  margin-bottom: 50px;
}
.feature-wrapper ul{
  margin: 0px 0px;
  padding: 0px 0px;
}
.feature-wrapper ul li{
  margin: 0px 0px 26px 0px;
  padding: 0px 0px 0px 25px;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  list-style: none;
  background: url(../images/car-detail-tick.svg) no-repeat 0px 8px;
  font-weight: 500;
}

.requirement-desc ul li{
  margin: 0px 0px 18px 0px !important;
  padding: 0px 0px 0px 25px !important;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  list-style: none;
  background: url(../images/car-detail-tick.svg) no-repeat 0px 8px;
  font-weight: 500;
  border-bottom:none !important;
}

.requirement-wrapper{
  margin: 0px 0px 50px 0px;
  position: relative;
}
.requirement-wrapper ul{
  margin: 0px 0px 50px 0px;
  padding: 0px 0px;
}
.requirement-wrapper ul li{
  margin: 0px 0px 20px 0px;
  padding: 0px 120px 20px 0px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.requirement-wrapper ul li p {
  width: 60%;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 23px;
}
.requirement-wrapper ul li span {
  width: 40%;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.requirement-wrapper ul li p span{
  font-weight: 300;
  display: block;
  font-size: 12px;
  width: 100%;
}
.requirement-wrapper ul li:last-child{
  border-bottom: none;
}
.requirement-wrapper p{
  margin: 0px 0px 20px 0px;
  padding: 0px 0px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
#more {display: none;}
.requirement-wrapper::after{
  position: absolute;
  content: "";
  width: 100%;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 59%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  height: 117px;
  bottom:20px;
  left: 0;
  display: none;
}

.requirement-wrapper.after-none::after{
  display:none;
}

button.car-detail-read-more {
  background-color: none;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  /*background: url(../images/car-detail-arrow-down.svg) no-repeat center right;*/
  padding-right: 20px;
  padding-left: 0;
  position: relative;
  background: none;
}


button.car-detail-read-more.showmore.showmore-1.noless{
  background: transparent !important;
  position: relative;
}
button.car-detail-read-more.showmore.showmore-1.noless::before{
  position: absolute;
  content: "";
 /* background: url(../images/car-detail-arrow-down.svg) no-repeat center right;*/
  width: 13px;
  height: 7px;
  display: inline-block;
  top: 6px;
  right: 0;
  transform: rotate(180deg);
  background: none;
}

button.car-detail-read-more:hover{
  color: #c0ab7d;
}

button.car-detail-read-more::after{
  height: 1px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #000;
  display: none;
}

.car-detail-faq-wrapper{
  margin: 50px 0px 0px 0px;
}


.car-detail-faq-wrapper .accordion .accordion-button {
  padding: 20px 0px 20px 0px;
  font-size: 18px;
  color: #000;
  border: none;
  font-weight: 600;
  line-height: 45px;
}
.car-detail-faq-wrapper .accordion .accordion-button:focus{
  border: none;
  box-shadow: none;
}
.car-detail-faq-wrapper .accordion-header{
  margin: 0;
}
.car-detail-faq-wrapper .accordion-item{
  border: none;
  border-bottom: 1px solid #D5D5D5;
}
.car-detail-faq-wrapper .accordion-button:not(.collapsed){
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}
.car-detail-faq-wrapper .accordion-body {
  padding: 0 0 30px 0;
}
.car-detail-faq-wrapper .accordion-button::after{
  background: url(../images/accordian-arrow-down.svg) no-repeat 0px 4px;
}

.explore-similar-car-wrapper{
  margin: 100px 0px 80px;
}
.explore-similar-car-wrapper h2{
  margin: 0px 0px 40px 0px;
  padding: 0px 0px;
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
}

.explore-similar-car-wrapper .home-book-now-slider {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 1800px) {
.explore-similar-car-wrapper .book-home-div{
  min-height: 510px !important;
}
}
.explore-similar-car-wrapper .book-home-div {
  margin: 0px 0px;
  padding: 6px;
  border: 1px solid #DEDEDE;
  border-radius: 11px;
  min-height: 430px;
  position:relative
}
.button-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 8px;
}
.explore-similar-car-wrapper a.bookmark-icon {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
}
.explore-similar-car-wrapper .home-image-slider .owl-stage-outer {
  position: relative;
}
.explore-similar-car-wrapper .home-image-slider .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.explore-similar-car-wrapper .home-slider-content h3 {
  margin: 20px 0px 5px 0px;
  padding: 0px 0px;
  font-size:16px;
  color: #000;
  font-weight: 600;
}
.explore-similar-car-wrapper .home-slider-content h3 span{
  text-transform: capitalize;
}
.explore-similar-car-wrapper .home-slider-content h4 {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px;
  font-size: 16px;
  color: #656C74;
  font-weight: 300;
}
.explore-similar-car-wrapper .available-now-tag span {
  font-size: 12px;
  margin: 0px 0px 0px 10px;
  color: #53D168;
}
.explore-similar-car-wrapper .home-slider-content ul {
  margin: 5px 0px 0;
  padding: 0px 0px;
  display: flex;
}
.explore-similar-car-wrapper .home-slider-content ul li {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px;
  list-style: none;
}
.explore-similar-car-wrapper .home-slider-content ul li i {
  margin: 0px 10px 0px 0px;
}
.explore-similar-car-wrapper .home-prize-div {
  margin: 25px 0px 0;
  position: absolute;
  bottom: 120px;
  padding: 0 8px;
}
.explore-similar-car-wrapper .home-prize-div span {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #656C74;
  font-size: 14px;
  text-transform: uppercase;
}
.explore-similar-car-wrapper .home-prize-div h3 {
  margin: 0px;
  padding: 0px 0px;
  font-size: 25px;
  color: #000;
}
.explore-similar-car-wrapper .home-slider-content .yellow-main-button {
  max-width: 100%;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.explore-similar-car-wrapper .home-slider-navigation-slider {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width:80px;
}
.explore-similar-car-wrapper .home-slider-navigation-slider .swiper-button-next:after, .explore-similar-car-wrapper .home-slider-navigation-slider .swiper-rtl .explore-similar-car-wrapper .home-slider-navigation-slider .swiper-button-prev:after{
  display: none;
}

.explore-similar-car-wrapper .home-slider-navigation-slider .swiper-button-prev:after, .explore-similar-car-wrapper .home-slider-navigation-slider .swiper-rtl .explore-similar-car-wrapper .home-slider-navigation-slider .swiper-button-next:after{
  display: none;
}
/*.explore-similar-car-wrapper .home-image-slider .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}*/


.explore-similar-car-wrapper .home-image-slider .owl-nav {
  position: absolute;
  width: 100%;
  left: 50%;
  height:inherit;
  display: flex;
  top: 50%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transform: translate(-50%,-50%);
}


.explore-similar-car-wrapper .home-image-slider button.owl-next {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px;
  background: url(../images/home-image-slider-right.svg) no-repeat 0px 0px !important;
  width:20px;
  height: 20px;
  background-size: 100% !important;
}
.explore-similar-car-wrapper .home-image-slider button.owl-prev {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px;
  background: url(../images/home-image-slider-left.svg) no-repeat 0px 0px !important;
  width:20px;
  height: 20px;
  background-size: 100% !important;
}
.explore-similar-car-wrapper .home-image-slider button.owl-next span{
  opacity: 0;
}
.explore-similar-car-wrapper .home-image-slider button.owl-prev span{
  opacity: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
  width:100%;
}

.share-popup {
  background: #ffff;
  border: 1px solid #ddd;
  padding: 1px 21px 18px;
  position: absolute;
  text-align: center;
  display: none;
  right: 0;
  border-radius: 10px;
  bottom: -57px;
  z-index: 100004;
}
.share-popup p{
  margin: 0;
  text-align: left;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #977646;
}
.share-popup.main{
  display: block;
}
.share-popup a {
  width: 40px;
  height: 40px;
  padding: 0;
}
.share-popup a svg {
  width: 100%;
}
.share-popup.main a:hover svg path {
  /*stroke: #FFCF2E;*/
}
.share-popup a:hover svg {
  transform: scale(1.1);
}

.link-favorite {
  padding: 12px 28px 12px 0px !important;
}


.single-product .container{
  max-width: 1260px;
}
.page-template-page-templates .container{
  max-width: 1260px;
}
.page-template-template-booking-step-1 .container{
  max-width: 1260px;
}

@media (max-width: 991px) {
  .car-detail-white-section{
    padding: 35px 15px 15px;
    margin-top: 30px;
  }
  .car-detail-white-section h2{
    font-size: 22px;
  }
  .car-detail-rate-div h3{
    font-size: 30px;
  }
  .specification-wrapper ul li {
    width: 29.33%;
    margin-right: 0;
    margin: 0 4px 15px;
}
.requirement-wrapper ul li{
  flex-direction: column;
  flex-wrap: wrap;
}
.requirement-wrapper ul li span{
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.requirement-wrapper ul li p{
  width: 100%;
  display: block;
}
.car-detail-faq-wrapper .accordion .accordion-button {
  padding: 9px 40px 10px 0px;
  font-size: 16px;
  color: #000;
  border: none;
  font-weight: 500;
  line-height: 28px;
}
.explore-similar-car-wrapper {
  margin: 70px 0px;
}
.car-detail-content-main-section ul.main-tab-section{
  width: 100%;
  overflow: scroll;
}
.explore-similar-car-wrapper .home-slider-content ul li{
  font-size: 12px;
}
.car-deatail-main-wrapper{
  padding-bottom: 20px;
  padding-top: 0 !important;
}
.requirement-wrapper p{
  font-size: 14px;
  line-height: 23px;
}
.feature-wrapper ul li{
  font-weight: 400;
}

.requirement-wrapper ul li {
    margin: 0px 0px 20px 0px;
}
.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images.firstimg {
  margin-bottom: 15px;
}

}
/*
.thumimgcustom {
  width: 156px !important;
  height: 96px !important;
  border-radius: 10px;
  margin: 0px 5px 0px 0px;
}
.thumimgcustom a img {
  width: 156px !important;
  height: 96px !important;
  border-radius: 10px;
  border: 2px solid #FFCF2E;
}*/

.thumimgcustom img {
  border-radius: 15px;
}
/*.thumimgcustom{
  margin-bottom: 12px;
}*/
ol.flex-control-nav.flex-control-thumbs{
  margin-top: 12px !important;
}

ol.flex-control-nav.flex-control-thumbs li{
  margin: 0px 5px 10px 0px !important;
  width: 152px !important;
}

ol.flex-control-nav.flex-control-thumbs li img{
  opacity: 1 !important;
  border:2px solid transparent !important;
}

ol.flex-control-nav.flex-control-thumbs li img{
  border-radius: 10px !important;
}
ol.flex-control-nav.flex-control-thumbs li img.flex-active{
  border: 2px solid #FFCF2E !important;
}
.slick-list.draggable .slick-slide.slick-current.slick-active img{
  border: 1px solid #FFCF2E !important;
  border-radius: 10px !important;
}
.slick-list.draggable .slick-slide.slick-current.slick-active {
  border-radius: 10px !important;
}
.slick-list.draggable .slick-slide img{
  border-radius: 10px !important;
}
.wpgs-lightbox-icon img{
  border-radius: 10px !important;

}

@media (max-width:991px){
  ol.flex-control-nav.flex-control-thumbs li{
    margin: 0px 0px 10px 0px !important;
    width: 100px !important;
    height: 70px !important;
    border-radius: 5px !important;
  }
  .requirement-wrapper ul li{
    padding: 0px 0 20px 0px;
  }
  .explore-similar-car-wrapper .book-home-div{
    min-height: 480px;
  }
}

.contentColmn.requirement-wrapper::after{
  display:none !important;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  position: absolute;
  right: 0;
  top: 0;
}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.bookmark-icon.tinvwl-position-shortcode.ftinvwl-animated {
  background: #fff;
  border-radius: 6px;
  height: 30px;
  width: 30px;
}

.share-favorite-div .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  left: 0;
  top: auto;
  right: auto;
  position: inherit;
}

.share-favorite-div a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.bookmark-icon.tinvwl-position-shortcode.ftinvwl-animated {
  background:transparent;
  border-radius: 100%;
  height: auto;
  width: auto;
}


.Bigimgcustom{
  position:relative;
}
.Bigimgcustom::after{
  position: absolute;
  content: "";
  background: url(../images/maximize-2.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display:none;
}

@media (max-width:767px){
 /* .thumimgcustom {
    width: 79px !important;
    height: 48px !important;
    border-radius: 5px;
}
.thumimgcustom a img {
  width: 79px !important;
  height: 48px !important;
  border-radius: 5px;
  border: 2px solid #FFCF2E;
}*/
.car-detail-faq-wrapper .accordion-button::after {
  position: absolute;
  top: 20px;
  right: 0px;
}
.car-detail-booknow-wrapper{
  margin: 35px 0px 15px;
}
.car-detail-white-section{
  margin-bottom:30px;
}
ol.flex-control-nav.flex-control-thumbs li{
  width: 72px !important;
  height: 48px !important;
}

}

@media (max-width:359px){
  .footer-contact-top li a{
    font-size: 15px;
  }
  .share-favorite-div a {
    margin: 0px 0px;
    /*padding: 12px 17px;*/
  }
  .unlock-free-deposit-div a{
    font-size: 10px;
  }
  .unlock-free-deposit-div p{
    font-size: 10px;
  }
  .explore-similar-car-wrapper .home-slider-content h4{
    font-size: 14px;
  }
  .link-favorite {
    padding: 12px 22px 12px 0px !important;
}
  .explore-similar-car-wrapper .book-home-div {
      min-height: 440px;
  }


}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
  color: #777373;
}
.owl-carousel .owl-item img{
  border-radius: 10px;
}
.home-slider-navigation-slider .swiper-button-next:hover img {
 transform: scale(1.1);
 transition: .5s ease;
}
.home-slider-navigation-slider .swiper-button-prev:hover img {
  transform: scale(1.1);
  transition: .5s ease;
 }

.car-detail-faq-wrapper .car-detail-read-more {
  margin-top: 30px;
  display: inline-block;
}
.car-detail-read-more {
  background-color: none;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  /*letter-spacing: 2px;*/
  background: url(../images/car-detail-arrow-down.svg) no-repeat center right;
  padding-right: 20px;
  padding-left: 0;
  position: relative;
}
.car-detail-read-more:hover{
  text-decoration: none;
  color: #000;
}

/* 24-12-24 */
.woocommerce div.product div.images {
  margin-bottom: 0em;
}
@media (max-width: 600px) {
  button.car-detail-read-more:hover{
    color: #000;
  }
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
 /* color: #FFCF2E;*/
 color: #0E1218;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .5;
}


.listing-overlay{
  position: fixed;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100001 !important;
  display: none;
}
.listing-overlay.show{
  display: block;
}

a.share-close-button{
  position: absolute;
  background: #FFF;
  top: -39px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  padding: 5px 0px;
  right: -1px;
}
.share-favorite-div .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart{
  left: 8px;
}
/* end */

/* 28-12-24 */
.pswp__caption__center {
  display: none;
}
.car-deatail-main-wrapper .breadcrumb-div {
  margin-bottom: 25px;
}

.home-image-slider .owl-dots {
  display: none;
}

.home-slider-content a{
  text-decoration: none;
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1100px) {
  ol.flex-control-nav.flex-control-thumbs li {
    margin: 0px 5px 10px 0px !important;
    width: 149px !important;
}
.car-detail-booknow-wrapper .yellow-main-button {
  padding: 8px 20px;
  font-weight: 500;
  font-size: 10px;
}
.link-favorite {
  padding: 12px 7px 12px 0px !important;
}
.share-favorite-div a{
  font-size: 9px;
}
.unlock-free-deposit-div p{
  font-size: 8px;
}
.unlock-free-deposit-div a{
  font-size: 8px;
}
}

li.back-search-link a{
  font-weight: 600;
}
li.back-search-link a span{
  transform: rotate(180deg);
  display: inline-block;
}
.woo-product-gallery-slider.woocommerce-product-gallery.wpgs--with-images.images.firstimg{
  width: 100%;
}

@media (max-width: 991px) and (min-width: 760px) {
.car-detail-booknow-wrapper .yellow-main-button {
  padding: 8px 10px;
  font-size: 9px;
}
.car-detail-white-section {
  margin-top: 0px;
  padding: 15px 15px 15px;
}
.car-detail-booknow-wrapper {
  margin: 11px 0px;
}
.car-detail-rate-div {
  margin: 0px 0px 0px 0px;
}
.share-favorite-div a {
  margin: 0px 0px;
  padding: 12px 0px;
  color: #5D5D5D;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.link-favorite {
  padding: 12px 0px 12px 13px !important;
}
.share-favorite-div span {
  color: #C4C4C4;
  height: 30px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: 48%;
  left: 50%;
  margin-right: 0;
}
.share-favorite-div {
  margin: 0px 0px;
  padding: 0px 5px;
  justify-content: space-around;
}
}
@media (max-width: 800px) and (min-width: 760px) {
  .car-detail-booknow-wrapper .yellow-main-button {
      padding: 8px 3px;
      font-size: 9px;
  }
}

button.slick-prev.slick-arrow{
    margin: 0px 0px 0px 10px;
    padding: 0px 0px;
    background: url(../images/home-image-slider-left.svg) no-repeat 0px 0px !important;
    width: 20px;
    height: 20px;
    background-size: 100% !important;
}
button.slick-next.slick-arrow {
  margin: 0px 10px 0px 0px;
  padding: 0px 0px;
  background: url(../images/home-image-slider-right.svg) no-repeat 0px 0px !important;
  width: 20px;
  height: 20px;
  background-size: 100% !important;
}

.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before{
  opacity: 0;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slick-prev, .slick-next{
  top:53%;
}
.share-favorite-div.mobileonly{
  display: none;
}
@media (max-width:767px){
  .wpgs-nav.slick-initialized.slick-slider{
    display: none !important;
  }
  i.flaticon-right-arrow.slick-arrow{
    margin: 0px 0px;
    padding: 0px 0px;
    background: url(../images/home-image-slider-right.svg) no-repeat 0px 0px !important;
    /*width: 30px;
    height: 30px;*/
    width: 20px;
    height: 20px;
    background-size: cover !important;
     opacity: .9;
    }


  i.flaticon-back.slick-arrow{
    margin: 0px 0px;
    padding: 0px 0px;
    background: url(../images/home-image-slider-left.svg) no-repeat 0px 0px !important;
    /*width: 30px;
    height: 30px;*/
    width: 20px;
    height: 20px;
    background-size: cover !important;
    opacity: .9;
  }
  .wpgs-for .slick-arrow{
    top:43%;
  }
  .wpgs-lightbox-icon::before{
    display: none;
  }
  .share-favorite-div.mobileonly {
    max-width: 275px;
    width: 100%;
    display: flex;
    margin: 10px auto;
}
.share-favorite-div.mobileonly .link-favorite {
  padding: 12px 15px 12px 0px !important;
}
.share-favorite-div.mobileonly .share-favorite-div a {
  padding: 12px 20px 12px 15px;
}
.share-favorite-div{
  display: none;
}
.wpgs-for.slick-initialized.slick-slider {
  margin-bottom: 15px;
}
}

h3.newsubtitle{
  font-size: 15px;
  margin: 20px 0px 0px 0px !important;
  line-height: 24px;
}

@media(max-width: 1200px) and (min-width: 991px){
  .specification-wrapper ul li {
      margin-right: 15px;
      margin-bottom: 15px;
  }
  .share-favorite-div a {
      margin: 0px 0px;
      padding: 12px 18px;
      color: #5D5D5D;
  }
}

@media (max-width: 991px) and (min-width:767px) {
  
.unlock-free-deposit-div {
  margin: 20px 0px;
  padding: 3px 20px 3px 0px;
}
.unlock-free-deposit-div img {
  padding: 0 0 0 9px;
}
.unlock-free-deposit-div p {
  font-size: 9px;
  color: #000;
  line-height: 12px;
  padding: 5px;
  font-weight: 600;
}
.unlock-free-deposit-div span {
  color: #C6C6C6;
  padding: 0 7px 0 0;
}
.unlock-free-deposit-div a {
  font-size: 10px;
  color: #B97815;
  text-decoration: none;
  font-weight: 600;
  line-height: 12px;
}
}





.whatsapp-contact-div.car-detail-only .learn-more-button{
  border: none;
  transition: .5s ease;
  padding: 7px 14px;
}
.whatsapp-contact-div.car-detail-only .learn-more-button:last-child{
  padding-right: 0;
}
.whatsapp-contact-div.car-detail-only .learn-more-button:last-child img{
  width: 30px;
}
.whatsapp-contact-div.car-detail-only .learn-more-button:hover{
  background:transparent;
}
.whatsapp-contact-div.car-detail-only .learn-more-button:hover img{
  background: transparent;
  transform: scale(1.1);
  transition: .5s ease;
}

@media (max-width:359px){
.whatsapp-contact-div.car-detail-only .learn-more-button {
  padding: 7px 6px;
}
}
h3.memberprice {
  display: none;
}


@media (max-width:450px){
.car-detail-booknow-wrapper .yellow-main-button {
  padding: 8px 10px;
  font-weight: 500;
}
}

@media (max-width:650px){
  .single-product .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.car-detail-white-section {
  margin-left: 25px;
  margin-right: 25px;
}
.car-detail-content-main-section .container, .explore-similar-car-wrapper .container, .verticle-tab-section .container {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
footer.pdfcrowd-remove .container{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.woocommerce div.product div.images img {
  border-radius: 0 !important;
}
.chuffar-requirements-wrapper .container{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
}

@media (max-width: 820px) {
  .explore-similar-car-wrapper .book-home-div {
      min-height: 425px;
  }
}

h1.seo-title {
  font-size: 23px;
  color: #b4914f;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  h1.seo-title {
    font-size: 20px;
  }
}

.share-favorite-div.nofav {
  max-width: 110px;
}



/* end */