:root {
  --button-color: rgb(70 175 112); /* green */
  --main-color: rgb(70 175 112); /* green */
  /*--background-color: rgb(249 249 249); */
  --background-color: #f2f2f2;
  --main-color-opacity: rgb(70 175 112 / 70%); /* green with opacity */
  --main-text-color: #545d6e;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c2c7;
  /*opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c0c2c7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c0c2c7;
}

.clear:after {
	content: '';
    display: block;
    clear: both;
}

span.clear {
	display: block;
	clear: both;
}

.not-selectable { /* prevents blue selection when mobile */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.not-selectable:focus {
	outline: none !important;
}

input, select, textarea {
	font-family: inherit;
}

input[type=text], input[type=password], select, textarea {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #545d6e;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	line-height: 22px;
	width: 300px;
	background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 10px;
	letter-spacing: 0.025em;
}

textarea {
	height: 100px;
	resize: vertical;
	max-height: 200px;
}  

/* Removes select default style for IE */
select::-ms-expand {
    display: none;
}

/* This way all the elements keep same width */
input, select, textarea {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

select {
	padding-right: 30px;
}

/* Using 'not' to NOT mess up with order-button styles - problem in iphone browser */
/*
select:not(.order-button) {
	background: white url(../img/down-arrow-2.png) no-repeat right 10px center;
	background-size: 10px;
}
*/

input[name="website"], input[name="website_internal"] {
	text-transform: lowercase;
}

/* Main elements */

body {
	padding: 0;
	margin: 0;
	/*font-family: Montserrat, 'Open Sans', calibri, arial;*/
	font-family: Montserrat, calibri, arial;
	color: #545d6e;
}

div#header {
	display: block;
	overflow: hidden;
	background-color: white;
	box-sizing: border-box;
	height: 80px;
	border-bottom: 1px solid #e3e3e3;
}

div#header:not(.search-page) {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

div#header div.center {
	display: block;
	position: relative;
	/*width: 1140px;*/
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	
	width: 100%;
    padding: 0 30px;
    max-width: 1200px;	
}

div#header div.center div.left-side {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    width: 240px;
}

div#header div.center div.left-side img {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 80%;
    margin: auto;
}

div#header div.center div.middle {
    display: block;
	position: relative;
    float: left;
	height: 100%;
	margin-left: 20px;
}

div.tabs-select-vehicle-type {
	display: block;
	overflow: hidden;
	margin-top: 0;
	
	/*margin-bottom: 25px;*/
	padding: 25px;
}

div.tabs-select-vehicle-type div.tab {
	float: left;
	width: 50%;
	cursor: pointer;
}

div.tabs-select-vehicle-type div.tab span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
	font-weight: bold;
	opacity: 0.5;
}

div.tabs-select-vehicle-type {
	display: block;
	overflow: hidden;
}

div.tabs-select-vehicle-type div.tab div.tab-inner {
	display: block;
	cursor: pointer;
}

div.tabs-select-vehicle-type div.tab div.tab-image {
	display: none;
    margin: 0;
    width: 100%;
    height: 40px;
}

div.tabs-select-vehicle-type div.tab.cars div.tab-image {
	background: transparent url(../img/car.png) no-repeat center center;
	background-size: 45px;
}

div.tabs-select-vehicle-type div.tab.motorbikes div.tab-image {
	background: transparent url(../img/motorcycle.png) no-repeat center center;
	background-size: 45px;
}

/*
div.tabs-select-vehicle-type div.tab.selected.cars div.tab-image {
	background: transparent url(../img/car_white.png) no-repeat center center;
	background-size: 45px;
}

div.tabs-select-vehicle-type div.tab.selected.motorbikes div.tab-image {
	background: transparent url(../img/motorcycle_white.png) no-repeat center center;
	background-size: 45px;
}
*/

#search-filters div.title {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
	margin-bottom: 10px;
}

#search-filters span.filter-group-title {
	display: block;
	margin-bottom: 5px;
}

#search-filters div.button-input {
	margin-right: 0;
}

#search-filters div.divisor-line {
	margin-top: 10px;
}

#search-filters div.divisor-line span {
	font-size: 16px;
}

div#quick-search-input-new {
	display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
	display: table;
	margin: 0 auto;
}

div#quick-search-input-new input[type=text] {
	float: left;
    width: 350px;
    border: none;
    /*background: #f9f9f9 url(../img/search_gray_32.png) no-repeat 10px center;
    background-size: 20px;(*/
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    outline: none;
	border-radius: 0;
	border-right: 1px solid #e4e4e4;
}

div#quick-search-input-new input[type=submit] {
	float: left;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 16px;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
	
	background: white url(../img/search_green.png) no-repeat center center;
    background-size: 18px;
    position: relative;
    width: 75px;
    padding-top: 12px;	
}

div#header div.center div.right-side {
    display: block;
	position: relative;
    float: right;
	height: 100%;
}

div#header div.center div.right-side.loading {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0.5;
	pointer-events: none;
}

div#header div.center div.right-side.loaded {
	opacity: 1;
	pointer-events: auto;
}

div#header div.center a.button {
	float: left;
    display: block;
    color: #545d6e;
    font-size: 16px;
    margin-right: 10px;
	padding: 10px;
}	

div#header div.center a.button:link {
	text-decoration: none;
}

div#header div.center a.button.sell-vehicle-button {
    background-color: #2e7df1;
    border-bottom: 3px solid #1751a7;
	border-radius: 3px;
	color: white;
    font-weight: bold;
    text-transform: uppercase;
	padding: 10px 20px;
}

div#header div.header-shortcuts {
	display: table;
    margin: 0 auto;
}

div#header div.header-shortcuts a {
	display: block;
    float: left;
    margin-left: 20px;
    font-size: 18px;
    text-decoration: none;
    color: inherit;
    padding: 20px;
    letter-spacing: 0.025em;
	text-transform: lowercase;
}

div#header div.header-shortcuts a:first-child {
	margin-left: 0;
	padding-left: 0;
}

div#header div.header-shortcuts a:last-child {
	padding-right: 0;
}

div#header a.header-button {
	float: left;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    color: inherit;
    font-size: 18px;
    margin-left: 20px;
    padding: 10px;
    letter-spacing: 0.025em;
	text-decoration: none;
	color: inherit;
    font-family: Montserrat;
    text-transform: uppercase;	
	font-weight: bold;
}

div#header a.header-button:first-child {
	margin-left: 0;
}

div#header a.header-button.mobile {
    display: none;	
}

a#my-favorites-button {
	/*background: transparent url(../img/like_new.png) no-repeat left center;*/
	/*background: transparent url(../img/thumbs_up_grey_64.png) no-repeat left center;*/
	background: transparent url(../img/like_gray.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px !important;
}

a#login-button {
	color: white !important;
	padding: 10px 20px !important;
	border-radius: 10px;
	background-color: var(--main-color) !important;
}

a#login-button.unread:before {
	content: attr(data-number);
    color: white;
    text-align: center;
    line-height: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: -8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #db4040;
    border-radius: 50%;	
}

/*
a#login-button.desktop {
	background-color: var(--main-color) !important;
}

a#login-button.mobile {
	background: transparent url(../img/user_gray.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px !important;
}
*/

a#login-button-mobile {
	background: transparent url(../img/user_gray.png) no-repeat left center;
	background-size: 20px;
	padding-left: 30px !important;
	padding: 10px 20px !important;
}

a.button-next {
    display: table;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
	text-transform: uppercase;
	font-family: MontSerrat;
	font-weight: bold;
	border-radius: 30px;
	background: rgb(68,65,65) url(../img/next_white.png) no-repeat center right 35px;
	background-size: auto;
	background-size: 16px;
	padding: 20px 40px;
	padding-right: 58px;
	transition: all 0.5s;	
}

a.button-next:hover {
	transform: scale(1.2);
}

/*
div#header a.header-button.login-button {
    background-color: #2e7df1;
    color: white;
	border: 1px solid #2e7df1;
    border-radius: 10px;
    padding: 10px 20px;
}

div#header a.header-button.logout-button {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
    padding: 10px 20px;
}
*/

div#content {
	display: block;
	position: relative;
	background-color: var(--background-color);
	min-height: 500px;
	padding: 20px 0;
	padding-bottom: 60px;
	z-index: 1;
	overflow: hidden;
}

div#content:not(.search-page) { 
	margin-top: 80px !important;
}

div#footer {
	display: block;
	background-color: #f4f4f4;
}

div#footer div.bottom {
	display: block;
	padding: 20px;
	background-color: #edebe9;
}

div#footer div.bottom.mobile {
	display: none;
	background-color: #f4f4f4;
	padding-bottom: 40px;
}

div#footer div.bottom span {
	display: block;
	text-align: center;
	font-size: 14px;
}

div#footer div.center {
	display: block;
	width: 1140px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}

div#footer div.logo {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 75px;
}

div#footer div.logo.mobile {
	display: none;
	position: relative;
    float: none;
	width: 100%;
	height: 125px;
    margin-top: 20px;
}

div#footer div.logo img {
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

div#footer div.sections {
	display: block;
	overflow: hidden;
}

div#footer div.footer-section {
	display: block;
	float: left;
	padding-left: 100px;
	box-sizing: border-box;
	width: 33.33%;
}

div#footer div.footer-section span.title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: MontSerrat;
	text-transform: uppercase;
	padding-bottom: 20px;
}

div#footer div.footer-section div.content {
	display: block;
	overflow: hidden;
}

div#footer div.footer-section a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: inherit;
	margin-top: 10px;
}

div#footer div.facebook-like-button {
	display: none; 
	clear: both; 
	float: right; 
	padding-top: 40px; 
	overflow: hidden	
}

div#go-top-button {
	display: none;
    position: fixed;
    height: 60px;
    width: 60px;
    background: #46af70 url(../img/arrow_up_white_32.png) no-repeat center center;
    background-size: 32px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    border-radius: 30px;
    opacity: 0;
	cursor: pointer;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

div#go-top-button.search-page {
    right: 40px;
}

div.go-top-button {
    display: none;
    position: absolute;
    height: 60px;
    width: 60px;
    background: #46af70 url(../img/arrow_up_white_32.png) no-repeat center center;
    background-size: 32px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    border-radius: 30px;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;	
}

div.go-top-button.search-page {
    right: 40px;
}


div#main-form {
	display: block;
	width: 960px;
	margin: 0 auto;
	min-height: 500px;
}

div#main-form.centered {
	width: 640px;
    padding: 60px 20px;
    box-sizing: border-box;
}

div.section {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.section div.title {
	display: block;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 28px;
}

div.section div.title.center {
	display: block;
	text-align: center;
}

div.section div.main-title {
	display: block;
    /* border-bottom: 1px solid #e4e4e4;*/
    font-size: 36px;
}

div.section div.content {
	display: block;
	/*overflow: hidden;*/
}

div.section div.title + div.content {
	padding-top: 20px;
}

div.section.main-section div.content {
	padding-top: 40px;
}

div.center-line {
	display: block;
	position: relative;
}

div.center-line span {
	display: table;
    position: relative;
    background-color: white;
    z-index: 10;
	margin: 0 auto;
	padding: 0 20px;
}

div.center-line.grey span {
    background-color: #f4f4f4;
}

div.center-line:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e4e4e4;
    top: 50%;
    width: 100%;
    z-index: 1;
}

/* Common */

div.vehicle-items-divisor {
	display: block;
	margin-top: 20px;
	font-size: 14px; 
	cursor: pointer
}

div.vehicle-items {
	display: block;
	overflow: hidden;
}

div.vehicle-items-divisor span {
	display:table;
	margin:0 auto;
}

div.vehicle-items#other-items {
	/*border-top: 1px solid #c1c1c1;*/
}

div#vehicle-items-divisor-line {
	display: none; 
	height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.cursor-pointer {
	cursor: pointer;
}

div.divisor-line {
	display: block;
	position: relative;
	width: 80%;
	margin: 0 auto;
}

div.divisor-line span {
	display: table;
    position: relative;
    font-size: 16px;
	background-color: white;
    z-index: 10;
    margin: 0 auto;
    padding: 0 20px;
}

div.divisor-line:after {
    content: "";
    position: absolute;
	border-bottom: 1px solid #e4e4e4;	
    top: 50%;
    width: 100%;
    z-index: 1;
}

/* Customized */

#result_message {
	width: 100%;
	border-radius: 0;
	padding: 20px;
}

#result_message span.title {
	text-transform: uppercase;
	font-size: 14px;
}

#result_message.error_message {
	color: white;
	background-color: #f77274;
	border: none;
}

#result_message.success_message {
	color: white;
	/*background-color: #52b155;*/
	background-color: #8dc38e;
	border: none;
}

#result_message span {
	text-transform: uppercase;
	font-size: 14px;
}

/* Common */

.overflow-hidden {
	overflow: hidden;
}

.common-center {
	display: table;
	margin: 0 auto;
}

.common-margin-top {
	margin-top: 20px !important;
}

a.not-visited-link {
	color: blue;
}

div.slide-page-indicators {
	display: block;
}

div.page-indicator {
	/*background-color: #d2caca;
	border: 1px solid #d2caca;*/
}

div.page-indicator.selected {
	background-color: rgb(70 175 112);
    border: 1px solid rgb(70 175 112);
}

/* Mobile */

div#header div.center div#menu-mobile { /* Javascript functions rely on this id to know when desktop or mobile */
	display: none;
	float: right;
	height: 100%;
	width: 50px;
	position: relative;
}

div#header div.center div#menu-mobile img {
	display: block;
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

div#header div.menu-mobile-scroll {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: 9997;
	background-color: white;
	visibility: hidden;
	transition: height 0.2s ease-out;
}

div#header div.menu-mobile-scroll ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

div#header div.menu-mobile-scroll ul li {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	height: 50px;
	box-sizing: border-box;
}

div#header div.menu-mobile-scroll ul li a {
	display: block;
	line-height: 50px;
	padding-left: 20px;
	font-size: 14px;
}

div#header div.menu-mobile-scroll ul li a:link {
	text-decoration:none;
	color:inherit;
}

div#header div.menu-mobile-scroll ul li a:visited {
	text-decoration:none;
	color:inherit;
}

/* Used so than IE does not show default select arrow icon */
/*
select::-ms-expand {
    display: none;
}
*/

select {
	background: white url(../img/arrow_down_32.png) no-repeat right 10px center;
	background-size: 16px;
}

/* Menu options when mobile mode */

div#options-panel-background-window {
	display: none;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9998;
    background-color: black;
    opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

div#options-panel-main-window {
	display: none;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
	padding: 20px;
    box-sizing: border-box;	
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
}

div#options-panel-main-window div.center {
	display: block;
    position: relative;
    background-color: white;
    overflow: hidden;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    border-radius: 5px;
	padding: 20px;
	max-width: 300px;
}

div#options-panel-main-window div.center div.title {
	display: block;
	padding-bottom: 10px;
	font-size: 22px;
	color: inherit;
	border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

div#options-panel-main-window div.center div.options {
	padding-top: 10px;
}

div#options-panel-main-window div.center div.options div.item {
    display: block;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    background-color: #F4F4F4;
	border-radius: 3px;
    margin-top: 10px;
    text-align: center;
}

div#options-panel-main-window div.center div.options div.item a {
	text-decoration: none;
	display: block;
	padding: 10px;
    color: inherit;
}

/* Vehicles list footer */

div.page-selector-desktop {
	display: table;
	margin: 30px auto;
	overflow: hidden;
	clear: both;
}

div.page-selector-desktop a.page-item {
	float: left;
    position: relative;
	border: 2px solid #edebe9;
    border-radius: 3px;
    text-decoration: none;
    color: inherit;
    display: inline-block;
    line-height: 30px;
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
	padding: 10px 20px;
	background-color: white;
    color: #46af70;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;	
}

div.page-selector-desktop a.page-item:first-child {
	margin-left: 0;
}

div.page-selector-desktop a.page-item.selected {
	font-weight: bold;
	font-size: 20px;
}

/* Basic button */ 

a.basic-button {
	display: block;
	float: right;
	border: 1px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	border-radius: 3px;
	margin-right: 5px;
	text-decoration: none;
	background-color: white;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 25px;
	height: 45px;
	box-sizing: border-box;
	color: inherit;
}

a.basic-button.float-left {
	float: left;
}

/* Button icon styles */

a.button-icon  {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    color: inherit;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	border-radius: 3px;
	text-decoration: none;
}

a.button-icon div {
    display: table;
    margin: 0 auto;
    padding: 10px;
}

a.button-icon span.icon {
    float: left;
    height: 30px;
    width: 26px;
	/* Customize */
    /* background: transparent url(../img/star_all_grey.png) no-repeat left center; */
    /* background-size: 16px; */
}

a.button-icon span.text, a.button-icon input[type=submit] {
	float: left;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

a.button-icon.featured-button span.icon {
	background: transparent url(../img/star.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.edit-button span.icon {
	background: transparent url(../img/edit.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.delete-button span.icon {
	background: transparent url(../img/delete.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.compare-button span.icon {
	background: transparent url(../img/check.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.approve-button span.icon {
	background: transparent url(../img/approve.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.disapprove-button span.icon {
	background: transparent url(../img/disapprove.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.add-vehicle-button span.icon {
	background: transparent url(../img/car_frontal_gray_32.png) no-repeat left center;
	background-size: 24px;
}

a.button-icon.search-button {
	background-color: rgb(70 175 112);
	border: none;
}

a.button-icon.search-button span.icon {
	background: transparent url(../img/search_white_32.png) no-repeat left center;
    background-size: 24px;
	height: 30px;
	width: 34px;
}

a.button-icon.search-button span.text, a.button-icon.search-button input[type=submit]  {
	color: white;
    font-size: 22px;
    font-weight: bold;
	text-transform: uppercase;
	float: left !important;
	width: auto !important;
	cursor: pointer;
}

a.button-icon.search-button.align-center {
	display: table;
	margin: 0 auto;
	padding: 0 40px;
}

a.button-icon span.label {
    display: table;
	padding: 10px;
    color: white;
    margin: 0 auto;
    position: relative;
    background: transparent url(../img/search_white_32.png) no-repeat left center;
    background-size: 16px;
    padding-left: 24px;
    padding-right: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;	
}

a.button-icon.top-button {
	display: block;
    float: left;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    background-color: #e6e6e6;	
}

/* Button input styles */

div.button-input {
	float: left;
}

div.button-input div.input {
	display: block;
    float: none;
    position: relative;
    overflow: hidden;
}

div.button-input div.input input {
	float: none;
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 10px;
}

div.button-input div.button {
	float: right;
    width: 44px;
    height: 44px;
    margin-left: 5px;
    font-family: inherit;
    color: inherit;
}

div.button-input div.button input {
	display: block;
	height: 100%;
	width: 100%;
    cursor: pointer;
    border: 1px solid #e4e4e4;
	box-sizing: border-box;
    border-radius: 3px;
	/* Customize */
    /* background: white url(../img/search2.png) no-repeat center center; */
    /* background-size: 16px; */
}

div.button-input.search-button {
	float: left;
    width: 200px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

div.button-input.double-input {
	width: 300px;
}

div.button-input.search-button div.button input {
    background: white url(../img/search2.png) no-repeat center center;
    background-size: 16px;
}

div.button-input div.input div.double-input {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

div.button-input div.input div.double-input:first-child {
	padding-right: 5px;
}

div.button-input div.input div.double-input + div.button-input div.input div.double-input {
	padding-left: 5px;
}

/* Input elements styles */

input[type=submit].submit-button {
	display: table;
	margin: 0 auto;
	border-radius: 3px;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 28px;
	padding: 10px 30px;
	text-align: center;
	box-shadow: none;
	cursor: pointer;	
	background-color: #2e7df1;
	-webkit-appearance: none;
	
	text-transform: uppercase;
	margin-top: 40px;
	font-size: 22px;
	padding: 20px 30px;
	background-color: #46af70;
	
}

select.order-button {
	float: right;
	width: 200px;
	border: 2px solid #e4e4e4;
	height: 45px;
	font-family: MontSerrat;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
}

/* Common buttons */


/* Quick login buttons */

a.quick-login-button {
	min-width: 350px;
}

/* Facebook button style */

a.button-icon.facebook-button {
    display: table;
    margin: 0 auto;
	background-color: #4a6ea9;
	border: none;
}

a.button-icon.facebook-button div {
    display: table;
    margin: 0 auto;
    padding: 15px;
	padding-right: 25px;
}

a.button-icon.facebook-button span.icon {
    float: left;
    height: 36px;
    width: 40px;
    background: transparent url(../img/facebook-icon.png) no-repeat left center;
    background-size: 36px;
}

a.button-icon.facebook-button span.text {
    line-height: 36px;
    font-size: 20px;
	color: white;
	font-weight: bold;
	text-transform: lowercase;
}

a.button-icon.google-button {
	display: table;
    background-color: #dd4d3f;	
}

a.button-icon.google-button span.icon {
    float: left;
    height: 36px;
	width: 50px;
    background: transparent url(../img/google-plus2.png) no-repeat left center;
    background-size: 48px;
}

a.button-icon.whatsapp-button {
	display: table;
    background-color: #25d366;	
}

a.button-icon.whatsapp-button span.icon {
    float: left;
    height: 36px;
	width: 50px;
    background: transparent url(../img/whats_64.png) no-repeat left center;
    background-size: 44px;
}

a.button-icon.whatsapp-button span.text {
	color: white;
}

a.button-icon.phone-button {
	display: table;
    background-color: #dadada;	
}

a.button-icon.phone-button span.icon {
    float: left;
    height: 36px;
	width: 40px;
    background: transparent url(../img/phone_32.png) no-repeat left center;
    background-size: 24px;
}

a.validate-whatsapp-button {
	display: table;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
    background-color: #25d366;
    padding: 20px;
    color: white;
    /* font-weight: bold; */
    font-size: 16px;
    background: #25d366 url(../img/whats_64.png) no-repeat left 15px center;
    background-size: 44px;
    padding-left: 67px;
    border-radius: 20px;
	text-decoration: none;
}

a.new-remove-phone-button {
	display: table;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 20px;
    color: inherit;
    font-size: 16px;
    border-radius: 20px;
	text-decoration: none;
	clear: both;
}

div.page-selector-mobile {
	display: none;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	/*border-top: 1px solid #e9e9e9;*/
}

div.page-selector-mobile div.button {
	display: block;
	width: 50%;
	box-sizing: border-box;
}

div.page-selector-mobile div.button.left {
	padding-right: 5px;
	float: left;
}

div.page-selector-mobile div.button.right {
	padding-left: 5px;
	float: right;
}

div.page-selector-mobile a.basic-button.page {
	float: none;
    font-size: 16px;
    text-align: center;
	margin-right: 0;
	border-width: 2px;
	color: #46af70;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;	
}

div.fake-select {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	box-sizing: border-box;
	cursor: default;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	/*overflow: hidden;*/
	background-color: white;
}

div.fake-select div.visible-area {
	padding: 10px;
	background: white url(../img/arrow_down_32.png) no-repeat right 10px center;
	background-size: 16px;
	padding-right: 36px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	letter-spacing: 0.025em;
	border-radius: 10px;
}

div.fake-select div.visible-area span.selected-text {
	font-size: 14px;
	color: #545d6e;
	line-height: 22px;
}

div.fake-select.order-button {
	float: right;
	width: 140px;
	border-bottom: 2px solid #e4e4e4;
	height: 44px;
}

div.fake-select.order-button div.visible-area span.selected-text {
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
}

div.fake-select.opened {
	border-radius: 3px 3px 0 0 !important;
	border-bottom-color: white !important;
}

/* Vehicle type selection with icons - home and search page */

#vehicle-type-selection {
	display: table;
	position: relative;
	padding-bottom: 20px;
	margin: 0 auto;
	overflow: hidden;
}

#vehicle-type-selection a.vehicle-type {
	float: left;
	position: relative;
	margin-left: 40px;
	border: 2px solid transparent;
	cursor: pointer;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}

#vehicle-type-selection a.vehicle-type div.image {
	display: block;
	height: 100px;
}

#vehicle-type-selection a.vehicle-type span {
	display: block;
	text-align: center;
}

#vehicle-type-selection a.vehicle-type.selected {
	border-radius: 100px;
	border: 2px solid #545d6e;
	background-color: #7695b9;
}

#vehicle-type-selection a.vehicle-type:first-child {
	margin-left: 0;
}

#vehicle-type-selection a.vehicle-type.cars {
	background: transparent url(../img/car.png) no-repeat center center;
}

#vehicle-type-selection a.vehicle-type.cars.selected {
	background: #2e7df1 url(../img/car_white.png) no-repeat center center;
}

#vehicle-type-selection a.vehicle-type.motorbikes {
	background: transparent url(../img/motorcycle.png) no-repeat center center;
}

#vehicle-type-selection a.vehicle-type.motorbikes.selected {
	background: #2e7df1 url(../img/motorcycle_white.png) no-repeat center center;
}

#vehicle-type-selection a.vehicle-type.trucks {
	background: transparent url(../img/truck.png) no-repeat center center;
}

#vehicle-type-selection a.vehicle-type.trucks.selected {
	background: #497db1 url(../img/truck_white.png) no-repeat center center;
}

/* Generic divs */

div#background-black-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
    opacity: 0.5;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

div.message-panel {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	
	/*
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	*/
}

div.message-panel div.message-panel-center {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    max-width: 300px;
    background-color: white;
    /*border: 1px solid #e4e4e4;*/
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto;
	
	/*
	top: 75%;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	*/
}

div.message-panel div.message-panel-center img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

div.message-panel div.message-panel-center div.image {
    display: block;
	height: 64px;
	width: 64px;
    margin: 0 auto;
    margin-bottom: 20px;
}

div.message-panel div.message-panel-center a.close-button {
	display: table;
    margin: 0 auto;
    margin-top: 20px;
    color: inherit;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}

div.message-panel div.message-panel-center a.button {
    display: block;
	background-color: var(--button-color);
    text-decoration: none;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: MontSerrat;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 20px;	
}

div#loading-panel.message-panel div.message-panel-center div.image {
	background: transparent url(../img/loading.gif) no-repeat center center;
	background-size: 64px;
}

div#error-panel.message-panel div.message-panel-center div.image, div#login-panel.message-panel div.message-panel-center div.image {
	background: transparent url(../img/sad_face.png) no-repeat center center;
	background-size: 64px;
}

div#success-panel.message-panel div.message-panel-center div.image {
	background: transparent url(../img/happy_face.png) no-repeat center center;
	background-size: 64px;
}

div#confirmation-panel.message-panel div.message-panel-center div.image {
	background: transparent url(../img/question.png) no-repeat center center;
	background-size: 64px;
}

div#information-panel.message-panel div.message-panel-center div.image {
	background: transparent url(../img/information.png) no-repeat center center;
	background-size: 64px;
}

div#quick-message {
	display: block;
	position: fixed;
    width: 300px;
	max-width: 80%;
	text-align: center;
    /*background-color: rgba(0, 0, 0, 0.7);*/
	background-color: var(--main-color);
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9999;
    color: white;
    padding: 20px;
    border-radius: 10px;	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	text-shadow: 0 1px 3px black;
	cursor: pointer;
	opacity: 0;
}

div.message-panel div.message-panel-center span {
    display: block;
    text-align: center;
    font-size: 16px;
}

div.message-panel div.buttons {
	display: block;
    overflow: hidden;
    margin-top: 20px;
}

div.message-panel div.buttons div.button {
	float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px
}

div.message-panel div.buttons div.button a {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}

/* Fake checkbox styles */

label.checkbox {
	display: block;
	float: none;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 5px;
	overflow: hidden;
}

label.checkbox.checkbox-vehicle-items {
	display: block;
	float: left;
	width: 33.33%;
}

label.checkbox.remember-user {
	display: block;
	margin-top: 20px;
}

label.checkbox.remember-user span {
	font-size: 16px;
}

label.checkbox input[type=checkbox] {
	display: none;
}

label.checkbox span {
	display: inline;
	line-height: 20px;
	font-size: 14px;
}

div.fake-checkbox {
	float: left;
	position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
	margin-right: 10px;
	padding: 9px;
	background-color: white;
}

div.fake-checkbox:after {
	content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    top: 1px;
    left: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	border: none;
}

div.fake-checkbox.checked:after {
    border-right: 3px solid #46af70;
    border-bottom: 3px solid #46af70;
}

div.checkbox-group {
	display: block;
	margin-top: 10px;
}

div.checkbox-group label.checkbox {
	display: block;
	float: none;
	width: auto;
	margin-bottom: 10px;
}

div.checkbox-group label.checkbox span {
	display: block;
	float: left;
	font-size: 16px;
}

div.checkbox-group span {
	font-weight: normal;
}

div.no-results {
    display: block;
	/*background-color: white;*/
    padding: 80px;
	padding-bottom: 120px;
    border-radius: 3px;
}

div.no-results span {
	display: block;
    text-align: center;
    font-size: 16px;
}

div.no-results span.title {
    font-size: 24px;
    margin-bottom: 20px;
}

div.row {
	display: block;
	overflow: hidden;
}

div.field {
	display: block;
	box-sizing: border-box;
	padding-bottom: 10px;
}

div.field:after {
	content: '';
    display: block;
    clear: both;
}

div.field.center {
	display: table;
	margin: 0 auto;
}

div.field.field-full-width div.name {
	width: 100%;
	float: none;
}

div.field div.name {
	display: block;
	float: left;
	width: 150px;
	padding-right: 10px;
    box-sizing: border-box;
	min-height: 10px;
	padding: 1px; /* TODO: decide if adding this so then outline works ok */
}

div.field div.name:after {
	content: '';
    display: block;
    clear: both;
}

div.field.center div.name {
	float: none;
	width: 100%;
}

div.field div.name label {
    line-height: 44px;
    letter-spacing: 0.025em;
	font-size: 14px;
}

div.field div.value {
	display: block;
	box-sizing: border-box;
	width: 300px;
	padding: 1px; /* TODO: decide if adding this so then outline works ok */
	
	float: left;
}

div.field div.value:after {
	content: '';
    display: block;
    clear: both;
}

div.field.field-full-width div.value {
	width: 100%;
	float: none;
}

div.field.field-phone {
	width: 100%;
}

div.field.field-phone div.value {
	float: left;
	width: auto !important;
}

div.field.field-phone div.value div.fields {
	float: left;
	overflow: hidden;
}

div.field.field-phone div.value div.fields div.input-parent {
	float: left;
	margin-right: 5px;
	width: 150px;
	box-sizing: border-box;
}

div.field.no-name {
	width: 100%;
	float: none;
	padding: 0;
}

div.field.no-name div.value {
	width: auto;
}

div.field div.value div.button {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    float: right;
    width: 44px;
    height: 44px;
    margin-left: 10px;
    font-family: inherit;
    color: inherit;
}

div.field div.value div.button input {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	border-radius: 3px;
	background: white url(../img/search2.png) no-repeat center center;
	background-size: 16px;	
}

div.field div.value div.overflow {
	display: block; 
	overflow: hidden;
}

div.field div.value div.double-input {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 50%;
}

div.field div.value div.double-input:first-child {
	padding-right: 5px;
}

div.field div.value div.double-input + div.double-input {
	padding-left: 5px;
}

div.field div.value input, div.field div.value textarea, div.field div.value div.fake-select, div.field div.value select {
	width: 100%;
}

div.field div.value div.double-input a.button-check {
	background-color: white;
    color: initial;
    padding: 10px 0;
    border-radius: 25px;
    text-decoration: none;
    width: 100%;
    /* height: 40px; */
    display: block;
    font-size: 12px;
    text-align: center;
    /* height: 30px; */
    line-height: 25px;
    border: 1px solid #CCC;
    box-sizing: border-box	
}

div.field div.value div.double-input a.button-check.checked {
	background-color: var(--button-color);
	color: white;
}

div.overflow-hidden-div {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
}

span.field-error {
	display: none;
	color: #f77274;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	margin: 10px 0;
}

div#my-account-navigator-mobile {
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	background-color: white;
	overflow: auto;
}

div#my-account-navigator-parent {
	display: block;
    float: left;
    position: relative;
    width: 25%;
}
	
div#my-account-navigator {
	display: block;
	/*float: left;*/
	background-color: white;
	border-radius: 3px;
	margin-right: 20px;
	/*width: 250px;*/
	box-sizing: border-box;
	padding: 20px;
}

div#my-account-navigator ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#my-account-navigator ul li {
	display: block;
	padding-top: 5px;
}

div#my-account-navigator ul li a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 20px;
    font-weight: bold;
    color: inherit;
    font-size: 16px;
    /*letter-spacing: 0.025em;*/
	transition: color 1s;
	-webkit-transition: color 1s;
	
	background: none !important;
	/*padding-left: 0 !important;*/
	font-family: Montserrat !important;
    text-transform: uppercase !important;
	font-weight: normal;
	border-radius: 10px;
}

div#my-account-navigator ul li a:hover {
	background-color: #f6f6f6 !important;
}

/*
div#my-account-navigator ul li a:hover {
	color: #0765ef;
}
*/

div#my-account-navigator ul li a.my-stuff {
	background: transparent url(../img/megaphone.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.my-favorites {
	background: transparent url(../img/star.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.my-data {
	background: transparent url(../img/user_data_gray_24.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.change-email {
	background: transparent url(../img/change_email_gray_24.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.change-password {
	background: transparent url(../img/change_password_gray_24.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.approve-ads {
	background: transparent url(../img/approve.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.reproved-ads {
	background: transparent url(../img/disapprove.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.users {
	background: transparent url(../img/user_gray_32.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.companies {
	background: transparent url(../img/company.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.logout {
	background: transparent url(../img/logout.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.messages {
	background: transparent url(../img/message_32.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.logs {
	background: transparent url(../img/logs.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.errors {
	background: transparent url(../img/warning.png) no-repeat 20px center;
    padding-left: 59px;
    background-size: 24px;
}

div#my-account-navigator ul li a.selected {
	font-weight: bold;
}

div#my-account-navigator.mobile {
	width: 100%;
}

div#my-account-navigator.mobile ul {
	padding: 5px;
	overflow: hidden;
}

div#my-account-navigator.mobile ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

div#my-account-navigator.mobile ul li a {
	padding: 10px;
	padding-top: 52px;
	padding-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
	background-position-x: center;
	background-position-y: 20px;
	font-size: 14px;
}

div#my-account-navigator div.header {
    display: block;
	background-color: #F4F2F0;
    padding: 20px;
    overflow: hidden;
}

div#my-account-navigator div.header span.title {
    float: left;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #2e7df1;
    text-transform: lowercase;
}

div#my-account-navigator div.header span.close-button {
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: lowercase;
}

span.count {
	display: block;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.message {
	display: none;
	width: 800px;
	margin: 0 auto;
	background-color: white;
	border-radius: 10px;	
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div.message div.image {
	display: block;
	height: 64px;
    margin-top: 20px;	
    margin-bottom: 20px;	
}

div.message.success div.image {
    background: transparent url(../img/happy_face.png) no-repeat center center;
	background-size: 64px;
}

div.message.error div.image {
    background: transparent url(../img/sad_face.png) no-repeat center center;
	background-size: 64px;
}

div.message.loading div.image {
    background: transparent url(../img/loading.gif) no-repeat center center;
	background-size: 60px;
}

div.message span.title{
	display: block;
	text-align: center;
	font-size: 30px;
}

div.message span.progress{
	display: block;
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
}

div.message a.link{
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	color: inherit;
	margin-bottom: 20px;
}

div.message span {
	display: block;
	margin-top: 20px;
	text-align: center;
}

div#fake-input-select div.header span.title {
	text-transform: none;
	color: rgb(70 175 112);
	
}

div.check-box-group {
	display: block;
	margin-top: 10px;
}

div.check-box {
    display: block;
    margin-bottom: 15px;
	cursor: pointer;
	user-select: none;	
}

div.check-box div.check {
	float: left;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-right: 10px;
    padding: 9px;
    background-color: white;	
}

div.check-box div.check:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 10px;
	top: 1px;
	left: 5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: none;
}

div.check-box.checked div.check:after {
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
}

div.check-box span {
    display: block;
    line-height: 20px;
    font-size: 14px;	
}

div#accept-cookies {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(58 51 51 / 90%);	
	z-index: 9999999;
    bottom: -100%;
    transition: bottom 0.5s;
}

div#accept-cookies span {
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;	
}

div#accept-cookies a {
	color: white;
}

div#accept-cookies a.button {
	color: white;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 25px;
    box-sizing: border-box;
    background-color: var(--button-color);
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;	
}

div.contact-panel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.3);
	z-index: 9999999;
	padding: 40px;
    box-sizing: border-box;	
	overflow-y: auto;
}

div.contact-panel div.center {
	display: block;
	position: relative;
	width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: white;
	padding: 20px;
	border-radius: 15px;
    max-width: 100%;
    box-sizing: border-box;	
}

div.contact-panel.enable-scroll div.center {
	top: 0;
	left: 0;
	transform: none;
	margin: 0 auto;
}

div.contact-panel div.center div.title {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

div.contact-panel div.center div.title div.close-button {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: white;
    z-index: 999999;
    background: transparent url(../img/close-button.png) no-repeat center right;
    background-size: 14px;
    cursor: pointer;	
}

div.contact-panel div.center span.title {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 0 40px;
}

div.contact-panel div.center span.text {
	display: block;
	margin-bottom: 20px;
	display: block;
	text-align: center;	
}

div.contact-panel div.center a {
    background-color: var(--button-color);
    display: block;
    text-decoration: none;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: MontSerrat;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
	margin-top: 10px;
}

div.input-with-clear-button {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
}

div.input-with-clear-button div.clear-button {
	display: block;
    position: relative;
    float: right;
    width: 40px;
    height: 42px;
    background: transparent url(../img/close-button.png) no-repeat center center;
    background-size: 10px;
    opacity: 1;	
	cursor: pointer;
}

div.input-with-clear-button div.input-div {
	position: relative;
    display: block;
    overflow: hidden;
}

div.input-with-clear-button input[type=text] {
    border: none !important; 
    overflow: hidden !important;
    outline: none !important;
}

div.message-center {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998; /* 2025.01.11 - changed back to 9998 due to error in exchange div x loading - do know why changed it from 98 to 99 previously */
    /*z-index: 9999;*/
    background-color: rgb(0 0 0 / 30%);
    padding: 40px;
    overflow-y: auto;
    box-sizing: border-box;	
}

div.message-center div.center {
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;	
}

div.message-center div.center div.title {
	display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #F4F2F0;
}

div.message-center div.center div.title span.title {
	display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: MontSerrat;
    text-transform: uppercase;
    padding-right: 50px;
}

div.message-center div.center div.title div.close-button {
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: white;
    z-index: 999999;
    background: transparent url(../img/close-button.png) no-repeat center right;
    background-size: 14px;
    cursor: pointer;	
}

div.half {
	display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 5px;	
}

div.half input[type=submit].submit-button {
	width: 100%;
	font-size: 16px;
}

/* moved from view_ad.css */
div#message-fields input[type=submit].submit-button {
	font-size: 16px;
	font-family: MontSerrat;
	text-transform: uppercase;
	border-bottom: none;
	background-color: rgb(70 175 112);
	padding: 20px 60px;
	border-radius: 10px;
}

div#menu-mobile div.inner {
	max-width: 25% !important;
}

/* new styles for particulars */

div.smart-center {
	display: block;
	position: relative;
    margin: 0 auto;
	width: 100%;
    max-width: 1000px;
	padding: 40px;
    padding-bottom: 200px;
	box-sizing: border-box;
}

div.smart-center form {
    display: block;
	position: relative;
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    max-width: 300px;	
}

span.smart-title {
	display: block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #3e3c46;
}

span.smart-sub-title {
    display: block;
    text-align: center;
    font-size: 16px;
    color: inherit;
    margin-top: 20px;
	margin-bottom: 40px;
}

input[type=text].smart, input[type=password].smart, select.smart, textarea.smart, div.fake-select.smart {
	font-size: 18px;
    line-height: 30px;
    border-radius: 0;
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: none;
}

div.fake-select.smart div.visible-area span.selected-text {
	font-size: 18px;
}

div.fake-select.smart div.hidden-area ul.list li span {
    font-size: 18px;
}

div.fake-select.smart div.hidden-area div.filter input {
	font-size: 18px;
    line-height: 30px;
}

div.fake-select.smart.opened {
	border-radius: 10px 10px 0 0 !important;
}

div.fake-select.smart div.hidden-area {
	left: -2px !important;
}

div.fake-select.smart div.hidden-area div.fake-select-center {
	border: 2px solid #c4c4c4;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}

a.go-back-button {
	display: block;
	margin-bottom: 40px;
	color: inherit;	
}

/*
img.common-company-logo {
	border-radius: 50% !important;
	box-sizing: border-box !important;
}
*/

@media only screen and (max-width: 1220px) {

	div#footer div.center {
		width: 1000px;
	}

	div#footer div.footer-section {
		padding-left: 80px;
	}
	
	div#quick-search-input-new input[type=text] {
		width: 250px;
	}
	
}

@media only screen and (max-width: 1020px) {

	div#header div.header-shortcuts a {
		padding: 20px 10px;
		font-size: 16px;
	}
	
	div#header div.center div.middle {
		padding-left: 20px;
	}
	
	div#footer div.center {
		width: 860px;
	}

	div#footer div.footer-section {
		padding-left: 50px;
	}
	
	div#main-form {
		width: 100% !important;
	}

	div#my-account.my-favorites-not-logged {
		display: block;
		width: 100%;
	}	

	div#my-account.my-favorites-not-logged div#my-account-content {
		float: none;
		width: 100%;
	}
	
}

@media only screen and (max-width: 1000px) {

	div.field.field-phone div.value {
		display: block;
		width: 100% !important;
	}
	
	div.field.field-phone div.value div.fields {
		float: none;
	}

	div.field.field-phone div.value div.fields div.input-parent {
		width: 50%;
		margin-right: 0;
		margin-top: 5px;
	}	
	
	div.field.field-phone div.value div.fields div.input-parent.first {
		padding-right: 2.5px;
	}

	div.field.field-phone div.value div.fields div.input-parent.middle-first {
		padding-left: 2.5px;
	}

	div.field.field-phone div.value div.fields div.input-parent.middle-second {
		padding-right: 2.5px;
	}

	div.field.field-phone div.value div.fields div.input-parent.last {
		padding-left: 2.5px;
	}
	
	a.button-icon.my-account-simple-button.remove-button {
		display: block;
		float: none;
		margin-top: 5px;
		margin-left: 0;
	}

}
	
@media only screen and (max-width: 880px) {
	
	.hide-when-mobile {
		display: none !important;
	}
	
	.show-when-mobile {
		display: block !important;
	}

	div#header {
		height: auto;
		border-bottom: none;
	}

	div#header div.center {
		height: 60px;
		padding: 0 10px !important;
		border-bottom: 1px solid #e3e3e3;
	}
	
	div#header div.header-shortcuts {
		display: none;
	}

	div#header div.center div.left-side {
		width: 150px;
	}
	
	div#header div.center div.middle {
		display: none;
	}
	
	/*
	div#header div.center div#menu-mobile {
		display: block;
	}
	*/
	
	/*
	div#header div.center a#menu-mobile-button {
		display: block;
	}
	*/
	
	div#header a.header-button {
		display: none;
		font-size: 16px;
	}

	div#header a.header-button#login-button {
		display: block;
		font-size: 12px;
	}
	
	div#header div.menu-mobile-scroll {
		display: block;
	}
	
	div#header a.header-button.mobile {
		display: block !important;
		padding-left: 0 !important;
		width: 20px;
		margin-left: 5px;
		background-position: center;
	}

	#my-favorites-button {
		font-size: 14px;
		background-size: 16px;
		padding-left: 22px;		
	}
	
	div#content {
		min-height: 300px;
		padding: 10px;
	}
	
	div#content:not(.search-page) { 
		margin-top: 60px !important;
	}
	
	div#main-form {
		min-height: initial;
		margin: 0;
	}
	
	div#footer div.center {
		padding: 0;
		width: 100%;
		border-top: 1px solid #e4e4e4;
	}
	
	div#footer div.logo {
		display: none;
	}
	
	div#footer div.logo.mobile {
		display: block;
	}
	
	div#footer div.bottom {
		display: none;
	}

	div#footer div.bottom.mobile {
		display: block;
	}

	div#footer div.footer-section {
		float: none;
		clear: both;
		width: 100%;
		padding-left: 0;
		border-bottom: 1px solid #e4e4e4;
	}
	
	div#footer div.footer-section span.title {
		padding: 20px;
		background: transparent url(../img/arrow_down_32.png) no-repeat right 20px center;
		background-size: 16px;
	}
	
	div#footer div.footer-section div.content {
		position: absolute;
		visibility: hidden;
		transition: max-height 0.5s;
		-webkit-transition: max-height 0.5s;
	}
	
	div#footer div.footer-section a {
		padding-left: 30px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	div#footer div.footer-section.opened span.title {
		background: transparent url(../img/arrow_up_32.png) no-repeat right 20px center;
		background-size: 16px;
	}

	div#footer div.footer-section.opened div.content {
		display: block;
		position: relative;
		visibility: visible;
	}
	
	div#footer div.facebook-like-button {
		display: none;
	}

	/* moved to my_account.css */
	/*
	div.field:not(.field-full-width) {
		float: left;
		width: 50%;
		padding: 5px 10px;
	}
	*/

	div.field div.name {
		float: none;
		width: 100%;
	}

	div.field div.value {
		width: 100% !important;
	}
	
	div.fake-select.order-button {
		display: block;
		width: 100%;
		margin: 0;
	}
	
	div.no-results {
		padding: 40px;
	}
	
	a.button-icon {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
		margin-right: 0 !important;
		min-width: auto !important;
	}
	
	div.button-input {
		width: 100% !important;
		margin: 0 !important;
		margin-bottom: 5px !important;
	}
	
	#result_message {
		width: 100%;
		margin-bottom: 0;
	}

	label.checkbox.checkbox-vehicle-items {
		width: 50%;
	}
	
	label, select:not(.order-button),	input[type=text],	input[type=submit], input[type=password], textarea, div.fake-select {
		display: block;
		float: none;
		width: 100% !important;
	}
	
	#vehicle-type-selection {
		max-width: 200px !important;
		width: 100%;
	}
	
	#vehicle-type-selection a.vehicle-type {
		box-sizing: border-box !important;
		width: 50% !important;
		margin-left: 0 !important;
	}
	
	a.button-icon.facebook-button span.text {
		font-size: 20px;
	}
	
	div.page-selector-desktop {
		display: none;
	}
	
	div.page-selector-mobile {
		display: block;
	}

	div.section div.main-title {
		font-size: 30px;
	}
	
	div.section div.center {
		width: 100%;
	}
	
	div.message {
		width: 90%;
	}
	
	div.message span.title {
		font-size: 30px;
	}
	
	div.message-center {
		padding: 20px;
	}
	
	div#menu-mobile div.inner {
		max-width: 70% !important;
	}
	
	/* moved from view_ad.css */
	div#message-fields input[type=submit].submit-button {
		padding: 20px 0;
	}
	
}

@media only screen and (max-width: 600px) {

	div.section div.content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	div.field {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
		padding-bottom: 10px !important;
	}
	
	div.field.field-phone div.value div.double-input {
		float: none;
		width: 100%;
		padding: 0 !important;
	}
	
	div.field.field-phone div.value div.double-input:first-child {
		margin-bottom: 5px;
	}
	
	label.checkbox {
		float: none !important;
		width: 100% !important;
	}
	
	div.field.field-phone div.value {
		display: block;
		width: 100% !important;
	}
	
	div.field.field-phone div.value div.fields {
		width: 100% !important;
	}

	div.field.field-phone div.value div.fields div.input-parent {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 5px;
		padding: 0 !important;
	}
	
	div.smart-center {
		padding: 30px;
	}

}

@media only screen and (max-width: 400px) {

	div.section.main-section div.content {
		padding-top: 20px;
	}
	
	div.smart-center {
		padding: 20px;
	}

}

