.noDec:hover,
.noDec:focus{
  text-decoration: none;
}


/* my css */
.carDetailsIcon { min-width: 40px; }
.carDetailsIcon,.carDetailsInfo {
    display: inline-block;
}
.blockTypeOne {
    border-left: solid 2px #ebebeb;
}
.bg-cylinders {
    width: 21px; height: 21px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -100px -52px;
}

.bg-engine_size {
    width: 28px; height: 21px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -10px -10px;
}

.bg-seating {
    width: 22px; height: 22px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -10px -51px;
}
.bg-transmission {
    width: 22px; height: 22px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -58px -10px;
}

.bg-fuel_economy {
    width: 21px; height: 20px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -58px -52px;
}


.bg-horsepower {
    width: 22px; height: 22px;
    background: url('https://motoraty-media.s3.us-west-2.amazonaws.com/img/sprite_1_v1.png') -100px -10px;
}

.parentDetails {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.29px;
    text-align: left;
    color: #000000;
    margin: 0px;
}
.infoBlock .carHeadingBlock {
    margin: 2px 0px 20px 0px;
}
.infoBlock .carHeading ,
.gridView .carHeading {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.24px;
    text-align: center;
    color: #000000;
    margin: 20px 0px 10px 0px;
}
a.showArrow:hover {
    color: #932224;
    border-bottom: 2px dotted #932224;
    text-decoration: none;
}
.showArrow:after {
    background: no-repeat 0 url(https://s3-us-west-2.amazonaws.com/motoraty-media/icons/right-arrow-v2.png);
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    margin-top: 2px;
    /* vertical-align: top; */
    width: 18px;
}
.msrp_starting_from {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 0.22px;
    text-align: left;
    color: #7f8fa4;
    margin-bottom: 7px !important;
}
.priceBlock {
    margin: 50px 0px 10px 0px;
}
.currencyName {
    font-size: 17px;
    color: #f3515c;
}
.priceValue {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.37px;
    text-align: left;
    color: #f3515c;
}
.estimatedString {
    font-size: 14.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #6c6767;
}
.estimatedValue {
    font-size: 17px;
    font-weight: bold;
}
.keyFeatures {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    margin-left: 20px;
}
.availableTrims, .keyFeatures {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: 0.22px;
    text-align: left;
    color: #000000;
}
.carDetailsInfoRow {
    line-height: 3em;
}
.carDetailsInfo {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.19px;
    text-align: left;
    color: #3b3b3b;
    vertical-align: super;
}
.listView .infoBlock .viewModelLinkBlock,
 .gridView .viewModelLinkBlock{
    margin-top: 24px;
    padding: 0px 10px 10px 10px;
}

a.viewModel:link,
a.viewModel:visited,
a.viewModel:hover,
a.viewModel:active {
    text-decoration: none;
}
.listView .infoBlock a.viewModel,
.gridView .viewModel
 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    border-radius: 5px;
    background-color: #f2f4f6;
    padding: 9px 60px 9px 60px;
}

/* :: my css */


.title{
  height: 37px;
  font-size: 24px;
  font-weight: bold;
 color: #334150;
}
.subTitle{
	font-size: 18px;
	color: #334150;
  line-height: 1.3em;
}
/* custom select box*/
.sortBox {
	position: absolute;
	right: -97px;
	top: 35%;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
	border-radius:8px;
}

.sortBox select {
     background-color: #fff;
    color: #000;
    padding: 0px 0px 0px 16px;
    width: 286px;
    height: 38px;
    font-size: 15px;
   -webkit-appearance: button;
    appearance: button;
    outline: none;
    border-radius: 5px;
    border: solid 1px #606060;
}

.sortBox::before {
 content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20%;
    height: 32px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    color: #000;
    background-color: #fff;
    pointer-events: none;
    border-radius: 0px 5px 5px 0px;
    border-width: 1px 1px 1px 0px;
    border-color: #606060;
    color: #606060;
}

.sortBox:hover::before {
  color: #000;
  background-color: #fff;
}

.sortBox select option {
  padding: 30px;
}

/* ::custom select box*/

/* search bar panel */

/* middle line between price from and to */
.usedCarsSearchSidebar .middleLine:after {
    content: "";
    display: inline-block;
    right: -7px;
    width: 13px;
    position: absolute;
    border: 1px solid #334150;
    top: 15px;
}

/* ::middle line between price from and to */


.usedCarsSearchSidebar .panel-group .panel.mainPanel {
	margin-bottom: 0;
	border-radius: 4px;
	border: solid 1px #e1e8ee;
	background-color: rgba(242, 244, 246, 0.7) !important;
}

.panel-default>.panel-heading.mainPanelHeading {
    color: #333;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0px 0px;
    background-color: rgba(242, 244, 246, 0.7) !important;
    border-bottom: 0px !important;
}
.usedCarsSearchSidebar .panel-default>.panel-heading+.panel-collapse>.panel-body.control-group {
   background-color: rgba(242, 244, 246, 0.7) !important;
   border-radius: 0px 0px 4px 4px;
}
.usedCarsSearchSidebar .panel-group .panel .panel-title {
   font-size: 16px;
    color: inherit;
    font-weight: bold;
    text-align: left;
    color: #505033;

}

.usedCarsSearchSidebar .chosen-container-single .chosen-single span {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: left;

    color: #334150;
	font-size: 14px;
	margin-left: 8px;
}
.usedCarsSearchSidebar .chosen-container .chosen-choices {
	 border-radius: 5px !important;
    border: solid 1px #e1e8ee !important;
    background-color: #fff;
}
#multipleMakeName_chosen.chosen-container:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    right: 17px;
    font-size: 18px;
    top: 5px;
    color: #7f8fa4;
}

#multipleMakeName_chosen.chosen-container-active:before {
    content: "\f107";
    font-family: FontAwesome;
}

.usedCarsSearchSidebar #modelsOfMakes .modelsPanel {
	border-radius: 5px !important;
    border: solid 1px #e1e8ee !important;
    background-color: #fff;
	box-shadow: unset !important;
}
.usedCarsSearchSidebar #modelsOfMakes .modelsPanel .panel-title {
    font-weight: bold;
    color: #334150 !important;
    font-size: 14px!important;
    margin-left: 17px;
}

.usedCarsSearchSidebar #multipleMakeName_chosen .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
   font-size: 14px !important;
    font-weight: bold;
    color: #334150 !important;
    margin-left: 12px;
}

/* chosen for city */
.usedCarsSearchSidebar #city_chosen.chosen-container b:before {
    content: "\f107";
    font-family: FontAwesome;
    background: #fff;
    color: #7f8fa4;
    font-size: 18px;
    font-weight: normal;
}

.usedCarsSearchSidebar #city_chosen.chosen-with-drop.chosen-container-active b:before{
	content: "\f106";
    font-family: FontAwesome;
    background: #fff;
    color: #7f8fa4;
    font-size: 18px;
    font-weight: normal;
}

#city_chosen.chosen-container-single .chosen-single div {
   width: 35px !important;
    padding: 0px 8px!important;
}

/* :: chosen for city */


/* select box icon selectIcon */
.selectIcon:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 16px;
    width: 27px;
    font-size: 18px;
    background-color: #fff;
    pointer-events: none;
    color: #7f8fa4;
}

/* ::select box icon selectIcon */

/* label in serachbar */
.usedCarsSearchSidebar .subLabel {
    font-family: 'basic-sans';
    font-weight: bold;
    color: #334150;
	padding-left:16px;
	margin:15px 0px !important;
}

.usedCarsSearchSidebar select.form-control {
	padding-left:12px !important;
}
.usedCarsSearchSidebar .form-control {
    border-radius: 5px !important;
    border: solid 1px #e1e8ee !important;
    font-family: 'basic-sans';
    color: #969da3;
    font-size:14px;
    font-weight:normal;
	padding-left:16px;
}

.usedCarsSearchSidebar input.form-control{
    opacity:0.8!important;
}

/* ::label in serachbar */



/* serach button */

.usedCarsSearchSidebar .btn-block {
   background-color: #f3515c !important;
    border-color: #f3515c !important;
    color: #fff !important;
    font-family: 'itc-avant-garde-gothic-pro';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: center;
}

.usedCarsSearchSidebar .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'basic-sans';
    font-weight: bold;
    color: #334150;
    margin-left: 10px;
    margin-top: 4px;
}

/* ::serach button */

/* image checkbox */

.usedCarsSearchSidebar .image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e1e8ee;
}
.usedCarsSearchSidebar .image-checkbox-checked {
	border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
    border-color: #f3515c;
}
.usedCarsSearchSidebar .image-checkbox .fa {
margin-left: 68px;
margin-top: -76px;
position: absolute;
color: #f3515c;
background-color:none;
padding: 2px;
}

.usedCarsSearchSidebar .stylesFilterOptions input[type=checkbox]{
	display:none;
}
.usedCarsSearchSidebar .stylesFilterOptions .simpleLabel{
    position: relative;
    display: inline-block;
}
.usedCarsSearchSidebar .stylesFilterOptions input[type=checkbox]:checked + label:before {
    content: "\f00c";
    background-color: #f3515c;
    color: #fff;
    border-radius: 50%;
    border: solid 1px #f3515c;
    position: absolute;
    top: -8px;
    padding: 3px;
    line-height: 1;
    right: -4px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    font-family: fantasy;
    font-family: FontAwesome;
    display: inline-block;
}
.usedCarsSearchSidebar .stylesFilterOptions input[type=checkbox]:checked + label {

    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
    border-color: #f3515c;
}
.image-checkbox p {
	font-family: 'basic-sans';
    font-size: 18px;
    text-align: center;
    color: #7f8fa4;
}

/* :image checkbox */

.warrantySelectionOptions,.serviceSelectionOptions{
	column-count:2;
	column-width:100px;
}

/* collapse */

#advancedOptions:after,
#advancedOptions:after {
  display: inline-block;
  width: 1em;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#advancedOptions:after {
  content:"-";
  top: -1px;
  float: right;
  font-size: 18px;
}
#advancedOptions.collapsed:after {
     float: right;
    content: "+";
    top: -1px;
    font-size: 18px;
}
#advancedOptions {
    color: #fff;
    background-color: #7f8fa4;
    border-color: #7f8fa4;
    margin-left: -15px;
    border-radius: 0px;
    box-shadow: unset !important;
    margin-top: 15px;
    width: 304px;
    text-align: left;
    font-family: 'itc-avant-garde-gothic-pro';
    font-size: 16px;
    font-weight: bold;
    height: 46px;
}

.select-icon .select2-container .select2-search--inline .select2-search__field{
    width:auto!important;
}

/* simple Label */
.usedCarsSearchSidebar .simpleLabel {
	font-family: 'basic-sans';
	font-size: 14px;
	color: #334150;
	font-weight:normal !important;
}

/* ::simple Label */



/* : EOF : search bar panel */

/* search container */

.listView .productListing:last-child {
    margin-bottom: 20px;
}

.listView .productListing  { padding-left:0px; padding-bottom: 20px; padding-right:0px; }



.carDetails.premium {
    border-color: #d5ae39 !important;
    border-width: 8px 0.5px 0.5px 0.5px !important;
}

.carDetails.featurePlus,
.carDetails.feature{
    border-width: 8px 0.5px 0.5px 0.5px !important;
    border-color: #f3515c;
}

/* ribbon for package name*/

.listView .usedCarImage .packageName {
    position: absolute;
    left: 37px;
}
.listView .usedCarImage .packageName span {
    color: #fff;
    padding: 2px 15px;
    font-family: 'basic-sans';
    font-weight: 300;
    font-size: 10px;
    border-radius: 4px 0px 4px 0px;
}
.listView .usedCarImage .packageName.featurePlus span, .listView .usedCarImage .packageName.feature span {
    background-color: #f3515c;
}
.listView .usedCarImage .packageName.premium span {
    background-color: #d5ae39;
}

.listView .featured-image-bottom-right {
    position: absolute;
    bottom: 7px;
    right: 16px;
    background-color: #e1e8ee;
    padding: 0px 5px 0px 5px;
    color: #000;
    border-radius: 4px;
}
.listView .number {
    /* font-family: 'itc-avant-garde-pro'; */
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-left: 3px;
	margin-right: 3px;
    padding-left: 15px;
}

/* camera icon */
.listView .featured-image-bottom-right .svgIcon {
    position: absolute;
    display:inline-block;
	top:2px;
}

/* ::camera icon */





/* ::ribbon for package name*/


.listView .carTitle{
	height:38px;
}
.carTitle{
    color: #004369 !important;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
	  margin-top: 0px !important;
}
.carTitle a{
   color: #004369 !important;
}
.carTitle .boldTitle
{
	font-weight: bold;
	color: #004369 !important;
}
.carDetails{
    border-radius: 3px;
    border: solid 2px #eeeeee;
}
.carDetails{
   padding: 15px 0px 0px 0px;
}
.ucMakeModel {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
	   margin-bottom: 5px;
}
.ucDate {
    font-size: 12px;
    color: #3b4245;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: 0.43px;
    text-align: left;
    color: #868686;
}

.listView .carCoreDataCol { margin-top:8px !important; }

.carSpecifications span{
	margin-right: 3px;
	font-size:14px!important;
	color: #000000;

}
.carSpecifications .values {
    font-weight: 600;
}
.listView .carSpecifications .specificationFirstCol:before {
    content: "";
    display: inline-block;
    right: 0;
    width: 0;
    height: 81%;
    position: absolute;
    border: 1px solid #eeeeee;
    top: 5px;
    right: 25%;
}
.carSpecificationItem {
    margin-bottom: 15px;
}
.listView .carSpecifications .svgIcon {
    position: absolute;
    display: inline-block;
    bottom: -8px;
}
.listView .carSpecifications .kilometersInformation{
    padding-left: 35px;
}
.listView .carSpecifications .transmission{
    padding-left: 35px;
}

.listView .carSpecifications .text {
    padding-left: 35px;
}



/* location  */
.listView .locationSection{
	padding-left:25px;
}
.location {
  font-weight: 300 !important;
  color: #868686;
  font-size: 12px !important;
  margin-bottom: 8px;
  margin-bottom: 5px;
  margin-top:7px;
  letter-spacing: 0.43px;
}

/* location icon */
.listView .locationSection .svgLoctaionIcon{
	position: absolute;
	display: inline-block;
	top: 6px;
}

/* ::location icon */


.locationText{
	display:inline-block;
	font-size: 12px;
	padding-left:25px;
}
.locationText strong{
	font-weight:300 !important;
}
.location i{
    font-size: 18px;

}
/* ::location  */

/* top bar */

#topTagsBar {
	margin-bottom: 18px;
    height: auto;
    padding-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(51, 65, 80, 0.13);
 }
#topTagsBar .searchIcon { float:left; margin: 12px 10px 0px 10px;    color: #aba6a6; }
#topTextBlock h4 {
	font-size: 14px;
	color: #2c2c2c;
}

.clearFilter{
  font-size: 14px;
  font-weight: 600;
  color: #1492e6 !important;
  text-decoration: none !important;
}
.clearFilter i{
  transform:rotate(90deg);
  font-weight: normal !important;
  font-size:16px !important;
    margin: 12px 10px 0px 10px;
}

.saveSearchText {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    padding-left:7px;
    font-size:14px;
    color: #7f8fa4;
}
.saveSearchControl {
	color: #7f8fa4;
	cursor: pointer;
	border-bottom: 0px !important;
}
#topTagsBar .saveSearchControl {
	border-left: 1px solid #e1e8ee;
	padding-left: 6px;
	margin-left: 2px;
}
/* list and grid view icons */

#listSpan .fa1 {
    padding: 4px 12px !important;
    font-size: 20px !important;
}
#listSpan .svgIcon, #gridSpan .svgIcon {
	padding: 7px 8px;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
}

#gridSpan .svgIcon svg,#listSpan .svgIcon svg{
	position:relative;
}

#listSpan .svgIcon svg{
	fill:#000;
}
#listSpan .svgIcon.active svg{
	fill:#fff;
}
#gridSpan .svgIcon.active svg>g>g {

	fill:#fff;
}

#gridSpan .svgIcon svg>g>g {

	fill:#707070;
}
#listSpan .svgIcon.active ,#gridSpan .svgIcon.active {
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
    background-color: #334150;
    color: #fff !important;
	}
#listAndTileButtons { width: 18%; margin-left:7px;display: inline-block; margin-right:15px;}

#gridSpan {
    margin-right: 12px;
}

/* ::list and grid view icons */

/* tags */

.tags li.addedTag {
  /* background: none repeat scroll 0 0  #e1e1e1 ;*/
	background: #7f8fa4;
	color: #fff;
	padding: 0.25em 1em;
	font-size: 12px;
	height: 24px;
	border-radius: 5px;
	border: solid 1px #f6f7f8;
	margin-top: 16px !important;
}
.tags input, li.addedTag {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    display: block;
    padding: 0.5em;
	margin-top: 5px;
}
li.addedTag span:before{
    font-size: 7px;
    border: 1px solid;
    border-radius: 100%;
    padding: 1px 2px;
    background-color: #fff;
    color: #7f8fa4;
    border-color: #fff;
 }
 li.addedTag .glyphicon  {
	margin-left: 10px;
	cursor: pointer;
	top: 0px !important;
}

 /* :: tags*/

 /* sort box */

#sortByBlock .selectIcon{
	position:relative;
}

#sortByBlock .selectIcon:before{
	font-size:20px !important;
}

 #sortByBlock #sort {
  font-size: 14px !important;
  line-height: 1;
  appearance:none;
  padding:5px 14px !important;
  height: 40px!important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
  border: 0px !important;
  color: #2c2c2c !important;
}
/* ::sort box */

/* price section*/
.listView .priceInformation {
    color: #f3515c;
    border-radius: 4px;
    border: solid 1px #e9e9e9;
    padding: 14px 30px 6px;
}
.listView .priceInformation .priceCurrency {
    font-size: 14px;
    font-weight: normal;
    font-family: 'itc-avant-garde-gothic-pro';
}
.listView .priceInformation .priceValue {
    font-family: 'itc-avant-garde-gothic-pro';
	font-size: 24px;
	font-weight: bold;

}

.listView .previous_price {text-decoration-line: line-through;
	font-family: 'basic-sans';
    font-size: 14px;
    font-weight: normal;
    color: #848484;
}
.listView .priceDroppedBy {
	font-family: 'basic-sans';
    font-size: 14px;
    color: #00d891;
}
.prevPrice.onlyOnListView {
    padding-left: 8px;
    padding-right: 6px;
    position: absolute;
    top: -5px;
    background-color: #fff;
    left: 32px;
}

.listView .priceDroppedArrow {
    position: absolute;
    right: 13px;
    top: -4px;
}
.listView .priceDroppedArrow .fa-arrow-down {
    border: 1px solid #00d891;
    border-radius: 100%;
    padding: 0px 4px;
    line-height: 19px;
    font-size: 11px;
    background-color: #00d891;
    color: #fff;
}

.listView .infoTwo { display: block; margin: 10px 0px;}

/*::price section */

/* image */
.listView .usedCarImage{
	padding-left:25px;
}
/* ::image */

/* badgets */

.listView .usedCarBadges{
	padding-left:25px;
}

.listView .usedCarBadges .list-items li#greatValue{
	background-color: rgba(13, 192, 68, 0.78);
	color: #fff;


}
.listView .usedCarBadges .list-items li#greatValue i{
	line-height:0px !important;
}

.listView .usedCarBadges .list-items li {
    display: inline-block;
    margin-right: 2px;
    padding: 5px 10px 3px;
    background: #f5ecec;
    font-size: 12px;
    margin-top: 3px;
    border-radius: 5px;
    border: 0px !important;
    background-color: #e1e8ee;
    font-family: 'basic-sans';
    font-weight: 300;
    color: #2d2d2d;
}
.listView .usedCarBadges .list-items {
	margin-bottom:0px !important;
}
/* ::badgets */

/* rightside section */
.listView .rightSidePriceBlock {
	padding:0px 12px;
    background-color: #fff;
    border-left: 1px solid #eeeeee;
}

.listView .rightSidePriceBlock .report {
    position: absolute;
    top: 10px;
    background: #fff;
    font-size: 11px;
    width: 58%;
    right:3px;
    font-family: 'basic-sans';
    color: #9d9d9d;
    text-decoration: underline;
}


/* svgFlag Icon */
.listView .rightSidePriceBlock .report .reportFlag {
    position: absolute;
    display: inline-block;
    top: -1px;
}
.listView .rightSidePriceBlock .report .reportText{
	padding-left: 16px;
}

/* ::svgFlag Icon */



.rightSidePriceBlock .listViewOptions li {
    font-family: 'basic-sans';
    color: #9d9d9d !important;
    font-size: 12px;
	position:relative;
	margin-bottom: 16px;
}



.rightSidePriceBlock .listViewOptions li span a{
    font-family: 'basic-sans';
    color: #9d9d9d !important;
    font-size: 12px;
	text-decoration: underline;
}
.rightSidePriceBlock .listViewOptions li .fa {
    margin-right: 10px;
	color:#9d9d9d !important;
}

/* svg icons */
.rightSidePriceBlock .listViewOptions .svgIcon {
	position: absolute;
	display: inline-block;
	top: -4px;
}
.rightSidePriceBlock .listViewOptions .listViewOptionsText {
    padding-left: 35px;
	text-decoration: underline;
}

/* ::svg icons */



/* comapare */

.listView .rightSidePriceBlock .listViewOptions .compareBar input[type=checkbox]{
	display:none;
}
.listView .rightSidePriceBlock .listViewOptions .compareBar label span{
	text-decoration:underline;
	padding-left: 7px;
}
.listView .rightSidePriceBlock .listViewOptions .compareBar label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	font-weight: normal !important;
	margin: 0 !important;
}
.listView .rightSidePriceBlock .listViewOptions .compareBar label:before {
    content: "\f067";
    background-color: #b2b2b2;
    color: #000;
    border-radius: 50%;
    border: solid 2px #000;
    position: absolute;
    top: -1px;
    padding: 4px;
    line-height: 1;
    margin-left: -25px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-family: FontAwesome;
    display: inline-block;
	cursor:pointer;
}
/* :: compare */


/* pagination */

.usedCarsSearchResultsListing .pagination>.active>a, .usedCarsSearchResultsListing .pagination>.active>a:focus, .usedCarsSearchResultsListing .pagination>.active>a:hover, .usedCarsSearchResultsListing .pagination>.active>span, .usedCarsSearchResultsListing .pagination>.active>span:focus, .usedCarsSearchResultsListing .pagination>.active>span:hover {
    border-color: #9e2325;
    box-shadow: 0 2px 0 0 #c6414a;
    border: solid 1px #c6414a;
    background-color: #f3515c;
    color: #fff;
    padding: 8px 18px;
}
.usedCarsSearchResultsListing .pagination>li>a {
    border: 1px solid #7f8fa4;
    color: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.13);
    background-color: #7f8fa4;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 8px 12px;
}

.usedCarsSearchResultsListing .pagination>li>a:hover{
	color:#fff !important;
}

.usedCarsSearchResultsListing .pagination>li>#previousPages, .usedCarsSearchResultsListing .pagination>li>#next {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.13) !important;
    border: solid 1px #7f8fa4 !important;
    background-color: #fff !important;
    color: #7f8fa4;
    font-size: 14px;
    padding: 8px 12px;
}
.usedCarsSearchResultsListing .pagination>li>#previousPages:hover, .usedCarsSearchResultsListing .pagination>li>#next:hover{
	color: #7f8fa4 !important;
}

.usedCarsSearchResultsListing .pagination>li .pageNumSepator {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

.usedCarsSearchResultsListing .pagination>li .pageNumSepator:after {
    content: "";
    border: 1px solid;
    position: absolute;
    width: 0;
    height: 20px;
    display: inline-block;
    top: 8px;
    left: -11px;
    color: #e1e8ee;
}
.usedCarsSearchResultsListing .pagination>li:nth-last-child(3) .pageNumSepator:after{

	display:none;
}

/* ::pagination */

/* emial search criteria */
#emailSearchCriteria {
    text-align: center;
    margin-bottom: 20px;
	margin-top:20px;
}
#emailSearchCriteria .emailSearchCriteriaText {
    font-family: 'basic-sans';
    font-size: 14px;
    font-weight: normal;
    color: #7f8fa4;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(51, 65, 80, 0.13);
    background-color: #fff;
    padding: 15px 24px;
}
#emailSearchCriteria .emailSearchCriteriaText .saveSearchControl {
    font-weight: 600;
    border-right: 2px solid #eeeeee;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
}


#emailSearchCriteria .emailSearchCriteriaText .saveSearchControl i {
    margin-right: 5px;

}
/* :: emial search criteria */


/* searchWayTosellCar */


.smartWayToSellCar {
    width: 75%;
    margin: 50px auto 0px;
}
.smartWayToSellCar .sellCarText {
    border: 1px solid #f3515c;
    border-radius: 6px;
	padding: 5px 25px;
	box-shadow: 8px 8px 0px -2px #f3515c
}

.smartWayToSellCar .sellYourCarButton {
    float: right;
    margin-top: 30px;
    border-radius: 5px !important;
    background-color: #ff5a5f !important;
    color: #fff !important;
    border-color: #ff5a5f !important;
    box-shadow: unset !important;
	font-family: 'itc-avant-garde-gothic-pro';
    font-size: 12px;
    font-weight: bold;
}

.smartWayToSellCar .heading h1 {
    font-family: 'itc-avant-garde-gothic-pro';
    font-size: 30px;
    font-weight: bold;
    color: #334150;
}

.smartWayToSellCar .heading:before {
    content: "";
    border: 1px solid #f3515c;
    width: 0;
    height: 66%;
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 25px;
}
.smartWayToSellCar .text p {
    font-family: 'basic-sans';
    font-weight: normal;
    color: #7f8fa4;
    font-size:13px;
}



/* :: searchWayTosellCar */



/* Eof:search container */



.subLabel { margin-top:20px !important;}



.carTypes{}.Convertible,.Coupe,.Crossover,.Hatchback,.Minivan,.SUV,.Sedan,.Truck,.Wagon, .Compact, .Mid-Size, .Full-Size{width: 125px; height: 88px;zoom: 67%;}.Convertible,.Coupe,.Crossover,.Diesel,.Hatchback,.Hybrid_Electric,.Luxury,.Minivan,.SUV,.Sedan,.Truck,.Wagon,.Compact,.Mid-Size,.Full-Size{background:url(http://uae.motoratylab.com/assets/img/cartypes-v2_new.png) no-repeat;opacity:0.5;}.Convertible{background-position:-10px -10px}.Coupe{background-position:-300px -226px}.Crossover{background-position:-300px -118px}.Hatchback{background-position:-10px -118px}.Hybrid_Electric{background-position:-155px -10px}.Minivan{background-position:-155px -118px}.Sedan{background-position:-300px -10px}.SUV{background-position:-300px -118px}.Truck{background-position:-10px -226px}.Wagon{background-position:-155px -226px}.Compact{background-position:-10px -10px}.Mid-Size{background-position:-300px -226px}.Full-Size{background-position:-300px -118px}

.image-checkbox-checked .Convertible,
.image-checkbox-checked .Coupe,
.image-checkbox-checked .Crossover,
.image-checkbox-checked .Hatchback,
.image-checkbox-checked .Minivan,
.image-checkbox-checked .SUV,
.image-checkbox-checked .Sedan,
.image-checkbox-checked .Truck,
.image-checkbox-checked .Wagon
 {opacity:1;}

.form-control {     border-radius: 5px !important; border: 2px solid #ddd;box-shadow:none;-webkit-box-shadow:none;-webkit-transition:none;transition:none; }

.chosen-container-active .chosen-choices {box-shadow:none !important;-webkit-box-shadow:none !important; }
.chosen-container-multi .chosen-choices {background-image:none !important;}
ul.chosen-choices { border-radius: 5px !important; border: 2px solid #ddd !important; }

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.modelsPanel.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.modelsPanel.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\f106";
	font-family:FontAwesome;
	color: #7f8fa4;
	font-size: 18px;
	top: -1px;
	right: 16px;
}

.modelsPanel.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\f107";
	font-family:FontAwesome;
	color: #7f8fa4;
	font-size: 18px;
	top: -1px;
	right: 16px;
}
.modelsPanel .panel-title a{
	text-decoration:none !important;
}


.modelsPanelHeading { padding:10px 1px; }
.modelsPanelHeading,.panel-default>.panel-heading a[aria-expanded="true"] {background-color:#FFF !important;}
.panel-default>.modelsPanelHeading {background-image:none !important;border-radius: 5px;}
.modelsPanel { border-radius: 0px;
    border-top: 0px; border-right:0px; border-left:0px;}


.image-checkbox input[type="checkbox"] {
	display: none;
}



.image-checkbox-checked .fa {
  display: block !important;
}


.glyphicon { top:2px !important; }
input[type=checkbox] {
    width:15px;
    height:15px;
    vertical-align: sub;
}
.carCoreDataCol { margin-top:0px !important; }
#gridList {margin-top:10px !important; }

.SumoSelect > .optWrapper > .options li label
{
	margin: 0px !important;
    font-weight: normal;
}

.featured-image-top-right {
  position: absolute;
  top: 0px;
  right: 16px;
}

.featured-image-bottom-right {
position: absolute;
    bottom: 0px;
    right: 16px;
    background-color: #100000ba;
    padding: 5px 11px 2px 10px;
    color: #FFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.gridView .featured-image-bottom-right {  bottom: 29px; }
.gridView .iconActions {  padding-left: 15px; }
.gridView .compareIconAction { text-align: right;padding-right: 0px;margin-top: 5px;}
.media_count_x { font-size: 12px; }

.disabledBlock {
    opacity: 1;
}
.stylesFilterOptions,
{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	-webkit-column-width: 100px; /* Chrome, Safari, Opera */
	-moz-column-width: 100px; /* Firefox */
	column-width: 100px;
}
.ExtColorFilterOptions,
.badgesFilterOptions,
.fuelsFilterOptions,
.doorsFilterOptions,
.regionalSpecsFilterOptions,
.cylindersFilterOptions{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-width: 100px; /* Chrome, Safari, Opera */
	-moz-column-width: 100px; /* Firefox */
	column-width: 100px;
 }


input[type=checkbox], input[type=radio] {
    cursor: pointer;
    margin-right: 6px;
}
hr.line { margin-top: 5px; margin-bottom:5px; }


/*
car listing in search page
*/



.price{
color:red;
font-size:20px;
}
.image{
	border: 1px solid #ccc;
    margin: 15px 0;
}

.badge-left:after {
    left: 0;
    border-radius: 0;
}
.badge-left:after {
    content: attr(data-badger);
    position: absolute;
    top: -32px;
    padding: 6px 6px;
    font-size: 24px;
    font-weight: normal;
    background: #c95b0fed;
    color: #fff;
    text-transform: uppercase;
    left: -1px;
}

.badge-right img {
    width: 150px;
    height: 150px;

}
.badge-right {
    position: absolute;
    top: -55px;
    right: -23px;
}


.kilometersInformation { font-size:15px; color: #000;font-weight: 600; }
.oldPrice {
    display: block;
    font-size: 20px;
}
.moreDetails {    text-align: center;}
.newPrice {
    display: block;
    font-size: 18px;
    color: #6699CC;     margin-bottom: 12px;
}
.gridView .usedCarBadges{min-height:100px; }
.list-items li {
    display: inline-block;
    border: 1px solid #9a8787;
    margin-right: 2px;
    padding: 4px;
    background: #f5ecec;
    font-size: 11px;
	margin-top: 3px;
}
.gridView .infoTwo {
    display: block;
}
.gridView .list-items li { font-size: 11px; padding:4px;    margin-top: 7px;    min-width: 116px;}
.gridView .list-items {     text-align: center; }
ul{
    list-style-type: none;
    padding-left: 0px !important;
}
.pushRowToBottom {     position: absolute; bottom: 0px;left: 0;width: 97%;}
.pushRowToBottom .iconsBar{ padding-left:5px;}
.pushRowToBottom .compareBar{ margin-top:5px;}
.pushRowToBottom .compareBar input[type=checkbox]{ margin-right:2px;}
.icons li{
display:inline-block;
font-size:20px;    margin-right: 8px;
}



.carFullTitle{
    color: #6699CC;
	font-size: 20px;
}


.icons {
    display: inline-block;
}

.gridView .usedCarBadges {
	margin-bottom: 20px;
}
.gridView .usedCarBadges .list-items {
     width: 100%;
}
.badge{
   height: 50px;
    background: #d31e25;
    width: 191px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-family: sans-serif;
    color: #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: -14px;
    left: -84px;
    box-shadow: inset 0px 0px 0px 4px rgba(255, 255, 255, 0.34);
}

.badge:after {
	position: absolute;
	content: '';
	display: block;
	height: 100px;
	width: 100px;
	background: #fff;
	top: -55px;
	left: 130px;
 	transform: rotate(-45deg);
	box-shadow: -115px -121px 0px 0px #fff;
}

.badge .left {
	position: absolute;
    content: '';
    display: block;
    top: 50px;
    left: 23px;
    height: 8px;
    width: 10px;
	background: linear-gradient(135deg, rgb(212, 33, 20) 50%,rgba(90, 146, 106, 0) 50.1%);
}
.badge .right {
	position: absolute;
	content: '';
	display: block;
	top: 50px;
	left: 157px;
	height: 8px;
	width: 8px;
	background: linear-gradient(135deg, rgb(212, 33, 20) 50%,rgba(90, 146, 106, 0) 50.1%);
	transform: rotate(90deg);
}


/* Branded Check boxes and Radio buttons */

/*
.control-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.control {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #d11f25;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #932224;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
*/
/* eof :: Branded Check boxes and Radio buttons */


/* branded check boxes */


.checkboxes {
  margin-top: 2rem;
}

/* Checkbox styles */
label.checkbox {
  margin-right: 1rem;
  padding-left: 1.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
label.checkbox input[type="checkbox"]:focus ~ span {
  border: 2px solid #aab0b9;
}
label.checkbox input[type="checkbox"]:focus:checked ~ span {
  border: 2px solid #20644c;
}
label.checkbox input[type="checkbox"]:checked ~ span {
  color: #FFFFFF;
  background: #329E78 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #329E78;
}
label.checkbox span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  width: 1rem;
  height: 1rem;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red {
  margin-right: 1rem;
  padding-left: 2.75rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
label.checkbox.red input[type="checkbox"]:focus ~ span {
  border: 2px solid #aab0b9;
}
label.checkbox.red input[type="checkbox"]:focus:checked ~ span {
  border: 2px solid #551415;
}
label.checkbox.red input[type="checkbox"]:checked ~ span {
  color: #FFFFFF;
  background: #932224 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #932224;
}
label.checkbox.red span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  width: 2rem;
  height: 2rem;
  background-color: #d4d7dc;
  border: 2px solid #d4d7dc;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* branded check boxes */

/* tags bar at top */


.tags {

    display:contents;
    margin-bottom: 5px;margin-left:20px;
    position: relative;
}
.tags li.tagAdd, .tags li.addedTag {
    float: left;
    margin-left: 0.25em;
    margin-right: 0.25em;
}


.tags input:hover {
   border: 1px solid #000;
}
span.tagRemove {
    cursor: pointer;
    display: inline-block;
    padding-left: 1em;
    color:#fff;
}
span.tagRemove:hover {
    color: #222222;
}

.taglist:hover{outline:none;border:none;background:red}









/* ::tags bar at top */

.noCarsFound { text-align:center; color: #C90000; font-size:25px;    margin: 30px 0px 30px 0px; }

.checkbox, .radio { margin-top: 0px !important; margin-bottom:0px !important; }
.h1, .h2, .h3, h1, h2, h3 { margin-top:10px;}
.usedCarsSearchSidebar { width:325px; padding-right:6px; }

div#modelsForSelection { background-color: #FFF !important; }
.usedCarsSearchResultsListing { padding-left:0px;}
.gridView .productListing  { padding-bottom: 20px; }
.productListing .row { margin: 0px;}
.listView .usedCarContent  { width: calc(100% - 293px); padding-left:0px; margin-bottom:10px;}
.gridView .usedCarContent  { width: 100%; margin-bottom:10px;}
.gridView .onlyOnListView { display: none; }
.listView .onlyOnTileView { display: none; }
.gridView .detailsOne { text-align: center;    margin-top: 0px; margin-bottom: 10px; }
.listview .usedCarBadges { padding-left: 0px !important;}
.totalCars { color: #17A48B; font-weight:bold; }
label#listView,label#tileView {     margin: 0px !important;}
span.icon.fa.fa-list, span.icon.fa.fa-th { line-height: 15px; }

#savedSearch .modal-header  {padding: 8px; border-bottom: 1px solid #e5e5e5;background-color: #000;color: #FFF; }
#savedSearch .close { color: #FFF;     opacity: 0.7; }
#listAndTileButtons { text-align: right; }
#topTextBlock {width: 52%;  display: inline-block; padding-left: 16px;}
#saveSearchTopBlock { width: 11%; display: inline-block;}
#sortByBlock { width: 27%;display: inline-block;}

#sortByBlock .form-control { display: inline-block; height: 34px;    padding: 6px 1px;font-size: 12px; }
label#listView { margin-left: 7px !important; }
.chosen-container-multi .chosen-choices {padding-left: 5px !important; }
.chosen-container-single .chosen-single {
    height: 37px !important;
    border-radius: 5px !important;
    line-height: 32px !important;
    background: #FFF !important;
    border: solid 1px #e1e8ee !important;
    box-shadow: unset !important;
    font-size: 16px !important;
}
.pagination>li>a, .pagination>li>span { margin-left: 10px;margin-right: 10px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background-color: #ce1e25;
    border-color: #9e2325;
}
.pagination>li>a, .pagination>li>span { color: #000; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	color: #ce1e25;
}
.previous_price {text-decoration-line: line-through; font-size:20px;}
.priceDroppedBy { font-size:18px;color: #C90000;font-weight: 400;}
.priceDroppedByArrow { font-size:12px;color: #C90000;font-weight: 400;}

.container { background: none !important;}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title { line-height: 1.2em; }
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content { text-align: left !important; }
.guestSubscribeForPriceDrop .form-group { margin-bottom:5px !important; }
.checkbox, .radio { font-size: 14px !important; }

.pointerCursor { cursor: pointer; }

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.motoUCIcon {  color: #cc3f3b;}
.checkbox .simpleLabel { margin:3px !important;}
.spamCategories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
}
.modal-header { border-bottom: none !important; }
.modal-footer { border-top: none !important; }
#reportThisListing legend { border-bottom: none !important; }
#reportThisListing .modal-content { width:400px !important; border-radius:0px !important; border-top:10px solid #e74c3c;}
#reportThisListing .modal-header hr { margin-top:5px; margin-bottom:5px;}
#reportThisListing .modal-body  { padding-top: 0px !important;}
.jconfirm .jconfirm-box.jconfirm-type-red {border-top: 7px solid #C90000 !important; }
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red { background-color: #C90000 !important; }

.colorDot { width: 23px; height: 18px;display: inline-block; border-radius: 3px; }

.listView .priceAndPriceDropAlert { padding:0px 0px 30px 0px; }


@media (min-width: 768px) {
.modal-dialog {
    width: 300px !important;
    margin: 30px auto;
}
}

.select2-container--default .select2-selection--multiple
{
	border-radius: 5px !important;
    border: 2px solid #ddd !important;
}
.select2-selection__rendered .fa {line-height: 21px !important; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered { margin-left:5px !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
    border: 1px solid #aaa;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}


.packageName { padding-top:5px;}
.feature { color: #17a495;}
.featurePlus { color: #17a495;}
.premium { color: #D5AE39;}

#reportThisListing input[type=radio]{
    display:none;
}

#reportThisListing .custom-control {
    display: block;
    text-align: left;
}

#reportThisListing .custom-control {
    padding: 0px;
}

#reportThisListing .custom-control .simpleLabel {
    padding-left: 40px !important;
    font-family: 'basic-sans';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #9597a6;
    position: relative;
}

#reportThisListing .custom-control .simpleLabel:before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border:2px solid #eaeaea;
    background-color: #fff;
}


/* grid layout */

.gridView .parentDetails{
  text-align: center;
}

.gridView .carHeadingBlock{
  min-height: 85px;
  text-align: center;
}
.gridView .carHeading{
  font-size: 20px;
}
.gridView .carTitle {
    overflow: hidden;
    display: inherit !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 0px !important;
    text-align: center;
}

.gridView .carModelName {
  height: 30px;
  color: #707070;
  padding: 5px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.gridView .msrp_starting_from{
  text-align: center !important;
}
.gridView .priceBlock {
    margin: 10px 0px 10px 0px !important;
}
.carDetailsInfoGrid,.keyFeaturesData{
  padding-right: 0px;
}
