.motortrader-form {
	
}
.hidden {
	display: none
}
.motortrader-display-links a {
	color: #444;
}
.motortrader-form input[type=submit]{
	padding: 10px 20px;
	border-left: 5px;
	background: #ccc;
	cursor: pointer;
}

.motortrader-form input {
	padding: 10px;
}

.motortrader-form input.form-block {
	width: calc( 100% - 40px);
}

.motortrader-table {
	width: 100%;
	display: table;
}

.motortrader-table div.motortrader-table-row {
	vertical-align: top;
	display: table;
	width: 100%;
	margin-bottom: 15px;
	min-height: 80px;
}

.motortrader-table div.motortrader-table-label {
	width: calc( 20% - 10px) ; 
	text-align: right; 
	font-weight: bold; 
	float: left;
	display: table;
	padding-right: 10px;
	padding-top: 10px;
}

.motortrader-table div.motortrader-table-value {
	width: 80%;
	float: left;
	display: table;
}

@media only screen and (max-width: 600px) {
	.motortrader-table div.motortrader-table-label {
		width: 100%;
		text-align: left; 
		clear: both;
		max-width: 100%;
		float: left;
	}

	.motortrader-table div.motortrader-table-value {
		width: 100%;
		clear: both;
		max-width: 100%;
		float: left;
	}
}

.motortrader-error-code {
	border: 3px dashed red;
	background: pink;
	display: table;
	width: calc( 100% - 45px );
	padding: 10px 15px;
	margin-bottom: 30px;
}

.motortrader-error-code ul {
	padding-left: 0px;
}
.float-right {
    float: right !important;
}

#motortrader-featured-section #featured-ads-section {
    padding: 15px 15px 0px;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

#motortrader-featured-section #featured-ads-section #featured-car-slider {
    width: calc(100% + 30px);
    padding: 0px;
    margin: 0px -10px;
}

#motortrader-featured-section #featured-ads-section .proto-slide-box {
    height: 225px;
    width: calc(100% + 20px);
    border-radius: 0px;
	display: block;
}

#motortrader-featured-section #featured-ads-section .proto-slide-box .featured-ads-section-listing {
    width: 215px;
}

#featured-ads-section .featured-ads-section-listing .featured-ads-section-img {
    height: 160px;
    width: 220px;
    background: transparent;
    margin: auto;
    display: block;
    position: relative;
}
#featured-ads-section .featured-ads-section-listing .featured-ads-section-img .featured-numberplate-listing-image {
    width: 100%;
    height: 160px;
    background-color: #000;
    max-height: 100%;
}
#featured-ads-section .featured-ads-section-listing .featured-ads-section-img .featured-numberplate-listing-image .featured-numberplate-listing-image-vertical {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    height: 65px;
}
#featured-ads-section .featured-ads-section-listing .featured-ads-section-img .featured-numberplate-listing-image .featured-numberplate-listing-image-vertical h3 {
    color: #fff;
    font-size: large;
    font-weight: 500;
    margin: auto;
    word-break: break-all;
    line-height: 65px;
    height: 65px;
}

#featured-ads-section a {
    text-decoration: none;
}

#featured-ads-section .featured-ads-section-listing .featured-ads-section-img img {
    height: 160px;
    width: 220px;
    object-fit: cover;
}

#featured-ads-section .featured-ads-section-listing .featured-ads-section-img .feature_span_css {
    background: rgba(255, 56, 70, 0.8);
    color: white;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

#featured-ads-section .featured-ads-section-listing h4 {
    font-size: small;
    padding: 5px 0px 0px;
    margin-bottom: 0px;
}

#featured-ads-section .featured-ads-section-details a {
    color: #337ab7;
    font-size: small;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

#featured-ads-section .featured-ads-section-listing h4 a {
    color: #337ab7;
    text-decoration: none;
    height: 18px;
    display: block;
    overflow: hidden;
    padding-right: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

#featured-ads-section .featured-ads-section-listing .car-details {
    width: 100%;
    font-size: 16px;
    color: #666;
    padding: 0px 5px 0px;
    position: relative;
    display: table;
}

#featured-ads-section .featured-ads-section-listing .car-price {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    float: left;
    display: table;
}

#featured-ads-section .featured-ads-section-listing .car-location {
    color: #666;
    font-size: 12px;
    text-align: right;
    float: right;
    display: table;
}

#featured-ads-section .featured-ads-section-listing .featured-ads-section-img a:focus, a:hover {
    text-decoration: none;
}

.advert-listing {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    width: 100%;
    font-size: 12px;
    /* display: table; */
}
.advert-listing .advert-listing-left {
    float: left;
    width: 180px;
    padding: 5px;
    height: 160px;
}
.advert-listing a {
    text-decoration: none;
	color: #337ab7;
}
.advert-listing-image {
    width: 100%;
    height: 135px;
    background-color: #efefef;
	text-align: center;
}
.numberplate-listing-image {
    width: 100%;
	height: 135px;
	background-color: #000;
	max-height: 100%;
}
.numberplate-listing-image-vertical {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    height: 65px;
}
.numberplate-listing-image-vertical h3{
	color: #fff;
}
.advert-listing-image-vertical {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    height: 135px;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin: auto;
    display: inline-block;
}
.numberplate-image-vertical {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    top: 38%;
    width: 100%;
    text-align: center;
    text-decoration: none;
    height: 30px;
}
.advert-listing-image-vertical img {
    height: auto;
    width: 180px;
    background: transparent;
    max-width: 100%;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    margin: auto;
    bottom: -1px;
    top: -1px;
    left: -1px;
    right: -1px;
    object-fit: scale-down;
    max-height: 100%;
    font-size: 12px;
}

.numberplate-image-vertical .numberplate-word-css {
    color: #fff;
    font-size: large;
    font-weight: 500;
    margin: auto;
    word-break: break-all;
    line-height: 30px;
    height: 65px;
}
.advert-listing .advert-listing-right {
    float: left;
    width: calc(100% - 190px);
    padding: 5px;
}
.advert-listing .advert-listing-details {
    min-height: 115px;
}
.advert-listing .advert-listing-right a {
    color: #000;
}
.advert-listing h3 {
    font-size: 18px;
    line-height: 23px;
    height: 46px;
    width: 100%;
    color: #337ab7;
    margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	white-space: pre;
}
.advert-listing .advert-listing-description {
    font-size: 11px;
    min-height: 50px;
    cursor: pointer;
}
.advert-listing .numberplate-listing-description {
    font-size: 11px;
    min-height: 50px;
    cursor: pointer;
	color: #acacac;
}
.advert-listing-gk-top-col {
    padding: 0 4px;
    font-size: 14px;
    font-weight: 600;
    font-size: small;
    height: 40px;
    text-align: left;
    color: #acacac;
}
.advert-listing .advert-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    padding-bottom: 10px;
    color: #000;
}
.advert-listing .advert-cateria {
    list-style: none;
    display: flex;
    padding: 10px 0 2px;
    width: inherit;
    font-size: small;
    float: left;
    margin-bottom: 0px;
}
.advert-listing .advert-cateria-price {
    font-size: large;
    font-weight: 600;
}
.advert-listing .advert-cateria .advert-cateria-block {
    display: table;
    float: left;
    margin-right: 15px;
}
.advert-listing .advert-cateria > div {
    height: 30px;
}

.advert-listing .advert-posted-date {
    font-size: 10px;
    text-align: right;
    float: right;
    color: #999;
    padding-top: 13px;
}
.hidden-lg-up {
    display: none !important;
}
.hidden-md-down {
    display: block !important;
}
.hidden-md-up {
    display: none !important;
}
.hidden-md-up-details-date {
    display: none !important;
}
.hidden-xs-down {
    display: block !important;
}
.hidden-sm-down {
    display: block !important;
}
.hidden-sm-up {
    display: none !important;
}
.header-search-car {
    color: #7F7F7F;
    padding: 10px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.header-search-car .page-title{
    margin-bottom: 0px;
}
.container {
    width: 100%;
    max-width: 1170px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.padding-top-7 {
    padding-top: 7px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.no-margin {
    margin: 0px !important;
}
.margin-tr {
    margin-right: 10px;
	margin-top: 5px;
}
.no-padding {
    padding: 0px !important;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	height: 50px;
}
.header-search-car .input-group-addon {
    background: #fff;
    border-right: 0px;
    color: #9A9A9A;
	background: #fff;
    border-right: 0px;
    padding: .75rem 5px;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #bbb;
}
.inside-advance-search-word-css {
    width: 30%;
	color: #000 !important;
}
.inside-advance-search-word-box {
    width: 100%;
}
.advance-search-keyword-css {
	margin-left: 10px;
}
input[type="text"] {
    border-radius: 0px;
	height: 50px;
	width: 100%;
}
input[type="text"]:focus {
    color: #222;
    border-color: #5cb3fd;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
	vertical-align: middle;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	height: 50px;
}
#search-btn {
    position: relative;
    padding: 0px;
    width: 150px;
    max-width: 150px;
    background-color: #eb212f;
    color: #fff;
    font-size: 24px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    border: 0px;
	height: 50px;
}
#search-icons-btn {
    position: relative;
    padding: 7px 10px 10px 10px;
    width: 100%;
    max-width: 150px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    border: 0px;
    background: #ff0202;
	height: 50px;
}
.header-search-car #btn-advance-search {
    cursor: pointer;
    text-decoration: underline;
    color: #2aabe2;
}
.header-search-car .wp-advance-search {
    text-align: right;
	padding: 15px 5px 0px;
}
.header-search-car #squarespaceModal {
    background: rgba(0,0,0,.6);
    z-index: 990;
	overflow-x: hidden;
	overflow-y: auto;
}
.header-search-car .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.header-search-car .show {
    display: block;
	opacity: 1;
}
.header-search-car .modal-dialog {
    width: 600px;
    max-width: 90%;
	position: relative;
	margin: 120px auto 30px;
}
.header-search-car #squarespaceModal .modal-content {
    background-color: #eee;
}
.header-search-car #squarespaceModal .modal-header {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef;
	padding-bottom: 5px;
}
.header-search-car #squarespaceModal h3 {
    color: #eb212f;
    font-size: large;
    padding: 10px 30px;
    margin: auto;
    border-bottom: 1px solid #ccc;
}
.header-search-car #squarespaceModal #modal-head-title {
    text-align: center;
	line-height: 1.5;
}
.header-search-car #squarespaceModal .close {
    float: right;
    font-size: 28px;
    font-weight: 700;
	line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.header-search-car button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.header-search-car #squarespaceModal #modal-search-car {
    overflow: hidden;
    width: 100%;
    padding: 10px 45px 0;
}
.header-search-car #squarespaceModal #modal-search-car .form-group {
    width: 100%;
	margin-bottom: 1rem;
}
.header-search-car #squarespaceModal #modal-search-car .custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}
.header-search-car #squarespaceModal #modal-search-car label {
    margin-bottom: .5rem;
	touch-action: manipulation;
}
.header-search-car #squarespaceModal .custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}
.header-search-car #squarespaceModal input[type="radio"] {
    display: none;
	margin-left: 15px;
}
.header-search-car #squarespaceModal [type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.header-search-car #squarespaceModal .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
	line-height: inherit;
}
.header-search-car #squarespaceModal #modal-search-car .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("asset/img/tick.png");
}
.header-search-car #squarespaceModal #modal-search-car .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0275d8;
}
.header-search-car #squarespaceModal #modal-search-car .custom-control-indicator {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	pointer-events: none;
	-moz-user-select: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border: 1px solid #ccc;
	margin-left: -5px;
}
.header-search-car #squarespaceModal #modal-search-car .dropdownbtn {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff url("asset/img/triangledown.png") right 5px center no-repeat;
}
.header-search-car #squarespaceModal #modal-search-car .dropdownbtn select {
    padding: 5px 0 5px 10px;
    font-size: small;
    line-height: 20px;
    height: 30px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: 0 0;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: ellipsis;
    color: #303339;
}
.header-search-car #squarespaceModal #modal-search-car button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
.header-search-car #squarespaceModal #modal-search-car button, input, optgroup, select, textarea, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.header-search-car #squarespaceModal #modal-search-car .row {
    display: flex;
}
.header-search-car #squarespaceModal #modal-search-car .wp-advance-search-dropdown-full {
    width: 100%;
	padding: 0px 2px;
}
.header-search-car #squarespaceModal #modal-search-car .wp-advance-search-dropdown-left {
    width: 50%;
	padding: 10px 10px 10px 2px;
}
.header-search-car #squarespaceModal #modal-search-car .wp-advance-search-dropdown-right {
    width: 50%;
	padding: 10px 2px 10px 10px;
}
.header-search-car #squarespaceModal #modal-search-car .hline {
    width: 100%;
    height: 1px;
    background: #cbc4c4;
	margin: 15px 0;
}
.header-search-car #squarespaceModal #modal-search-car .modal-button-search {
    text-align: right;
	width: 100%;
}
.header-search-car #squarespaceModal #modal-search-car #search-btn-modal {
    position: relative;
	padding: 0px;
	width: 22%;
	background-color: #2aabe2;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	border: 0;
	margin-left: 20px;
}
.header-search-car #squarespaceModal #modal-search-car #reset-btn-modal {
    position: relative;
	padding: 0px;
	width: 22%;
	background-color: transparent;
	color: #000;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid #000;
	margin-left: 50px;
}

@media screen and (max-width:991px){
	.hidden-lg-up {
		display: block !important;
	}
	.hidden-md-down {
		display: none !important;
	}
	.advert-listing .advert-listing-left {
		height: 165px;
		width: 165px;
	}
	.advert-listing .advert-listing-right {
		float: left;
		width: calc(100% - 165px);
		padding: 5px;
	}
	.advert-listing .advert-price {
		font-size: medium;
	}
	.advert-listing-gk-top-col {
		text-align: left;
		padding: 0 15px 0 4px;
	}
	.container {
		width: 100%;
		max-width: 960px;
	}
	.header-search-car #squarespaceModal #modal-search-car .type-dropbox-css-when-991 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:767px){
	.hidden-md-up {
		display: block !important;
	}
	.hidden-sm-down {
		display: none !important;
	}
	.hidden-sm-up {
		display: block !important;
	}
	.hidden-xs-down {
		display: none !important;
	}
	.advert-listing .advert-listing-details {
		min-height: 25px;
		padding-right: 0px;
		height: 60px;
	}
	.numberplate-advert-listing .numberplate-advert-listing-details {
		display: none;
	}
	.advert-listing .advert-cateria {
		float: none;
		width: 100%;
		height: 25px;
		display: table;
	}
	.advert-listing .advert-cateria .advert-cateria-block {
		width: 100%;
		margin-right: 0px;
		padding-left: 0px;
	}
	.advert-listing .advert-cateria i {
		width: 20px;
		text-align: center;
	}
	.advert-listing .advert-cateria-price {
		color: #000;
	}
	.container {
		width: 100%;
		max-width: 720px;
	}
	#featured-ads-section{
		border-top:0px;
		border-bottom:0px;
		margin-bottom:0px;
	}
}
@media screen and (max-width:575px){
	.advert-listing .advert-listing-left {
		float: left;
		width: 35%;
		height: 110px;
		padding: 0;
	}
	.advert-listing-image {
		height: 105px;
		width: 90%;
	}
	.advert-listing-image-vertical {
		height: 105px;
		width: 90%;
	}
	.advert-listing .advert-listing-right {
		float: left;
		width: 65%;
		padding: 5px 0px;
	}
	.advert-listing h3 {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		-moz-binding: url('ellipsis.xml#ellipsis');
		font-size: 14px;
		line-height: 23px;
		height: 49px;
		margin: 0 0 0px;
	}
	.advert-listing .advert-cateria {
		padding-top: 0px;
	}
	.container {
		width: 100%;
		max-width: 540px;
	}
	.header-search-car #squarespaceModal #modal-search-car .row {
		display: block;
	}
	.header-search-car #squarespaceModal #modal-search-car .wp-advance-search-dropdown-left {
		width: 100%;
		padding: 10px 0px 10px 2px;
	}
	.header-search-car #squarespaceModal #modal-search-car .wp-advance-search-dropdown-right {
		width: 100%;
		padding: 10px 0px 10px 2px;
	}
	.header-search-car #squarespaceModal #modal-search-car #search-btn-modal {
		width: 30%;
	}
	.header-search-car #squarespaceModal #modal-search-car #reset-btn-modal {
		width: 30%;
	}
}
.motortrader-display-links {
	margin: 10px 0px;
	font-size: 20px;
}
#motortrader-car-details-section {
    width: 100%;
    margin: 0 auto;
    position: relative;
	display: flex;
}
#motortrader-advert-details {
    width: 100%;
    margin-right: 10px;
    float: left;
}
#motortrader-advert-section {
    display: block;
    width: 100%;
    min-height: 200px;
    background: #fff;
    padding: 10px 10px 10px;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
#motortrader-advert-details h2.motortrader-title {
    display: table;
    height: 20px;
    padding: 0px;
    margin-bottom: 0px;
	text-align: left;
	position: relative;
	border-bottom: none;
	font-size: 18px;
	line-height: 30px;
	top: 0px;
	float: left;
	color: black;
}
#motortrader-advert-details .advert-listing-gk-top-col {
    height: auto;
    padding: 5px 10px;
        padding-right: 10px;
    margin-bottom: 0px;
    padding-right: 0px;
}
#motortrader-advert-display-box {
	max-width: 100%;
}
.advert-details-name-header {
	width: 100%;
}
#motortrader-advert-display-car-info-details-box {
	width: 100%;
	max-width: 100%;
}
#motortrader-car-details-section .advert-posted-date {
    font-size: 10px;
    text-align: right;
    color: #999;
    padding-top: 13px;
}
#motortrader-car-details-section .motortrader-advert-price {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	text-align: right;
	color: #000;
}
#motortrader-car-details-section .advert-col-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
#motortrader-car-details-section .advert-col-6 {
	width: 50%;
	max-width: 50%;
	position: relative;
}
#motortrader-car-details-section .advert-col-12 {
    width: 100%;
	max-width: 100%;
	position: relative;
}
#motortrader-car-details-section .advert-listing-share-col {
	display: flex;
}
#motortrader-car-details-section .advert-listing-share-col {
	display: flex;
}
#motortrader-car-details-section .advert-listing-share-col .advert-listing-share-span-css {
	margin-right: 10px;
	width: 25%;
	margin-top: 12px;
}
#motortrader-car-details-section .advert-listing-share-col .sharenow-details {
    width: 75%;
}
#motortrader-car-details-section .advert-listing-share-col .sharenow-details .social-icons {
    list-style: none;
    padding: 0px 0px 5px;
    display: table;
    width: 100%;
	margin: 0px;
}
#motortrader-car-details-section .advert-listing-share-col .sharenow-details .social-icons li {
    float: left;
}
#motortrader-car-details-section .advert-listing-share-col a {
    text-decoration: none;
}
#motortrader-car-details-section .advert-listing-share-col .sharenow-details .rounded-circle-share-the-page {
    width: 40px;
    border: 2px solid white;
    margin: 6px;
    position: static;
    height: 40px;
}
#motortrader-advert-details .tab-content .tab-pane {
    margin: auto;
    word-break: break-all;
	text-align: center;
}
.tab-content > .active {
    display: block;
}
.vertical-image-outer {
    background: #000;
    width: 100%;
    position: relative;
}
#motortrader-advert-display-box .vertical-image {
    min-height: 380px;
}
.vertical-image {
    display: flex;
    justify-content: center;
    min-height: 145px;
    max-width: 100%;
    margin: auto;
    vertical-align: middle;
    background: #888;
}
#motortrader-advert-display-box .rounded-circle-share-the-page {
    width: 40px;
    border: 2px solid white;
    margin: 6px;
    position: static;
    height: 40px;
}
#motortrader-advert-details .tab-content .tab-pane {
    word-break: break-all;
}
#motortrader-advert-display-box .tab-pane {
    text-align: center;
}
.vertical-image-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#motortrader-advert-display-box .vertical-image img {
    max-height: 460px;
}
.vertical-image img {
    margin: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
	border-style: none;
}
#motortrader-advert-spec {
    padding: 0px;
    border: 1px solid #e6e6e6;
}
.motortrader-advert-spec-row {
    width: 100%;
    display: table;
    height: 30px;
    padding: 5px 10px 10px 5px;
    border-bottom: 1px solid #e6e6e6;
}
h4.motortrader-title {
    text-align: left;
    position: relative;
    margin: 0 0 5px;
    border-bottom: none;
    padding-bottom: 0;
    font-size: medium;
    font-weight: 400;
}
.motortrader-advert-spec-label {
    width: 40%;
    float: left;
    font-weight: 600;
    font-size: small;
    padding-top: 2px;
}
.motortrader-advert-spec-value {
    width: 60%;
    float: left;
    font-size: small;
    padding-top: 2px;
    word-break: break-word;
}
#motortrader-advert-section ul.nav-details, #motortrader-advert-section ul.nav-goo {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
	margin-left: 0px;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
#motortrader-advert-section ul.nav-details li.nav-item {
    width: 50%;
}
#motortrader-advert-section ul.nav-details li.nav-item a.active {
    border-bottom: 3px solid #BA0000;
    padding-left: 5%;
    font-weight: 600;
    color: #000;
}
.nav-link {
    display: block;
    padding: .5em 1em;
        padding-left: 1em;
}
#motortrader-advert-section #nav-details {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
	text-align: left;
	font-size: 14px;
}
.entry-content a{
    -webkit-box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
	box-shadow: inset 0 -1px 0 rgb(255, 255, 255);
}
.entry-content a:focus, .entry-content a:hover{
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(255, 255, 255);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(255, 255, 255);
}
#motortrader-car-listing-section .pagination {
    text-align: center;
    margin: 20px auto;
    display: block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
#motortrader-car-listing-section .pagination a {
    color: #666;
    font-size: 18px;
    background-color: #fff;
    padding: 5px 12px;
    margin: 0 2px;
    border: solid 1px #e4e4e4;
    cursor: pointer;
}
#motortrader-car-listing-section .pagination .pagination-select {
    border: solid 1px #e4e4e4;
    padding: 7px 10px 8px;
    margin: -4px 5px 0px;
    position: relative;
    top: -2px;
}
#motortrader-car-listing-section .pagination .pagination-select select {
    border: none;
    background: transparent;
    color: #666;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
#motortrader-car-listing-section .pagination span a.active {
    background-color: #666;
    color: #fff;
}
#motortrader-car-listing-section .pagination .hidden-md-up {
    display: none !important;
}
#motortrader-car-listing-section .pagination .hidden-sm-down {
	display: unset !important;
}
#motortrader-car-details-section .owl-carousel .owl-nav .owl-prev {
    left: 3px;
    position: absolute;
    background-color: #00000080;
    border-radius: 0px;
    width: 40px;
    text-align: center;
    padding: 10px 15px 5px 10px;
    height: 40px;
	margin-right: 10px;
	float: left;
}
#motortrader-car-details-section .owl-carousel .owl-nav .owl-prev .fa-chevron-left {
    font-size: 20px;
}
#motortrader-car-details-section .owl-carousel .owl-nav .owl-next {
    right: 3px;
    position: absolute;
    background-color: #00000080;
    margin-right: 0px;
    border-radius: 0px;
    width: 40px;
    text-align: center;
    padding: 10px 10px 5px 15px;
    height: 40px;
	float: left;
}
#motortrader-car-details-section .owl-carousel .owl-nav .owl-next .fa-chevron-right {
    font-size: 20px;
}
#motortrader-car-details-section .proto-thumbnail-slide {
    width: 100%;
}
#motortrader-car-details-section .tab-content .tab-pane {
    margin: auto;
    word-break: break-all;
	text-align: center;
}
#motortrader-car-details-section .tab-content .tab-pane-mt {
    margin: auto;
    word-break: break-all;
	text-align: left;
	font-size: 14px;
}
#motortrader-car-details-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    color: #fff;
    padding: 10px 15px;
    text-align: right;
    right: 0px;
    display: block;
}
#popupShareWindow {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background-color: rgba(0,0,0,0.6);
	z-index: 99999;
}
#popupShareWindow #ShareWindowForm {
	width: 260px;
	background-color: #fff;
	margin: 200px auto;	
}
#popupShareWindow #ShareWindowForm #title {
	width: 260px;
	padding: 10px;
	font-size: 18px;
	position: relative;
	display: flex;
}
#popupShareWindow #ShareWindowForm #title .advert-col-6 {
	width: 50%;
	margin-left: 5px;
}
#popupShareWindow #ShareWindowForm .cancel-share-the-page {
	width: 20px;
    margin: 0px 6px;
    position: static;
    height: 20px;
}
#popupShareWindow #ShareWindowForm .sharenow-details {
    width: 100%;
}
#popupShareWindow #ShareWindowForm .sharenow-details .social-icons {
    list-style: none;
    padding: 0px 0px 5px;
    display: table;
    width: 100%;
	margin: 0px;
	margin-left: 10px;
}
#popupShareWindow #ShareWindowForm .sharenow-details .social-icons li {
    float: left;
}
#popupShareWindow #ShareWindowForm a {
    text-decoration: none;
}
#popupShareWindow #ShareWindowForm .sharenow-details .rounded-circle-share-the-page {
    width: 40px;
    border: 2px solid white;
    margin: 6px;
    position: static;
    height: 40px;
}

@media screen and (max-width:991px){
	
}
@media screen and (max-width:767px){
	#motortrader-car-listing-section .pagination .hidden-sm-down {
		display: none !important;
	}
	#motortrader-car-listing-section .pagination .hidden-md-up {
		display: unset !important;
	}
}
@media screen and (max-width:575px){

}
#listing-menu-bar-sort{
	margin-bottom:10px;
	min-height:36px;
	padding-left: 0px;
	margin-top: 20px;
}
#listing-menu-bar-sort a{
	color:#000;
	padding:5px 10px;
	text-decoration:none;
}
#listing-menu-bar-sort a:hover{
	text-decoration:none;
}
#listing-menu-bar-sort ul{
	list-style:none;
	padding:0px;
	margin:0px;
	position:absolute;
	right: 0px;
}
@media screen and (max-width:767px){
	#listing-menu-bar{
		border-bottom:0px;
		margin-bottom:0px;
	}
	#listing-menu-bar-sort{
		margin-bottom:2px;
	}
	#listing-menu-bar-sort ul{
		width:100%;
		position:relative;
		right:0px;
		left:0px;
	}
}
#listing-menu-bar-sort li{
	float:left;
	text-align:center;
	padding:5px 5px;
}
#listing-menu-bar-sort li.listing-menu-bar-sort-recent{
	border-left:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-radius:5px 0px 0px 5px;
}
#listing-menu-bar-sort li.listing-menu-bar-sort-price{
	border:1px solid #e4e4e4;
}
#listing-menu-bar-sort li.listing-menu-bar-sort-recent:hover{
	background-color:#DEF2F9;
	border-left:1px solid #B4E7F9;
	border-top:1px solid #B4E7F9;
	border-bottom:1px solid #B4E7F9;
}
#listing-menu-bar-sort li.listing-menu-bar-sort-price:hover{
	background-color:#DEF2F9;
	border:1px solid #B4E7F9;
}
#listing-menu-bar-sort li.listing-menu-bar-sort-year:hover{
	background-color:#DEF2F9;
	border-right:1px solid #B4E7F9;
	border-top:1px solid #B4E7F9;
	border-bottom:1px solid #B4E7F9;
}
#listing-menu-bar-sort li.listing-menu-bar-sort-year{
	border-right:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-radius:0px 5px 5px 0px;
}
#listing-menu-bar-sort li.hidden-md-down{
	margin-right:10px;
}
#listing-menu-bar-sort a.selected-filter::after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    background: #eb212f;
    width: 66px;
}
@media screen and (max-width:767px){
	#listing-menu-bar-sort{
		padding:0px 0px;
	}
	#listing-menu-bar-sort ul{
		margin:0px;
	}
	#listing-menu-bar-sort li.listing-menu-bar-sort-recent, #listing-menu-bar-sort li.listing-menu-bar-sort-price, #listing-menu-bar-sort li.listing-menu-bar-sort-year{
		width:33.33%;
	}
	#listing-menu-bar-sort a.selected-filter::after {
		background: none repeat scroll 0 0 transparent;
		content: "";
		display: block;
		height: 3px;
		position: absolute;
		background: #eb212f;
		width: 31%;
	}
	.header-search-car .page-title {
		margin-top: 20px;
	}
}

#popupFrame{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1000px;
	background-color: rgba(0,0,0,0.6);
	z-index: 99999;
}
#popupFrame #videoForm{
    width: 90%;
    background-color: #fff;
    margin: auto;
    height: auto;
    position: fixed;
    left: 5%;
	margin-top: 170px;
}
#popupFrame #title{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	border-bottom: 1px solid #cecece;
	position: relative;
	height: 50px;
}
#popupFrame #closeBtn{
	position :absolute;
	top: 8px;
	right: 8px;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #efefef;
	cursor: pointer;
}
#popupFrame #video-popup-frame-container {
	width: 100%;
    height: auto;
    max-height: 300px;
}
#popupFrame .video-popup-frame {
	background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 400px;
}
#page-advert-display-box .vertical-image .video-vertical-frame {
	width: 504px;
	height: 380px;
	background-color: #000;
}
.proto-thumbnail-slide .proto-slide-box ul .thumbnailvideo {
    object-fit: cover;
	height: 38px;
	border: crimson 1px dashed;
	box-sizing: content-box;
	float: left;
	width: 50px;
	display: table;
	margin-right: 10px;
	cursor: pointer;
}
.advert-listing .adv-video-icon {
    position: relative;
    margin-top: -35px;
    padding: 0 5px;
}
.numberplate-listing-image .numberplate-adv-video-icon {
    position: relative;
    color: crimson;
    display: block;
    cursor: pointer;
    padding-top: 5px;
    text-align: right;
    right: 10px;
	margin-top: 22px;
}
.icons-video {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
	background: url("asset/img/vid_ico.png") no-repeat;
    cursor: pointer;
}
.proto-thumbnail-slide .proto-slide-box ul .thumbnailvideo .icons-video {
	margin: 5px auto;
}
#motortrader-advert-display-box .vertical-image-inner .video-vertical-frame {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.header-search-car-homepage {
    color: #7F7F7F;
    padding: 10px;
}
.header-search-car-homepage .page-title {
    margin-bottom: 0px;
}
.advert-listing-home {
    width: 25%;
    float: left;
}
.advert-listing-home .advert-listing-left-home {
    width: 100%;
    height: 140px;
}
.advert-listing-home .advert-listing-right-home {
    width: 100%;
}
.advert-listing-home .advert-listing-description-home {
    display: none;
    height: 0px;
}

#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	background: white;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .btn-write-review {
    margin: auto;
    border-radius: 3px;
    color: #b41e8e;
	background-color: #fff;
	border: 1px solid #b41e8e;
    cursor: pointer;
    font-size: 16px;
    width: 250px;
    height: 40px;
    padding: 8px 1.5rem;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .text-font-weight {
	font-weight: bold;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .average-total-overall-box-css {
    height: 34px;
	font-size: 20px;
	font-weight: bold;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-overall-rating-css {
    font-size: 20px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .checked {
	color: #b41e8e;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .unchecked {
	color: #b41e8e;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .dealer-review-p {
	font-size: 16px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .dealer-review-label {
	font-weight: bold;
    margin-bottom: 0px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-created-date {
	font-size: 12px;
	font-style: oblique;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .dealer-review-message {
	font-size: 14px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .dealer-responce-box .dealer-responce-title-css {
	font-weight: bold;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .dealer-responce-box .dealer-responce-title-css fa {
	color: grey;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .dealer-desciption-half-hidden {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .card-header .hidden {
    display: none;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .card-header {
    padding: 0px 5px;
	margin-bottom: 0;
	background-color: unset;
	border-bottom: unset;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-listing {
    display: flex;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-listing .review-listing-left {
    width: 180px;
	height: 200px;
	margin-right: 20px;
}
#pmotortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-listing .review-listing-left .review-listing-image-vertical {
    color: #fff;
	height: 200px;
	position: relative;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-listing .review-listing-left .review-listing-image-vertical .not-img-text-css {
	color: #000;
	height: 200px;
	position: absolute;
	text-align: center;
	border: 1px solid #000;
	width: 180px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-listing .review-listing-left .review-listing-image-vertical img {
    height: 100%;
	width: 180px;
	max-width: 100%;
	bottom: -1px;
	top: -1px;
	left: -1px;
	right: -1px;
	max-height: 100%;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .review-listing .review-listing-right {
    width: calc(100% - 200px);
	padding: 5px;
	padding-left: 0px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .btn-show-hide-review {
    display: block ruby;
	width: 100%;
	color: #337ab7;
	cursor: pointer;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .card-header .fa.fa-chevron-down{
	display: block;
	cursor: pointer;
	padding-left: 10px;
	font-size: 14px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .card-header.collapsed .fa.fa-chevron-down {
	display: none;
	cursor: pointer;
	padding-left: 10px;
	font-size: 14px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .card-header .fa.fa-chevron-up {
	display: none;
	cursor: pointer;
	padding-left: 10px;
	font-size: 14px;
}
#motortrader-dealerreview-listing-section #nav-dealer-review .dealer-review-box .card-header.collapsed .fa.fa-chevron-up {
	display: block;
	cursor: pointer;
	padding-left: 10px;
	font-size: 14px;
}
@media (max-width:991px){

}
@media (max-width:767px){
	
}
@media (max-width:575px){
	
}

.header-search-car.homepage-filter {
	color: #7F7F7F;
	padding: 10px;
	border: none;
	margin-bottom: 20px;
}
.header-search-car .homepage-filter-container {
	background-color: #333;
	padding: 15px;
	color: #fff;
}
.header-search-car .homepage-filter-container .desktop-home-filter {
	display: block;
}
.header-search-car .homepage-filter-container .mobile-home-filter {
	display: none;
}
.header-search-car .homepage-filter-container #modal-head-title {
	color: #fff;
	text-align: center;
}
.header-search-car .homepage-filter-container .row {
	display: flex;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-left {
	width: 50%;
	padding: 10px 10px 10px 2px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-right {
	width: 50%;
	padding: 10px 2px 10px 10px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-full {
	width: 100%;
	padding: 10px 2px 10px 2px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-1 {
	width: 25%;
	padding: 10px 10px 10px 2px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-2 {
	width: 25%;
	padding: 10px 5px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-3 {
	width: 25%;
	padding: 10px 5px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-4 {
	width: 25%;
	padding: 10px 2px 10px 10px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-5 {
	width: 50%;
	padding: 10px 2px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-6 {
	width: 16.6%;
	padding: 10px 5px 10px 2px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-7 {
	width: 16.6%;
	padding: 10px 5px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-8 {
	width: 16.6%;
	padding: 10px 5px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-9 {
	width: 16.6%;
	padding: 10px 5px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-10 {
	width: 16.6%;
	padding: 10px 5px 10px 5px;
}
.header-search-car .homepage-filter-container .wp-advance-search-dropdown-11 {
	width: 16.6%;
	padding: 10px 0px 10px 5px;
}

.header-search-car .homepage-filter-container .dropdownbtn {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff url("asset/img/triangledown.png") right 5px center no-repeat;
}
.header-search-car .homepage-filter-container .dropdownbtn select {
	padding: 5px 0 5px 10px;
	font-size: small;
	line-height: 20px;
	height: 40px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: 0 0;
	outline: none;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: .01px;
	text-overflow: ellipsis;
	color: #303339;
}
.header-search-car .homepage-filter-container .input-group {
	height: 44px;
}
.header-search-car .homepage-filter-container .input-group-addon {
	color: #9A9A9A;
	background: #fff;
	padding: .65rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #bbb;
	height: 44px;
}
.header-search-car .homepage-filter-container input[type="text"] {
	border-radius: 0px;
	height: 42px;
	width: 100%;
	padding: 0px 8px;
}
.header-search-car .homepage-filter-container .row.text-right {
	text-align:right;
}
.header-search-car .homepage-filter-container .row.text-right .modal-button-search {
	width: 100%;
	padding: 10px 0;
	height: auto;
	display: block;
	padding: 10px 0 0 0;
}
.header-search-car .homepage-filter-container .row.text-right .modal-button-search-mobile {
	width: 100%;
	padding: 10px 0;
	height: auto;
	display: none;
}
.header-search-car .homepage-filter-container .row.text-right #reset-btn-modal:hover {
	background: #ffc107;
}
.header-search-car .homepage-filter-container .row.text-right #search-btn-modal:hover {
	background: #ffc107;
}
.header-search-car .homepage-filter-container .row.text-right #showmore-btn-modal:hover {
	background: #ffc107;
}
.header-search-car .homepage-filter-container .row.text-right #mobile-reset-btn-modal:hover {
	background: #ffc107;
}
.header-search-car .homepage-filter-container .row.text-right #mobile-search-btn-modal:hover {
	background: #ffc107;
}
.header-search-car .homepage-filter-container .row.text-right #mobile-showmore-btn-modal:hover {
	background: #ffc107;
}
.header-search-car .homepage-filter-container #showmoreAdvanceSearch-section.hidden {
	display: none;
}
.header-search-car .homepage-filter-container #showmoreAdvanceSearch-section.show {
	display: block;
}
.header-search-car .homepage-filter-container #mobile-showmoreAdvanceSearch-section.hidden {
	display: none;
}
.header-search-car .homepage-filter-container #mobile-showmoreAdvanceSearch-section.show {
	display: block;
}
@media (max-width:575px){
	.header-search-car .homepage-filter-container .desktop-home-filter {
		display: none;
	}
	.header-search-car .homepage-filter-container .mobile-home-filter {
		display: block;
	}
	.header-search-car .homepage-filter-container .row.text-right .modal-button-search {
		display: none;
	}
	.header-search-car .homepage-filter-container .row.text-right .modal-button-search-mobile {
		display: block;
		padding: 10px 0 0 0;
	}
	.header-search-car .homepage-filter-container .row.text-right #mobile-reset-btn-modal {
		font-size: 12px;
		height: 30px;
	}
	.header-search-car .homepage-filter-container .row.text-right #mobile-search-btn-modal {
		font-size: 12px;
		height: 30px;
	}
	.header-search-car .homepage-filter-container .row.text-right #mobile-showmore-btn-modal {
		font-size: 12px;
		height: 30px;
	}
}
.keyword-form-control {
	border: 1px solid #bbb;
	border-left-width: 1px;
	border-radius: 2px;
	background: #fff !important;
	border-left-width: 0px;
}
.header-search-car #squarespaceModal #modal-search-car .dropdownbtn select.disabled-css {
	opacity: 0.7;
	border-color: rgba(118, 118, 118, 0.3);
	background-color: #eee;
}
@media screen and (max-width: 767px) {
	.hidden-md-up-details-date {
		display: table !important;
	}
	.header-search-car .input-group-addon {
		padding: .75rem 5px;
	}
	.advance-search-keyword-css {
		margin-left: 5px;
	}
	.header-search-car #squarespaceModal #modal-search-car {
		padding: 10px 20px 0;
	}
}
#motortrader-dealerreview-listing-section .dealer-list__review_img {
	width: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
}
.view-in-mt {
	color: red;
	text-decoration: underline !important;
}
@media screen and (max-width: 575px) {
	.advance-search-keyword-css {
		display: none;
	}
}