/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/*
 Author: Rauf Kerimov 
 Description: Download a file from remote FTP and replace our base with new data (takes 3-5 minutes)
 Note: Special for https://carfinance123.com/
*/

button:disabled,
button[disabled] {
    cursor: not-allowed;
    background: #ddd!important;
}

.cars-filter {
	padding: 0;
}

.cars-selection button{
    background-color: #1da1f2;
}
.cars-selection button:hover {
	background-color: #0077b5;
}
.cart-selection select {
	font-size: 14px;
}
.parameter {
	border-top: 1px solid #f3ebeb;
	height: 77px;
	padding: 11px;
	cursor: pointer;
	position: relative;
}
.parameter.active {
	background: #f2f2f2;
}
.parameter-title {
	color: #888;
	font-size: 14px;
}
.parameter.active .parameter-body{
	opacity: 1;
	left: 100%;
    border-left: 3px solid #1da1f2;
}
.parameter-body {
	position: absolute;
	opacity: 0;
	left: -1000px;
	z-index: 2;
    top: -1px;
	width: 320px;
	max-height: 300px;
	overflow-y: auto;
	background: #f2f2f2;
	padding: 10px 20px;
	transition: all 0.35s ease-in;
	border-top: 1px solid #f3ebeb;
}
.parameter i {
	position: absolute; right: 25px; 
	color: #00adf2; font-size: 28px; 
	top: 50%; transform: translate(0, -50%); 
}
.parameter.disabled {
	color: #d7d7d7;
}
.parameter.disabled .parameter-title {
	color: #d7d7d7;
}
.parameter.disabled i {
	color: #d7d7d7;
}
.parameter-hint {
	text-align: center;
	font-weight: bold;
}

.parameter-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.parameter-body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.parameter-body::-webkit-scrollbar-thumb
{
	background-color: #f7941d;
	border: 2px solid #f7941d;
}
.cars-list {
	background: #fff;
	padding: 0 40px;
}
.car-title, .car-price {
	font-size: 14px;
	line-height: 20px;
}
.car-price {
	font-weight: bold;
	text-align: right;
}
.current-price {
	color: #00adf2;
}
.monthly-price {
	color: #00ba47;
}

.pager {
	
}

.pager button {
	padding: 8px 15px;
}
.pager i {
	font-size: 16px;
}

.pager .pager-info {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
#cars .car:first-child {
	border-top: 3px solid #1da1f2;
}
.car {
    background: #fafafa;
    margin-bottom: 20px;
    box-shadow: 0 2px 0 0 rgba(50,50,50,.18);
    padding-bottom: 5px;
}

.first-line {
	width: 100%;
    background: #00adf2;
    height: 3px;
}

.mb-3 {
	margin-bottom: .8rem;
}
.pt-3 {
	padding-top: .8rem;
}

.p-0 {
	padding: 0!important;
}

ul.car-list-spec {
	list-style: none;
	margin-top: 30px;
}
ul.car-list-spec li {
    float: left;
    width: 16%;
}

ul.car-list-spec.big-size li {
	margin-top: 40px;
	width: 30%;
}

ul.car-list-spec li .car-spec {
    width: 100%;
    margin: 0 auto;
}
ul.car-list-spec li .car-spec .spec-icon {
    width: 33%;
    margin: 0 auto;
    margin-bottom: 7px;
}
.ul.car-list-spec li .spec-icon img {
    width: 100%;
}

ul.car-list-spec li .car-spec p {
    text-align: center;
    color: #8a8383;
    font-size: 11px;
    height: 20px;
}

.spec img {
	vertical-align: middle;
}

.spec-text {
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.spec-content {
	font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.car-info h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif!important;
}

.car-text {
	margin-top: 25px;
	font-size: 12px;
	line-height: 20px;
	/*max-height: 500px;
	overflow-y: scroll;*/
}

.back-to {
	font-size: .9rem;
}

.back-to i {
	font-weight: bold;
}

.mt-3 {
	margin-top: 3rem;
}

.credit-btn {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #91c54f;
    border: #91c54f;
    padding: 10px;
    color: #fff;
    border-bottom: 4px solid #76a23e;
    border-radius: 4px;
}

.text-center {
	text-align: center;
}

.info-price {
    margin: 20px 0;
    color: #fff;
    padding: 0;
    background-color: #00adf2;
    font-size: 18px;
    text-align: center;
}

.car-form {
	padding: 10px;
	border: 2px solid #ededed;
	margin-top: 22px;
}

.credit-price {
	font-size: 22px;
	font-weight: bold;
    color: #00adf2;
}

.car-form .form-group {
    margin-bottom: 20px;
}

.car-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.car-form input, .car-form select {
	font-size: 14px;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
}

.color-orange {
    color: #fdd100;
}

.color-green {
	color: #91c54f;
}

.checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	line-height: 18px;
	margin-bottom: 10px;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-price label {
    display: block;
    background: #f1f0f0;
    font-size: 14px;
    padding: 5px 10px;
    margin: 20px 0;
}

.price-range {
	padding: 0 30px;
}

.show-filter {
	margin-bottom: 30px;
}

.parameter-value {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
}

.tabs {
    background: #6ec1e4;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.tabs .tab {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}

.tabs .tab.active {
	background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    color: #3b3d42;
}

.tab-content {
	display: none;
}

@media (min-width: 992px) {
	.show-filter {
		display: none;
	}

	.car .credit-btn {
		margin: 10px auto;
		max-width: 250px;
	}
}

@media (max-width: 991.98px) {
	.car .credit-btn {
		margin: 10px 0;
	}

	.cars-filter {
		display: none;
		padding: 0 10px;
	}

	.parameter-body {
		top: 77px;
	}

	.parameter.active .parameter-body {
		left: 0;
		width: 100%;
	}

	ul.car-list-spec li {
		width: 30%;
	}

	.pager {
		margin-bottom: 15px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.specs {
		text-align: center;
	}
}
* {font-family: "Bariol-Bold", monospace}