/*
Theme Name: Hilux Now
Theme URI: https://www.nybbletech.com/
Description: This is Nybbletech Wordpress Theme
Version: 1.01
Author: Nybbletech
*/
@import url('style/bootstrap.css');
@import url('style/font-awesome.min.css');
body{
	margin: 0;
    padding: 0;
	font-size: 15px;    
	color: #3a4453;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Space Grotesk', sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
	contain-intrinsic-size: revert-layer !important;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
a {
	text-decoration:none !important;
	outline:none;
    color: #040707;
}
a:hover, a:focus, a:active{
	color:#1a1818;
	text-decoration:none !important;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
.container {
    width: 1330px;
    max-width: 100%;
}
.container-fluid {
    max-width: 1800px;
    width: 100%;
	padding:0 50px !important;
}
iframe {
    height: 340px;
}
.easy_testimonial .times-text {
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
h1 {
    font-size: 40px;
    color: #040707;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}
h2 {
    font-size: 28px;
    color: #040707;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}
h3 { 
	margin-top: 10px;
    color: #050708;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h4 {
    font-size: 14px !important;
    color: #eb9022 !important;
	font-family: 'Space Grotesk', sans-serif;
    font-weight: 700 !important;
}
h6 {
    color: #eb9022  !important;
    font-size: 17px !important;
	font-family: 'Space Grotesk', sans-serif;
    font-weight: 600 !important;
}
section {
    padding: 50px 0 !important;
}
.top-bar {
	background: #1F1F1F;
	color: #fff;
	padding:10px 0;
	margin-bottom:20px;
}
ul.top-list {
	padding:0;
	margin:0;
	list-style-type: none;
}
ul.top-list li{
	position: relative;
	display: inline-block;
	margin-right:10px;
	font-size:12px;
}
ul.top-list li a{
	color: #fff;
}
.header {
    padding: 0px 0px 15px;
    border-bottom: 1px solid #f1f5fa;
}
.header .fa, .footer .fa {
	color:#fff;
}
.login-btn a.site-btn {
    font-size: 12px;
    padding: 6px 12px;
}
.login-btn span {
    margin-left: 5px;
}
.login-btn a.site-btn:hover {
    background: #040707;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
}
a.site-btn {
    background: #eb9022;
    color: #fff;
    font-size: 13px;
	text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 6px 17px;
    font-weight: 400;
}
a.site-btn:hover {
    background: #040707;
    color: #fff;
    border: 1px solid transparent;
}
a.green-btn {
    background: #eb9022;
    color: #fff;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 6px 17px;
    font-weight: 400;
}
a.green-btn:hover {
    background: #040707;
    color: #fff;
    border: 1px solid transparent;
}
.login-btn {
    margin-top: 15px;
    text-align: end;
}
form#header-search-keyword-form {
    margin-top: 0px;
}
.search-keyword-area {
    display: flex;
    width: 100%;
}
.search-keyword-menu {
    width: 15%;
}
.search-keyword-area select#search_type {
    border: 0px;
    padding: 14px 5px;
    outline: 0;
    border-right: 0px;
    background-color: #d5d1d1;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    font-size: 12px;
}
input#header_search_keyword {
    padding: 7px 5px 8px;
    outline: 0;
	margin-bottom: 0px;
    border-right: 0px;
    background-color: #d5d1d108;
    border: 1px solid #d5d1d1;
    width: 85%;
	font-size: 15px;
}
p#header-search-button {
    background-color: #eb9022;
    margin-bottom: 0px;
    cursor: pointer;
    padding: 3px 0px;
    color: #fff;
    height: 45px;
}
p#header-search-button:hover {
    background-color: #040707;
    color: #fff;
}
#header-search-button button#header-anchor-of-search-button {
    background-color: transparent;
    border: 0px;
    outline: 0;
    padding: 0px 20px;
}
.header .fa, .footer .fa {
    color: #fff !important;
}
.sidebar-filter {
	background: #f1f5fa;
}
.sidebar-filter h3 {
    font-size: 15px;
    background-color: #eb9022;
	text-transform:uppercase;
    color: #fff;
    padding: 8px 10px;
    margin: 10px 0px 0px;
    font-weight: 700;
}
ul.sfilter {
    padding-left: 0px;
    list-style: none;
    margin: 0px;
    padding: 15px 8px;
}
ul.sfilter li {
    margin-bottom: 10px;
    font-size: 11px;
	font-weight: 600;
}
ul.sfilter a {
    color: #000;
    font-weight: 600;
}
.sfilter li img {
    width: 30px;
}
.dollor-filter img {
    width: 22px !important;
}
.main-content .col-sm-8 {
    padding: 0px;
}
ul.sfilter a:hover {
    color: #eb9022;
    font-weight: 600;
}
ul.sfilter li a span {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 5px;
}
.search-form {
    background-color: #eb9022;
    padding: 15px; 
}
.search-form h3 {
    margin-top: 0px;
    color: #fff;
    font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
    font-size: 18px;
	padding-bottom: 10px;
}
.input-fields {
    margin-bottom: 10px;
}
.together select {
    width: 45% !important;
    display: inline-block !important;
    font-size: 10px !important;
}
.input-fields label {
    font-size: 13px;
    color: #fff;
	text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
}
.input-fields select {
    width: 100%;
    padding: 4px 5px;
    outline: 0px;
    border: 0px;
	height: unset;
    font-size: 12px;
}
form button#anchor-of-search-button {
    background: #050708;
    color: #fff;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 6px 17px;
    font-weight: 400;
}
form button#anchor-of-search-button:hover {
    background: #fff;
    color: #050708;
    border: 1px solid transparent;
}
h2.heading {
    border-bottom: 1px solid #eb9022;
    padding-bottom: 5px;
    position: relative;
}
.car-box {
    text-align: center;
    margin: 20px 0px;
    transition: 0.5s;
    transform: translateY(0px);
}
.car-box:hover {
    transform: translateY(-10px);
}
.car-box a {
    display: block;
    text-decoration: none !important;
}
.car-box h3 {
    margin-top: 10px;
    color: #050708;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 13px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.heading a {
    color: #eb9022;
    font-size: 16px;
    float: right;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: 11px;
}
.heading a:hover {
    color: #000;
    font-size: 16px;
    float: right;
	text-decoration: none !important;
    font-weight: 600;
}
h3.car-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.car-title a {
    text-decoration: none;
    color: #050708;
}
span.car-price {
    display: block !important;
	font-size: 12px !important;
}
.shop-car {
    text-align: left !important;
}

#follow_us {
    height: 85px;
    padding: 10px 0 15px 5px;
    border-top: solid 1px #eb9022;
    border-bottom: solid 1px #eb9022;
    margin: 10px 0 15px 10px;
}
#follow_us p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
	color: #050708;
}
#follow_us ul {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 0px;
}
#follow_us ul li span.fuo_fb {
    background-color: #050708;
    padding: 9px 12px;
    border-radius: 50%;
}
.livechat {
    padding: 0px 0 10px 5px;
	margin:  0px 0 0px 10px;
}
.livechat p {
    font-size: 18px;
    font-weight: 700;
    color: #050708;
}
.footer {
    background-color: #040707;
    padding: 50px 0;
	color: #fff;
}
.footer a{
    color: #fff;
}
.footer h5 {
    font-size: 16px;
    font-weight: 500;
    color: #eb9022;
}
.footer-bottom {
    background-color:#eb9022;
	padding:10px;
	color:#fff;
}
ul.f-menu {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.ff-menu li a img {
    display: none;
}
.f-menu li a img {
    display: none;
}
ul.f-menu li {
    display: block;
    line-height: 12px;
    padding: 5px 0px;
    text-transform: uppercase;
}
ul.f-menu li a {
    color: #fff;
    font-size: 12px;
}
ul.f-menu li a:hover {
    color: #eb9022;
}
ul.f-menu li a:hover {
    text-decoration:underline;
}

/********* CONTACT FORM CSS *********/

.fl-custom-title-6553a6130964e-3309 {
    font-size: 22px !important;
    font-weight: 700 !important;
}
span.fl-primary-color {
	color: #eb9022 !important;
}
.input-container label.fl-font-style-bolt-two {
    color: #555555;
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
}
.input-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
.textarea-container label.fl-font-style-bolt-two {
    color: #555555;
    display: block;
    font-size: 13px;
    margin-bottom: 13px;
}
.textarea-container textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
.submit-btn-container button.fl-font-style-bolt-two.default-btn.submit-comment {
    padding: 10px 50px;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    outline: 0;
    border: 0px;
}
.submit-btn-container button.fl-font-style-bolt-two.default-btn.submit-comment:hover {
    background-color: #eb9022;
}
.submit-comment:after {
	display: none;
}
.col-md-3.col-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/****** NEWZ AND EVENTS ******/

.post-text h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0px;
}
.read-more {
    margin-bottom: 50px;
	margin-top: 20px;
}
.read-more a {
    background-color: #eb9022;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    text-decoration: none;
}
.read-more a:hover {
    background-color: #000;
    color: #eb9022;
    text-decoration: none;
}
.post {
    cursor: pointer;
    transform: translateY(0px);
    transition: 0.5s;
}
.post:hover {
    transform: translateY(-10px);
}

/****** REQUEST A CAR ******/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
.input-form-wrapper select.wpcf7-form-control.wpcf7-select {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
button.account-login-btn {
    padding: 10px 50px;
    font-size: 13px;
    color: #fff;
    background-color: #000;
    outline: 0;
    border: 0px;
}
button.account-login-btn:hover {
    background-color: #eb9022;
}
/******* TESTIMONIAL ******/

.easy_testimonial .header-area {
    background-color: #eb9022 !important;
    color: #fff !important;
	display: none;
}
.easy_testimonial .main-content-2 {
    border: 2px solid #eb9022 !important;
}
.easy_testimonial .main-content-2:after {
    border-top: 0px solid #eb9022 !important;
    border-right: 0px solid #eb9022 !important;
    border-bottom: 2px solid #eb9022 !important;
    border-left: 2px solid #eb9022 !important;
}
.easy_testimonial .user-area img {
    border: 4px solid #eb9022 !important;
}
/****** View Stock Table *******/

table {
    width: 100%;
}
.viewstock-table {
    margin-top: 10px;
}
.viewstock-table thead tr th {
    background-color: #050708;
    color: #fff;
	 vertical-align: middle !important;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 16px 0px !important;
}
.viewstock-table tbody tr td {
    text-align: center !important;
    text-transform: capitalize;
    vertical-align: middle !important;
}
.viewstock-table tbody tr td a {
    color: #eb9022;
    font-weight: 600;
}
.viewstock-table tbody tr td {
    color: #3a4453;
    font-weight: 600;
    text-transform: capitalize;
}
.viewstock-table tbody tr td {
    color: #3a4453;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.viewstock-table tr td span {
    display: block;
    margin: 10px 0px 0px;
}
.viewstock-table tr td span a.site-btn {
    background-color: #050708;
    font-weight: 400;
}

/***** SINGLE TABLE ********/


.single-pixad-autos h1 {
    color: #eb9022;
    font-weight: 600;
    font-size: 20px;
    text-align: left !important;
    margin-bottom: 20px;
    margin-top: 0px !important;
}
.specification-table h3 {
    background-color: #050708;
    margin-bottom: 0px;
	margin-top: 0px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.remarks li {
    display: inline-block;
    width: 25%;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 14px;
    color: #A7A7A7;
}
.specification-table tr th {
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 14px;
}
.specification-table tr td {
    padding: 5px 5px;
    text-transform: capitalize;
    font-size: 14px;
}
span.orange.bold {
    color: #dd0404;
}
span.green.bold {
    color: #008000;
}
.mb10 {
    margin-bottom: 10px;
}
.orange {
    color: #dd0404;
}
.green {
    color: #008000;
}
.attached_on {
    background-color:#eb9022;
	color: #050708;
}
.attached_off {
    color: #A7A7A7;
}
/****** Enquiry Form *****/

.step-bg-heading {
    background-color: #050708;
    color: #fff;
	padding: 10px 10px;
}
.step-bg-heading h3 {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.step-bg {
    border: 1px solid #A7A7A7;
    border-top: 0px;
    padding: 10px;
}
.tab-content label.fl-font-style-bolt-two {
    color: #050708 !important;
    font-weight: 700;
    font-size: 15px;
}
.step-bg .input-form-wrapper select.wpcf7-form-control.wpcf7-select {
    font-size: 14px;
    height: 30px;
    padding: 3px 10px;
}
.step-bg thead tr th {
    background-color: #eb9022;
    vertical-align: middle !important;
    color: #fff;
}
p.price-total {
    font-size: 20px;
    color: #050708;
}
.fl-dealer-form ul.nav.nav-tabs {
    width: 100%;
}
.tab-content {
    border: 1px solid #A7A7A7;
    border-top: 0px;
    padding: 10px;
}
.nav-tabs li {
    text-align: center;
    width: 50%;
    background-color: #9b9b9b;
    padding: 15px 0px;
	border: 2px solid transparent;
}
.fl-dealer-form .nav-tabs li.active {
    border: 2px solid #f0282657;
    background-color: #f0282657;
    color: #fff !important;
}
.fl-dealer-form .nav-tabs li.active {
    border: 2px solid #eb9022;
    background-color: #eb9022;
    color: #fff !important;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.71);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.71);
}
.nav-tabs li p a {
    color: #000;
    font-size: 17px;
	text-decoration: none;
}
.nav-tabs li p {
    margin-bottom: 0px;
}
.prom-text {
    border: 1px solid #A7A7A7;
    border-top: 0px;
    padding: 10px;
}
.contact-info {
    overflow: hidden;
    margin: 0 auto 30px;
}
.contact-info .left_side, .contact-info_nz .left_side {
    float: left;
    margin-left: 17px;
}
.contact-info li {
    overflow: hidden;
    margin-bottom: 30px;
}
.contact-info .icon, .contact-info_nz .icon {
    float: left;
    margin-right: 16px;
}
.contact-info .list, .contact-info_nz .list {
    float: left;
    width: 210px;
    font-size: 13px;
    color: #555555;
    margin-top: -5px;
}
.contact-info .list span, .contact-info_nz .list span, .contact-info .whats_app span {
    font-weight: bold;
    color: #f02826;
    font-size: 11px;
}
.contact-info .right_side, .contact-info_nz .right_side {
    float: right;
    margin-right: 35px;
}
.contact-info .right_side {
    margin-right: 15px;
}
.contact-info .bf_logo {
    text-align: center;
    margin: 30px 0 25px 0;
}
.page-id-19977 .vc_row label.fl-font-style-bolt-two {
    color: #000 !important;
}
/****** Paginations ******/

.navigation {
    text-align: center;
}
.navigation .wp-paginate .current {
    color: #fff;
    background: #eb9022 !important;
    border: 1px solid #eb9022 !important;
}
.navigation .wp-paginate .title {
    color: #040707 !important;
    margin-right: 4px;
	font-weight: 600;
}
.wp-paginate .page {
    background: #040707 !important;
    color: #fff !important;
}
.wp-paginate a {
   background: #040707 !important;
    color: #fff !important;
}
.wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 20px !important;
}

/***** POPUP *****/

div#popmake-20371 {
    top: 60px !important;
}
.popmake .step-bg-heading h3 {
    color: #eb9022;
    font-size: 18px;
    letter-spacing: 2px;
}
.popmake .submit-btn-container button.fl-font-style-bolt-two.default-btn.submit-comment {
    background-color: #eb9022 !important;
	border: 1px solid transparent;
}
.popmake .submit-btn-container button.fl-font-style-bolt-two.default-btn.submit-comment:hover {
    background-color: transparent !important;
	border: 1px solid #eb9022;
	color: #eb9022;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-password.wpcf7-validates-as-password {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
.popmake .step-bg .input-form-wrapper select.wpcf7-form-control.wpcf7-select {
    font-size: 14px;
    height: 30px;
    padding: 3px 10px;
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
.popmake .step-bg {
    border: 0px;
}
.input-form-wrapper label {
    color: #fff !important;
}
.page-id-19977 label.fl-font-style-bolt-two {
    color: #040707 !important;
}
.input-form-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
input.wpcf7-form-control.wpcf7-password.wpcf7-validates-as-password {
    font-size: 15px;
    background-color: #fff;
    color: #7b7d7f !important;
    font-family: inherit;
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid;
    letter-spacing: .02em;
}
.fl-secondary-bg button.account-login-btn.pum-trigger {
    background-color: #eb9022 !important;
    border: 1px solid transparent;
	display: block;
}
.fl-secondary-bg button.account-login-btn.pum-trigger:hover {
    background-color: transparent !important;
    border: 1px solid #eb9022;
	color: #eb9022;
}
.fl-secondary-bg {
    background-color: transparent !important;
	display: inline !important;
}
.fl-secondary-bg, .fl-secondary-bg-hv:hover, .fl-post--item .category-post a:hover, .post-btn-read-more a:after, .post--holder a .link-decor, .comment--reply a, .card .card__img .sale, .autos-pagination li.active a, .autos-pagination li:hover a, .button-container:not([data-animation=true]).primary-btn-style:hover, .button-container[data-animation].primary-btn-style .fl-vc-button:after, .button-container[data-animation].secondary-btn-style, .button-container:not([data-animation=true]).secondary-btn-style, .post-inner-pagination .post-page-numbers.current, .page-inner-pagination .post-page-numbers.current, form#yith-wcwl-form td.product-add-to-cart a:hover, #booking_car_info .car-details__price-inner, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:before {
    background-color: #fff !important;
	display: inline;
}
.post-nav {
    margin: 50px 0px;
}
.fl-dealer-form .submit-btn-container > div {
    display: inline-block;
    width: 100%;
    background: transparent !important;
}
.fl-primary-bg, .fl-primary-bg-hv:hover, .fl--navigation-icon-container .header-btn a:after, .comment--reply a:hover, .submit-comment:after, .post-category--tags .category-post a:hover, .wrap-nav-table-content ul li span:before, .add-to-compare.active-add-compare, .active-add-favorite, .widget_dealer .widget-content ul li .wd-update, .decor-main-cl-right, .decor-main-cl-left, .button-container:not([data-animation=true]).primary-btn-style, .button-container[data-animation].primary-btn-style, .button-container[data-animation].secondary-btn-style .fl-vc-button:after, .button-container:not([data-animation=true]).secondary-btn-style:hover, .fl-tabs .nav-tabs li:hover .tab-link-content:after, .fl-tabs .nav-tabs li:hover .tab-link-content:after, .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img:before, .vc_row[data-row-decor-bottom] .decor-main-cl-bottom-left, form#yith-wcwl-form td.product-add-to-cart a, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:after {
    display: none !important;
}
.decor-main-cl-left {
    display: none !important;
}
.default-btn:hover:after {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}
.fl-primary-bg, .fl-primary-bg-hv:hover, .fl--navigation-icon-container .header-btn a:after, .comment--reply a:hover, .submit-comment:after, .post-category--tags .category-post a:hover, .wrap-nav-table-content ul li span:before, .add-to-compare.active-add-compare, .active-add-favorite, .widget_dealer .widget-content ul li .wd-update, .decor-main-cl-right, .decor-main-cl-left, .button-container:not([data-animation=true]).primary-btn-style, .button-container[data-animation].primary-btn-style, .button-container[data-animation].secondary-btn-style .fl-vc-button:after, .button-container:not([data-animation=true]).secondary-btn-style:hover, .fl-tabs .nav-tabs li:hover .tab-link-content:after, .fl-tabs .nav-tabs li:hover .tab-link-content:after, .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img:before, .vc_row[data-row-decor-bottom] .decor-main-cl-bottom-left, form#yith-wcwl-form td.product-add-to-cart a, .sidebar:not(.cars-sidebar) .booking_car_info .booking_form .submit:after {
    display: none;
}
blockquote:before {
    color: #eb9022 !important;
}
#popmake-19773 p.price-total {
    color: #fff;
}
#popmake-19773 label.fl-font-style-bolt-two {
    color: #fff !important;
}
.enquire-btn-sec a.site-btn {
    display: inline-block;
}
.enquire-btn-sec {
    margin-top: 50px;
	text-align: center;
	padding-bottom: 20px;
}
a.popmake-19773.site-btn.pum-trigger {
    padding: 10px 60px;
}
.enquiry-form .input-form-wrapper label.fl-font-style-bolt-two {
    color: #000 !important;
}
.quote-table p {
    margin-bottom: 0px;
}
.strong-view.wpmtst-default .wpmtst-testimonial {
    border: 2px solid #eb9022 !important;
}
.post-20367 h3 {
    color: #eb9022;
    font-weight: 500;
}
span#buttonEye-your-password {
    margin-left: 0px !important;
}
span#buttonEye-password-101 {
    margin-left: 0px !important;
}
span#buttonEye-password-100 {
    margin-left: 0px !important;
}
.imgfilter li:first-child {
    background-image: url(https://hiluxnow.com/wp-content/uploads/2023/08/fuel-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
}
.imgfilter li:last-child {
    background-image: url(https://hiluxnow.com/wp-content/uploads/2023/08/gas-station-icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px;
}
.imgfilter li {
    padding-left: 33px;
}
div#qlwapp {
    text-align: center;
}
.car-list-slider .owl-dots {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background-color: #f2f5fa;
}

.car-list-slider .owl-dots button.owl-dot span {
    display: none !important;
}

.car-list-slider .owl-dots button.owl-dot {
    flex: 1;
    background-color: #f2f5fa;
    height: 0;
    min-height: 2px;
}

.car-list-slider .owl-dots button.owl-dot.active {
    background-color: #e1931a;
}
.car-list-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #e1931a !important;
    margin: 0 !important;
}

.car-list-slider .owl-nav button span {
    font-size: 32px;
    transform: translateY(-2px);
    color: #fff !important;
}

.car-list-slider .owl-nav {
    display: flex;
    gap: 8px;
}
.car-box h4 {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.signup-thanks-bx {
    text-align: center;
    width: 600px;
    max-width:calc(100% - 30px);
    margin: 40px auto 0;
    background-color: #fff5e6;
    padding: 30px;
    border-radius: 20px;
}

.signup-thanks-bx .site-btn-outer {
    width: auto;
    margin: 0 auto;
}

.signup-thanks-bx .site-btn-outer a {
    display: inline-block;
}
.thanks-img {
    margin-bottom: 40px;
}
p.forget-pass a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline !important;
}

/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 2560px) {
    
}

@media (max-width: 1920px){


}
@media (max-width: 1820px){


}
@media (max-width: 1720px){

}
@media (max-width: 1620px){

    

}
@media (max-width: 1520px){

   

}
@media (max-width: 1500px){


}

@media (max-width: 1440px){



}

@media (max-width: 1328px){

	

}

@media(max-width: 1299px) {

	
}

@media(max-width: 1247px) {


    
}

@media (max-width: 1200px){
	

}


@media (max-width: 1199px) {
.together select {
    width: 44% !important;
}
	
}

@media (max-width: 1024px) {
    

}

/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {
.header {
    padding: 0px 0px 28px;
}
	.container-fluid {
		padding: 0px 15px !important;
	}
	.main-content .col-sm-8 {
        padding: 0px 15px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    top: -16px !important;
}	
	
.login-btn a.site-btn {
    font-size: 7px;
    padding: 6px 5px;
}	
ul.sfilter a {
    font-size: 7px;
}
.together select {
    width: 42% !important;
}	
.sidebar-filter h3 {
    font-size: 11px;
    padding: 8px 8px;
}	
ul.f-menu li a {
    font-size: 13px;
}	
.dollor-filter img {
    width: 10px !important;
}	
ul.sfilter a {
    font-size: 5px;
}	
.car-box h3 {
    font-size: 9px;
}	
.car-box h4 {
    font-size: 7px !important;
}	
.car-box h4 span {
    font-size: 7px !important;
}	
.sidebar-filter h3 {
    font-size: 9px;
}	
#follow_us p {
    font-size: 11px;
}	
h2.heading {
    font-size: 20px;
}	
.heading a {
    font-size: 13px;
}	
	
	
}
@media (max-width: 767px) {

	.footer {
		padding: 30px 15px;
	}
	
.search-keyword-menu {
    width: 51%;
}
.login-btn {
    margin-top: 15px;
    text-align: center;
}	
.logo img {
    width: 220px;
}	
.logo {
    text-align: center;
    margin-bottom: 20px;
}	
.col-sm-4.text-right {
    text-align: center !important;
}	
#mega-menu-wrap-primary .mega-menu-toggle {
    top: -153px !important;
	right:20px;
}	
ul.top-list {
    margin-bottom: 10px;
	text-align: center;
}	
.search-form {
    margin: 20px 0px;
}	
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    top: -120px !important;
}	
.f-logo {
    margin-bottom: 20px;
}	
a.green-btn {
    font-size: 11px;
    padding: 4px 2px;
}	
.easy_testimonial .main-content-2:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg) !important;
}	
.col-md-3.col-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
	
}

@media (max-width: 576px) {
	
	.login-btn a.site-btn {
    font-size: 13px;
    padding: 6px 15px;
}
ul.sfilter a {
    font-size: 12px;
}	
.footer-bottom .col-sm-12.text-center {
    font-size: 14px;
}	
.header {
    padding: 0px 0px 15px;
}	
.sidebar-filter h3 {
    font-size: 15px;
    padding: 8px 10px;
}	
.page-template-archive-pixad-autos .right-sidebar {
    display: none;
}	
.mobile-view {
    display: none !important;
}	
.leftmobile-view {
    display: none;
}	
.car-box h3 {
    font-size: 14px;
}
h2.heading {
    font-size: 22px;
}
.heading a {
    font-size: 15px;
}	
.car-box h3 {
    font-size: 16px;
}
.car-box h4 {
    font-size: 14px !important;
}	
.car-box h4 span {
    font-size: 13px !important;
    display: contents !important;
}
#follow_us p {
    font-size: 16px;
}	
ul.f-menu li a {
    font-size: 12px;
}	
}
