/* Buy Sell New CSS */

.full-container{
	margin:0;
	padding:0;
	overflow:hidden;
}
.purchase-banner{
	min-height:350px;
}
.purchase-banner img{
	width:100%;
	height:100%;
	min-height:350px;
	object-fit:cover;
	max-height: 350px;
}
.buybanner-caption{
	position:absolute;
	top:40%;
	width:100%;
}
.buybanner-caption p{
	color:#fff;
	font-size:27px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:700;
	margin-bottom:0;
	margin-left:25px;
	letter-spacing:1px;
}
.buybanner-caption h3{
	color:#000;
	font-size:45px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:700;
	margin-left:25px;
	margin-top:5px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.buybanner-caption a{
	margin-left:25px;
}
.buybanner-caption .black_hover{
	color:#000;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:700;
	margin-left:25px;
	font-size:23px;
}
.buybanner-caption .black_hover:before{
	background: #ffffff;
}
.purchase-details{
	padding:0;
	padding-top:40px;
}
.deal-tag{
	background:#f9c301;
	padding:5px 15px;
	margin-bottom:55px;
}
.deal-tag h4{
	color: #000;
    font-size: 17px;
    font-family: 'aileronregular';
    margin-bottom: 5px;
}
.purchase-detailsslider .slider-for {
	margin-bottom: 15px;
    max-height: 298px;
}

.purchase-detailsslider .slider-for img {
  width: 100%;
  min-height: 310px; 
  object-fit:cover;
}
.purchase-detailsslider .slider-nav {
  margin: auto;
  margin-top: 211px;
}
.purchase-detailsslider .slider-nav .item-slick {
  max-width: 141px;
  margin-right: 15px;
  height:auto;
  outline: none!important;
  cursor: pointer;
   min-height: 99px;	
}
.purchase-detailsslider .slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center; 
}
.purchase-detailsslider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px; 
}
.purchase-detailsslider .slick-prev {
  left: 0;
}
.purchase-detailsslider .slick-next {
  right: 0; 
}
.purchase-detailsslider .purchase-pos{
	margin-bottom:45px;
}
.purchase-detailsslider .slick-dots{
	bottom: -11px;
}
.purchase-detailsslider .slick-dots li.slick-active button:before {
    color: #ffd10d;
}
.purchase-detailsslider .slick-dots li button:before{
	color:#fff;
	opacity:1;
}
.purchase-detailsslider .slick-dots li{
	margin:0;
}
.purchase-content-details h1{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:bold;
	color:#000;
	font-size:30px;
	text-transform:capitalize;
	margin-top:0;
	width:80%;
}
.purchase-content-details .wishlist{
	float:right;
	list-style-type:none;
	text-align:right;
	margin-right:15px;
	margin-top:15px;
}
.purchase-content-details .wishlist li{
	display:inline-block;
	margin-left:15px;
}
.purchase-content-details .wishlist li a{
	font-family: 'aileronbold';
	font-size:20px;
}
.purchase-content-details .wishlist li a i{
	font-size: 17px;
    color: #b9b9b9;
}
.purchase-content-details .wishlist li a i.fa-thumbs-up{
	font-size:29px;
	color:#4a92ff;
}
.model-details-list{
	background: #f8f8f8;
    padding: 7px 15px;
	padding:25px 15px;
	margin-bottom:20px;
}
.car-model-details .model-details-list{
	margin-top:25px;
}
.car-model-details .model-details-list ul{
	list-style-type:none;
	margin-bottom:0;
	padding-left: 8px;
}
.car-model-details .model-details-list ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 30px;
    border-right: 1px solid #e8e8e8;
}
.car-model-details .model-details-list ul li:last-child{
	border-right:0;
}
.car-model-details .model-details-list ul li p{
	font-size: 14px;
    font-family: 'aileronregular';
    color: #7a8292;
    margin-bottom: 0;
}
.car-model-details .model-details-list ul li h4{
	font-family: 'Barlow Condensed', sans-serif;
	font-size:18px;
	color:#3c3334;
}
.purchasedate-loc ul{
	list-style-type: none;
    margin-bottom: 40px;
    padding-left: 0;
}
.purchasedate-loc ul li{
	display: inline-block;
    margin-right: 20px;
    color: #939fad;
    font-size: 15px;
    font-family: 'aileronregular';
}
.purchasedate-loc ul li i{
	color: #f9c301;
    padding-right: 15px;
}
.car-pricetag{
	margin-bottom:32px;
}
.car-pricetag span{
	background: #f9c301;
    color: #fff;
    font-size: 18px;
    padding: 5px 37px;
    font-family: 'aileronbold';
}
.purchase-description h6{
	font-size:21px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Barlow Condensed', sans-serif;
}
.purchase-description p{
	font-size: 14px;
    font-family: 'aileronregular';
    color: #7a8292;
    margin-bottom: 30px;
    line-height:30px;
}
.default-newbtn{
	background:#f9c301;
	border:1px solid #f9c301;
	padding:8px 30px;
	color:#ffffff;
	font-size:21px;
	font-family: 'Barlow Condensed', sans-serif;
}
.default-newbtn:hover{
	background:#fff;
	color:#f9c301;
}
.contact-seller{
	padding-bottom:50px;
}
.search-vehicle{
	padding:40px 0;
	backgorund:#fff;
}
.search-vehicle h3{
	font-family: 'aileronbold';
    font-size: 22px;
    margin-left: 15px;
    color: #000;
    position: relative;
    z-index: 22;
    float: left;
    width: 250px;
	padding-left:15px;
    background: #fff;
}
.vehicle-hd-frame:after{
	content: '';
    width: 100%;
    height: 80px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 29px;
}
.serch-vhiclefilter{
	background: #f7f7f7;
    padding: 16px 35px;
    margin-top: 62px;
    position: relative;
    z-index: 1030;
	-webkit-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
	-moz-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
	box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
}
.serch-vhiclefilter ul{
	list-style-type:none;
	padding-left:0;
	text-align:center;
	margin-bottom:0;
}
.serch-vhiclefilter ul li{
	display:inline-block;
	margin:0 45px;
}
.serch-vhiclefilter ul li select{
	background:none;
	font-family: 'aileronsemibold';
	font-size:21px;
	border:0;
}
.multi-purchase-details{
	padding:0;
	background:#f8f8f8;
}
.see-allpurchase{
	background:#242422;
	float:right;
	color:#fff;
	padding:12px 25px;
	margin-right:-16px;
	margin-top:-15px;
}
.see-allpurchase:hover{
	color:#fff;
}
.carimg-overlay img{
	display: inline;
    margin-right: 2px;
    margin-top: -3px;
    width: 15px;
}
.carimg-overlay{
	background: #f9c301;
    padding: 5px 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.car-listimg img{
	min-height: 173px;
    object-fit: cover;
    max-height: 179px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width:100%;
}
.car-listing h3{
	margin-top: 10px;
    color: #0f0f0f;
    font-size: 20px;
    text-transform:capitalize;
    margin-bottom: 0;
    font-family: 'Barlow Condensed', sans-serif;
}
.car-listing ul.wishlist{
	float: right;
    list-style-type: none;
    text-align: right;
    margin-right: 43px;
    margin-top: 13px;
    margin-bottom:0;
}
.car-listing ul.wishlist li {
    display: inline-block;
    margin-left: -37px;
    margin-top: -4px;
}
.car-listing ul.wishlist li a{
	font-family: 'aileronbold';
    font-size: 20px;
}
.car-listing ul.wishlist li a i{
	font-size: 17px;
    color: #b9b9b9;
}
.car-listing ul.wishlist li a i.fa-thumbs-up{
	font-size: 29px;
    color: #4a92ff;
}
.car-listing p{
	letter-spacing: 1px;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    font-family: 'aileronregular';
    color: #939fad;
    margin-bottom: 20px;
}
.car-listing p a{
	color:#cf0404;
}
.car-listing .model-details-list {
    margin-top: 0;
}
.car-listing .model-details-list {
    background: #f8f8f8;
    padding: 7px 15px;
    margin-bottom: 20px;
}
.car-listing .model-details-list ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0px;
}
.car-listing .model-details-list ul li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #e8e8e8;
}
.car-listing .model-details-list ul li p {
    font-size: 14px;
    font-family: 'aileronregular';
    color: #7a8292;
    margin-bottom: 0;
}
.car-listing .model-details-list ul li h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    color: #3c3334;
    margin-top: 0;
}
.car-listing .model-details-list ul li:last-child{
	border-right:0;
}
.car-listing:hover{
	background:#fff;
	transition:0.3s;
	-webkit-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
}
.car-listing .purchasedate-loc ul{
	margin-bottom:0;
}
.car-listing {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.trending-section{
	padding:50px 0;
	background:#fff;
}
.trending-section h5{
	font-family: 'aileronbold';
	font-size:22px;
	color:#000;
	margin-left:45px;
}
.trending-section h5:before{
	content:'';
	width:50px;
	height:2px;
	position:absolute;
	left:0;
	background:#000;
	margin-top:10px;
}
.trending-section h5:after{
	content:'';
	width:368px;
	height:2px;
	position:absolute;
	background:#000;
	z-index:2;
	margin-top:10px;
	margin-left:15px;
}
.trending-filters{
	z-index:22;
	margin-top:-11px;
	-webkit-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
}
.trending-filters ul{
	list-style-type:none;
	padding-left:0;
	text-align:center;
	margin-bottom:0;
}
.trending-filters ul li{
	display:inline-block;
	padding: 20px 37px;
}
.trending-filters ul li.active{
	background:#000;
}
.trending-filters ul li.active a{
	color:#fff;
}
.trending-filters ul li a{
	color:#000;
	font-size:17px;
	font-family: 'aileronbold';
}
.trending-tag{
	margin-top:35px;
}
header{
	z-index:9999;
}
.serch-vhiclefilter ul li select:focus{
	outline:none;
	box-shadow:none;
}

/* New Responsive CSS*/

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
	.serch-vhiclefilter ul li{
		margin: 0 31px;
	}
	.car-listing h3{
		font-size: 22px;
	}
	.car-listing p{
		font-size:15px;
		line-height: 26px;
	}
	.car-listing .model-details-list ul li p{
		font-size: 12px;
	}
	.car-listing .model-details-list ul li h4{
		font-size: 12px;
	}
	.purchasedate-loc ul li{
		font-size: 15px;
	}
	.trending-filters ul li{
		padding: 13px 19px;
	}
	.trending-section h5:after{
		width: 257px;
	}
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.purchase-detailsslider .slider-nav .item-slick{
		max-width: 78px;
		min-height: 63px;
	}
	.purchase-detailsslider .slider-for{
		max-height: 261px;
	}
	.purchase-detailsslider .slider-for img{
		min-height: 278px;
	}
	.car-model-details .model-details-list ul li p{
		font-size: 13px;
	}
	.car-model-details .model-details-list ul li h4{
		font-size: 16px;
	}
	.serch-vhiclefilter ul li{
		margin: 0 12px;
	}
	.serch-vhiclefilter ul li select{
		font-size: 18px;
	}
	.car-listing h3{
		font-size: 17px;
	}
	.car-listing ul.wishlist li a i, .car-listing ul.wishlist li a i.fa-thumbs-up{
		font-size: 19px;
	}
	.car-listing ul.wishlist{
		margin-right:0;
		padding-left:0;
	}
	.car-listing p{
		font-size: 12px;
		line-height: 20px;
	}
	.car-listing .model-details-list ul li{
		margin-right: 3px;
		padding-right: 13px;
	}
	.car-listing .model-details-list ul li p{
		font-size: 12px;
	}
	.car-listing .model-details-list ul li h4{
		font-size: 12px;
	}
	.purchasedate-loc ul li{
		font-size: 12px;
	}
	.trending-filters ul li{
		padding: 8px 6px;
	}
	.trending-section h5:after{
		width: 153px;
	}
	.car-listimg img {
		min-height: 188px;
	}
	.trending-filters ul li a{
		font-size: 16px;
	}
	.trending-filters{
		margin-top: 0;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .purchase-banner{
        min-height:auto;
    }
	.purchase-banner img{
		min-height: 121px;
	}
	.buybanner-caption p{
		font-size: 15px;
	}
	.buybanner-caption h3{
		font-size: 24px;
	}
	.buybanner-caption .black_hover{
		font-size: 18px;
		padding: 4px 40px;
	}
	.deal-tag h4{
		font-size: 17px;
	}
	.deal-tag {
		background: #f9c301;
		padding: 2px 15px;
		margin-bottom: 34px;
	}
	.purchase-detailsslider .slider-for img{
		min-height:auto;
	}
	.purchase-detailsslider .slick-dots{
		display:none;
	}
	.purchase-detailsslider .slider-nav{
		margin-top:15px;
	}
	.purchase-detailsslider .slider-nav .item-slick{
		max-width: 55px;
		min-height: auto;
	}
	.purchase-content-details h1{
		font-size: 20px;
	}
	.purchase-content-details .wishlist{
		float: right;
		list-style-type: none;
		padding-left: 0;
		margin-top: 2px;
		margin-right:0;
		text-align: left;
	}
	.purchase-detailsslider .slick-dots {
		bottom: 6px;
	}
	.purchase-content-details .wishlist li a i {
		font-size: 20px;
	}
	.purchase-content-details .wishlist li a i.fa-thumbs-up {
		font-size: 21px;
	}
	.car-model-details .model-details-list ul{
		padding-left:0;
	}
	.car-model-details .model-details-list ul li {
		display: inherit;
        margin-right: 0;
        width: 46%;
        padding-right: 0;
        border-right: 0;
        float: left;
	}
	.purchasedate-loc ul li{
		font-size: 14px;
		display: block;
		margin-bottom: 8px;
		margin-right: 0;
	}
	.car-pricetag span{
		font-size: 21px;
		padding: 8px 80px;
	}
	.car-pricetag {
		margin-bottom: 20px;
	}
	.purchase-description{
		padding-left:0;
		margin-top: 29px;
	}
	.trending-section h5:after{
		width: 200px;
	}
	.search-vehicle h3{
		margin-top: -41px;
	}
	.vehicle-hd-frame:after{
		margin-top: -28px;
	}
	.serch-vhiclefilter ul li{
		margin: 10px 0;
		width: 100%;
		border-bottom: 1px solid #9a9a9a;
		padding-bottom:5px;
	}
	.serch-vhiclefilter ul li:last-child{
		border-bottom:0;
	}
	.serch-vhiclefilter{
		padding: 3px 14px;
	}
	.car-listing h3{
		font-size: 19px;
	}
	.car-listing ul.wishlist{
		float: right;
		padding-left: 0;
		margin-right:0;
		text-align: left;
		margin-top:10px;
	}
	.car-listing ul.wishlist li{
		margin-left: 0;
		margin-right: 0;
	}
	.car-listing p{
		font-size: 16px;
		line-height: 28px;
	}
	.car-listing .model-details-list ul li{
		display: inherit;
        margin-right: 0;
        width: 46%;
        padding-right: 0;
        border-right: 0;
        float: left;
	}
	.trending-filters ul li{
		display: block;
		padding: 13px 28px;
	}
	.trending-section h5{
		margin-bottom: 33px;
	}
	.trending-section {
		padding: 30px 0;
	}
	.car-listing .model-details-list{
	    overflow:hidden;
	}
}

[data-title] {
  position: relative;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: 29px;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    background: #000;
    color: #fff;
    left: -29px;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
    border-radius: 8px;
}
[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: -2px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-top: 8px solid #000;
}
table.table.table-responsive.table-hover tbody.removeborder tr:hover  {
    box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
}
table.table.table-responsive.table-hover tbody.removeborder tr:hover td {
    background: #fffcf2 !important;
}
.removeborder:hover {
    background: #fff;
    transition: 0.3s;
    -moz-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    box-shadow: 0px 0px 0px 0px rgba(184,184,184,0);
}
.row.buybanner-caption.addvehicle {
    top: 63% !important;
    right: 7%;
}
.row.buybanner-caption.addeditvehicle {
    top: -4% !important;
    right: 7%;
}
section.purchase-banner.marginbtm {
    margin-bottom: 7%;
}
.row.buybanner-caption.addvehicle a.btn.slider_btn.black_hover.pull-right {
    border: 1px solid #f3ecec;
}

.serch-vhiclefilter ul li {
    background: none;
    font-family: 'aileronsemibold';
    font-size: 21px;
    border: 0;
    width: 8%;
}
a.btn.backbtn.pull-right {
    font-family: 'aileronbold';
    font-size: 22px;
    color: #fff;
    margin-top: -11px;
    border: 1px solid black;
    background: #000;
}
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox]{
  display: none;
}
input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 21px;
    margin-right: 27px;
    height: 22px;
    margin-right: 16px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}
input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
    background-color: #ffbb03;
    border-color: #ffbb03;
    color: #000;
}

input[type=checkbox]:disabled + label:before{
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before{
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 26px;
    right: 54%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 44%;
    height: 35px;
    cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.heart {
  width: 20px;
    height: 20px;
    background: url(https://www.wemsrsa.com/assets/front/images/heart.jpg) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transition: background-position 1s steps(28);
    transition: background-position 1s steps(28);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.heart.is-active {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
 /* background-position: -2800px 0;*/
}


.stage {
  position: absolute;
  top: 26px;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.stage.details {
    position: absolute;
    top: 26px;
    left: 62%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
span.dlcountview {
    margin-left: -53px;
    font-size: 17px;
    position: absolute;
    color: #428bca;
    top: 5px;
    font-weight: bold;
}

.thumbslider .slider-nav .item-slick {
    max-width: 141px;
    margin-right: 15px;
    height: auto;
    outline: none!important;
    cursor: pointer;
    min-height: 99px;
}
.docu.purchasedate-loc {
    margin-top: 8%;
}
span.countview {
   margin-left: 5px;
    font-size: 13px;
    position: absolute;
    top: 17px;
}
span.countviewl {
    position: absolute;
    top: 0px;
    left: -14px;
}
span.dcountview {
    margin-left: 28px;
    font-size: 19px;
    position: absolute;
    top: 6px;
}
/* New Four Page CSS */

.selling-car{
	padding:40px 0;
}
.toplink p{
	font-family: 'aileronregular';
	color:#bcbcbc;
	font-size:17px;
	margin-left:20px;
	text-transform:capitalize;
}

.step-list ul{
	list-style-type:none;
	display: flex;
	padding-left:0;
	justify-content: center;
}
.step-list ul li{
	width:25%;
	background:#f5f4f4;
	position:relative;
	z-index:1;
	padding:10px 0;
	text-align:center;
	box-shadow: 5px 0 5px -5px #333;
}
.step-list ul li.active{
	background:#fbb217;
}
.step-list ul li.active i{
	color:#fbb217;
}
.step-list ul li:nth-of-type(1){
	z-index:5;
}
.step-list ul li:nth-of-type(2){
	z-index:4;
}
.step-list ul li:nth-of-type(3){
	z-index:3;
}
.step-list ul li:nth-of-type(4){
	z-index:2;
}
.step-list ul li a{
	color:#000;
	font-size:25px;
	font-family: 'aileronbold';
}
.step-list ul li i{
	text-align: right;
    font-size: 34px;
    color: #f5f4f4;
    position: absolute;
    right: -10px;
    top: 7px;
    text-shadow: 2px 2px 0px #23232387;
    z-index: 22;
}
.step-list ul li:last-child{
	box-shadow:none;
}
.step-list ul li:last-child i{
	display:none;
}
.vhicle-type-brand{
	margin-top:40px;
}
.vhicle-type-brand label{
    font-weight:500;
    font-family: 'Barlow Condensed', sans-serif;
	font-size:20px;
	color:#000;
	padding-left:10px;
	margin-top:8px;
}
.vhicle-type-brand .form-control{
	width: 100%;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 9px 15px;
    height: auto;
    box-shadow: none;
    font-family: 'aileronregular';
    font-size: 17px;
}
.vhicle-type-brand .form-control:hover{
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 12px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px -9px rgba(0,0,0,0.75);
}
.vhicle-type-brand .row{
	margin-bottom:20px;
}
.popular-brand{
	padding:40px 0;
}
.double-border{
	width:100%;
	height:5px;
	z-index:-1;
	position:relative;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.popular-tag{
	background:#fbb217;
	width:322px;
	padding:7px 10px;
	position:relative;
	z-index:22;
	margin:0 auto;
	color:#fff;
	margin-top:-20px;
}
.popular-tag p{
	font-family: 'aileronregular';
	font-size:22px; 
	color:#000;
	text-align:center;
	color:#fff;
	margin-bottom:0;
}
.popular-brand ul{
	list-style-type:none;
	padding-left:0;
	margin-top:35px;
}
.popular-brand ul li{
	width:11%;
	padding:30px;
	height:140px;
	margin-bottom:15px;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	border:1px solid #c2c1c1;
}
.popular-brand ul li:last-child{
	margin-right:0;
}
.popular-brand ul li img{
	display:block;
	vertical-align:middle;
	margin:0 auto;
    width: 50px;
}
.next-link{
	padding:7px 45px;
	float:right;
}
.add-vhicle-photos{
	padding:40px 0;
	padding-top:0;
}
.add-vhicle-photos h3{
	font-size:24px;
	font-family: 'aileronbold';
	color:#000;
	margin-top:0;
}
.custom-input input[type="file"]{
	display:none;
}
.custom-file-upload{
	 background:#fbb217;
	 padding:7px 20px;
	 float:right;
	 color:#000;
	 border-radius:0;
	 border:1px solid #fbb217;
}
.custom-file-upload:hover{
	cursor:pointer;
}
.vhicleimg-row{
	margin-top:20px;
}
.vhicleimg-row img{
	margin-bottom:20px;
}
.back-link{
	padding:7px 45px;
	float:left;
}
.book-appoinment{
	padding-bottom:40px;
}
.location-btn{
	background:#fbb217;
	border:1px solid #fbb217;
	padding:10px 35px;
	color:#000;
	font-size:17px;
	font-family: 'aileronbold';
	width:70%;
	display:block;
	text-transform:uppercase;
	-webkit-box-shadow: 0px 0px 5px -2px rgba(219,219,219,1);
-moz-box-shadow: 0px 0px 5px -2px rgba(219,219,219,1);
box-shadow: 0px 0px 5px -2px rgba(219,219,219,1);
	text-align:center;
}
.book-appoinment h3{
	font-size:24px;
	font-family: 'aileronbold';
	color:#000;
	margin-bottom:25px;
}
.location-row{
	margin-bottom:35px;
}
.or-tag{
	background:#fff;
	padding:10px;
	width:45px;
	height:45px;
	font-family: 'aileronbold';
	margin:0 auto;
	margin-top:-25px;
}
.location-search .form-control{
	border-radius:0;
	box-shadow:none;
	font-size:17px;
	font-family: 'aileronregular';
	border:0;
	background:#f9f9f9;
	padding:20px;
	margin-bottom:30px;
}
.fill-details-row h3{
	font-size:24px;
	font-family: 'aileronbold';
	color:#000;
	margin-bottom:25px;
}
.fill-details-row label{
	font-family: 'aileronbold';
    font-size: 20px;
    color: #000;
    margin-top: 5px;
}
.fill-details-row ul{
	list-style-type:none;
	padding-left:0;
}
.fill-details-row ul li{
	display:inline-block;
	margin-right:15px;
}
.fill-details-row ul li a{
	padding:12px 40px;
	background:#fff;
	font-size:17px;
	font-family: 'aileronregular';
	color:#0f0f0f;
	display:block;
	border:1px solid #c2c1c1;
}
.fill-details-row ul li.selected a{
	padding:12px 40px;
	font-size:17px;
	background:#f9c301;
	font-family: 'aileronregular';
	color:#fff;
	border:1px solid #b78f00;
}
.timeing-btn{
	padding:12px 50px;
	background:#fff;
	font-size:15px;
	font-family: 'aileronregular';
	color:#a6a6a6;
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #c2c1c1;
}
.timeing-btn.selected{
	background:#f9c301;
	color:#000;
}
.fill-details-row .row{
	margin-bottom:15px;
}
.fill-details-row .form-control{
	box-shadow:none;
	background:#fff;
	padding:10px;
	font-size:15px;
	height:auto;
	border-radius:0;
}
.common-btn{
	padding:12px 35px;
	font-size:15px;
	color:#000;
	background:#f9c301;
	border:1px solid #f9c301;
	font-family: 'aileronbold';
	text-transform:uppercase;
}
.common-btn:hover{
	background:#fff;
	color:#f9c301;
}
.sendotp h3{
	margin-bottom:5px;
}
.sendotp p{
	color:#6e6e6e;
}
.sendotp .common-btn{
	padding:12px 30px;
	display:block;
	text-align:center;
}
.resendcode{
	background:#a30000;
	color:#fff;
}
.book-appoinment ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  font-family: 'aileronbold';
  text-transform:uppercase;
  opacity: 1; /* Firefox */
}

.book-appoinment :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  text-transform:uppercase;
  font-family: 'aileronbold';
}

.book-appoinment ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
  text-transform:uppercase;
  font-family: 'aileronbold';
}
.location-btn:hover{
	background:#fff;
	transition:0.3s;
	color:#000;
	border:1px solid #000;
}
.vechile-sell-final{
	margin-top:35px;
}
.vehicle-sell{
	position:relative;
	z-index:1;
}
.vechile-sell-final .slick-dots{
	position:absolute;
	top:90%;
	z-index:22;
}
.slick-dots li button:before{
	color:#fff;
	opacity:1;
}
.slick-dots li.slick-active:before{
	color:#f9c301;
}
.vechile-sell-final h4{
	font-size:23px;
	color:#000;
	font-family: 'aileronbold';
}
.vechile-sell-final p{
	font-size:17px;
	color:#717171;
	line-height:28px;
	font-family: 'aileronregular';
}
.blackpricetag{
	padding:12px 35px;
	display:block;
	width:100%;
	border:1px solid #000;
	background:#000;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
	font-size:22px;
}
.blackpricetag:hover{
	color:#fff;
	background:#f9c301;
}
.blackpricetag img{
	display:inline-block;
}



/* small mobile :320px. */
@media (max-width: 767px) {
	.toplink p{
		font-size: 15px;
		margin-left: 0;
	}
	.popular-brand ul li {
		width: 100%;
	}
	.back-link, .next-link{
		padding: 7px 10px;
	}
	.location-btn{
		width:100%;
	}
	.fill-details-row ul li{
		text-align: center;
		margin-bottom: 15px;
		width:100%;
	}
	.timeing-btn{
		margin-bottom: 15px;
	}
	.sendotp .common-btn{
		margin: 8px 0;
	}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.popular-brand ul li {
		width: 22%;
	}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {}
/*teju*/
a#scrolldown i {
    background: #25282d;
    color: #fff;
    padding: 8px 14px;
    position: absolute;
    right: 5%;
    border-radius: 24px;
    bottom: -16%;
    font-size: 30px;
}
section.messenger {
    padding-top: 5%;
}
/*teju*/

/* Product Page CSS */

.buybanner-caption h4{
	margin-left:24px;
	font-size:15px;
	line-height:25px;
	font-family: 'aileronregular';
	color:#000;
	width:30%
}
.product-grid-listing{
	padding:50px 0;
}
.product-grid-listing h3{
	text-align:center;
	color:#000;
	font-size:30px;
	text-transform:uppercase;
	font-family: 'Barlow Condensed', sans-serif;
}
.product-grid-listing p{
	text-align:center;
	font-size:15px;
	color:#000;
}
.product-boxes{
	margin-top:20px;
}
.pro-box{
	background: #fff;
    position: relative;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 25px 20px 10px;
    margin-bottom: 25px;
    min-height: 374px;
}
.pro-box:hover{
	transition:0.3s;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(173,173,173,1);
	-moz-box-shadow: 0px 0px 8px -2px rgba(173,173,173,1);
	box-shadow: 0px 0px 8px -2px rgba(173,173,173,1);
}
.pro-box img{
	display:block;
	margin:15px auto;
}
.pro-box .wishlist{
	position:absolute;
	right:13%;
	top:10px;
}
.pro-box .wishlist i{
	color:#ff0200;
	font-size:23px;
}
.name-row{
	border-bottom:1px solid #e5e5e5;
}
.pro-box h4{
    color: #000;
    font-size: 21px;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 22px;
    min-height: 50px;
}
span {cursor:pointer; }
.pro-box .number{
	margin-top:14px;
}
.pro-box .minus, .pro-box .plus{
	width: 28px;
    color: #000;
    font-size: 28px;
    line-height: 13px;
    height: 31px;
    background: #f7c60e;
    border-radius: 0;
    padding: 8px 5px 8px 5px;
    border: 1px solid #fad757;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.pro-box input{
	height: 32px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}
.pricerow img{
	width:25px;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	margin-top:3px;
	height:auto;
	float:left;
	padding-right:7px;
}
.pricerow h5{
	font-family: 'Barlow Condensed', sans-serif;
	font-size:20px;
	color:#000;
	margin-top:14px;
}	
.add-cart{
	background: #f7c60e;
    border: 1px solid #f7c60e;
    padding: 7px 15px;
    font-size: 18px;
    /* font-family: 'aileronbold'; */
    color: #000;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 22px;
    /* min-height: 50px; */
    display: block;
    color: #000;
    /* font-family: 'aileronbold'; */
    text-align: center;
    margin-top: 7px;
    margin-right: 5px
}
.add-cart:hover{
	background:none;
	color:#f7c60e;
}
.listing-row{
	margin-right:25px;
}
.product-details-section{
	padding:50px 0;
}
.product-details-section .slider .slick-prev:before, .product-details-section .slider-vertical .slick-next:before {
	display: none;
}
.product-details-section .slider .slick-prev, .product-details-section .slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
		top: 0;
		bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.product-details-section .slider .slick-prev:before, .product-details-section .slider .slick-next:before {
	display: none;
}
.product-details-section .slider .slick-prev {
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
		right: auto;
}
.product-details-section .slider .slick-next {
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
}	
.product-details-section .slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #ffd200;
}
.product-details-section .slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
    border-color: transparent #000000;
}
.product-details-section .slider div {
	height: 395px;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	-moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	text-align: center;
	font-size: 75px;
	margin-bottom:20px;
	color: #ffffff;
}
.product-details-section .slider img{
	margin:0 auto;
	margin-top:50px;
	width:250px;
}
.product-details-section .slider-thumb div {
	height: 100px;
	line-height: 50px;
	font-size: 25px;
	box-shadow:none;
}
.product-details-section .slider-thumb .slick-slide{
	border:1px solid #e1dfdf;
	margin:0 10px;
}
.product-details-section .slider-thumb div img{
	width:60px;
	margin-top:15px;
}
.product-details-section .slider-thumb div:hover{
	cursor:pointer;
}
.product-details-section .slider-thumb div:focus{
	outline:none;
}
.product-details-section .slick-prev:after {
  content: ">";
  color: red;
  font-size: 30px;
}
.product-details-section h3{
	font-size:25px;
	font-family: 'aileronbold';
	color:#000;
	margin-top:0;
}
.product-details-section h4{
	font-size:14px;
	font-family: 'aileronregular';
	color:#000;
	margin:20px 0;
}
.product-details-section h4 span{
	color:#f9c301;
}
.product-details-section h5 img{
	float:left;
	margin-right:5px;
	width:20px;
	margin-top:5px;
	height:auto;
}
.product-details-section h5{
	font-size:25px;
	font-family: 'aileronbold';
	color:#000;
	margin:15px 0;
}
.product-details-section h5 span{
	background:#9b2f5f;
	padding:7px 14px;
	font-family: 'aileronregular';
	color:#fff;
	font-size:15px;
	display:inline-block;
	margin:0 20px;
	margin-top:-15px;
	text-transform:uppercase;
}
.product-details-section .plus, .product-details-section .minus{
	width:35px;
	height:35px;
	font-family: 'aileronbold';
	line-height: 29px;
	display:inline-block;
	text-align:center;
	font-size:22px;
	color:#000;
	background:#fff;
	border: 1px solid #e1dfdf;
}
.product-details-section input{
	width:70px;
	text-align:center;
	height:35px;
	border: 1px solid #e1dfdf;
}
.product-details-section .number{
	margin-bottom:15px;
}
.add-tocart-wishlist{
	margin:25px 0;
}
.delivery-div{
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	padding:8px 20px;
	border-left:10px solid #9b2f5f;
}
.delivery-div p{
	margin-bottom:0;
	font-family: 'aileronbold';
	color:#000;
}
.delivery-div p span{
	color:#f9c301;
	font-family: 'aileronregular';
	text-transform:uppercase;
}
.product-details-section h6{
	font-family: 'aileronbold';
	color:#000;
	font-size:25px;
	text-transform:uppercase;
	margin-top:25px;
}
.product-details-section p{
	color:#959595;
	font-size:14px;
	font-family: 'aileronregular';
}
.product-tab-section{
	padding:40px 0;
}
.productdetails-tab{
	border:2px solid #f2f2f2;
	padding:15px;
}
.nav-tabs.nav-justified{
	width:70%;
	margin:0 auto;
}
.productdetails-tab .nav-tabs.nav-justified>li>a{
	border:0;
	font-family: 'aileronbold';
	color:#000;
	font-size:22px;
}
.productdetails-tab .nav-tabs.nav-justified .active a{
	border:0;
	color:#f9c301;
	text-decoration:underline;
}
.gray-row{
	padding:10px 20px;
	background:#f5f5f5;
}
.product-tab-section .tab-content{
	margin-top:25px;
}
.product-tab-section .tab-content h3{
	margin:0;
	font-family: 'aileronbold';
	color:#000;
	font-size:18px;
}
.product-tab-section .tab-content p{
	margin:0;
	font-family: 'aileronregular';
	color:#000;
	font-size:18px;
}
.white-row{
	padding:10px 20px;
	background:#fff;
}
.related-product-slider{
	background:#fff;
	padding:40px 0
}
/* Slick Slider Css Ruls */

.related-product-slider .slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.related-product-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.related-product-slider .slick-list:focus {
  outline: none
}

.related-product-slider .slick-list.dragging {
  cursor: hand
}

.related-product-slider .slick-slider .slick-track,
.related-product-slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.related-product-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.related-product-slider .slick-track:before,
.related-product-slider .slick-track:after {
  display: table;
  content: ''
}

.related-product-slider .slick-track:after {
  clear: both
}

.related-product-slider .slick-loading .slick-track {
  visibility: hidden
}

.related-product-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.related-product-slider .slick-slide.dragging img {
  pointer-events: none
}

.related-product-slider .slick-initialized .slick-slide {
  display: block;
  margin:0 17px;
}

.related-product-slider .slick-loading .slick-slide {
  visibility: hidden
}

.related-product-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.related-product-slider .img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.related-product-slider .img-fill img {
  height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none
}
/* Slider Theme Style */


.related-product-slider:after,
.related-product-slider .Head:after {
  content: '';
  display: block;
  clear: both;
}

.related-product-slider .Head {
  font-family: 'aileronregular';
  font-size:25px;
  color: #222;
  height: 52px;
  over-flow: hidden;
  margin: 0 45px;
}

.related-product-slider .Head .Arrows {
  float: right;
}

.related-product-slider .Head .Slick-Next,
.related-product-slider .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.related-product-slider  .Head .Slick-Next:hover,
.related-product-slider .Head .Slick-Prev:hover {
  background: #33687a;
}

.related-product-slider .Head .Slick-Next:before {
  content: '\f105'
}
 .Head .Slick-Prev:before {
  content: '\f104'
}

.relatedslick {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.ProductBlock .img-fill {
  height: 200px;
}

.ProductBlock h3 {
  font: 15px/36px RalewayR;
  color: #393939;
  margin-top: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}
.related-product-slider .slick-arrow{
	
}
.related-product-slider .slick-arrow.slick-next{
	width:40px;
	height:40px;
	background:#f5f5f5;
	color:#000;
	position:absolute;
	right:5%;
	top:-40px;
}
.related-product-slider .slick-arrow.slick-prev{
	width:40px;
	height:40px;
	background:#f5f5f5;
	color:#000 !important;
	position:absolute;
	right:10%;
	left:auto;
	top:-40px;
}
.related-product-slider .slick-arrow.slick-prev:before{
	color:#000;
}
.cart-strip{
	background:#343434;
	padding:10px 0;
	margin-bottom: 50px;
}
.cart-strip p{
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-family: 'aileronbold';
}
.cart-section{
	padding:120px 0;
}
.cart-table{
	background:#f9f9f9;
	padding:10px;
}
.cart-table table td{
	border-top:0 !important;
}
.cart-table table tr:hover{
	background:#fff;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	transition:0.5s;
}
.productcart-img{
	background:#fff;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	padding:20px;
}
.productcart-img img{
	display:block;
	margin:0 auto;
	width:84px;
}
.cart-table .table-hd h3{
	font-size:20px;
	color:#000;
}
.cart-table .table-hd p{
	font-size:15px;
	font-family: 'aileronregular';
	color:#000;
	margin-bottom:30px;
}
.cart-table .table-hd p span{
	color:#bbbbbb;
}
.cart-table .table-hd p span.stocktag{
	background:#9b2f5f;
	padding:7px 15px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'aileronregular';
}
.cart-table .table-hd h4 img{
	float:left;
	width:25px;
	padding-top:2px;
	padding-right:10px;
}
.cart-table .table-hd h4{
	font-family: 'aileronregular';
	border:1px solid #ddd;
	padding:5px;
	color:#bbbbbb;
}
.cart-table .plus, .cart-table .minus{
	width:30px;
	height:30px;
	background:#f9c301;
	color:#000;
	font-size:22px;
	line-height:25px;
	display:inline-block;
	text-align:center;
}
.cart-table .number input{
	width:50px;
	height:30px;
	color:#bbb;
	text-align:center;
	border:1px solid #ddd;
}
.cart-table table{
	margin-bottom:0;
}
.remove-item{
	color:#9e9d9d;
	font-family: 'aileronregular';
	font-size:14px;
}
.sub-totalsection{
	background:#f9f9f9;
	padding:20px;
}
.sub-totalsection h3{
	font-size:22px;
	color:#000;
	text-align:center;
	margin-bottom:25px;
	margin-top:0;
}
.sub-totalsection a{
	padding: 10px 22px !important;
    font-size: 12px;
    width: 92%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.sub-totalsection p{
	text-align:center;
	font-size:14px;
	color:#7f7f7f;
	margin-top:25px;
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.popular-brand ul li {
		width: 22%;
	}
	.sub-totalsection a{
		padding: 10px 5px !important;
		font-size: 10px;
	}
	.sub-totalsection{
		padding: 11px;
	}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
	.cart-table .table-hd h3 {
		font-size: 15px;
	}
	.sub-totalsection a{
		padding: 10px 5px !important;
		font-size: 12px;
	}
}

/* Mobile */

@media(max-width:767px){
	.sub-totalsection a{
		width: 100%;
		display: block;
		text-align: center;
	}
}
/* Checkout Page CSS */

.checout-boxes{
	border:2px solid #f6f4f4;
	padding:20px 40px;
	margin-bottom:20px;
}
.checout-boxes h3{
	font-size:17px;
	color:#343434;
	margin-top:0;
	margin-bottom:30px;
	font-family: 'aileronbold';
}
.checout-boxes h3 i{
	color:#f9c301;
	font-size:14px;
	padding-right:5px;
}
.yellow-btnfullwidth{
	width:100%;
	background:#f9c301;
	color:#000;
	font-size:17px;
	padding:10px 0;
	border:1px solid #f9c301;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	display:block;
	font-family: 'aileronbold';
	text-align:center;
	text-transform:uppercase;
}
.yellow-btnfullwidth:hover{
	color:#f9c301;
	transition:0.3s;
	background:#fff;
}
.white-btnfullwidth{
	width:100%;
	background:#fff;
	color:#000;
	font-size:17px;
	padding:10px 0;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	display:block;
	font-family: 'aileronbold';
	text-align:center;
	text-transform:uppercase;
}
.white-btnfullwidth:hover{
	color:#000;
	transition:0.3s;
	background:#f9c301;
}
.checout-boxes:hover{
	-webkit-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
    box-shadow: 0px 0px 12px -5px rgba(212,212,212,1);
	transition:0.5s;
}
.checout-boxes .form-control{
	box-shadow:none;
	padding:14px 25px;
	background:#f5f5f5;
	height:50px;
	border-radius:0;
	border:none;
	font-family: 'aileronbold';
	font-size:18px;
}
.sub-totalhead{
	background:#333;
	padding:10px 20px;
	margin-bottom:20px;
}
.sub-totalhead p{
	font-family: 'aileronbold';
	font-size:18px;
	color:#fff;
	margin-top:0;
	text-align:left;
	text-transform:uppercase;
}
.sub-totalsection table h3{
	text-align:left;
	font-size:17px;
	margin-bottom:2px;
}
.sub-totalsection table p{
	text-align:left;
	font-size:13px;
	margin-top:2px;
	margin-bottom:0;
}
.sub-totalsection table tr td{
	border-top:0;
}
.sub-totalsection table tr td img.naira{
	display:inline;
	width:12px;
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.popular-brand ul li {
		width: 22%;
	}
	.sub-totalsection a{
		padding: 10px 5px !important;
		font-size: 10px;
	}
	.sub-totalsection{
		padding: 11px;
	}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
	.cart-table .table-hd h3 {
		font-size: 15px;
	}
	.sub-totalsection a{
		padding: 10px 5px !important;
		font-size: 12px;
	}
}

/* Mobile */

@media(max-width:767px){
	.sub-totalsection a{
		width: 100%;
		display: block;
		text-align: center;
	}
}
small.cart_item {
    background: #ffbb03;
    border-radius: 50px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    height: 16px;
    left: 50px;
    line-height: 16px;
    min-width: 17px;
    position: absolute;
    top: 3px;
    padding: 1px 6px 18px 7px;
}
.loginprofile {
    color: #000;
    display: block;
    font-family: 'aileronbold';
    text-transform: uppercase;
}
.lab_box {
    background: whitesmoke;
    padding: 20px;
    margin-top: 11px;
}
.changebk {
    background: #f5f5f5;
    padding: 4%;
    margin-bottom: 10px;
}
.row.showborder {
    border-top: 1px solid #0000001c;
    margin-top: 11px;
    padding-top: 9px;
}
.changebk p.loginprofile {
    text-transform: capitalize;
}
div#myModal {
    position: fixed;
    top: 27%;
}
/*teju*/
    .card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}
.cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
}
.remove-cart {
    position: absolute;
    right: 18px;
    top: 12px;
}
.cart-list-product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px #ececec;
    float: left;
    height: 99px;
    margin: 0 15px 0 0;
    object-fit: scale-down;
    width: 82px;
}
.cart-list-product h5 {
    margin: 0;
}
.cart-list-product h5 a {
    font-size: 14px;
}
.cart-list-product h6 {
    font-size: 11px;
}
div#alerttime {
    width: 23%; 
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none; 
    background: white;
    padding: 1%;
}
span.icon-sc-cl.closepro {
    color: #000;
    padding: 10px;
    border-radius: 19px;
    float: right;
}
/*New*/
section.messenger .container-fluid {
    width: 100%;
    padding: 0;
}
/*new vijay*/

/* New Changes in old pages css */

.margin-top-40{
	margin-top:40px;
}
.car-pricetag a{
	color:#fff;
	font-size:22px;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.car-pricetag a img{
	width:18px;
}
.full-width{
	width:100%;
	display:block;
}
.black-color{
	color:#000 !important;
}
.filter-section .panel-group .panel{
	border-radius:0;
	margin-top:0;
}
.filter-section .panel-heading {
	padding: 0;
	border:0;
	background:#f8f8f8;
	border-radius:0;
}
.filter-section .panel-title>a, .filter-section .panel-title>a:active, .filter-section .panel-title>a:focus{
	display: block;
    padding: 15px;
    color: #555;
    line-height:10px;
    font-weight:500;
    font-size: 13px !important;
    font-family: 'aileronregular';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    text-decoration: none;
}
.filter-section .panel-collapse{
	background: #f8f8f8;
    height: 174px !important;
    overflow-y: scroll;
}
/* width */
.filter-section .panel-collapse::-webkit-scrollbar {
  width: 5px;
  border-radius:5px;
}

/* Track */
.filter-section .panel-collapse::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.filter-section .panel-collapse::-webkit-scrollbar-thumb {
  background: #888;
  border-radius:15px;
}

/* Handle on hover */
.filter-section .panel-collapse::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.filter-section .panel-heading  a:before {
   font-family: FontAwesome;
   content: "\f106 ";
   float: right;
   transition: all 0.5s;
}
.filter-section .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.filter-section.wrapper{
	padding-top:0;
	border-bottom:1px solid #ddd;
}
.brand-sidebar-logos ul{
	padding-left:0;
}

.brand-sidebar-logos ul li img{
	vertical-align:middle;
	width:35px;
	margin:0 auto;
}
.brand-sidebar-logos ul li a{
	vertical-align:middle;
}
.margin-bottom-0{
	margin-bottom:0 !important;
}
.white-box-shadow{
	background:#fff !important;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
    box-shadow: 0px 0px 11px -4px rgba(184,184,184,1);
}
.margin-top-0{
	margin-top:0 !important;
}
.margin-bottom-10{
	margin-top:10px !important;
}
.margin-bottom-10.car-pricetag{
	margin-bottom:20px !important;
}


/* New Page Responsive Style */

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
	.purchase-content-details h1{
		font-size: 18px;
	}
	.car-model-details .model-details-list ul li{
		padding-right: 15px;
	}
	.car-model-details .model-details-list ul li h4{
		font-size: 17px;
	}
	.car-model-details .model-details-list ul li p{
		font-size:12px;
	}
	.purchase-description h6 {
		font-size: 18px;
	}
	.purchase-description p{
		line-height: 25px;
		font-size: 15px;
	}
	.purchase-detailsslider .slider-nav .item-slick {
		max-width: 75px;
	}
	.car-pricetag span{
		padding: 12px 58px;
	}
	.car-listing ul.wishlist li a i {
		font-size: 16px;
	}
	.brand-sidebar-logos ul li{
		width: 29%;
	}
	.trending-section {
		padding: 21px 0;
	}
	.pro-box h4{
	    font-size: 17px;
	}
	.pro-box .minus, .pro-box .plus {
         width: 20px;
        font-size: 19px;
	}
	.pro-box input{
	    width: 38px;
	}
	.add-cart{
	    font-size: 17px;
	    padding: 7px 5px;
	}
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.purchase-content-details h1{
		font-size: 18px;
	}
	.car-model-details .model-details-list ul li{
		padding-right: 15px;
	}
	.car-model-details .model-details-list ul li h4{
		font-size: 17px;
	}
	.car-model-details .model-details-list ul li p{
		font-size:12px;
	}
	.purchase-description h6 {
		font-size: 18px;
	}
	.purchase-description p{
		line-height: 25px;
		font-size: 15px;
	}
	.purchase-detailsslider .slider-nav .item-slick {
		max-width: 75px;
	}
	.car-pricetag span{
		padding: 12px 8px;
	}
	.purchase-detailsslider .slider-nav .item-slick {
		max-width: 37px;
		min-height: auto;
	}
	.car-pricetag a{
		font-size: 15px;
	}
	.default-newbtn{
		font-size: 17px;
		padding: 5px 17px;
	}
	.brand-sidebar-logos ul li{
		width:10%;
	}
}


/* Mobile */

@media(max-width:767px){
	.car-pricetag a{
		font-size: 17px;
	}
	.car-pricetag span{
		padding: 8px 43px;
	}
	.car-pricetag img{
	    top: 55% !important;
        left: 29px !important;
	}
	.purchase-content-details .wishlist li:first-child{
		padding-left:0;
		margin-left:0;
	}
	.mobile-side-pdzero{
		padding-left:0;
		padding-right:0;
	}
	.default-newbtn{
		padding: 6px 14px;
		font-size: 18px;
	}
	.deal-tag{
		margin-top:0;
	}
	.filter-section.wrapper{
		margin-bottom: 30px;
	}
	.car-listing:hover{
		box-shadow:none;
	}
	.toplink{
		display:none;
	}
	.add-vhicle-photos h3 {
		font-size: 23px;
	}
	.sendotp .common-btn {
		padding: 12px 18px;
	}
	.selling-car {
		padding: 40px 0 20px;
	}
	.book-appoinment h3 {
		font-size: 21px;
		margin-top:0;
	}
}
@media(min-width:360px){
    .car-pricetag img {
        top: 55% !important;
        left: 29px !important;
        top: auto !important;
        margin-top: 3px;
    }
    .purchase-detailsslider .default-newbtn {
        padding: 4px 15px 7px !important;
    }
}
#sidebar-brand-logos .slide-item{
	align-items: center;
    margin-right: 4px;
    display: flex !important;
    background: #fff;
    vertical-align: middle;
    min-height: 50px;
    padding: 7px 15px;
    width: 88% !important;
    margin-bottom: 5px;
}
#sidebar-brand-logos .slide-item a{
	vertical-align:middle;
	display:block;
}
#sidebar-brand-logos .slide-item img{
	width:35px;
	vertical-align:middle;
	height: 26px;
}
#sidebar-brand-logos .slick-dots li{
	width:8px;
}
.slick-dots li button:before {
    color: #fff ;
    opacity: 1 ;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.filter-section a{
    color:#555;
}
.filter-section .panel-group .panel{
    border-bottom:0;
}
.filter-section .panel-group .panel-heading+.panel-collapse .panel-body{
    border-top:0;
    padding: 0px 0px;
}
.filter-section .checkbox.radio{
    padding-left:14px;
}
.filter-section .checkbox {
    width: 156px;
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0px;
}
.filter-section .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filter-section .checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a1afd2;
    padding: 6px;
    border-radius: 0px !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.filter-section .checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 5px;
    height: 10px;
    border: solid #0d0a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-section .checkbox.radio label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #a1afd2;
    padding: 6px;
    border-radius: 50% !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.filter-section .checkbox.radio input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #0d0a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-section .checkbox label {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
    font-family: 'aileronregular';
    color:#555;
}
.vhicle-not-found{
    text-align:center;
    font-size:35px;
}
.purchase-detailsslider .purchasedate-loc ul{
    margin-bottom:20px;
}
.docu h4{
    font-size:14px;
    color:#3c3334;
    font-family: 'aileronregular';
}
.document-included h3{
    margin-bottom:0;
    color:#000;
}
.similar-vehiclefooter h3{
    margin-top:20px;
}
.similar-vehiclefooter .purchase-content-details h1{
    font-weight:500;
    font-size:20px;
    color:#000;
}
.docu h4 i{
    padding-right:15px;
}
.price-cart-hd h4{
    width:70%;
}
.delete-cart{
    color:red;
}
header.chatheader .navbar .dropdown-menu li a,header.chatheader .navbar .dropdown-menu li a:hover{
    color: #000 !important;
}
/* Changes 15-10-2020 */

.product-withzoom .item-slick.slick-slide.slick-current.slick-active {
	outline: none !important;
}

.product-withzoom .slider-for {
	margin-bottom: 15px;
}

.product-withzoom .slider-for img {
	width: 100%;
	min-height: 100%;
}

.product-withzoom .slider-nav {
	margin: auto;
}
.product-withzoom .slider-nav{
	margin-left:20px;
}
.product-withzoom .slider-nav .item-slick {
	max-width: 80px;
    height: 54px;
    margin-left: 15px;
    outline: none !important;
    padding: 0;
    cursor: pointer;
    border: 1px solid #e1dfdf;
    min-height: 73px;
}
.product-withzoom .slider-nav .item-slick:nth-of-type(4){
	margin-right:0;
}

.product-withzoom .slider-nav .item-slick img {
	max-width: 100%;
    object-fit: cover;
    height: 74px;
    background-size: cover;
    background-position: center;
}

.product-withzoom .slick-arrow {
	position: absolute;
	top: 62%;
	z-index: 50;
	margin-top: -12px;
}

.product-withzoom .slick-prev {
	left: 0;
}

.product-withzoom .slick-next {
	right: 0;
}
.slider-for-zoom {
	margin-bottom:20px;
}


.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	cursor: pointer;
}

.mfp-container:hover {
	cursor: default;
}

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*BLUR background*/
* {
	transition: filter .25s ease;
}

.mfp-wrap ~ * {
	filter: blur(5px);
}

.mfp-ready .mfp-figure {
	opacity: 0;
}

/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0;
	transition: all 0.3s ease-out;
	transform: scale(0.95);
}

.mfp-zoom-in .mfp-preloader {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	transform: scale(0.95);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0;
}

.mfp-iframe-scaler {
	overflow: visible;
}

.mfp-zoom-out-cur {
	cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.newproduct-details-section .product-withzoom  .slick-prev:after{
	display:none;
}
.slider-for-zoom {
    margin-bottom: 0;
    width: 100%;
    padding: 40px 20px;
}
.slider-for-zoom img{
    margin:0 auto;
}
.product-withzoom .slider-for-zoom .item-slick.slick-slide{
	border: 1px solid #e1dfdf;
	/*height:280px;*/
	padding:0px;
	height:auto
}
/* New Page Responsive Style */

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
	.product-withzoom .slider-nav .item-slick {
		max-width: 73px;
		height: 84px;
	}
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.product-withzoom .slider-nav .item-slick {
		max-width: 53px;
		height: 59px;
	}
}


/* Mobile */
@media(max-width:767px){
    .up_header{
        padding: 4px 29px;
    }
    .slider-for-zoom{
        padding-top:0 !important;
        padding: 20px 0;
    }
    .product-withzoom .slider-nav .item-slick img{
        height: 50px;
    }
	.product-withzoom .slider-nav .item-slick {
		max-width: 56px;
        height: 44px;
        padding: 5px;
        min-height: 62px;
	}
	.product-withzoom{
		margin-bottom:25px;
	}
	.product-withzoom .slider-nav {
        margin-left: 0;
    }
    .purchase-detailsslider .slider-nav .item-slick{
        margin-right:0;
        max-width: 58px;
    }
    .popular-tag{
        width: 100%;
    }
    .popular-brand {
        padding: 20px 0;
    }
    .vhicle-type-brand {
        margin-top: 8px;
    }
    .step-list ul li a{
        font-size: 16px;
    }
    .popular-brand ul li{
        height:auto;
    }
    .namevehicle{
        text-align:center;
        position:relative !important;
        margin: 13px 0 0;
        display:block;
    }
    .vhicle-type-brand label{
        font-size: 16px;
        min-height: 59px;
    }
    .vhicle-type-brand input[type=checkbox] + label:before{
        width: 17px;
        height: 22px;
        margin-right: 6px;
    }
    .popular-tag p{
        font-size: 18px;
    }
    .step-4-section{
        padding-top:40px;
    }
    .car-model-details .model-details-list{
        padding: 15px 15px;
        overflow:hidden;
    }
}

/* Changes 21-10-2020 */

#myModal .modal-content{
    background-color: #fbfbfb;
    border: 10px solid #fff;
}
.purchase-detailsslider .default-newbtn{
    padding: 4px 23px 7px;
    font-size:18px;
}
.data-table-area {
    overflow: hidden;
}
.step-4-section .blackpricetag{
    display: inline-block;
    padding: 7px 27px;
    font-size: 18px;
    width: auto;
}
.car-pricetag img {
    position: absolute;
    top: 56%;
    left: 22px;
}


/* Changes 09-11-2020 */

@media(max-width:767px){
    .see-allpurchase{
        padding: 9px 25px;
        margin-top: -12px;
    }
    .car-listimg img{
        width: 100%;
    }
}

.color-panel input[type=checkbox]:checked + label:before{
    z-index: -1;
    background:none;
}
.color-panel input[type=checkbox]:checked + label:after{
    border: solid #b9b7b0;
    border-width: 0 2px 2px 0;
    top: 4px;
}
.color-checkbox{
    width:25px;
    height:25px;
    position:absolute;
    left:18px;
    border-radius:50%;
    background:#000;
}
.color-panel .checkbox label:before{
    border: none;
}
    
