/*
    Theme Name: AutoShowroom
    Theme URI: http://wordpress.templaza.net/autoshowroom/
    Author: Templaza
    Author URI: http://templaza.com
    Version: 1.8.3
    Description: Auto Showroom Theme is clean and modern design which is useful for Car Dealer, Auto Dealer, Automotive WordPress website and any other automotive dealership business, who sell, buy or lease vehicles via website.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,  theme-options
    Text Domain: autoshowroom
*/

/**
 * [Table of contents]

* 1.0 - General
* 2.0 - Header
* 3.0 - Module Style
*   3.1 - Search Vehicle
*   3.2 - SlideShow
*   3.3 - Title Style
*   3.4 - Featured Vehicle
*   3.5 - Title Element
*   3.6 - Our Process
*   3.7 - Service
*   3.8 - Quote
*   3.9 - Counter
*   3.10 - Post Slider
*   3.11 - List
*   3.12 - Sign Up
*   3.13 - Ads
*   3.14 - Autoshowroom-grid
*   3.15 - Button
* 4.0 - Vehicle Pages
*   4.1 - Vehicle Archive
*   4.2 - Vehicle Detail
* 5.0 - Woocommerce
*   5.1 - Cart
*   5.2 - Checkout
*   5.3 - My Account
*   5.4 - Related
*   5.5 - Shop Category
*   5.6 - Shop Detail
*   5.7 - UpSells
*   5.8 - Wishlist
* 6.0 - Contact Form
* 7.0 - Breadcrumb
* 8.0 - Blog
*   8.1 - Search Not Data
*   8.2 - Single Post
*   8.3 - Comment
*   8.4 - Contact Section
*   8.5 - Footer
* 9.0 - Agency
* 10.0 - Responsive
*   10.1 - Large desktop
*   10.2 - Portrait tablet to landscape and desktop
*   10.3 - Landscape phone to portrait tablet
*   10.4 - Landscape phones and down

* ----------------------------------------------------------------------------
*/

/*@font-face {
    font-family: 'AgencyFB';
    src: url('./fonts/AgencyFB-Bold.woff2') format('woff2'),
        url('./fonts/AgencyFB-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/


@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

body, body a, body p {
	
	 font-family: 'Rubik', sans-serif;
	  font-weight:500;
}


html {
  --lh: 1.4rem;
  line-height: var(--lh);
}

.TZ-Vehicle-Feature .vehicle-feature-des p{
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.TZ-Vehicle-content p{
	height:auto;
	max-height: auto;
}
.TZ-Vehicle-Feature  .vehicle-feature-des p::before {
  position: absolute;
  content: "...";
  inset-block-end: 0; /* "bottom" */
  inset-inline-end: 0; /* "right" */
}
.TZ-Vehicle-Feature  .vehicle-feature-des p::after {
  content: "";
  position: absolute;
  inset-inline-end: 0; /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
}
b, strong {
	
	letter-spacing: 0;
}
@media (min-width: 768px) {
  .form-search .combobox-container,
  .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .form-search .combobox-container .input-group-addon,
  .form-inline .combobox-container .input-group-addon {
    width: auto;
  }
}
.combobox-container .dropdown-toggle {
  justify-content: center;
}
.combobox-container .dropdown-toggle.custom-icon::after {
  content: none;
}
.combobox-container.combobox-selected .dropdown-toggle::after {
  content: none;
}
.combobox-container .utf-remove::after {
  content: "\00D7";
}
.combobox-container.combobox-selected .pulldown {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .remove {
  display: none;
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}
.search-field,.search-field::placeholder {
	font-weight: bold !important;
	font-size: 17px !important;
	
}
/*================TZ================*/
/* 1.0 - General
/*================TZ================*/
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul,
li {
    list-style: none;
}
.pvc_stats {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	background: white;
}
.vehicle-box .pvc_stats {
position: static;
margin-bottom: 0;
color: black;
font-weight: bold;
	
}
caption,
th {
    text-align: right;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}
q:before,
q:after {
    content: '';
}
strong {
    font-weight: bold;
}
.user-tabs {
	text-align: center;
}
.wpcf7-form .wpcf7-textarea {
	font-size: 14px;
	direction: rtl;
}
.before-check {
	margin: 45px 0 10px 0;
	font-size: 18px;
	padding: 0 25px 10px 25px;
	color: white;
	border-bottom: 1px solid white;
}
.wpcf7 input[type=submit] {
	background: #0e5d97;
	color: white;
	font-weight: 600;
	padding: 5px 25px;
	font-size: 16px;
	border-radius: 10px;
}
.wpfc7 input[type=submit]:hover {
		background: #ef0808;
}
.user-tabs h3 {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}
.user-tabs a {
	font-size: 23px;text-decoration: none;
	font-weight: bold;display: inline-block;
	    margin: 0 20px;color: #1f1f1f;
		border-radius: 4px;
}
.user-tabs a.active {
	background: #575757;
	    text-decoration: none;
	    color: white;
	    padding: 5px 15px;
}
em {
    font-style: italic;
}
a img {
    border: none;
}
.tz-row ,.owl-item{
	direction: rtl;
}
body,
body a,
body p {
    font-size: 16px;
    color: #565656;
    font-family: 'Rubik';
    font-weight: 300;
    letter-spacing: 0.3px;
}
body {
    overflow-x: hidden;
    background: #f7f9fb;
}
body p {
    line-height: 25px;
    margin-bottom: 25px;
}
body a {
    color: #ff5400;
    text-decoration: none;
}
.swiper-slide img {
	    width: 100%;
    height: 590px;
    object-fit: cover;
}@
.loader-dots {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 100px);
}
/* Demo specific style end */
#car_dealer_field_make {
	max-width: 150px;
}
.loader-dots:after, .loader-dots:before {
  height: 20px;
  width: 45px;
  background-image: radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent);
  background-position: 0%, 100%;
  background-size: 20px 20px, 20px 20px;
  background-repeat: no-repeat;
  position: absolute;
  animation-name: spin-right;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  content: '';
}

.loader-dots:before {
  animation-name: spin-left;
}
.input-group {
	position: relative;
}
.error {
	
	border-color: #e80101 !important;
}
.special-case {
	border: 2px solid;padding: 15px;margin-bottom: 10px;
}
.special-case label {
	text-align: center;
	flex: 1 0 0 !important;
	    width: 100% !important;
	    font-size: 22px !important;
}
.special-case .vehicle-price {
	display: flex;
	align-items: center;flex-direction: row !important;
}
.special-case input {
	       width: 220px !important;
	       color: black !important;
	       border: 1px solid #0e5d97 !important;
	       border-radius: 0 !important;
	   
}

.no_container {
	width: 100%;
	    
	    margin: 0 auto;
}
.combobox-container {
	width: 49%;
	display: inline-block;
}
.loader-dots {
  height: 20px;
  z-index: 9;
      right: 40px;
  display: none;
  width: 220px;
  background-image: radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent), radial-gradient(closest-side, #111 100%, transparent);
  background-position: 0%, 25px, 50px, 75px, 100px, 125px, 150px, 175px, 100%;
  background-repeat: no-repeat;
  position: absolute;
  animation: toggle 1.5s ease-in-out infinite;
}

@keyframes spin-right {
    0%   { transform: rotate(   0deg); right: 0    }
   24.9% { transform: rotate(-180deg); right: 0    }
   25%   { transform: rotate(-180deg); right: 25px }
   49.9% { transform: rotate(   0deg); right: 25px }
   50%   { transform: rotate(   0deg); right: 50px }
   74.9% { transform: rotate(-180deg); right: 50px }
   75%   { transform: rotate(-180deg); right: 75px }
  100%   { transform: rotate(   0deg); right: 75px }
}

@keyframes spin-left {
    0%   { transform: rotate(   0deg); right: 100px }
   24.9% { transform: rotate(-180deg); right: 100px }
   25%   { transform: rotate(-180deg); right: 125px }
   49.9% { transform: rotate(   0deg); right: 125px }
   50%   { transform: rotate(   0deg); right: 150px }
   74.9% { transform: rotate(-180deg); right: 150px }
   75%   { transform: rotate(-180deg); right: 175px }
  100%   { transform: rotate(   0deg); right: 175px }
}

@keyframes toggle {
  0%    { background-size: 20px 20px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px }
  24.9% { background-size: 20px 20px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px }
  25%   { background-size: 20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px }
  49.9% { background-size: 20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px }
  50%   { background-size: 20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px }
  74.9% { background-size: 20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px }
  75%   { background-size:  0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px,20px 20px }
  100%  { background-size:  0px  0px, 0px  0px,20px 20px,20px 20px, 0px  0px, 0px  0px,20px 20px,20px 20px,20px 20px }
}
.success {
	
	background: #29d329;
	border-radius: 4px;
	padding: 5px;
	margin: 5px 0 0 0;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.success.error {
	background: #e80101 !important;
}
body a:hover {
    text-decoration: none;
    color: #ff5400;
}
 .um-page-user .container-content.auto-page-content{
	padding: 35px 0;
}
#maincar {
		position: relative;
}

.um-form {
	display: flex;
}
.um-profile-body {
		width: 100%;
		padding-right: 22px;
}
body a:focus,
body a:active,
body a select:focus,
body a Select:active {
    outline: none;
}
div.wpcf7-mail-sent-ok {
	direction: rtl;
}
#menu-footer-menu {
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-between;
}
#menu-footer-menu li {
	width: 20%;
}
.widget_nav_menu ul li a {
	font-size: 19px;
}
body input[type="text"],
body input[type="datetime-local"],
body input[type="number"],
body input[type="password"],
body input[type="search"] {
    height: 45px;
    line-height: 45px;
    border: none;
	direction:rtl;
    padding: 0 15px;
	    border: 1px solid #0e5d97;
    color: #000;
    width: 100%;
	
	
	margin: 0 2px;
	border-radius: 0;
}
.input-group-addon {
	background: white;
	border: none;
}
.field.field-condition.fieldtype-radio {
 clear: both;
	  
}
body button {
    text-transform: uppercase;
    color: #fff;
    background: #222222;
    text-align: center;
    padding: 0 30px;
    border: none;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
body button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #ff5400;
}
body .clr {
    height: 0;
    clear: both;
    display: block;
}
body > .vc_row {
    margin-right: 0;
    margin-left: 0;
}

body > .vc_row > .no_container > .vc_col-sm-12 > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
body > .vc_row .wpb_content_element {
    margin-bottom: 0;
}
body .vc_column_container {
    min-height: 0;
}
body .over-hidden {
    overflow: hidden;
}
.default-page {
    padding: 45px 0;
}
.Vehicle-Feature-Image .addtoany_shortcode {
	position: absolute;
	left: 5px;
	bottom: 0px;
}
.Vehicle-Feature-Image .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	    height: 24px;
    line-height: 24px;
    width: 24px;
}
.default-page.ajax_active,
.auto-page-content.ajax_active{
    background: url(images/ajax-loader.gif) center no-repeat;
    min-height: 700px;
}
.autoshowroom-scroll {
    overflow: hidden;
}
.autoshowroom-scroll .animateme {
    opacity: 0;
}
.express-btn {
	width: 30rem;
	background: #b70002;
	font-weight: 700;
	color: #fff;
	border: 0 none;
	border-radius: 2px;
	cursor: pointer;
	padding: 1rem .5rem;
	margin: 1rem .5rem;
	text-transform: uppercase;
}
.vc_parallax .vc_parallax-inner {
    z-index: -1 !important;
}
.autoshowroom-blog-body h1,
.autoshowroom-blog-body h2,
.autoshowroom-blog-body h3,
.autoshowroom-blog-body h4,
.autoshowroom-blog-body h5,
.autoshowroom-blog-body h6{
    font-family: 'Rubik';
}
.autoshowroom-blog-body h1{
    font-size:35px;
    margin:30px 0;
    line-height: 35px;
}
.autoshowroom-blog-body h2{
    font-size:23px;
    margin:30px 0;
}
.autoshowroom-blog-body h3{
    font-size:21px;
    margin:25px 0;
}
.autoshowroom-blog-body h4{
    font-size:18px;
    margin:20px 0;
}
.autoshowroom-blog-body h5{
    font-size:15px;
    margin:20px 0;
}
.autoshowroom-blog-body h6{
    font-size:14px;
    margin:15px 0;
}
.autoshowroom-blog-body p{
    margin: 25px 0;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child{
    margin: 10px 0;
}
body blockquote{
    border-right:5px solid #ff5400;
    padding: 10px 20px;
}
#maincar .no_container {
	max-width: 100%;
}
.swiper-slide picture{
	max-width: 100%;
	height: 400px;
	display: block;
}
.swiper-slide picture img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:center;
}
.swiper-slide .vehicle-title {
	 
	    position: absolute;
	    bottom: 70px;
	    right: 0;
	    background: #1580d0;
	    z-index: 100;
	    color: white;
	    font-size: 30px;
	    font-weight: 600;
	    font-family: Tahoma;
	    padding: 5px 20px;
}
.swiper-slide   {
	cursor: pointer;
}
.swiper-slide  .vehicle-price font {
		font-weight: 400;
	    font-size: 17px;
	    margin: 5px 10px;
	    display: inline-block;
	    vertical-align: middle;
}
.raise-attention {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	background: #0f5d98;
	margin: 10xp 0;
	color: white;
	    position: absolute;
	    top: 8px;
		right: 5px;
	padding: 9px 7px;
	margin: 7px 0;
	display: inline-block;
	border: 1px solid #911e1d;
	line-height: 21px;
	height: auto;
}
.order-btn
{
	
	position: absolute;
	left: 0;
	bottom: 10px;
	background: #0e86e8;
	color: white;
	opacity: 1;
	padding: 4px 9px;
	border-top-right-radius: 6px;
	font-weight: bold;
	border-bottom-right-radius: 6px;
}
.blocked-hours {
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-weight: bold;
	color: white;
	background: #c11612;
	padding: 5px 10px 5px 10px;
}
.bid-history .Vehicle-Title a{
	font-size: 22px;
}

 .order-btn:hover {
	background: #2796f1;
}
table{
    width:100%;
}
table th{
    padding:10px 5px;
    border:1px solid #e8e8e8;
}
table td{
    padding:10px 5px;
    border:1px solid #e8e8e8;
}
dl dd{
    margin-bottom: 25px;
}
.autoshowroom-blog-body ul{
    list-style: disc;
    margin-right: 20px;
}
.autoshowroom-blog-body ul li{
    list-style: disc;
    line-height: 25px;
}
.autoshowroom-blog-body ul li ul{
    margin-right: 25px;
}
.autoshowroom-blog-body ol{
    list-style: decimal;
    margin-right: 20px;
}
.autoshowroom-blog-body ol li{
    list-style: decimal;
    line-height: 25px;
}
.autoshowroom-blog-body ol li ol{
    margin-right: 25px;
}
body pre{
    white-space:pre-wrap;
    padding:10px 20px;
}
.input-group-addon {
	    font-size: 16px;
}
.input-group .form-control {
font-size: 18px;
    height: auto;
    border: 1px solid;
    margin-left: 0;
}
.info-small {
	display: none;
	font-weight: 800;
	color: #5a5a5a;
}
.price-before {
	font-size: 22px;
	font-weight: 300;
	margin: 0px 0;
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.TZ-Vehicle-Grid .price-before {
	vertical-align: middle;
	line-height: 16px;
	margin-top: -4px;
	margin-left: 10px;
}
.TZ-Vehicle-Grid .pcd-pricing {
	height: 52px;;
}
.input-group .form-control:first-child {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #2d3035;
	color: white;
	font-size: 19px;
	line-height: 1;
	text-align: center;
	width: 50%;
	padding: 17px 12px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #0f73bd;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: none;
}

.switch-field label:last-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:first-of-type {
	border-radius: 0 4px 4px 0;
}
.tp-simpleresponsive img, .rev_slider img {
	width: 100%;
	
	height: 100%;
	object-fit:cover;
	object-position:center;
	position: absolute;
	top: 0;
	left: 0;
}
#rev_slider_2_1 picture {
	float: left;
	    position: absolute;
	    left: 0;
	    width: 100%;
	    top: 0;
	    height: 100%;
}
.tml-login {
	max-width: 500px;
	margin: 0 auto;
	background: white;
	padding: 25px;
	box-shadow: 0 2px 13px #777777;
}
.tml .tml-submit-wrap {
	text-align: center;
}
.tml-login .tml-button {
	background: #e80b0d;
	outline: none;
	border: none;
	padding: 8px 45px;
	font-size: 24px;
	color: white;
}
.mega-menu-link {
	position: relative;
}
.mega-menu-item {
	position: relative;
}

.mega-menu-item:last-child a {
	border: none;
}
.tml-login .tml-button:hover {
	background: #f4484a;
	
}
.tml-links ul {
	margin: 0;
	text-align: center;
	display: flex;
}
.tml-links ul li {
	width: 50%;
	list-style-type: none;
}
.wpa-info {
	font-size: 17px;
	padding: 0px 0;
}
.input-group-btn .btn {
	font-size: 18px;
	height: auto;
	    padding: 10px 15px;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	background: #0f5d98;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.input-group-addon:first-child {
	border-left: 1px solid #ccc;
	border-right: none;
}
.input-group-addon {
	
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.alignleft{
    float:right;
    margin:0 0 20px 20px;
}
.alignright{
    float:left;
    margin:0 20px 20px 0;
}
.aligncenter{
    margin:auto;
}

.autoshowroom-blog-body img{
    max-width: 100%;
    height:auto;
}
.autoshowroom-blog-body iframe{
    max-width: 100%;
}
.wp-caption{
    margin-bottom: 0;
    max-width: 100%;
}
.wp-caption p{
    margin:5px 0 0;
}
.post-password-form input[type="password"]{
    border:1px solid #e8e8e8;
    padding:0 10px;
    height:40px;
    line-height: 40px;
}
.post-password-form input[type="submit"]{
    height:40px;
    border:1px solid transparent;
    background:#ff5400;
    color:#fff;
    padding:0 25px;
    text-align: center;
}

/* Modal Header */
.modal-header {
  padding: 7px 16px;
  background-color: #dd1a1a;
  color: white;
}
.modal {
	background:rgba(0, 0, 0, 0.46);
}
#myModal {
	display: flex;
	    align-items: center;
}
/* Modal Body */
.modal-body {padding:15px 16px 2px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 7px 16px;
  background-color: #dd1a1a;
  color: white;
}
.add-express {
	background: white;
	font-size: 24px;
	line-height: 22px;
	padding: 6px 25px;
	font-weight: bold;
}
.modal-header .close {
	float: left;
	margin: 2px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0% auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 650px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
/*================TZ================*/
/* 2.0 - Header
/*================TZ================*/
header {
    border-top: 3px solid #ff5400;
}
header.title {
    border: none;
}
header .tz-top-header {
    padding: 15px 0;
    line-height: 18px;
	height: 60px;
    background: #fff;
}
header .tz-top-header .tz-top-header-left {
    text-align: right;
}
header .tz-top-header .tz-top-header-right {
    text-align: left;
}
header .tz-top-header .textwidget ul li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding-right: 15px;
    margin-right: 15px;
    float: right;
    line-height: 25px;
    color:#777;
}
#mega-menu-wrap-primary .mega-menu-toggle {
	
	    background: #0f5d98 !important;
}
header .tz-top-header .textwidget ul li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
header .tz-menu-header {
    padding: 0;
    background: #f7f9fb;
}
.um .um-form input[type=text], .um .um-form input[type=tel], .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form textarea, .um .upload-progress, .select2-container .select2-choice, .select2-drop, .select2-container-multi .select2-choices, .select2-drop-active, .select2-drop.select2-drop-above {
	border-color: #e80;
}
.um-form form .um-col-alt .um-right a {
		border-color: #e80 !important;
}
.um-form form .um-col-alt .um-left input {
		background: #e80 !important;
}
.um-form form .um-col-alt .um-left input:hover {
	background: white !important;
}
header .tz-menu-header .tz_logo {
    padding: 22px 0;
}
.tz_logo img {
	    
    height: auto !important;
    margin: 7px 0 !important;
}
.mega-mega-add {
	float: left !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500;
	font-size: 16px;
}
.mega-mega-add a {
	color: white !important;
	font-weight: bold !important;
	text-decoration: none !important;
	font-size: 120% !important;
	padding: 10px 20px !important;
	margin: 15px 0px !important;
	border: 2px solid !important;
	/* padding: 10px; */
	background: #0f5d98 !important;
	min-width: 120px !important;
	text-align: center !important;
}

header .tz-megamenu{
    /*position: static;*/
}
header .tz-megamenu-wrap {
    position: relative;
}
header .tz-megamenu-wrap .tz-megamenutz-nav {
    position: static;
}
header  .tz-nav > ul >li{
    display: inline-block;
    height:auto;
}

header  .tz-nav > ul >li >a{
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #222;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    outline: medium none;
    padding: 45px 25px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    width: auto;
}
header  .tz-nav > ul >li >a:hover{
    color:#ff5400;
}
.required {
	border: 2px solid #0f5d98  !important; 
}
.red-text {
	color: #e80e0e;
	
}
.Vehicle-Feature-Image .bids {
	display: block !important;
}
.buynow .bids {
	
	display: none !important;
}
header.tz-header-2 .tz-nav > ul >li >a,
header.tz-header-3 .tz-nav > ul >li >a{
    color:#fff;
}
.buynow .bids {
	display: none !important;
}
.buynow .pcd-price {
	    width: 100%;
		text-align: center;
}
.jconfirm.jconfirm-light .jconfirm-box ,.jconfirm .jconfirm-box .jconfirm-buttons button{
	font-family: Rubik;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	background-color: #ff1515;
}
.btn-buynow {
	position: relative;
	padding: 0 1em;
	border: none;
	background-color: #0f5d98;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 45px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 20px;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
.btn-buynow:hover {
	background-color: #eb5050;
	color: #ffffff;
}
.contact-button {
	position: relative;
	padding: 0 1em;
	border: none;
	background-color: #0f70b8;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700;
	line-height: 45px;
	overflow: hidden;
	margin-top: 8px;
	font-size: 15px;
}
header .tz-top-header {
	display: none;
}
.wpcf7-form .wpcf7-text {
	direction: rtl;
}
header.tz-header-2 { 
	padding: 0px 0;
    width: 100%;
}

.home  #mega-menu-wrap-primary #mega-menu-primary {

}
.home  .mega-mega-add {
	margin-right: 15px !important;
}
header.tz-header-2 .tz-nav > ul > li > a.current_page_item,
header.tz-header-3 .tz-nav > ul > li > a.current_page_item,
header.tz-header-3 .tz-nav > ul > li > a:hover,
header.tz-header-2 .tz-nav > ul > li > a:hover{
    color:#fff600;
}
#maincar .swiper-slide {
	position: relative;
}
.swiper-slide .vehicle-price {
	position: absolute;
	    bottom: 20px;
	    color: white;
	    font-family: Tahoma;
	    right: 0;
	    font-size: 24px;
	    z-index: 100;
	    font-weight: 600;
	    background: #0e5d97;
	    padding: 6px 20px;
}
.swiper-slide .banner-text {
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 10;
    color: white;
    font-size: 48px;
}
@media (max-width:767px) {
    .swiper-slide .banner-text {
        font-size: 30px;
        top: 50px;
    }
	.swiper-slide .vehicle-title {
        font-size: 15px;
        bottom: 50px;
        padding: 3px 7px;
	}
	.swiper-slide img {
		height: 255px;
	}
	.swiper-slide .vehicle-price {
        font-size: 13px;
	}
	.swiper-slide .vehicle-price font {
        margin: 0;
        font-size: inherit;
        padding: 0;
	}
	.switch-field {
		flex-direction: column;
	}
	.switch-field label {
		width: 100%;
		font-size: 15px;
		padding: 11px 12px;
	}
}
#maincar .swiper-slide:before {
	/*background: rgba(0, 0,0, .35);
	position: absolute;left: 0%;
	content: "";
	z-index: 9;
	display: block !important;
	top: 0;width: 100%;height: 100%;*/
}
header li.mega-menu-item .vehicle-search-form {
    padding: 5px 0 0;
}
header li.mega-menu-item .vehicle-search-form p.field {
    margin-bottom: 20px !important;
}
header li.mega-menu-item .vehicle-search-form p.field.field-registration select {
    width: 48%;
    float: right;
    margin-top: 0;
}
header li.mega-menu-item .vehicle-search-form p.field.field-registration select.car-dealer-min-values {
    margin-left: 4%;
}
header li.mega-menu-item .vehicle-search-form p.field.fieldtype-taxonomy:before,
header li.mega-menu-item .vehicle-search-form p.field.fieldtype-number:before,
header li.mega-menu-item .vehicle-search-form p.field.fieldtype-number:after,
header li.mega-menu-item .vehicle-search-form p.field.field-order:before,
header li.mega-menu-item .vehicle-search-form p.field.field-order:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 39px;
    left: 15px;
    display: block !important;
}
header li.mega-menu-item .vehicle-search-form p.field.fieldtype-number:after {
    right: 42%;
    left: auto;
}
header li.mega-menu-item .vehicle-search-form #car-search-submit {
    margin-top: 20px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header li.mega-menu-item .vehicle-search-form #car-search-submit:hover {
    background: #ff5400;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 > li.mega-menu-item:last-child a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 > li.mega-menu-item:last-child a {
   border-left: none !important;
}
header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary a.mega-menu-link,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 a.mega-menu-link,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 a.mega-menu-link {
    height: auto !important;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-family: 'Rubik';
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border-bottom: 1px solid #ededed;
}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: none;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li:first-child,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li:first-child,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li:first-child,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li:first-child,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li:first-child,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li:first-child,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li:first-child,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li:first-child,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 .menu li:first-child,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li:first-child {
    margin-top: 10px;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li a,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li a,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li a,
header #mega-menu-wrap-primary #mega-menu-primary-home-6 .menu li a,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 .menu li a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li a {
    border-top: 1px solid #ededed;
    padding: 15px 25px 15px 0;
    color: #666;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li a:hover,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li a:hover,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li a:hover,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li a:hover,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li a:hover,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li a:hover,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li a:hover,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li a:hover,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 .menu li a:hover,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li a:hover {
    color: #ff5400;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li:last-child a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li:last-child a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li:last-child a,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li:last-child a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li:last-child a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li:last-child a,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li:last-child a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li:last-child a,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 .menu li:last-child a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li:last-child a {
    border-bottom: 1px solid #ededed;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li i,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li i,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li i,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li i,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li i,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li i,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li i,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li i,
header #mega-menu-wrap-primary-home-6 #mega-menu-primary-home-6 .menu li i,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li i {
    float: right;
    margin-top: 20px;
    color: #666;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li:hover,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li:hover,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li:hover,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li:hover,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li:hover,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li:hover,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li:hover,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li:hover,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li:hover {
    color: #ff5400;
}
header #mega-menu-wrap-primary #mega-menu-primary .menu li:hover i,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .menu li:hover i,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .menu li:hover i,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .menu li:hover i,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .menu li:hover i,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .menu li:hover i,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .menu li:hover i,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .menu li:hover i,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .menu li:hover i {
    color: #ff5400;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul.product_list_widget li,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul.product_list_widget li {
    padding: 20px 0;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li {
    float: right;
    width: 100%;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li a,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li a {
    color: #222222;
    font-weight: 300;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li img,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li img {
    float: right;
    width: 30%;
    margin-left: 15px;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating {
    font-family: star !important;
    line-height: 10px;
    margin-bottom: 15px;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating span {
    font-size: 0;
    height: 20px;
    position: relative;
    float: none;
    display: inline;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating span:before,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li div.star-rating span:before {
    font-size: 12px;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li del span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li del span {
    font-family: 'Rubik';
    color: #555;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li ins,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li ins {
    float: right;
    text-decoration: none;
    padding-left: 15px;
}
header #mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li ins span,
header #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 .mega-menu-item-type-widget ul li ins span {
    font-family: 'Rubik';
    color: #222;
    text-decoration: none;
}
.buy-now {
	background: #e80b0d;
	color: white;
	
	font-size: 20px;
	font-weight: bold;
}
.buy-now:hover {
	color: white;
	background: #f53638;
}
.buynow-info {
	float: left;
	font-size: 16px;
	
	margin: 7px 0;
}
.mega-menu-link {
padding: 15px 25px 15px 25px !important;
margin: 15px 0 !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
header nav ul.navbar-nav li {
    padding: 0;
}
header nav ul.navbar-nav li > a {
    color: #222222;
    text-transform: uppercase;
    padding: 45px 26px;
    font-weight: 600;
    background: none;
}
.avatar-block {
	display: flex;
	align-items: center;
}
.avatar-block img {
	margin-left: 8px;
}
header nav ul.navbar-nav li:hover > ul.sub-menu {
    display:block;
}
header nav ul.navbar-nav li  > ul.sub-menu {
    background: #fff none repeat scroll 100% 0;
    border-color: #ff5400;
    border-style: solid;
    border-width: 3px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    position: absolute;
    width: 220px;
    z-index: 999;
}
header nav ul.navbar-nav li  > ul.sub-menu ul.sub-menu{
    right:100%;
    top:0;
    margin-right: -22px;
}
header nav ul.navbar-nav li a:hover {
    background: none;
    color: #ff5400;
}
header nav ul.navbar-nav li.current_page_item > a {
    color: #ff5400;
}
header nav ul.navbar-nav li:last-child a {
    padding-left: 0;
}
header nav ul.sub-menu {
    background: #fff;
    padding: 25px 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display:none;
}
header nav ul.sub-menu li {
    padding: 0;
}
header nav ul.sub-menu li a {
    color: #666;
    text-transform: none;
    display: block;
    font-weight: normal;
    font-size:14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom:1px solid #ededed;
    padding:10px 0;
    line-height: 35px;

}
header nav ul.sub-menu li:last-child a{
    border:none;
}
header i {
    color: #ff5400;
    padding-left: 5px;
}

header.tz-header-2 {
    border-top: none;
    
    z-index: 10;
	 
	left: 0;
}
header.tz-header-2.tz-header-2-default{
    width:100%;
    position:relative;
	padding: 10px 0;
	
	    background: #ffffff;
    margin-top:0px;
}
.autoshowroom-title-breadcrumb {
	
	    box-shadow: 0 0px 4px black;
}
header.tz-header-2.tz-header-2-default .tz-menu-header nav > ul.nav li a{
color:#222;
}
header.tz-header-2 .tz-menu-header {
    background: rgb(115,162,198);
background: linear-gradient(180deg, rgba(115,162,198,0.74) 20%, rgba(82,137,179,0.87) 35%, rgba(115,162,198,0.51) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 10;
}
.vehicle-search-form:after {
	clear: both;
	float: none;
	content: "";
	width: 100%;
	display: table;
}
.TZ-Vehicle-Search-Horizontal {
	
 
  
    padding: 50px 0;
}
@media (max-width:768px) {
	
	.TZ-Vehicle-Search-Horizontal {
		width: 100%;float: none;padding: 35px 0;
	}
}
#filters {
	background: url(./images/back.jpg) no-repeat center center / cover;
}
header.tz-header-2 .tz-menu-header .tz_logo {
	font-size: 22px;
    padding: 0;
}
header.tz-header-2 .tz-menu-header .tz_logo img {
    height: 90px;
    width: auto;
    max-width: 185px;
}
header.tz-header-2 .tz-menu-header .header-2-logo {
   position: absolute;
   right: 0;
   top: 0;
   margin-right: 0;
   margin-top: 10px;
}
header.tz-header-2 .tz-menu-header nav {
    float: none !important;
    display: block;
    margin: auto;
}
header.tz-header-2 .tz-menu-header nav > ul.nav {
    float: none;
    text-align: center;
}
header.tz-header-2 .tz-menu-header nav > ul.nav li {
    float: none;
    display: inline-block;
}
header.tz-header-2 .tz-menu-header nav > ul.nav li a {
    color: #fff;
}
header.tz-header-2 .tz-menu-header nav > ul.nav li a:hover {
    color: #ff5400;
}
header.tz-header-2 .tz-menu-header nav > ul.nav li.current_page_item a {
    color: #ff5400;
}
header.tz-header-2 .tz-menu-header nav > ul.nav ul.sub-menu li {
    padding: 5px 0;
    display: block;
    text-align: right;
}
.vehicle-search-form {
	display: -ms-flexbox;
}
.vehicle-search-form select::-ms-expand {
    display: none !important;
}
header.tz-header-2 .tz-menu-header nav > ul.nav ul.sub-menu li a {
    color: #222;
    padding: 0;
}
header.tz-header-3 {
    position: absolute;
    z-index: 10;
    border: none;
    width: 100%;
}
header.tz-header-3 .tz-menu-header {
    background: none;
}
header.tz-header-3 .tz-menu-header nav ul.navbar-nav li a {
    color: #fff;
}
header.tz-header-3 .tz-menu-header nav ul.navbar-nav li a:hover {
    color: #ff5400;
}
header.tz-header-3 .tz-menu-header nav ul.navbar-nav li.current_page_item a {
    color: #ff5400;
}
header.tz-header-3 .tz-menu-header nav ul.navbar-nav li:hover ul.sub-menu {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
}
header.tz-header-3 .tz-menu-header nav ul.sub-menu {
    position: absolute;
    width: 200px;
    background: #fff;
    padding: 25px 20px;
    z-index: -1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    top: 68px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}
header.tz-header-3 .tz-menu-header nav ul.sub-menu li {
    padding: 5px 0;
}
header.tz-header-3 .tz-menu-header nav ul.sub-menu li a {
    color: #222;
    text-transform: none;
    display: block;
    padding: 0;
    line-height: 25px;
    font-weight: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header .tz-top-header p {
    color: #777;
    margin: 0;
}
header .tz-top-header .textwidget ul li {
    border: none;
}

/*================TZ================*/
/* 3.0 - Module Style
/*================TZ================*/

/*================TZ================*/
/* 3.1 - Search Vehicle
/*================TZ================*/
.quicksearch_top_right,
.quicksearch_top_left,
.quicksearch_bottom_left,
.quicksearch_bottom_right,
.quicksearch_top_center,
.quicksearch_bottom_center {
    position: absolute;
    right: 50%;
    top: 150px;
    background: #fff;
    margin-right: 230px;
    border-top: 3px solid #ff5400;
}
.approve-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.approve-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
 position: absolute;
 top: 15px;
 right: 20px;
 height: 25px;
 width: 25px;
 background-color: #eee;
}

/* On mouse-over, add a grey background color */
.approve-button:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.approve-button input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.approve-button input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.approve-button .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.approve-button {
	color: #fff;
	font-size: 19px;
	/* white-space: pre-wrap; */
	margin: 20px 0px;
	/* background: #fff; */
	padding: 0 60px 0 20px;
	display: block;
	font-weight: 400;
	line-height: 26px;}
.approve-button:hover
{	background: #e00707;
	
	
}
.quicksearch_top_right h3,
.quicksearch_top_left h3,
.quicksearch_bottom_left h3,
.quicksearch_bottom_right h3,
.quicksearch_top_center h3,
.quicksearch_bottom_center h3 {
    color: #ff5400;
    text-transform: uppercase;
    background: #f7f9fb;
    padding: 20px 25px;
    font-size: 16px;
}
.quicksearch_top_left {
    margin-right: -570px;
}
.quicksearch_bottom_left {
    top: auto;
    bottom: 0;
    margin-right: -570px;
}
.quicksearch_bottom_right {
    top: auto;
    bottom: 0;
    margin-right: 230px;
}
.quicksearch_top_center {
    margin-right: -170px;
}
.quicksearch_bottom_center {
    top: auto;
    bottom: 0;
    margin-right: -170px;
}
.TZ-Vehicle-Search-Vertical {
    z-index: 2;
}
.TZ-Vehicle-Search-Vertical h3 {
    color: #ff5400;
    text-transform: uppercase;
    background: #f7f9fb;
    padding: 20px 25px;
    font-size: 16px;
}
.TZ-Vehicle-Search-Horizontal h3 {
    color: #ff5400;
    text-transform: uppercase;
    background: #f7f9fb;
    padding: 20px 25px;
    font-size: 16px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form {
      width: 60%;
    padding: 10px 0;
    float: left;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field {
    float: right;
    margin-left:5px;
    padding: 5px 0;
       min-width: 100px;
    margin-bottom: 0;
}
.field-registration,.fieldtype-number {
	max-width: 270px;
}
.search-label-show  .field-registration select,.search-label-show  .field-price select
{
	//width: 270px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field label {
    display: none;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field label.choice {
    display: block;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field select {
	background: white;;
 
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field select.car-dealer-max-values,
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field select[name="order"] {
    margin-right: 2px;
    margin-top: 0;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-engine input[type="number"] {
    width: 230px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-engine input[type="number"][name="engine[min]"] {
    margin-left: 8px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-keyword input.search-field {
    width: 100%;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.fieldtype-taxonomy:before,
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.fieldtype-number:before,
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.fieldtype-number:after,
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-order:before,
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-order:after {
    top: 15px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.fieldtype-number:after,
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-order:after {
    top: 18px;
    left: 258px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field br {
    display: none;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .car-search-submit {
    margin-top: 5px;
    background: #f3f3f3 url(https://w7.pngwing.com/pngs/321/177/png-transparent-computer-icons-magnifier-magnifying-glass-magnifying-glass-text-share-icon-magnifier.png) no-repeat center center / 32px;
    margin-top: 5px;
    float: left;
	background:
    width: 120px;
    color: black;
}
.field-registration select, .field-price select {
 
}
.vehicle-detail {
	padding-top: 85px;
}
.field-buynow {
	display: none;
}
#filters .field-registration {
	width: 270px;
}
.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field select.car-dealer-max-values, .TZ-Vehicle-Search-Horizontal .vehicle-search-form .field select[name="order"] {
	
}
.TZ-Vehicle-Search-Horizontal.search-label-show .field label {
    display: block;
}
.TZ-Vehicle-Search-Horizontal.search-label-show .field.fieldtype-taxonomy:before,
.TZ-Vehicle-Search-Horizontal.search-label-show .field.fieldtype-number:before,
.TZ-Vehicle-Search-Horizontal.search-label-show .field.fieldtype-number:after,
.TZ-Vehicle-Search-Horizontal.search-label-show .field.field-order:before,
.TZ-Vehicle-Search-Horizontal.search-label-show .field.field-order:after {
    top: 47px;
}
.TZ-Vehicle-Search-Horizontal.search-label-show .field.fieldtype-number:after,
.TZ-Vehicle-Search-Horizontal.search-label-show .field.field-order:after {
    top: 47px;
    left: 258px;
}
.TZ-Vehicle-Search-Horizontal.search-label-show .car-search-submit {
    margin-top: 37px;
}
.field-price:before {
	display: none !important;
}
.vehicle-search-form {
    width: 340px;
    padding: 10px 25px 35px;
    max-width: 100%;
}
.vehicle-search-form .field {
    position: relative;
    padding-top: 25px;
    margin-bottom: 0;
}
.vehicle-search-form .field br {
    display: none;
}
.vehicle-search-form .field label {
    display: block;
    text-transform: uppercase;
        color: #fff;
    padding-bottom: 6px;
    text-align: right;
    direction: rtl;
}
#black-studio-tinymce-9 label {
	
	color: black;
}
.vehicle-search-form .field label b {
   font-family: Rubik;
       font-size: 16px;
}
.vehicle-search-form .field label.choice {
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}
.vehicle-search-form .field input[type="checkbox"],
.vehicle-search-form .field input[type="radio"] {
    padding-left: 5px;
}
.input-group {
	    border-radius: 6px;
}
.vehicle-search-form .field select {
    
    border: 1px solid #fff;
    height: 45px;
    line-height: 45px;
	direction: rtl;
    color: #777;
    padding: 0 12px;
    -webkit-appearance: none;
	border-radius: 9px;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.field-registration select {
	width: 49%;
}
#car_dealer_field_model,#car_dealer_field_make,#car_dealer_field_vehicle_type {
		min-width: 130px;
}
.vehicle-search-form .field select optgroup {
    font-weight: 400;
    color: #777;
}
.vehicle-search-form .field select optgroup option {
    padding: 6px 12px;
    color: #777;
    margin-right: -12px;
}
.vehicle-search-form .field select optgroup[label] {
    padding-right: 12px;
    padding-top: 5px;
}
.vehicle-search-form .field select option {
    padding: 6px 12px;
    border: none;
    background: none;
}

.vehicle-search-form .field select option:hover {
    background: none;
    color: #333;
}
.vehicle-search-form .field select option:disabled {
    display: none;
}
.vehicle-search-form .field select.car-dealer-max-values,
.vehicle-search-form .field select[name="order"] {
    margin-top: 0px;
}
.vehicle-search-form .field.fieldtype-number:before,
.vehicle-search-form .field.fieldtype-number:after{
    content:"";
}
.vehicle-search-form .field.fieldtype-taxonomy:before,
.vehicle-search-form .field.field-price.fieldtype-number:before,
.vehicle-search-form .field.field-price.fieldtype-number:after,
.vehicle-search-form .field.field-milage.fieldtype-number:before,
.vehicle-search-form .field.field-milage.fieldtype-number:after,
.vehicle-search-form .field.field-order:before,
.vehicle-search-form .field.field-order:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 63px;
    left: 10px;
}
.vehicle-search-form .field.field-order:before{
    top:55px;
}
.vehicle-search-form .field.fieldtype-number:after,
.vehicle-search-form .field.field-order:after {
    top: 105px;
}
.vehicle-search-form .field.field-engine.fieldtype-number:before,
.vehicle-search-form .field.field-engine.fieldtype-number:after {
    display: none;
}
.vehicle-search-form .car-search-submit {
    margin-top: 35px;
    border: 1px solid transparent;
}

select {
	background:#fff url(https://image.flaticon.com/icons/svg/120/120906.svg) no-repeat 4px center / 12px !important;
}
.TZ-Vehicle-Search-Horizontal.search-label-show .field.fieldtype-number:after, .TZ-Vehicle-Search-Horizontal.search-label-show .field.field-order:after {
display: none !important;}
.vehicle-search-form .field.fieldtype-taxonomy:before, .vehicle-search-form .field.field-price.fieldtype-number:before, .vehicle-search-form .field.field-price.fieldtype-number:after, .vehicle-search-form .field.field-milage.fieldtype-number:before, .vehicle-search-form .field.field-milage.fieldtype-number:after, .vehicle-search-form .field.field-order:before, .vehicle-search-form .field.field-order:after {
display: none;
}
/*================TZ================*/
/* 3.2 - SlideShow
/*================TZ================*/
.tp-dottedoverlay.threexthree {
    background: rgba(0, 0, 0, 0.25) !important;
    background-image: none !important;
}
body .tp-dottedoverlay.twoxtwo{
    background-color:rgba(0,0,0,0.35);
}
.rev_slider_wrapper .Auto-Slider-Title {
    border-right: 4px solid #ff5400;
    padding-right: 15px;
}
.rev_slider_wrapper .Auto-Slider-Small-Title {
    text-transform: uppercase;
    font-family: 'mulibold';
}
.rev_slider_wrapper .Slide02-Title {
    font-family: 'mulibold' !important;
    border-right: 4px solid #ff5400;
    padding-right: 15px;
}
.rev_slider_wrapper .Slide02-Title span {
    color: #fff;
    line-height: 25px;
}
.rev_slider_wrapper .Slide02-Title p {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Rubik';
    padding-top: 20px;
    line-height: 45px;
    color: #000;
}
.rev_slider_wrapper .Slide02-Title p span {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'mulibold';
    float: right;
    padding-left: 5px;
}
.rev_slider_wrapper .Slide02-Desc {
    font-family: 'Rubik';
}
.rev_slider_wrapper .hades .tp-arr-allwrapper {
    height: 72px;
    width: 120px;
}
.rev_slider_wrapper .hades.tparrows {
    height: 72px;
    width: 72px;
    background: #000;
}
.rev_slider_wrapper .hades.tparrows:before {
    line-height: 72px;
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
}
.rev_slider_wrapper .hades.tparrows.tp-rightarrow:before {
    content: "\f054";
}
.rev_slider_wrapper .hades.tparrows.tp-leftarrow:before {
    content: "\f053";
}
.rev_slider_wrapper .hades.tparrows:hover:before {
    color: #252525;
}

/*================TZ================*/
/* 3.3 - Title Style
/*================TZ================*/
.autoshowroom-title h2.AutoshowroomTitle {
    font-size: 25px;
    color: #222222;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 30px;
}
.autoshowroom-title h2.AutoshowroomTitle:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 50%;
    width: 60px;
    height: 4px;
    border-top: 1px solid #ff5400;
    border-bottom: 1px solid #ff5400;
    margin-right: -30px;
}
.autoshowroom-title p {
    text-align: center;
    font-size: 15px;
    margin: 0;
}
/*================TZ================*/
/* 3.4 - Featured Vehicle
/*================TZ================*/
.TZ-Vehicle-Feature .owl-stage-outer,
.TZ-Vehicle-Grid .owl-stage-outer {
    padding: 10px 0;
}
.TZ-Vehicle-Feature.container,
.TZ-Vehicle-Grid.container {
	
    width: 1170px;
}
.TZ-Vehicle-Feature.container .owl-stage-outer,
.TZ-Vehicle-Grid.container .owl-stage-outer {
    overflow: visible;
}
.TZ-Vehicle-Feature .owl-nav div,
.TZ-Vehicle-Grid .owl-nav div {
    position: absolute;
    top: 50%;
    right: 50%;
    height: 45px;
    width: 45px;
    background: #222222;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 0;
    margin-top: -34px;
}
.TZ-Vehicle-Feature .owl-nav div:before,
.TZ-Vehicle-Grid .owl-nav div:before {
    font-family: 'FontAwesome';
    font-size: 18px;
}
.TZ-Vehicle-Feature .owl-nav div.owl-prev,
.TZ-Vehicle-Grid .owl-nav div.owl-prev {
   margin-right: 660px;
}
.TZ-Vehicle-Feature .owl-nav div.owl-prev:before,
.TZ-Vehicle-Grid .owl-nav div.owl-prev:before {
    content: "\f0d9";
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.TZ-Vehicle-Feature .owl-nav div.owl-next,
.TZ-Vehicle-Grid .owl-nav div.owl-next {
    margin-right: -700px; 
}
.TZ-Vehicle-Feature .owl-nav div.owl-next:before,
.TZ-Vehicle-Grid .owl-nav div.owl-next:before {
    content: "\f0da";
}
.TZ-Vehicle-Feature .owl-item,
.TZ-Vehicle-Grid .owl-item {
    padding: 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    position: relative;
}
.TZ-Vehicle-Feature .owl-item:before,
.TZ-Vehicle-Grid .owl-item:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.TZ-Vehicle-Feature .owl-item.active .Vehicle-Feature-Image .pcd-pricing,
.TZ-Vehicle-Grid .owl-item.active .Vehicle-Feature-Image .pcd-pricing {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.TZ-Vehicle-Feature .owl-item.active:before,
.TZ-Vehicle-Grid .owl-item.active:before {
    display: none;
}
.TZ-Vehicle-Feature .item,
.TZ-Vehicle-Grid .item {
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image {
    position: relative;
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image img,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image img {
    width: 100%;
	
	object-fit: cover;
	object-position: center;
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image img {
	
	height: 250px;
}
 .TZ-Vehicle-Grid .item .Vehicle-Feature-Image img {
	
	    height: 190px;
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image .pcd-pricing,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image .pcd-pricing {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ff5400;
    color: #fff;
    padding: 8px 15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image .pcd-pricing span,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image .pcd-pricing span {
    font-family: 'Rubik', sans-serif;
    display: inline-block;
    line-height: 12px;
}
.TZ-PortfolioGrid-Item span {
	display:  block;
}

.TZ-Vehicle-Feature .item .Vehicle-Feature-Image .pcd-pricing span.pcd-price,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image .pcd-pricing span.pcd-price {
    font-weight: 700;
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image .pcd-pricing span.pcd-price b,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image .pcd-pricing span.pcd-price b {
	font-size: 22px;
}
.TZ-Vehicle-Feature .item .Vehicle-Feature-Image .pcd-pricing span.pcd-price-msrp,
.TZ-Vehicle-Grid .item .Vehicle-Feature-Image .pcd-pricing span.pcd-price-msrp {
    padding-right: 12px;
    margin-right: 12px;
	display: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.TZ-Vehicle-Feature .item .Vehicle-Title,
.TZ-Vehicle-Grid .item .Vehicle-Title {
    padding: 12px 0 12px;
    margin: 0;
} 
.TZ-Vehicle-Feature .item .Vehicle-Title a,
.TZ-Vehicle-Grid .item .Vehicle-Title a {
    color: #222222;
    text-transform: uppercase;
    border-right: 3px solid #ff5400;
    padding-right: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.TZ-Vehicle-Feature .item .Vehicle-Title a:hover,
.TZ-Vehicle-Grid .item .Vehicle-Title a:hover {
    padding-right: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.TZ-Vehicle-Feature .item .vehicle-feature-des,
.TZ-Vehicle-Grid .item .vehicle-feature-des {
    padding: 0 15px 20px 15px;
}
.TZ-Vehicle-Feature .item .vehicle-feature-des p,
.TZ-Vehicle-Grid .item .vehicle-feature-des p {
    margin: 0;
}
.TZ-Vehicle-Grid .pcd-specs {
	height: 48px;
}
.TZ-Vehicle-Feature .item .vehicle-specs-3 .pcd-specs span,
.TZ-Vehicle-Grid .item .vehicle-specs-3 .pcd-specs span {
    width: 33.33%;
}
.TZ-Vehicle-Feature .item .vehicle-specs-2 .pcd-specs span,
.TZ-Vehicle-Grid .item .vehicle-specs-2 .pcd-specs span {
    width: 50%;
}
.TZ-Vehicle-Feature .item .vehicle-specs-1 .pcd-specs span,
.TZ-Vehicle-Grid .item .vehicle-specs-1 .pcd-specs span {
    width: 100%;
}
.TZ-Vehicle-Feature .item .pcd-specs,
.TZ-Vehicle-Grid .item .pcd-specs {
    padding: 2px;
}
.TZ-Vehicle-Feature .item .pcd-specs span,
.TZ-Vehicle-Grid .item .pcd-specs span {
    float: right;
	font-size: 13px;
    background: #f1f1f1;
    width: 33.33%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #fff;
}
.TZ-Vehicle-Feature .item .pcd-specs span:before,
.TZ-Vehicle-Grid .item .pcd-specs span:before {
    font-family: 'FontAwesome';
    padding-left: 5px;
}
/*.TZ-Vehicle-Feature .item .pcd-specs span.registration:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.registration:before {*/
    /*content: "\f25d";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.milage:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.milage:before {*/
    /*content: "\f013";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.transmission:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.transmission:before {*/
    /*content: "\f0e4";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.condition:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.condition:before {*/
    /*content: "\f1b9";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.color:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.color:before {*/
    /*content: "\f1fc";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.interior:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.interior:before {*/
    /*content: "\f01c";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.drivetrain:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.drivetrain:before {*/
    /*content: "\f085";*/
/*}*/
/*.TZ-Vehicle-Feature .item .pcd-specs span.engine:before,*/
/*.TZ-Vehicle-Grid .item .pcd-specs span.engine:before {*/
    /*content: "\f017";*/
/*}*/
.pcd-specs span i{
    padding-left:5px;
    line-height:15px;
}
.milage .pcd-specs span i {
	float: right;
	margin: 4px 15px 0px 0px;
	padding: 0;
}
.TZ-Vehicle-Feature .item .pcd-specs span em,
.TZ-Vehicle-Grid .item .pcd-specs span em {
    font-style: normal;
}
@keyframes box_scale {
    from {
        -moz-transform: scale(0) rotate(-10deg);
        -webkit-transform: scale(0) rotate(-10deg);
        -o-transform: scale(0) rotate(-10deg);
        -ms-transform: scale(0) rotate(-10deg);
        transform: scale(0) rotate(-10deg);
    }
    to {
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}
.TZ-Portfolio-Grid .TZ-Vehicle-content {
    position: relative;
}
.TZ-Portfolio-Grid .TZ-Vehicle-content .TZ-PortfolioGrid-Item {
    animation-name: box_scale;
    animation-duration: 0.5s;
    float: right;
    width: 20%;
}
.TZ-Portfolio-Grid .TZ-Vehicle-content .TZ-PortfolioGrid-Item .tz-inner {
    padding: 20px 15px;
}
.TZ-Portfolio-Grid .TZ-Vehicle-content .TZ-PortfolioGrid-Item .tz-inner .TZ-Vehicle-Grid .pcd-pricing {
    opacity: 1;
}
.TZ-Portfolio-Grid .TZ-Vehicle-content.TZ-Vehicle-content-active .TZ-PortfolioGrid-Item {
    animation-name: box_scale;
    animation-duration: 0.5s;
}
.TZ-Portfolio-Grid .auto-loading {
    position: absolute;
    width: 150px;
    height: 50px;
    background: url(images/loading.gif) center no-repeat;
    top: 250px;
    right: 50%;
    margin-top: -25px;
    margin-right: -75px;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.TZ-Portfolio-Grid .auto-loading.auto-loading-active {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tzfilter {
    text-align: center;
    padding: 20px 0;
}
.tzfilter a {
    text-transform: uppercase;
    color: #222;
    font-family: 'mulibold';
    padding: 0 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tzfilter a.selected {
    color: #ff5400;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tzfilter a:active,
.tzfilter a:focus {
    text-decoration: none;
}
.autoshowroom-post-back {
    position: relative;
}
.TZ-Vehicle-Compare .owl-stage {
    padding-bottom: 10px;
}
.TZ-Vehicle-Compare .item {
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.TZ-Vehicle-Compare .item .Vehicle-Feature-Image {
    position: relative;
    height: 224px;
}
.TZ-Vehicle-Compare .item .Vehicle-Feature-Image img {
    width: 100%;
    height: auto;
}
.TZ-Vehicle-Compare .item .Vehicle-Feature-Image .btn-remove-compare {
    cursor: pointer;
    background: #ff5400;
    padding: 10px 14px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: scale(0.75) translateX(50%) translateY(0px);
    -webkit-transform: scale(0.75) translateX(50%) translateY(0px);
    -o-transform: scale(0.75) translateX(50%) translateY(0px);
    -ms-transform: scale(0.75) translateX(50%) translateY(0px);
    transform: scale(0.75) translateX(50%) translateY(0px);
}
.TZ-Vehicle-Compare .item .Vehicle-Feature-Image:hover .btn-remove-compare {
    -moz-transform: scale(1) translateX(50%) translateY(0px);
    -webkit-transform: scale(1) translateX(50%) translateY(0px);
    -o-transform: scale(1) translateX(50%) translateY(0px);
    -ms-transform: scale(1) translateX(50%) translateY(0px);
    transform: scale(1) translateX(50%) translateY(0px);
    opacity: 1;
}
.TZ-Vehicle-Compare .item h3 {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    border-right: 3px solid #ff5400;
    line-height: 15px;
    margin: 30px 0 20px 20px;
    padding-right: 17px;
}
.TZ-Vehicle-Compare .item h3 span {
    display: inline-block;
}
.TZ-Vehicle-Compare .item p {
    padding: 0 20px 10px 20px;
    line-height: 22px;
    margin: 0;
}
.TZ-Vehicle-Compare .item .pcd-specs {
    padding-right: 20px;
    padding-left: 20px;
}
.TZ-Vehicle-Compare .item .pcd-specs > div {
    padding: 10px 0;
}
.TZ-Vehicle-Compare .item .pcd-specs > div label {
    color: #868686;
    width: 50%;
    float: right;
    font-weight: normal;
}
.TZ-Vehicle-Compare .item .pcd-specs > div span {
    color: #222222;
    font-family: 'Rubik', sans-serif;
}
.TZ-Vehicle-Compare .item p.pcd-pricing {
    padding: 10px 20px;
    text-align: right;
    background: #ff5400 none repeat scroll 100% 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.TZ-Vehicle-Compare .item p.pcd-pricing .pcd-price {
    font-size: 15px !important;
    float: right;
    line-height: 20px;
}
.TZ-Vehicle-Compare .item p.pcd-pricing .pcd-price-msrp {
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 12px;
    padding-right: 12px;
    display: inline-block;
    line-height: 12px;
}
.TZ-Vehicle-Compare .item.add-vehicle .Vehicle-Feature-Image {
    background: #cacaca;
}
.TZ-Vehicle-Compare .item.add-vehicle .Vehicle-Feature-Image i {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -30px;
    margin-right: -35px;
}
.TZ-Vehicle-Compare .item.add-vehicle .Vehicle-Title a {
    line-height: 15px;
}
.TZ-Vehicle-Compare .item.add-vehicle .Vehicle-Title a span {
    line-height: 15px;
}
.TZ-Vehicle-Compare .item.add-vehicle .pcd-specs {
    padding-top: 17px;
}
.TZ-Vehicle-Compare .item.add-vehicle .pcd-specs div {
    border-top: 1px dashed #e8e8e8;
    height: 42px;
}
.TZ-Vehicle-Compare .owl-controls .owl-nav .owl-prev {
    font-size: 0;
    color: #cacaca;
}
.TZ-Vehicle-Compare .owl-controls .owl-nav .owl-prev:before {
    content: "\f0d9";
    font-size: 60px;
    position: absolute;
    top: 45%;
    font-family: 'FontAwesome';
    margin-top: -15px;
    right: -40px;
}
.TZ-Vehicle-Compare .owl-controls .owl-nav .owl-prev:hover {
    color: #ff5400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.TZ-Vehicle-Compare .owl-controls .owl-nav .owl-next {
    font-size: 0;
    color: #cacaca;
}
.TZ-Vehicle-Compare .owl-controls .owl-nav .owl-next:before {
    content: "\f0da";
    font-size: 60px;
    position: absolute;
    top: 45%;
    font-family: 'FontAwesome';
    margin-top: -15px;
    left: -40px;
}
.TZ-Vehicle-Compare .owl-controls .owl-nav .owl-next:hover {
    color: #ff5400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.container-content.auto-page-content{
    padding:80px 0;
}
.container-content .vehicle-results.vehicle-compare-results {
    margin-bottom: 40px;
}
.container-content .vehicle-results.vehicle-compare-results span.results-text {
    color: #565656;
    font-weight: normal;
}
.container-content .vehicle-results.vehicle-compare-results span.results-text span {
    color: #ff5400;
}
.container-content .vehicle-results.vehicle-compare-results .vehicle-layouts a {
    color: #fff;
    background: #ff5400;
    padding: 6px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.container-content .vehicle-results.vehicle-compare-results .vehicle-layouts a i {
    padding-left: 5px;
}
.container-content .vehicle-results.vehicle-compare-results .vehicle-layouts a:hover {
    color: #fff;
}
/*================TZ================*/
/* 3.5 - Title Element
/*================TZ================*/
.autoshowroom-title.autoshowroom-title-left h2.AutoshowroomTitle {
    text-align: right;
}
.autoshowroom-title.autoshowroom-title-left h2.AutoshowroomTitle:before {
    right: 0;
    margin-right: 0;
}
.autoshowroom-title.autoshowroom-title-left h2.AutoshowroomTitle em {
    font-style: normal;
    color: #ff5400;
    font-weight: 700;
}
.autoshowroom-title.autoshowroom-title-left p {
    text-align: right;
}
.autoshowroom-title.autoshowroom-title-right h2.AutoshowroomTitle {
    text-align: left;
}
.autoshowroom-title.autoshowroom-title-right h2.AutoshowroomTitle:before {
    right: auto;
    left: 0;
    margin-right: 0;
}
.autoshowroom-title.autoshowroom-title-right h2.AutoshowroomTitle em {
    font-style: normal;
    color: #ff5400;
    font-weight: 700;
}
.autoshowroom-title.autoshowroom-title-right p {
    text-align: left;
}
/*================TZ================*/
/* 3.6 - Our Process
/*================TZ================*/
.autoshowroom-our-process {
    position: relative;
}
.autoshowroom-our-process .autoshowroom-counter-icon {
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 120px;
    z-index: -1;
}
.autoshowroom-our-process .autoshowroom-counter-icon i {
    color: rgba(250, 250, 250, 0.1);
}
.autoshowroom-our-process span.autoshowroom-number-process {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #ff5400;
    display: block;
    margin-bottom: 10px;
}
.autoshowroom-our-process h3.autoshowroom-name-process {
    font-size: 16px;
    color: #222222;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.autoshowroom-our-process p.autoshowroom-description-process {
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}
.autoshowroom-our-process a.autoshowroom_readmore {
    color: #ff5400;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-our-process a.autoshowroom_readmore:hover {
    color: #222 !important;
}
/*================TZ================*/
/* 3.7 - Service
/*================TZ================*/
.autoshowroom-service .autoshowroom-service-icon {
    display: block;
    width: 70px;
    height: 70px;
    background: #ff5400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    padding: 24px 0;
    margin-bottom: 33px;
    position: relative;
}
.autoshowroom-service .autoshowroom-service-icon i {
    font-size: 22px;
    color: #ffffff;
}
.autoshowroom-service .autoshowroom-service-icon:after {
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #ff5400;
    bottom: -5px;
    content: "";
    right: 50%;
    margin-right: -6px;
    position: absolute;
}
.autoshowroom-service h3.autoshowroom-service-title {
    font-size: 16px;
    color: #222222;
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.autoshowroom-service p.autoshowroom-service-description {
    margin-bottom: 33px;
}
.autoshowroom-service a.autoshowroom-service-readmore {
    color: #222222;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-service a.autoshowroom-service-readmore:hover {
    color: #ff5400;
}

/*================TZ================*/
/* 3.8 - Quote
/*================TZ================*/
.autoshowroom-quote {
    padding: 0 140px;
    text-align: center;
}
.autoshowroom-quote .slick-track {
    padding-top: 35px;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item {
    text-align: center;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-image {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #e9e9e9;
    padding: 4px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-image .autoshowroom-quote-image-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-image .autoshowroom-quote-image-box img {
    max-width: 100%;
    height: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-image:after {
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #ff5400;
    bottom: 5px;
    content: "";
    right: 50%;
    margin-right: -6px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-image:hover {
    cursor: pointer;
    background: #ff5400;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-image:hover .autoshowroom-quote-image-box img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-info {
    padding-top: 95px;
    width: 840px;
    position: relative;
    right: 50%;
    margin-right: -420px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-info .autoshowroom-quote-content {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #565656;
    line-height: 34px;
    margin-bottom: 35px;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-info .autoshowroom-quote-content small {
    display: block;
    font-family: 'PT Serif', serif;
    font-size: 75px;
    font-weight: 700;
    font-style: normal;
    color: #ff5400;
    line-height: 24px;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-info .autoshowroom-quote-name {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ff5400;
    text-transform: uppercase;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-info small {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #bdbdbd;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item .autoshowroom-quote-info .autoshowroom-quote-employment {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #bdbdbd;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-center .autoshowroom-quote-image {
    padding: 3px;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    background: #ff5400;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-center .autoshowroom-quote-image .autoshowroom-quote-image-box img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-center .autoshowroom-quote-image:after {
    visibility: visible;
    opacity: 1;
    bottom: -5px;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-center .autoshowroom-quote-info {
    visibility: visible;
    opacity: 1;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-active-1 {
    text-align: left;
}
.autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-active-5 {
    text-align: right;
}
.autoshowroom-quote .slick-dots {
    display: inline-block !important;
    margin-top: 36px;
}
.autoshowroom-quote .slick-dots:after {
    content: '';
    display: block;
    clear: both;
}
.autoshowroom-quote .slick-dots li {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0 7px 0 8px;
}
.autoshowroom-quote .slick-dots li button {
    background: #ff5400;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 6px;
    line-height: 0;
    outline: medium none;
    padding: 0px;
    margin: 4px 0;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-quote .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    margin: 0;
}
/*================TZ================*/
/* 3.9 - Counter
/*================TZ================*/
.autoshowroom-counter .autoshowroom-counter-box {
    position: relative;
}
.autoshowroom-counter .autoshowroom-counter-box .autoshowroom-counter-icon {
    text-align: center;
}
.autoshowroom-counter .autoshowroom-counter-box .autoshowroom-counter-icon i {
    font-size: 90px;
    color: #ffffff;
    opacity: 0.1;
}
.autoshowroom-counter .autoshowroom-counter-box .autoshowroom-counter-number {
    bottom: -6px;
    color: #ffffff;
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 50px;
    font-weight: 700;
    right: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.autoshowroom-counter .autoshowroom-counter-title {
    font-family: 'mulibold';
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

/*================TZ================*/
/* 3.10 - Post Slider
/*================TZ================*/
.autoshowroom-owl-carousel-container .autoshowroom-owlcarousel .autoshowroom-owlcarousel-item {
    text-align: center;
}
.autoshowroom-owl-carousel-container .autoshowroom-owlcarousel .autoshowroom-owlcarousel-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item {
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-image {
    position: relative;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-image img {
    width: 100%;
    height: auto;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-image .autoshowroom-post-date {
    background: #ff5400;
    position: absolute;
    top: 0;
    left: 0;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-image .autoshowroom-post-date i {
    font-size: 16px;
    color: #ff5400;
    padding: 7px 11px;
    background: #ffffff;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-image .autoshowroom-post-date span {
    font-size: 15px;
    color: #ffffff;
    padding: 5px 7px 5px 11px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back {
    position: relative;
    background: #ffffff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #F3F3F3;
    margin-bottom: 3px;
    box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.1);
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box {
    border-bottom: 1px solid #f3f3f3;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box:last-child {
    border: none;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box span {
    display: block;
    width: 70px;
    text-align: center;
    padding: 17px 0 9px;
    border-left: 1px solid #f3f3f3;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box span i {
    display: block;
    font-size: 18px;
    color: #bdbdbd;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share {
    width: 70px;
    border-left: 1px solid #f3f3f3;
    text-align: center;
    font-size: 20px;
    color: #bdbdbd;
    line-height: 13px;
    padding: 0 0 13px;
    position: relative;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share .autoshowroom-post-back-share-box {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 120%;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share .autoshowroom-post-back-share-box a {
    display: block;
    padding: 7px 0;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share .autoshowroom-post-back-share-box a i {
    color: #bdbdbd;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share .autoshowroom-post-back-share-box a:hover i {
    color: #ff5400;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share:hover {
    cursor: pointer;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-back-box .autoshowroom-post-back-share:hover .autoshowroom-post-back-share-box {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front {
    width: auto;
    position: absolute;
    right: 70px;
    left: -1px;
    top: -50px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    padding-top: 30px;
    bottom: 0;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box {
    position: relative;
    background: #ffffff;
    padding: 32px 20px 12px;
    border-left: 1px solid #F3F3F3;
    box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1);
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-post-front-avata {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 20px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-post-front-avata img {
    width: 100%;
    height: auto;
    transform-style:inherit;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-post-front-info .autoshowroom-post-front-info-author {
    color: #222222;
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-post-front-info .autoshowroom-post-front-info-author a {
    color: #ff5400;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-post-front-info .autoshowroom-post-front-info-category a {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #222222;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-post-front-info .autoshowroom-divider {
    color: #e7e7e7;
    font-size: 17px;
    padding: 0 3px 0 2px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box h3.autoshowroom-post-front-title {
    margin-top: 9px;
    line-height: 18px;
    position: relative;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box h3.autoshowroom-post-front-title a {
    line-height: 18px;
    font-family: 'mulibold';
    font-size: 16px;
    font-weight: normal;
    color: #222222;
    letter-spacing: 1px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box h3.autoshowroom-post-front-title:after {
    content: '';
    display: block;
    width: 3px;
    height: 14px;
    background: #ff5400;
    position: absolute;
    top: 5px;
    right: -20px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box p {
    line-height: 22px;
    margin: 7px 0 9px;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-readmore {
    display: block;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    padding-top: 0px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item:hover {
    cursor: pointer;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item:hover .autoshowroom-post-back .autoshowroom-post-front {
    top: -90px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-post-slider .autoshowroom-post-slider-box .autoshowroom-post-slider-item:hover .autoshowroom-post-back .autoshowroom-post-front .autoshowroom-post-front-box .autoshowroom-readmore {
    height: 30px;
    visibility: visible;
    opacity: 1;
    padding-top: 5px;
}
.autoshowroom-post-slider .owl-controls {
    margin-top: 25px;
    text-align: center;
}
.autoshowroom-post-slider .owl-controls .owl-nav {
    position: relative;
    width: 100%;
    height: 45px;
}
.autoshowroom-post-slider .owl-controls .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.autoshowroom-post-slider .owl-controls .owl-nav .owl-prev:after {
    width: 45px;
    height: 45px;
    background: #222;
    text-align: center;
    padding: 10px 0 10px;
    color: #ffffff;
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-post-slider .owl-controls .owl-nav .owl-prev:hover:after {
    background: #ff5400;
}
.autoshowroom-post-slider .owl-controls .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.autoshowroom-post-slider .owl-controls .owl-nav .owl-next:after {
    width: 45px;
    height: 45px;
    background: #222;
    text-align: center;
    padding: 10px 0 10px;
    color: #ffffff;
    content: "\f0da ";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-post-slider .owl-controls .owl-nav .owl-next:hover:after {
    background: #ff5400;
}
.autoshowroom-post-slider .owl-controls .owl-dots {
    display: inline-block;
    position: relative;
    top: -35px;
}
.autoshowroom-post-slider .owl-controls .owl-dots:after {
    display: block;
    clear: both;
    content: '';
}
.autoshowroom-post-slider .owl-controls .owl-dots .owl-dot {
    float: right;
    padding: 0px 7px 0px 8px;
}
.autoshowroom-post-slider .owl-controls .owl-dots .owl-dot span {
    background: #ff5400;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-post-slider .owl-controls .owl-dots .owl-dot span:hover {
    transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -moz-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
}
.autoshowroom-post-slider .owl-controls .owl-dots .owl-dot.active span {
    transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -moz-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
}

/*================TZ================*/
/* 3.11 - List
/*================TZ================*/
.autoshowroom-list ul li {
    list-style: none;
    padding-bottom: 10px;
    padding-right: 25px;
}
.autoshowroom-list ul li i {
    font-size: 15px;
    color: #ff5400;
    padding-left: 15px;
    margin-right: -25px;
}
/*================TZ================*/
/* 3.12 - Sign Up
/*================TZ================*/
.autoshowroom-sign-up {
    position: relative;
    background: #f7f9fb;
}
.autoshowroom-sign-up .autoshowroom-sign-up-box {
    position: relative;
    background: #ff5400;
    padding: 29px 0 0;
}
.autoshowroom-sign-up .autoshowroom-sign-up-box h3.autoshowroom-sign-up-title {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.autoshowroom-sign-up .autoshowroom-sign-up-box .autoshowroom-sign-up-subtitle {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}
.autoshowroom-sign-up .autoshowroom-sign-up-box .autoshowroom-sign-up-triangle {
    height: 40px;
    width: 100%;
    background: #ff5400;
    overflow: hidden;
    position: relative;
}
.autoshowroom-sign-up .autoshowroom-sign-up-box .autoshowroom-sign-up-triangle:before {
    background: #f7f9fb none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 100px;
    right: 20px;
    position: absolute;
    top: 0;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    width: 500px;
}
.autoshowroom-sign-up .autoshowroom-sign-up-box .autoshowroom-sign-up-triangle:after {
    background: #f7f9fb none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 100px;
    right: -257px;
    position: absolute;
    top: 0;
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    width: 500px;
}
.autoshowroom-sign-up .esu-from-shortcode {
    width: 100%;
}
.autoshowroom-sign-up .esu-from-shortcode form ul {
    padding-top: 48px;
}
.autoshowroom-sign-up .esu-from-shortcode form ul li {
    padding: 5px 20px;
    margin: 0;
}
.autoshowroom-sign-up .esu-from-shortcode form ul li input {
    width: 100%;
    padding: 10px 16px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #bdbdbd;
    background: #ffffff;
    border: 1px solid #e9e9e9;
}
.autoshowroom-sign-up .esu-from-shortcode form ul li input.esu-button {
    border: none;
    background: #ff5400;
    font-family: 'mulibold';
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 16px;
}
.autoshowroom-sign-up .esu-from-shortcode form ul li:last-child {
    padding: 50px 0 0;
}
.autoshowroom-sign-up img {
    position: absolute;
    left: -115px;
    top: -36px;
}

/*================TZ================*/
/* 3.13 - Ads
/*================TZ================*/
.autoshowroom-ads {
    position: relative;
    overflow: hidden;
}
.autoshowroom-ads:after {
    content: '';
    display: block;
    clear: both;
}
.autoshowroom-ads .autoshowroom-ads-image {
    width: 53%;
    height: 100%;
    float: left;
    text-align: right;
}
.autoshowroom-ads .autoshowroom-ads-image img {
    width: 100%;
    height: auto;
}
.autoshowroom-ads .autoshowroom-ads-image.autoshowroom-ads-align-left {
    text-align: right;
	position: absolute;
	left: 0;
}
.autoshowroom-ads .autoshowroom-ads-image.autoshowroom-ads-align-right {
    text-align: left;
	position: absolute;
	right: 0;
}
.autoshowroom-ads .autoshowroom-ads-image.autoshowroom-ads-align-center {
    text-align: center;
}
.autoshowroom-ads .autoshowroom-ads-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.autoshowroom-ads .autoshowroom-ads-text {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    display: table;
}
.autoshowroom-ads .autoshowroom-ads-text .autoshowroom-ads-text-box {
    display: table-cell;
	
	text-align: center;
    vertical-align: middle;
    padding: 0 20px 0 50px;
}
.autoshowroom-ads .autoshowroom-ads-text .autoshowroom-ads-text-box h4.autoshowrrom-ads-title {
    color: #ffffff;
    margin-bottom: 8px;
}
.autoshowroom-ads .autoshowroom-ads-text .autoshowroom-ads-text-box h4.autoshowrrom-ads-title a{
    color: #ffffff;
    text-decoration: none;
}
.autoshowroom-ads .autoshowroom-ads-text .autoshowroom-ads-text-box p.autoshowroom-ads-description {
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 0;
}
.autoshowroom-ads.autoshowroom-ads-text-image .autoshowroom-ads-image {
    float: right;
	direction: rtl;
}
.autoshowroom-ads.autoshowroom-ads-text-image .autoshowroom-ads-text {
    float: left;
	direction: rtl;
}
.autoshowroom-ads.autoshowroom-ads-text-image .autoshowroom-ads-text .autoshowroom-ads-text-box {
    padding: 0 62px 0 20px;
}

/*================TZ================*/
/* 3.14 - Autoshowroom-grid
/*================TZ================*/
.autoshowroom_grid ul.autoshowroom-grid-ul {
    margin-left: -30px;
}
.autoshowroom_grid ul.autoshowroom-grid-ul li.autoshowroom-grid-item {
    width: 50%;
    float: right;
    padding: 0 0 30px 30px;
}
.autoshowroom_grid ul.autoshowroom-grid-ul li.autoshowroom-grid-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.autoshowroom_grid ul.autoshowroom-grid-ul li.autoshowroom-grid-item:nth-child(2n+1) {
    clear: both;
}
.autoshowroom_grid ul.autoshowroom-grid-ul:after {
    content: '';
    display: block;
    clear: both;
}
/*================TZ================*/
/* 3.15 - Button
/*================TZ================*/
.vc_general .vc_btn3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vc_btn3.vc_btn3-color-warning {
    background-color: #ff5400 !important;
    border-color: #ff5400 !important;
}
.vc_btn3.vc_btn3-size-md {
    padding: 12px 30px !important;
}
.vc_btn3.vc_btn3-size-xs {
    padding: 8px 20px !important;
}
.vc_btn3.vc_btn3-size-sm {
    padding: 8px 25px !important;
}
.vc_btn3.vc_btn3-size-lg {
    padding: 12px 30px !important;
}
/*================TZ================*/
/* 4.0 - Vehicle Pages
/*================TZ================*/

/*================TZ================*/
/* 4.1 - Vehicle Archive
/*================TZ================*/
.container-content .vehicle-results {
    padding: 22px;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 15px;
    color: #222222;
    margin-bottom: 15px;
    background: #fff;
}
.container-content .vehicle-results span.results-text {
    font-size: 15px;
    color: #222222;
}
.container-content .vehicle-results .vehicle-layouts {
    float: left;    margin: 7px 0;
}
.container-content .vehicle-results .vehicle-layouts a {
    position: relative;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #222;
}
.container-content .vehicle-results .vehicle-layouts a .tooltip-content {
    background: #ff5400;
    bottom: 130%;
    color: #fff;
    font-size: 12px;
    cursor: default;
    right: 50%;
    margin-right: -41px;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    transform: scale3d(0.1, 0.2, 1);
    transform-origin: 50% 120% 0;
    transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.6, 0, 0.4, 1) 0s;
    width: auto;
    z-index: 9999;
    min-width: 85px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}
.container-content .vehicle-results .vehicle-layouts a .tooltip-content:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    height: 8px;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, -60%, 0px) rotate3d(0, 0, 1, -45deg);
    width: 8px;
}
.container-content .vehicle-results .vehicle-layouts a:hover {
    color: #ff5400;
}
.container-content .vehicle-results .vehicle-layouts a:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    transform: scale3d(1, 1, 1);
}
.container-content .vehicle-results .vehicle-layouts a:active,
.container-content .vehicle-results .vehicle-layouts a:focus {
    text-decoration: none;
    outline: none;
}
.container-content .vehicle-results .vehicle-layouts a.active {
    color: #ff5400;
}
.container-content .vehicle-masonry {
    overflow: hidden;
}
.container-content .vehicle-grid {
    opacity: 0;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    float: right;
}
.container-content .vehicle-grid.bid-item {
	opacity: 1
	;
}
.vehicle-grid.bid-item .TZ-Vehicle-Grid {
	margin-bottom: 0;
}
.container-content .vehicle-grid .item {
    padding-bottom: 3px;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid {
    background: #fff;
    margin: 20px 15px;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .Vehicle-Title {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    margin: 0;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .vehicle-feature-des {
    padding: 0 20px 5px;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .vehicle-feature-des p {
    font-size: 12px;
    margin: 0;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .vehicle-specs-3 .pcd-specs span {
    width: 33.33%;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .vehicle-specs-2 .pcd-specs span {
    width: 50%;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .vehicle-specs-1 .pcd-specs span {
    width: 100%;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-specs {
    padding: 0 15px 15px 15px;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-specs span {
  background: none;
  padding: 0 5px;
  font-size: 14px;
  width: 50%;
  display: inline-block;
  border: none;
  float: none;
  text-align: center;
}
.pcd-price small {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;text-align: center;
	display: block;
	margin-bottom: 6px;
}
fieldset {
	position: relative;
}
.message-box {
	font-weight: 800;
	
	    font-size: 22px;
}
form#insert_vehicle {
	position: relative;
}
.message-box.success {
color: white;
background: #29d329;
font-weight: 400;
display: block;
max-width: 500px;
margin: 0 auto;
}
#uploadBtnimg,#uploadGalimg {
	max-width: 90px;
	position: absolute;
	top: 28px;
	right: 20px;
	max-height: 85px;
}
.message-box.error {
	 color: white;
	 background: #e80101;
	 max-width: 450px;
	 margin: 0 auto;
}
fieldset.loading:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(https://mir-s3-cdn-cf.behance.net/project_modules/disp/35771931234507.564a1d2403b3a.gif) center center / 280px no-repeat rgba(255, 255, 255, 0.34);
}
form#insert_vehicle.loading:after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(https://mir-s3-cdn-cf.behance.net/project_modules/disp/35771931234507.564a1d2403b3a.gif) center center / 280px no-repeat rgba(255, 255, 255, 0.34);
}
.container-content .vehicle-grid .TZ-Vehicle-Grid {
	cursor: pointer;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-specs span:before {
    padding-left: 2px;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-pricing {
    margin: 3px 3px 0;
    padding: 10px 15px 0 15px;
    font-size: 15px;
	text-align: right;
    color: #fff;
    background: #ff5400;
    font-family: 'Rubik', sans-serif;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-pricing span {
    display: inline-block;
    line-height: 12px;
}
.wp-image-3046 {
max-width: 100%;	
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-pricing .pcd-price {
    font-weight: 700;
} 

.TZ-Vehicle-Feature .bids,.TZ-Portfolio-Grid .bids {
position: relative;
right: 0;
font-size: 15px;
font-weight: 400;
top: auto;
/* bottom: -25px; */
background: #2189d6;
padding: 0px 2px;
display: block;
text-align: center;
border-top: 1px solid #2189d6;
margin-top: 6px;
line-height: 23px !important;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-pricing .pcd-price-msrp {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 12px;display: none;
    padding-right: 12px;
}
.vehicle-layout-list .pcd-pricing .pcd-price-msrp {
	display: block !important;

	    margin: 0 !important;
	    font-size: 15px !important;
	    border-right: 0 !important;
	    padding: 0 !important;
	    line-height: 16px;
}
.vehicle-layout-list .TZ-Vehicle-Grid .pcd-pricing span {
    display: inline-block;
    line-height:19px;
    position: static;}
.ClassyCountdown-wrapper>div{
height: auto !important;	
margin: 0 7px !important;
width: calc(25% - 14px) !important;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn1>div {
	margin-bottom: 0 !important;margin-top: 5px;
}
.vehicle-btn1>div {
	margin-bottom: 0 !important;
}
 .ClassyCountdown-wrapper>div>div {
	display: none !important;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid .pcd-pricing {

	text-align: right;
	position: relative;
}
.bids {
	position: absolute;
	left: 15px;
	font-size: 21px;
	font-weight: bold;
	top: 15px;
}
.container-content .vehicle-grid .TZ-Vehicle-Grid  .pcd-pricing .pcd-price {
		font-size: 22px;
}
 .ClassyCountdown-wrapper .ClassyCountdown-value {
	font-size: 20px !important;
	font-family: Rubik !important;
	position: static !important;
	margin-top: 0 !important;
	background: #0e5d97;
	line-height: 15px !important;
	color: white !important;
	font-weight: bold !important;
	padding: 5px;
	border-radius: 4px;
}
 .ClassyCountdown-wrapper .ClassyCountdown-value span {
	font-size: 0.8em !important;
}
.container-content .vehicle-grid.vehicle-list {
    width: 100%;
}

.container-content .vehicle-layout-list  .vehicle-btn1 {
	width: 320px;
	float: right;
}
.container-content .vehicle-layout-list .TZ-Vehicle-Grid .vehicle-btn1 .ClassyCountdown-wrapper>div {
	margin: 0 5px !important;
}
.container-content .vehicle-layout-list-active {
    height: auto !important;
}
.container-content .vehicle-layout-list .vehicle-grid {
    width: 100%;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item {
    position: relative;
    padding-bottom: 0;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .Vehicle-Feature-Image {
    width: 35%;
    float: right;
}
.um-profile .um-form form,.um-login .um-form form {
	width: 100%;
}
.um-profile-meta .um-meta {
	display: none;
}
.bid-history {
	margin-top: 15px;
	position: relative;
	border-top: 1px solid #666;
	padding-top: 15px;
}

.bid-history .item {
	display: flex;
	padding-bottom: 30px !important;
	align-content: center;
	align-items: center;
}
.bid-history .item .Vehicle-Feature-Image img {
    width: 100%;
    height: auto;
    max-height: 150px !important;
    overflow: hidden !important;
    object-fit: contain !important;
    object-position: right !important;}
.bid-history .item .Vehicle-Feature-Image {
	width: 20% !important;
}
.bid-history .item .pcd-pricing {
	top: 6px !important;
}
.bid-history  .vehicle-grid .TZ-Vehicle-Grid {
	margin-bottom: 5px !important;
}
.bid-history .container-content .vehicle-layout-list .vehicle-btn1 {
	
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .Vehicle-Feature-Image img {
    width: 100%;
    height: auto;
	max-height: 250px;
	    overflow: hidden;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .Vehicle-Title {
    padding-top: 15px;
    margin-top: 0;
    padding-right: 2%;
}
.container-content .vehicle-layout-list .TZ-Vehicle-Grid .vehicle-btn1>div {
	margin: 0;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .Vehicle-Title a {
    padding-right: 17px;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-feature-des {
    padding-right: 30%;
    padding-bottom: 15px;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-feature-des p {
    display: inline;
    padding-right: 20px;
    margin: 0;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-specs-3 .pcd-specs span {
    width: 33.33%;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-specs-2 .pcd-specs span {
    width: 50%;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-specs-1 .pcd-specs span {
    width: 100%;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-specs {
  display: flex;
  padding: 0;
  margin: 30px 0;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-specs span:first-child {
    padding-right: 20px;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-specs .clr {
    clear: none;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-pricing {
    position: absolute;
    top: 12px;
	height: auto;
    left: -4px;
    padding: 5px 15px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.Vehicle-Title {
	text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    max-width: 100%;
	    display: block;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-pricing .pcd-price {
    font-weight: 700;
    font-size: 15px;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-pricing .pcd-price-msrp {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 12px;
    padding-right: 12px;
	    margin-top: 30px;
    font-size: 12px;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn {
    display: block;
    padding-right: 30%;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn a,
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn span {
    font-size: 12px;
    color: #ff5400;
    padding: 5px 10px;
    border: 1px solid #ff5400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn a:first-child,
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn span:first-child {
    margin-right: 20px;
}
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn a.active,
.container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn span.active {
    background: #ff5400;
    color: #fff !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*================TZ================*/
/* 4.2 - Vehicle Detail
/*================TZ================*/
.vehicle-detail {
	position: relative;
    color: #222;
}
.edit-vehicle {
	
font-size: 22px;
font-weight: bold;
}
#mark-as-sold {
	background: #565656;
	    color: white;
	    font-size: 22px;
	    
	    top: 15px;
	    margin-right: 20px;
	    font-weight: bold;
}
.delete-vehicle {
	color: white;
	font-size: 22px;
	
	top: 15px;
	margin-right: 20px;
	font-weight: bold;
}
#mark-as-sold:hover {
		background: #6d6d6d;
}
.vehicle-detail .container {
	position: relative;
}
#vehicle-managment {
	position: absolute;
	top: -60px;
	right: 20px;
}
.vehicle-detail .flexslider {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}
.vehicle-detail .flexslider .slides li {
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 3px;
}
.vehicle-detail .flexslider .slides li img {
    float: right;
}
.vehicle-detail #carousel {
    border: none;
    box-shadow: none;
    padding: 0;
    background: none;
    z-index: 1;
}
.vehicle-detail #carousel .slides {
    padding: 5px 0;
}
.vehicle-detail #carousel .slides li {
    padding: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    cursor: pointer;
	float: right !important;
}
.vehicle-detail #carousel .flex-direction-nav a {
    font-size: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #000;
    margin-top: -15px;
    line-height: 30px;
}
.vehicle-detail #carousel .flex-direction-nav a:before {
    font-size: 16px;
    color: #fff;
    text-shadow: none;
}
.vehicle-detail #carousel .flex-direction-nav .flex-next {
    left: 3px;
}
.vehicle-detail #carousel .flex-direction-nav .flex-prev {
    right: 3px;
}
.vehicle-detail #carousel:hover .flex-direction-nav .flex-next {
    left: 3px;
}
.vehicle-detail #carousel:hover .flex-direction-nav .flex-prev {
    right: 3px;
}
.vehicle-detail .pcd-pricing {
    background: #ff5400;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px 8px;
    border: 3px solid #fff;
    color: #fff;
    text-align: right;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vehicle-detail .pcd-pricing .pcd-price {
    font-size: 36px;
    font-weight: 700;
	margin-right: 10px;
}
.vehicle-detail .vehicle_listings .pcd-pricing{
    background:none !important;
    border:none;
    box-shadow:none;
    text-align: right;
    padding-top:0;
}
.vehicle-detail h1.vehicle-title {
    font-size: 36px;
    line-height: 27px;
    color: #222;
    border-right: 6px solid #ff5400;
    padding-right: 15px;
    margin-bottom: 15px;
}
.vehicle-detail .vehicle-btn-function {
    margin-bottom: 40px;
	display: none;
}
.vehicle-detail .vehicle-btn-function a {
    text-decoration: none;
}
.vehicle-detail .vehicle-btn-function span {
    font-size: 12px;
    color: #ff5400;
    border: 1px solid #ff5400;
    padding: 5px 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
.vehicle-detail .vehicle-btn-function span.active {
    background: #ff5400;
    color: #fff !important;
}
.vehicle-detail p.center {
    text-align: center;
    color: #222;
    font-size: 12px;
    margin: 0;
}
.vehicle-detail .vehicle-box {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin: 12px 0;
    background: #fff;
}
.vehicle-detail .vehicle-box h3.widget-title {
    margin-bottom: 10px;
    position: relative;
}
.vehicle-detail .vehicle-box h3.widget-title:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 12px;
    right: -20px;
    position: absolute;
    top: 9px;
    width: 3px;
}
.vehicle-detail .vehicle-box h3.widget-title span {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #363636;
    position: relative;
}
.vehicle-detail .vehicle-box h3.widget-title span:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.vehicle-detail .vehicle-box h3.widget-title span:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 45px;
}
.vehicle-detail .vehicle-box .pcd-specs div {
    line-height: 35px;
    text-align: right;
}
.vehicle-detail .vehicle-box .pcd-specs div label {
    font-weight: normal;
    color: #868686;
    width: 45%;
    float: right;
}
.vehicle-detail .vehicle-box .pcd-specs div span {
    width: 55%;
    float: right;
    font-family: 'Rubik', sans-serif;
}
.vehicle-detail .vehicle-box .pcd-specs div span em {
    font-style: normal;
}
.vehicle-detail aside.widget {
    margin-bottom: 45px;
}
.vehicle-detail aside.widget .hotline {
    background: #565656;
    color: #fff;
    padding: 20px 30px 18px 30px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin: -25px -20px;
}
.vehicle-detail aside.widget .hotline i {
    font-size: 36px;
    float: right;
    padding: 10px 0 20px 30px;
}
.vehicle-detail aside.widget .hotline h4 {
    font-size: 27px;
    padding-bottom: 2px;
}
.vehicle-detail aside.widget .hotline p {
    color: #fff;
    margin: 0;
    letter-spacing: 0;
}
.vehicle-detail img {
    max-width: 100%;
    height: auto;
}
.single_auto_image .vehicle-detail img {
	width: 100%;
}
.vehicle-detail #tab-description {
    display: block;
}
.vehicle-detail .su-tabs {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
.vehicle-detail .su-tabs .su-tabs-nav span {
    color: #fff;
    background: #565656;
    font-family: 'Rubik', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-right: 5px;
    margin-left: 0;
    border-top: 3px solid #565656;
    padding: 13px 20px;
}
.um-profile-photo a.um-profile-photo-img {
	right: 0 !important;
}
.um-name,.um-page-user .um-header .um-profile-meta .um-main-meta .um-name a {
	margin-left: 0 !important;
}
.vehicle-detail .su-tabs .su-tabs-nav span.su-tabs-current,
.vehicle-detail .su-tabs .su-tabs-nav span:hover {
    border-top: 3px solid #ff5400;
    background: #fff;
    color: #565656;
}
.vehicle-detail .su-tabs .su-tabs-panes {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.vehicle-detail .su-tabs .su-tabs-panes .su-tabs-pane {
    padding: 30px 22px 0 25px 22px;
    margin-bottom: 0px;
}
.vehicle-detail .vehicle-content {
    margin-top: 40px;
}
.vehicle-detail .vehicle-content p {
    margin: 0 0 25px;
}
.vehicle-detail .vehicle-content p:empty {
    margin: 0;
}
.vehicle-detail .vehicle-content h4 {
    font-family: 'Rubik';
    color: #565656;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.vehicle-detail .vehicle-content h3 {
    font-size: 18px;
    color: #565656;
    font-family: 'Rubik';
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.vehicle-detail .vehicle-content h3:before {
    width: 30px;
    content: " ";
    left: -45px;
    height: 1px;
    background: #ff5400;
    top: 10px;
    position: absolute;
}
.vehicle-detail .vehicle-content h3:after {
    width: 45px;
    content: " ";
    left: -60px;
    height: 1px;
    background: #ff5400;
    position: absolute;
    top: 17px;
}
.vehicle-detail .vehicle-content ol {
    margin-bottom: 30px;
}
.vehicle-detail .vehicle-content ol li {
    text-align: right;
    border-bottom: 1px dashed #e8e8e8;
    line-height: 30px;
    padding: 6px 0;
}
.vehicle-detail .vehicle-content ol li strong {
    float: left;
    font-family: 'Rubik', sans-serif;
}
.vehicle-detail .vehicle-content .su-list {
    line-height: 30px;
}
.su-list {
    position: relative;
    padding-right: 20px;
}
.su-list:before {
    content: "\f046";
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 15px;
    color: #ff5400;
    font-family: 'FontAwesome';
}
/*OWL Slider*/
.owl-carousel {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}

@media (max-width:767px) {
	.order-btn {
		bottom: auto;
		top: 80px;
	}
	.bid-history .item {
		flex-direction: column;
		    align-items: flex-start;
	}
	.blocked-hours {
	bottom: auto;
	width: 160px;
	font-size: 14px;
	line-height: 16px;
	top: 80px;
		
	}
}
.tzcustom_item {
    width: 100%;
    position: relative;
}
.tzcustom_item img {
    width: 100%;
    height: auto;
}
.tzcustom_item .container {
    position: relative;
}
.tzcustom_item .container .slider_content {
    position: absolute;
    left: 0;
    width: 60%;
    text-align: right;
    padding: 35px;
    background: #ff5400;
    color: #fff;
    bottom: 0;
}
.tzcustom_item .container .slider_content h4 a {
    color: #fff;
}
.TZ-Vehicle-Slider {
    padding-bottom: 96px;
}
.TZ-Vehicle-Slider.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0;
}
.TZ-Vehicle-Slider .owl-item:before {
    display: none;
}
.TZ-Vehicle-Slider .owl-item .item {
    box-shadow: none;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Feature-Image {
    overflow: hidden;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Feature-Image img {
    min-height: 100%;
    z-index: -1;
    width: auto;
    min-width: 100%;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container {
    position: absolute;
    top: 20%;
    right: 50%;
    margin-right: -570px;
    border-right: 4px solid #ff5400;
    padding: 0 15px 0 0;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container a {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    padding-bottom: 15px;
    padding-right: 0;
    border: none;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container a span {
    display: inline;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container span {
    color: #fff;
    display: block;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container span label {
    float: right;
    font-size: 24px;
    font-family: 'mulibold';
    color: #fff;
    padding-left: 10px;
    font-weight: normal;
}
.TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container span span {
    font-weight: 700;
    font-size: 48px;
    color: #ff5400;
    font-family: 'Rubik', sans-serif;
    line-height: 40px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des {
    position: absolute;
    bottom: -96px;
    left: 50%;
    margin-left: -585px;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    width: 785px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des:not(*:root) {
    bottom: -97px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .slider-info {
    background: #ff5400;
    padding: 30px 35px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des h5 {
    margin-bottom: 30px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des h5 a {
    color: #fff;
    font-size: 24px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des label {
    float: right;
    font-weight: normal;
    padding-left: 5px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des p {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .slider-info > .pcd-specs {
    padding: 0 !important;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .slider-info > .pcd-specs > span {
    padding: 0 !important;
    background: none !important;
    width: auto;
    border: none;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .slider-info > .pcd-specs > span.condition:before,
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .slider-info > .pcd-specs > span.color:before,
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .slider-info > .pcd-specs > span.interior:before {
    display: none !important;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .vehicle-specs {
    background: #fff;
    padding: 25px 35px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .vehicle-specs > .pcd-specs {
    padding: 0 !important;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .vehicle-specs > .pcd-specs > span {
    background: none;
    width: auto;
    color: #000;
    padding-right: 35px;
    border: none;
    line-height: 26px;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .vehicle-specs > .pcd-specs > span:first-child {
    padding-right: 0;
}
.TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des * {
    opacity: 0.75;
    -webkit-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
    -ms-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
}
.TZ-Vehicle-Slider .owl-item.active .Vehicle-Title {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
}
.TZ-Vehicle-Slider .owl-item.active .vehicle-slider-des * {
    opacity: 1;
    -webkit-transition: all 0.3s linear 0.5s;
    -moz-transition: all 0.3s linear 0.5s;
    -ms-transition: all 0.3s linear 0.5s;
    -o-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s;
}
.TZ-Vehicle-Slider .owl-controls {
    margin: 0;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    height: 72px;
    width: 72px;
    background: #000;
    margin-top: -36px;
    color: #fff;
    font-size: 0;
    text-align: center;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav div:after {
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 72px;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav div:before {
    display: none;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav div:hover {
    color: #ff5400;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav .owl-prev {
    right: 0;
    margin: 0;
    left: auto;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav .owl-prev:after {
    content: "\f053";
}
.TZ-Vehicle-Slider .owl-controls .owl-nav .owl-next {
    left: 0;
    margin: 0;
    right: auto;
}
.TZ-Vehicle-Slider .owl-controls .owl-nav .owl-next:after {
    content: "\f054";
}
/* Light Gallery*/
.autoshowroom-lightgallery ul li img.light-thumb {
    width: 100%;
    cursor: pointer;
}
/*Compare Products*/
.products_compare {
    background: #ff5400;
    position: fixed;
    z-index: 999;
    bottom: -100px;
    left: 90px;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    font-family: 'mulibold';
}
.products_compare .view-compare {
    padding: 10px 35px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.products_compare .view-compare i {
    margin-left: 10px;
}
.products_compare .compare-count {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #ff5400;
    color: #ff5400;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 14px;
}
.products_compare.active {
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.compare-content {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #222;
    z-index: 9999;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.compare-content.active {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.compare-content .owl-carousel .item {
    padding: 30px;
}
.compare-content .owl-carousel .item img {
    width: 100%;
    height: auto;
}
.payment-calculator{
    font-size:12px;
    text-transform: uppercase;
}
.payment-calculator label{
    display:block;
    font-family: "Rubik",sans-serif;
    padding:15px 0 8px 0;
}
.payment-calculator label span{
    color:#ff5400;
}
.payment-calculator input{
    width:100%;
    border:1px solid #dfdfdf;
    height:35px !important;
    color:#868686;
    line-height: 35px !important;
}
.payment-calculator select{
    width:100%;
    height:35px;
    border:1px solid #dfdfdf;
    padding:0 13px;
    color:#868686;
    line-height: 35px;
}
.payment-calculator select option{
    padding:5px 15px;
    color:#868686;
}
.payment-calculator button{
    font-family: "Rubik",sans-serif;
    font-size:14px;
    width:100%;
    margin-top:30px;
}
.payment_result{
    background:#ff5400;
    padding:0;
    margin: 20px 0 10px 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: scale(0.2) translateY(-100px);
    -webkit-transform: scale(0.2) translateY(-100px);
    -o-transform: scale(0.2) translateY(-100px);
    -ms-transform: scale(0.2) translateY(-100px);
    transform: scale(0.2) translateY(-100px);
    opacity:0;
    height:0;

}
.payment_result.active{

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity:1;
    padding:15px;
    height:auto;

}
.payment_result span{
    font-size:12px;
    color:#fff;
    display:none;
}
.payment_result.active span{
    display:block;
}
.payment_result span.strong{
    font-family: "Rubik",sans-serif;
    color:#fff;
    display:none;
    margin-bottom: 15px;
}
.payment_result.active span.strong{
    display:block;
}
.payment_result strong.total-pay{
    margin: 0;
}
    /*================TZ================*/
/* 5.0 - Woocommerce
/*================TZ================*/

/*================TZ================*/
/* 5.1 - Cart
/*================TZ================*/

form.woocommerce{
    max-width:1170px;
    margin:0 auto;
}
.woocommerce .woocommerce-message {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
}
.woocommerce ul.woocommerce-error li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
}
.woocommerce p.return-to-shop a.button {
    background: #222222 none repeat scroll 100% 0;
    border: medium none;
    border-radius: 25px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce p.return-to-shop a.button:hover {
    background: #ff5400;
}
.woocommerce form table.shop_table {
    border: none;
    margin-bottom: 10px;
}
.woocommerce form table.shop_table thead tr th {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 20px;
}
.woocommerce form table.shop_table thead tr th.product-name {
    text-align: right;
}
.woocommerce form table.shop_table tbody tr.cart_item td {
    text-align: center;
    padding: 20px;
}
.woocommerce form table.shop_table tbody tr.cart_item td a {
    font-size: 15px;
    color: #222222 !important;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.woocommerce form table.shop_table tbody tr.cart_item td a.remove {
    display: inline-block;
}
.woocommerce form table.shop_table tbody tr.cart_item td a img {
    width: 80px;
    height: auto;
}
.woocommerce form table.shop_table tbody tr.cart_item td span.amount {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    line-height: 24px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove {
    padding: 20px 0px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove a {
    width: 22px;
    height: 22px;
    line-height: 19px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-remove a:hover {
    background: #ff5400;
    color: #fff !important;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-thumbnail {
    width: 80px;
    padding: 20px 0px;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-name {
    text-align: right;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount {
    color: #ff5400 ;
}
.woocommerce form table.shop_table tbody tr.cart_item td.product-quantity .quantity input {
    font-size: 16px;
    color: #666666 !important;
    font-weight: 300;
    line-height: 24px;
    padding: 9px 15px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 90px;
}
.woocommerce form table.shop_table tbody tr td.actions {
    padding: 30px 0;
}
.woocommerce form table.shop_table tbody tr td.actions input {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none;
    margin-left: 48px;
}
.woocommerce form table.shop_table tbody tr td.actions input:hover {
    background: #ff5400;
}
.woocommerce form table.shop_table tbody tr td.actions input.button {
    background: #ff5400 none repeat scroll 100% 0;
    border: medium none !important;
    color: #fff !important;
    font-family: "Rubik",sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px !important;
    padding: 11px 15px;
    text-transform: capitalize;
    width: auto;
    opacity:1;
}
.woocommerce form table.shop_table tbody tr td.actions input.button:hover {
    background:#ff5400;
    color:#fff;
    cursor:pointer;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input {
    font-size: 16px;
    color: #565656;
    font-weight: 300;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    width: 270px;
    background: none;
    height: 34px;
    line-height: 35px;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.input-text {
    margin: 0 0 0 10px;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.button {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff !important;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none !important;
    line-height: 12px !important;
    width: auto;
}
.woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover {
    background: #ff5400;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator p {
    margin-bottom: 15px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator p a {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 24px;
    text-transform: none;
    text-decoration: none;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form {
    display: block !important;
    border: 1px solid #e8e8e8;
    padding: 50px 40px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p {
    margin: 0px;
    padding: 0px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p select {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    padding: 12px 12px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p input {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none;
    width: auto;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover {
    background: #ff5400;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals {
    width: 100%;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals h2 {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 15px;
    font-family: 'Rubik';
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table {
    padding: 45px 45px 0;
    background: #ededed;
    margin: 0px;
    width: 100%;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr th {
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    border: none;
    padding: 13px 0px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr td {
    border: none;
    line-height: 24px;
    padding: 13px 0px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr td span {
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span {
    color: #ff5400;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout {
    background: #ededed;
    margin: 0;
    padding: 25px 45px 41px;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none;
    width: auto;
    display: inline-block;
}
.woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover {
    background: #ff5400;
    color:#fff !important;
}


/*================TZ================*/
/* 5.2 - Checkout
/*================TZ================*/
.woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
    border-color: #ff5400;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
    color: #ff5400;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
    color: #ff5400;
}
.woocommerce-checkout .woocommerce ul.woocommerce-error li {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
    border: 1px solid #dadada;
    padding: 59px 49px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.input-text {
    border: 1px solid #dadada;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.button {
    background: #222222 none repeat scroll 100% 0;
    border: medium none;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out 0s;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p input.button:hover {
    background: #ff5400;
}
.woocommerce-checkout .woocommerce form.checkout {
    margin: 80px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set {
    margin-bottom: 45px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p label .required {
    font-weight: 400;
    color: #222222;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input.button {
    background: #222222;
    color: #FFFFFF;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: none;
    padding: 10px 30px;
    margin-bottom: 0px;
    margin-top: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p input.button:hover {
    background: #ff5400;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p .country_select a {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-1 .woocommerce-billing-fields p#billing_address_1_field {
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields h3 label {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px 0px 25px;
    margin: 0;
    float: right;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address {
    margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p label {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p label .required {
    font-weight: 400;
    color: #222222;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input.button {
    background: #222222;
    color: #FFFFFF;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: none;
    padding: 10px 30px;
    margin-bottom: 0px;
    margin-top: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p input.button:hover {
    background: #ff5400;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p .country_select a {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields .shipping_address p#billing_address_1_field {
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields p label {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields p label .required {
    font-weight: 400;
    color: #222222;
}
.woocommerce-checkout .woocommerce form.checkout .col2-set .col-2 .woocommerce-shipping-fields p textarea {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 20px;
    padding: 10px 15px;
    min-height: 161px;
}
.woocommerce-checkout .woocommerce form.checkout h3#order_review_heading {
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
    margin-bottom: 53px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table thead tr th {
    padding: 15px 15px;
    text-align: right;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tbody tr td {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 15px;
    text-align: right;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr th {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 15px;
    text-align: right;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
    padding: 0px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table tfoot tr td span.amount {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 15px;
    text-align: right;
    font-weight:bold;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment {
    background: #ededed none repeat scroll 100% 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods {
    padding: 45px 70px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a {
    color: #222;
    text-decoration: none;
    margin-right: 10px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li label a:hover {
    color: #ff5400;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box {
    margin: 0px;
    padding: 0px 30px;
    background: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box:after {
    content: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods li .payment_box.payment_method_paypal {
    margin-bottom: 24px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order {
    padding: 30px 70px 65px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order {
    float: right;
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover {
    background: #ff5400;
}
.cross-sells {
    margin-bottom: 78px;
    padding: 0px;
    float: none;
    width: 100%;
}
.cross-sells h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cross-sells ul.products {
    margin: 0px -15px;
}
.cross-sells ul.products li.tzShop-item {
    margin: 0px;
    padding: 15px;
    width: 25%;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
    position: relative;
    overflow: hidden;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
    position: relative;
    max-width: none;
    width: 100%;
    height: auto;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 50%;
    margin-right: -45px;
    width: 40px;
    height: 40px;
    padding: 0px;
    background: #ff5400;
    float: right;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 100%;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 3px 0;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #fff;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    width: 100%;
    height: 100%;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 3px 0;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #fff;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -45px;
    width: 40px;
    height: 40px;
    padding: 0px;
    background: #ff5400;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: right;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 13px 0px;
    margin: 0px;
    background: none;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 9px 0;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #fff;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_overlay {
    background: rgba(0, 0, 0, 0.5);
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner:hover .yith-wcwl-add-to-wishlist {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_button {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
    margin: 0px;
    padding: 23px 0 20px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
    color: #222222;
    line-height: 14px;
    border-right: 3px solid #ff5400;
    padding-right: 15px;
    display: block;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
    margin-right: 18px;
    font-size: 10px;
    letter-spacing: 6px;
    width: 85px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
    color: #b1b1b1;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
    color: #ff5400;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price {
    font-size: 15px;
    font-weight: 700;
    color: #ff5400;
    margin: 10px 0 0;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
    display: inline-block;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
    font-size: 15px;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
    display: inline-block;
    text-decoration: none;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount {
    font-size: 15px;
    font-weight: 700;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
    display: none;
}
.cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
    display: none;
}


/*================TZ================*/
/* 5.3 - My Account
/*================TZ================*/

.woocommerce-account .woocommerce p.myaccount_user {
    margin-bottom: 40px;
}
.woocommerce-account .woocommerce p.myaccount_user strong {
    color: #ff5400;
}
.woocommerce-account .woocommerce p.myaccount_user a {
    color: #666666;
}
.woocommerce-account .woocommerce p.myaccount_user a:hover {
    color: #ff5400;
    text-decoration: none;
}
.woocommerce-account .woocommerce h2 {
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce .addresses {
    margin-top: 55px;
}
.woocommerce-account .woocommerce .addresses .address {
    border: 1px solid #dadada;
    padding: 55px 49px 32px;
}
.woocommerce-account .woocommerce .addresses .address header.title h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce .addresses .address header.title a {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background: #222222;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    border: none;
    padding: 10px 30px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .addresses .address header.title a:hover {
    background: #ff5400;
    text-decoration: none;
}
.woocommerce-account .woocommerce form h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce-account .woocommerce form p label {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0;
}
.woocommerce-account .woocommerce form p label .required {
    font-weight: 400;
    color: #222222;
}
.woocommerce-account .woocommerce form p input {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.woocommerce-account .woocommerce form p input.button {
    background: #222222;
    color: #FFFFFF;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: none;
    padding: 10px 30px;
    margin-bottom: 0px;
    margin-top: 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce form p input.button:hover {
    background: #ff5400;
}
.woocommerce-account .woocommerce form p .country_select a {
    border: 1px solid #dadada;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.woocommerce-account .woocommerce form p#billing_address_1_field {
    margin-bottom: 15px;
}

/*================TZ================*/
/* 5.4 - Related
/*================TZ================*/

.tzshop-wrap {
    padding: 80px 0px;
}
.tzshop-wrap .woof_show_auto_form {
    background-image: none;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #ff5400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.tzshop-wrap .woof_show_auto_form:after {
    display: block;
    content: '\f002 ';
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 14px;
}
.tzshop-wrap .woof_hide_auto_form {
    background-image: none;
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #ff5400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.tzshop-wrap .woof_hide_auto_form:after {
    display: block;
    content: '\f002 ';
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 14px;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode {
    background: none;
    border: 1px solid #dedede;
    padding: 70px 20px 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_edit_view {
    background: #ff5400;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: -50px 0 0;
    padding: 7px 21px 9px;
    opacity: 1;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul {
    margin: 0;
    padding: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li {
    position: relative;
    margin: 0!important;
    padding: 0 22px 0 0 !important;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li input.woof_radio_term {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li label {
    font-weight: 300;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset:after {
    display: block;
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 15px;
    color: #222222;
    line-height: 15px;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset img {
    display: none;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li a.woof_radio_term_reset:hover:after {
    font-size: 20px;
    color: #ff5400;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_container .woof_container_inner ul li:before {
    content: none;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_submit_search_form_container {
    margin: 0;
    padding: 0;
}
.tzshop-wrap .woof_auto_show .woof_auto_show_indent .woof_sid_auto_shortcode .woof_redraw_zone .woof_submit_search_form_container button {
    background: #ff5400;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 7px 21px 9px;
}
.tzshop-wrap .woof_products_top_panel {
    margin: 20px 0;
}
.tzshop-wrap .woof_products_top_panel ul {
    border: 1px solid #ededed;
    display: inline-block;
    padding: 7px 15px 7px 0 !important;
}
.tzshop-wrap .woof_products_top_panel ul:after {
    content: '';
    display: block;
    clear: both;
}
.tzshop-wrap .woof_products_top_panel ul li a span {
    color: #666666;
    background: none;
    position: relative;
    padding-left: 25px;
}
.tzshop-wrap .woof_products_top_panel ul li a span:after {
    display: block;
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 18px;
    color: #222222;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tzshop-wrap .grid_pagination_block {
    background: #fff none repeat scroll 100% 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 22px;
}
.tzshop-wrap .grid_pagination_block form.woocommerce-ordering {
    z-index: 99;
    float: right;
    margin: 0;
}
.tzshop-wrap .grid_pagination_block form.woocommerce-ordering select.orderby {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(images/orderby.png);
    background-repeat: no-repeat;
    background-position: 185px 9px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #222;
    height: 20px;
    padding: 0 10px;
    line-height: 20px;
    width: 210px;
}
.tzshop-wrap .grid_pagination_block form.woocommerce-ordering select.orderby option {
    padding: 5px 10px;
    font-weight: 400;
}
.tzshop-wrap .grid_pagination_block p.woocommerce-result-count {
    float: right;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 0 15px;
}
.tzshop-wrap .grid_pagination_block .tzview-style {
    float: left;
    margin-top: 1px;
}
.tzshop-wrap .grid_pagination_block .tzview-style label {
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    color: #222222;
    margin-left: 7px;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList {
    float: right;
    position: relative;
    width: 30px;
    text-align: center;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList i {
    font-size: 16px;
    color: #222222;
    line-height: 14px;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList.active i {
    color: #ff5400;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList span {
    width: 80px;
    height: 25px;
    display: block;
    position: absolute;
    top: -40px;
    right: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background: #ff5400;
    padding: 3px 9px;
    margin-right: -43px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList span:after {
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #ff5400;
    content: "";
    right: 50%;
    margin-right: -2px;
    position: absolute;
    top: 100%;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover {
    cursor: pointer;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i {
    color: #ff5400;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover span {
    top: -32px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid {
    float: right;
    position: relative;
    width: 20px;
    text-align: center;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid i {
    font-size: 16px;
    color: #222222;
    line-height: 14px;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid.active i {
    color: #ff5400;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span {
    width: 80px;
    height: 25px;
    display: block;
    position: absolute;
    top: -40px;
    right: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    background: #ff5400;
    padding: 3px 9px;
    margin-right: -43px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span:after {
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #ff5400;
    content: "";
    right: 50%;
    margin-right: -2px;
    position: absolute;
    top: 100%;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover {
    cursor: pointer;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i {
    color: #ff5400;
}
.tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover span {
    top: -32px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.tzshop-wrap .grid_pagination_block:after {
    content: '';
    display: block;
    clear: both;
}
.tzshop-wrap .product-grid {
    border: none;
    padding-bottom: 20px;
}
.tzshop-wrap .product-grid ul.products {
    margin: 0px -15px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item {
    margin: 0px;
    padding: 20px 15px;
    clear:none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-4column {
    width: 25%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-3column {
    width: 33.33333%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-2column {
    width: 50%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 3px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image:after{
    position:absolute;
    content:"";
    top:0;
    right:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity:0;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image:after{
    opacity:1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
    position: relative;
    max-width: none;
    width: 100%;
    height: auto;
    margin:0;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 174, 73, 0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 50%;
    margin-top:-35px;
    right: 50%;
    margin-right:5px;
    width: 35px;
    height: 35px;
    padding: 0;
    background: #ff5400;
    float: right;
    opacity: 0;
    visibility: hidden;
    z-index:1;
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.lg-sub-html{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
}

.page-template-template-express form#insert_vehicle .features-bottom .vehicle-feature .fileUpload {
	top: 30px;
}
.page-template-template-express  form#insert_vehicle .vehicle-info select {
	max-width: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 9px 0;
    background: #ff5400;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ff5400;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    width: 100%;
    height: 100%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 3px 0;
    background: #ff5400;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ff5400;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
    line-height:12px;
    padding:9px 0;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -40px;
    margin-top:-35px;
    width: 35px;
    height: 35px;
    padding: 0;
    background: #ff5400;
    float: right;
    opacity: 0;
    visibility: hidden;
    z-index:1;
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 13px 0px;
    margin: 0px;
    background: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 9px 0;
    background: #ff5400;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ff5400;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.added:after {
    display: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward {
    position: absolute;
    top: 55px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    height: 30px;
    padding: 3px 0;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward:after {
    border-bottom: 4px solid #fff;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    bottom: 100%;
    content: "";
    display: block;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    z-index: 9999;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
    position: absolute;
    bottom: -45px;
    visibility: hidden;
    opacity: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    text-align: center;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
    display: inline-block;
    background-color: #ff5400;
    border-radius: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
    position: relative;
    padding: 0;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
    margin: 0px;
    padding: 23px 0 20px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
    color: #222222;
    line-height: 14px;
    border-right: 3px solid #ff5400;
    padding-right: 15px;
    display: block;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
    height: 15px;
    display: inline-block;
    margin-right: 18px;
    font-size: 10px;
    letter-spacing: 6px;
    width: 85px;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
    color: #b1b1b1;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
    color: #ffd800;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
    display: inline-block;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
    display: inline-block;
    text-decoration: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
    display: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
    display: none;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay {
    background: rgba(229, 174, 73, 0.1);
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_detail {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .yith-wcwl-add-to-wishlist {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_button {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.tzshop-wrap .product-list {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.tzshop-wrap .product-list ul.products {
    margin: 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner {
    position: relative;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
    width: 260px;
    float: right;
    position: relative;
    overflow: hidden;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
    position: relative;
    max-width: none;
    width: 100%;
    height: auto;
    margin: 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 174, 73, 0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
    display: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
    display: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    visibility: hidden;
    opacity: 0;
    right: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    text-align: center;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
    display: inline-block;
    background-color: #ff5400;
    border-radius: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
    margin-right: 260px;
    padding: 6px 30px 0 25px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_detail {
    display: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
    margin: 0 -30px 0 0;
    padding: 23px 0 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
    color: #222222;
    line-height: 14px;
    border-right: 3px solid #ff5400;
    padding-right: 27px;
    display: block;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
    font-size: 10px;
    letter-spacing: 6px;
    width: 85px;
    height: 15px;
    margin: 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
    color: #b1b1b1;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
    color: #ffd800;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
    display: inline-block;
    text-decoration: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del span.amount {
    font-size: 15px;
    text-decoration: line-through;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
    display: inline-block;
    text-decoration: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
    margin: 10px 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des p {
    font-size: 12px;
    line-height: 20px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
    margin: 30px 0 0;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist {
    float: right;
    margin: 0px;
    padding: 0px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    float: right;
    margin-left: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: inline-block;
    border: 1px solid #ff5400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #ff5400;
    padding: 5px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    background: #ff5400;
    color: #fff !important;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    margin-left: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    float: right;
    margin-left: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: inline-block;
    border: 1px solid #ff5400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #ff5400;
    padding: 5px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    background: #ff5400;
    color: #fff !important;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
    margin-left: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button {
    float: right;
    margin-left: 10px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a {
    margin: 0;
    display: inline-block;
    border: 1px solid #ff5400;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #ff5400;
    font-weight: normal;
    background: none;
    padding: 5px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a:hover {
    background: #ff5400;
    color: #fff !important;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a i {
    margin-left: 5px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:after {
    content: '';
    display: block;
    clear: both;
}
.tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_detail {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.tzshop-wrap .product-list ul.products li.tzShop-item.first {
    clear: none;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column {
    width: 50%;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column:nth-child(2n+1) {
    clear: both;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    background: #ff5400;
    width: 150px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
    opacity: 1;
    visibility: visible;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    background: #ff5400;
    width: 165px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
    opacity: 1;
    visibility: visible;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-align: center;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a:hover {
    background: #ff5400;
    width: 165px;
}
.tzshop-wrap .product-list ul.products li.tzShop-item.tzShopList-2column .tzShop-item_info .tzShop-item_button_list .tzShop-item_button a:hover span {
    opacity: 1;
    visibility: visible;
}
.tzshop-wrap .woocommerce-pagination {
    text-align: left !important;
    margin-top: 0;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers {
    margin: 0px;
    padding: 0px;
    border: none;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li {
    border: none;
    overflow: visible;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li span {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
    padding: 12px 14px;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current {
    background: #ff5400;
    color: #ffffff;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li a {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    padding: 12px 14px;
    color: #565656;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover {
    background: #ff5400;
    color: #ffffff;
}
/*================TZ================*/
/* 5.5 - Shop Category
/*================TZ================*/
.tzshop-wrap ul.products li.product-category {
    margin: 0px;
    width: 25%;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory {
    padding: 15px;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner {
    position: relative;
    overflow: hidden;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner img {
    width: 100%;
    height: auto;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table {
    width: 100%;
    height: 100%;
    display: table;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table .tz-subcategory-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table .tz-subcategory-table-cell a {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner .tz-subcategory-info .tz-subcategory-table .tz-subcategory-table-cell a:hover {
    color: #ff5400;
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner:hover .tz-subcategory-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.tzshop-wrap ul.products li.product-category .tz-shop-subcategory .tz-shop-subcategory-inner:hover .tz-subcategory-info {
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*================TZ================*/
/* 5.6 - Shop Detail
/*================TZ================*/

.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images:after {
    content: '';
    display: block;
    clear: right;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide {
    float: left;
    margin-left: 0px;
    position: relative;
    height: 585px;
    overflow: hidden;
    border: 5px solid rgba(229, 174, 73, 0.5);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li {
    width: 100%;
    height: 585px;
    display: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li img {
    position: relative;
    max-width: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(229, 174, 73, 0.1);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li a {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #656565;
    z-index: 1;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li a i {
    padding-left: 5px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li a:hover {
    text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li img {
    width: 100%;
    height: auto;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li.active {
    display: block !important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.opacity {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 500;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.content {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 1000;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.content h1 {
    font-size: 16px;
    margin: 5px 0;
    padding: 0 10px;
    color: #42e2e8;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide li span.content p {
    font-size: 11px;
    margin: 5px 0;
    padding: 0 10px;
    color: #42e2e8;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel {
    float: right;
    width: 85px;
    margin-left: 14px;
    position: relative;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 100%!important;
    height: 585px!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-next {
    display: none!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-prev {
    display: none!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel .jcarousel-skin-tango .jcarousel-container-vertical .jcarousel-clip-vertical {
    width: 100%!important;
    height: 585px!important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li {
    background: #fff;
    height: 105px;
    width: 85px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid rgba(229, 174, 73, 0.2);
    float: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li a {
    display: inline-block;
    height: 103px;
    width: 83px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li a img {
    position: relative;
    max-width: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li .arrow {
    right: 3px;
    top: 28px;
    position: absolute;
    width: 20px;
    height: 40px;
    background: url(images/arrow_white.png) no-repeat 100% 0;
    display: block;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active {
    border: 1px solid rgba(229, 174, 73, 0.5);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover {
    border: 1px solid rgba(229, 174, 73, 0.5);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul .active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul .faded {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info {
    width: 100%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info h1.product_title {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    color: #222222;
    margin: 15px 0 8px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating {
    margin-bottom: 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating {
    height: 15px;
    margin-right: 18px;
    font-size: 10px;
    letter-spacing: 6px;
    width: 85px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span:before {
    color: #ffd800;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating a.woocommerce-review-link {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del {
    text-decoration: none;
    opacity: 1;
    margin-left: 13px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount {
    font-weight: 400;
    text-decoration: line-through;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price ins {
    text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info div[itemprop="description"] {
    border-bottom: 1px solid #ededed;
    padding-bottom: 39px;
    margin-bottom: 30px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart {
    display: inline-block;
    float: right;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart .quantity {
    margin-left: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart .quantity input {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    border: 1px solid #ededed;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 10px;
    width: 70px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td label a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #222222;
    display: inline-block;
    padding: 22px 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 0px;
    display: inline-block;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount {
    text-decoration: line-through;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart {
    display: inline-block;
    float: right;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations {
    margin-bottom: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td label {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 20px 0px;
    text-transform: capitalize;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td.value select {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    border: 1px solid #ededed;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td.value a.reset_variations {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    text-decoration: none;
    display: inline-block !important;
    margin-top: 5px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form table.variations tbody tr td.value a.reset_variations:hover {
    color: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation {
    margin-right: 40px;
    margin-bottom: 17px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price del {
    text-decoration: none;
    opacity: 1;
    margin-left: 13px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price del span.amount {
    text-decoration: line-through;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price ins {
    text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .variations_button:after {
    content: '';
    display: block;
    clear: both;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.out-of-stock {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0 0 30px;
    float: right;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
    display: none !important;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span.feedback {
    display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta {
    border-top: 1px solid #ededed;
    margin-top: 2px;
    padding-top: 44px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-left: 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span span {
    font-weight: 300;
    margin-left: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span a {
    font-weight: 300;
    color: #666666;
    text-decoration: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_meta span a:hover {
    color: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share {
    margin-top: 25px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-left: 15px;
    float: right;
    line-height: 40px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social {
    background-color: #c7c7c7;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 25px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span {
    background: #ff5400;
    border-radius: 0;
    display: block;
    height: 0;
    right: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social:hover span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    right: 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social i {
    background: none;
    color: #ffffff;
    height: 40px;
    right: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    z-index: 10;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info form.cart {
    display: block;
    float: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin-right: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-grouped .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    margin-right: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info form.cart {
    display: block;
    float: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin-right: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.product-type-variable .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    margin-right: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin-right: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    margin-right: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.outofstock .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    margin-right: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs {
    border-bottom: 2px solid rgba(229, 174, 73, 0.2);
    display: block;
    padding: 0 0 52px;
    margin-bottom: 44px;
    margin-top: 59px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs {
    margin: 0 0 -1px;
    padding: 0 5px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs:before {
    border: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li {
    margin: 0 0 0 2px;
    padding: 0;
    border: none;
    background: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li:before {
    content: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li:after {
    content: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a {
    margin: 0px;
    padding: 13px 29px;
    background: #ff5400;
    border-width: 3px 1px 0 1px;
    border-color: #ff5400;
    border-style: solid;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover {
    background: none;
    color: #ff5400;
    border-right-color: rgba(229, 174, 73, 0.2);
    border-left-color: rgba(229, 174, 73, 0.2);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a {
    background: none;
    color: #ff5400;
    border-right-color: rgba(229, 174, 73, 0.2);
    border-left-color: rgba(229, 174, 73, 0.2);
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel {
    margin: 0px;
    padding: 24px 28px 13px;
    border: 1px solid rgba(229, 174, 73, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel h2 {
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    margin-bottom: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel table.shop_attributes {
    margin: 20px 0 0;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments {
    margin-bottom: 20px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
    margin: 20px 0 0;
    padding: 0px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container:after {
    content: '';
    display: block;
    clear: both;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container img {
    width: 90px;
    height: 90px;
    background: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text {
    margin-right: 120px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    border: none;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text p.meta {
    margin-bottom: 2px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text p.meta strong[itemprop="author"] {
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment_container .comment-text p.meta time {
    font-style: italic;
    font-size: 16px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond h3.comment-reply-title {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p label {
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin-bottom: 10px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:after {
    color: #b1b1b1;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a.active:after {
    color: #ffd800;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover:after {
    color: #ffd800;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p textarea {
    border: 1px solid #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    padding: 10px 15px;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #c7c7c7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover {
    background: #ff5400;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.tzShopDetail_navigationSlide_right .tzShopDetail_images #tzShopDetail_slide {
    float: right;
}
.tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product.tzShopDetail_navigationSlide_right .tzShopDetail_images #tzShopDetailSlide-carousel {
    margin-right: 15px;
    margin-left: 0px;
}

/*================TZ================*/
/* 5.7 - UpSells
/*================TZ================*/
.upsells h2 {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.upsells ul.products {
    margin: 0px -15px;
}
.upsells ul.products li.tzShop-item {
    margin: 0px;
    padding: 15px;
    width: 25%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 3px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image {
    position: relative;
    overflow: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image img {
    position: relative;
    max-width: none;
    width: 100%;
    height: auto;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 174, 73, 0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    right: 50%;
    margin-right: -45px;
    width: 40px;
    height: 40px;
    padding: 0px;
    background: #ff5400;
    float: right;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 100%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 3px 0;
    background: #ff5400;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ff5400;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    width: 100%;
    height: 100%;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 9px 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 3px 0;
    background: #ff5400;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ff5400;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -45px;
    width: 40px;
    height: 40px;
    padding: 0px;
    background: #ff5400;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: right;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 13px 0px;
    margin: 0px;
    background: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a i {
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span {
    position: absolute;
    top: -60px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    padding: 9px 0;
    background: #ff5400;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after {
    content: '';
    display: block;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #ff5400;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a:hover span {
    top: -44px;
    opacity: 1;
    visibility: visible;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.added:after {
    display: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward {
    position: absolute;
    top: 55px;
    right: 50%;
    margin-right: -53px;
    width: 106px;
    height: 30px;
    padding: 3px 0;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a.wc-forward:after {
    border-bottom: 4px solid #fff;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    bottom: 100%;
    content: "";
    display: block;
    right: 50%;
    margin-right: -4px;
    position: absolute;
    z-index: 9999;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail {
    position: absolute;
    bottom: -45px;
    visibility: hidden;
    opacity: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    text-align: center;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a {
    display: inline-block;
    background-color: #ff5400;
    border-radius: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info {
    position: relative;
    padding: 0;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title {
    margin: 0px;
    padding: 23px 0 20px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info h3.tzShop-item_title a {
    color: #222222;
    line-height: 14px;
    border-right: 3px solid #ff5400;
    padding-right: 15px;
    display: block;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating {
    height: 15px;
    display: inline-block;
    margin-right: 18px;
    font-size: 10px;
    letter-spacing: 6px;
    width: 85px;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating:before {
    color: #b1b1b1;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span:before {
    color: #ffd800;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price del {
    display: inline-block;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins {
    display: inline-block;
    text-decoration: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_des {
    display: none;
}
.upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list {
    display: none;
}
/*================TZ================*/
/* 5.8 - Wishlist
/*================TZ================*/

form#yith-wcwl-form .wishlist-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
form#yith-wcwl-form table.wishlist_table {
    margin-bottom: 0px;
}
form#yith-wcwl-form table.wishlist_table thead tr th {
    border: none;
}
form#yith-wcwl-form table.wishlist_table tbody tr td {
    text-align: center;
    padding: 20px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td a {
    font-size: 15px;
    color: #222222 !important;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
form#yith-wcwl-form table.wishlist_table tbody tr td a.remove {
    display: inline-block;
}
form#yith-wcwl-form table.wishlist_table tbody tr td a img {
    width: 80px;
    height: auto;
}
form#yith-wcwl-form table.wishlist_table tbody tr td span.amount {
    font-size: 15px;
    color: #222222 !important;
    font-weight: 400;
    line-height: 24px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-remove {
    padding: 20px 0px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-remove a {
    width: 22px;
    height: 22px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-remove a:hover {
    background: #ff5400;
    color: #fff !important;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-thumbnail {
    width: 80px;
    padding: 20px 0px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-name {
    text-align: right;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-price ins {
    text-decoration: none;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-stock-status span {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a {
    background: #222222;
    font-size: 16px;
    color: #FFFFFF !important;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover {
    background: #ff5400;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td {
    padding: 0px;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td .yith-wcwl-share {
    margin: 20px 0;
    padding-right:20px;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td .yith-wcwl-share h4.yith-wcwl-share-title {
    display: inline-block;
    float: right;
    margin: 0 0 0 10px;
    font-weight:normal;
    text-transform: none;
}
form#yith-wcwl-form table.wishlist_table tfoot tr td .yith-wcwl-share ul li {
    margin: 0px 5px;
}
.woocommerce ul.products li.product.tzShop-item .price {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.woocommerce ul.products li.product.tzShop-item .price ins {
    margin-right: 0;
    margin-left: 15px;
}
.woocommerce ul.products li.product.tzShop-item .price del {
    opacity: 0.8;
}
.product-list .tzShop-item-bottom-info .woocommerce-Price-amount{
    color:#ff5400;
}
.tzShop-item .tzShop-item-bottom-info {
    margin: 3px 3px 0;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    background: #ff5400;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    position: relative;
}
.tzShop-item .tzShop-item-bottom-info del span {
    color: #fff;
}
.tzShop-item .tzShop-item-bottom-info ins {
    float: right;
}
.tzShop-item .tzShop-item-bottom-info ins span {
    color: #fff;
}
.tzShop-item .tzShop-item-bottom-info .tzShop-item_detail {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -12px;
}
.tzShop-item .tzShop-item-bottom-info .tzShop-item_detail a {
    color: #fff;
    font-size: 12px;
}
.woocommerce .product-list .tzShop-item .star-rating {
    margin-right: 0;
}
.woocommerce .product-list .tzShop-item .tzShop-item-bottom-info {
    background: none !important;
    padding-right: 0;
    margin: 0;
    color: #ff5400;
}
.woocommerce .product-list .tzShop-item .tzShop-item-bottom-info .price del span,
.woocommerce .product-list .tzShop-item .tzShop-item-bottom-info .price ins span {
    color: #ff5400;
    font-size: 15px;
}
.woocommerce .product-list .tzShop-item .description {
    font-size: 12px;
}
.autoshowroom-sidebar aside.widget_product_search.widget {
    padding: 0;
}
.autoshowroom-sidebar aside.widget ul li a:hover {
    color: #ff5400;
}
.vehicle_listing .pcd-pricing .pcd-price-msrp{
   
}
.vehicle_listing .pcd-pricing .pcd-price{
    color:#ff5400;
    font-family: 'Rubik', sans-serif;
    font-size:14px;

}
.autoshowroom-sidebar aside .vehicle_listings .vehicle_listing h4 a {
    text-transform: none;
    font-size: 16px;
    font-family: 'Rubik';
    color: #222;
}
.autoshowroom-sidebar aside .vehicle_listings .vehicle_listing h4 a img {
    width: 70px;
    height: auto;
    margin-left: 20px;
    float: right;
    margin-right: 0;
}
.autoshowroom-sidebar aside .vehicle_listings .vehicle_listing h4 a:hover {
    color: #ff5400;
}
.autoshowroom-sidebar aside form {
    position: relative;
}
.autoshowroom-sidebar aside form.woocommerce-product-search:after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #565656;
    display: block;
    position: absolute;
    left: 15px;
    top: 13px;
}
.autoshowroom-sidebar aside form input[type="submit"] {
    border: medium none;
    font-size: 0;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 50px;
    background: none;
    z-index: 1;
}
.autoshowroom-sidebar aside form input.search-field {
    border: none;
    font-size: 12px;
    padding: 0 15px;
}
.autoshowroom-sidebar aside.woocommerce.widget ul {
    padding-top: 10px;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li {
    font-family: 'Rubik', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 0;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li a {
    color: #222222;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li a img {
    float: right;
    width: 90px;
    height: auto;
    margin-left: 15px;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li a:hover {
    color: #ff5400;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li:hover a {
    color: #ff5400;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li del {
    display: block;
    padding: 10px 0 3px 0;
    opacity: 0.75;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li del span {
    color: #ff5400;
    text-decoration: line-through;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li ins {
    text-decoration: none;
}
.autoshowroom-sidebar aside.woocommerce.widget ul li ins span {
    color: #ff5400;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form {
    padding: 0;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form label {
    display: block;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 3px;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form label.choice {
    font-family: 'Rubik';
    font-weight: normal;
    text-transform: none;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form input.search-field {
    border: 1px solid #dfdfdf;
	color: black;
	font-size: 18px;
	font-weight: 500;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form input[type="text"],
.autoshowroom-sidebar aside.widget .vehicle-search-form input[type="number"],
.autoshowroom-sidebar aside.widget .vehicle-search-form [type="search"] {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 10px;
}
.TZ-ElementPortfolio .vehicle-results{
    margin:0 15px 15px;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form .field {
    padding-top: 0px;
    margin: 0 0 10px 0;
}

.autoshowroom-sidebar aside.widget .vehicle-search-form .field select {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0 10px;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.fieldtype-taxonomy::before,
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.fieldtype-number::before,
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.fieldtype-order::before {
    top: 36px;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.fieldtype-number::after,
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.fieldtype-order::after {
    top: 70px;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.field-engine input[type="number"] {
    width: 45%;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.field-engine input[name="engine[min]"] {
    margin-left: 10px;
}
.autoshowroom-sidebar aside.widget .vehicle-search-form .field.field-engine .pcd-unit_append {
    font-size: 0;
    clear: both;
}
.autoshowroom-sidebar aside.widget h3.black {
    background: #222222;
    color: #fff;
    font-size: 15px;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -25px;
    padding: 18px 20px;
}
.autoshowroom-sidebar aside.widget h3.black i {
    color: #ff5400;
    padding-left: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #ff5400;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
    padding-top: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ededed;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
    float: right;
    font-size: 16px;
}
.woocommerce .widget_price_filter .price_slider_amount {
    padding-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    color: #ff5400;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
    height: auto;
    line-height: 20px;
}
.woocommerce .product-rate {
    float: none;
}
.woocommerce .product-rate .star-rating {
    float: none;
}
.woocommerce .star-rating {
    display: inline-block;
    font-size: 10px;
    height: 15px;
    letter-spacing: 6px;
    margin-right: 18px;
    width: 85px;
}
.woocommerce .star-rating:before {
    color: #b1b1b1;
}
.woocommerce .star-rating span:before {
    color: #ffd800;
}
.woocommerce #carousel.shopslider {
    margin-top: 5px;
}
.woocommerce #carousel.shopslider .slides li {
    padding: 0;
}
.woocommerce .shopslider {
    margin-top: 50px;
    overflow: hidden;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
}
.woocommerce .shopslider img {
    width: 100%;
}
.product-detail .autoshowroom-sidebar .woocommerce-Price-amount{
    font-family: "Rubik",sans-serif;
    font-size: 36px;
}
.woocommerce .product-detail .price {
    background: #ff5400 none repeat scroll 100% 0;
    border: 3px solid #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 15px 20px 0;
    text-align: right;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
}
.woocommerce .product-detail .price ins {
    float: right;
    text-decoration: none;
}
.woocommerce .product-detail .price ins span {
    font-size: 36px;
    font-family: "Rubik", sans-serif;
}
.woocommerce .product-detail .price del {
    display: inline-block;
    margin: 19px 15px 0 0;
    text-decoration: none;
    line-height: 15px;
}
.woocommerce .product-detail .price del span {
    font-size: 12px;
    text-decoration: line-through;
    font-family: "Rubik", sans-serif;
}
.woocommerce .product-detail .pcd-specs div[itemprop="description"] {
    padding-bottom: 0;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 30px;
}
.woocommerce .product-detail .pcd-specs .product_meta {
    clear: both;
    border-top: 1px dashed #e8e8e8;
    margin-top: 0;
    padding-top: 15px;
}
.woocommerce .product-detail .pcd-specs .product_meta span {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    float: none;
    width: auto;
    color: #565656;
    padding-left: 30px;
}
.woocommerce .product-detail .pcd-specs .product_share {
    clear: both;
}
.woocommerce .product-detail .pcd-specs .product_share span {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    color: #565656;
    padding-left: 10px;
    float: right;
}
.woocommerce .product-detail .pcd-specs .product_share .product_share_social a {
    padding: 0 5px;
}
.woocommerce .product-detail .cart {
    float: right;
    margin-bottom:30px;
}
.woocommerce .product-detail .cart .quantity {
    float: right;
}
.woocommerce .product-detail .cart .quantity input.qty {
    width: 45px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 0 5px;
    margin-left: 10px;
}
.woocommerce .product-detail .cart .single_add_to_cart_button {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    padding: 11px 15px;
    line-height: 12px;
    text-transform: capitalize;
}
.woocommerce .product-detail .cart .single_add_to_cart_button:hover {
    background: #ff5400 none repeat scroll 100% 0;
}
.woocommerce .product-detail .yith-wcwl-add-to-wishlist {
    float: right;
    margin: 0 10px 30px 0;
}
.woocommerce .product-detail .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    padding: 11px 15px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 12px;
    float: right;
}
.woocommerce .product-detail aside.widget h3.widget-title {
    font-size: 16px;
}
.woocommerce .product-detail .related ul.products {
    margin: 0;
}
.woocommerce .product-detail .related ul.products li.related-product-item {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: right;
}
.woocommerce .product-detail .related ul.products li.related-product-item:last-child {
    border: none;
    margin: 0;
}
.woocommerce .product-detail .related ul.products li.related-product-item a.img {
    float: right;
    width: 105px;
    margin-left: 20px;
}
.woocommerce .product-detail .related ul.products li.related-product-item a.img img {
    width: 100%;
    height: auto;
}
.woocommerce .product-detail .related ul.products li.related-product-item a.product-title {
    display: inline-block;
    color: #222222;
    padding-bottom: 5px;
}
.woocommerce .product-detail .related ul.products li.related-product-item span.price {
    border: none;
    box-shadow: none;
    line-height: 20px;
    display: inline-block;
    background: none !important;
    padding: 5px 0 0;
}
.woocommerce .product-detail .related ul.products li.related-product-item span.price del,
.woocommerce .product-detail .related ul.products li.related-product-item span.price ins {
    float: none;
    display: inline;
    margin: 0;
}
.woocommerce .product-detail .related ul.products li.related-product-item span.price del span,
.woocommerce .product-detail .related ul.products li.related-product-item span.price ins span {
    color: #ff5400;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}
.woocommerce .product-detail .related ul.products li.related-product-item span.price del {
    opacity: 0.75;
}
.woocommerce .product-detail .related ul.products li.related-product-item span.price ins {
    float: right;
    margin-left: 10px;
}
.woocommerce .product-detail .related ul.products li.related-product-item .star-rating {
    margin: 0;
}
.woocommerce .product-detail .product-content {
    margin-top: 40px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    color: #fff;
    margin-right: 5px;
    margin-left: 0;
    padding: 0;
    display: inline-block;
}
.woocommerce .product-detail .product-content .woocommerce-tabs ul.tabs li a {
    border-top: 3px solid #565656;
    background: #565656 none repeat scroll 100% 0;
    padding: 13px 20px;
    color: #fff;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce .product-detail .product-content .woocommerce-tabs ul.tabs li:hover a,
.woocommerce .product-detail .product-content .woocommerce-tabs ul.tabs li:focus a,
.woocommerce .product-detail .product-content .woocommerce-tabs ul.tabs li.active a {
    border-top: 3px solid #ff5400;
    background: #fff;
    color: #565656;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce .product-detail .product-content .woocommerce-tabs .panel {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px 0;
}
.woocommerce .product-detail .product-content .woocommerce-tabs .panel .productInfoTab {
    color: #565656;
    padding: 15px 0;
    line-height: 23px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs .panel .productInfoTab:empty {
    padding: 0;
}
.woocommerce .product-detail .product-content .woocommerce-tabs .panel .productInfoTab h4 {
    font-size: 18px;
    font-family: 'Rubik';
    text-transform: none;
    padding-top: 0;
}
.woocommerce .product-detail .product-content .woocommerce-tabs .panel .productInfoTab h4 ~ .productInfoTab {
    padding-top: 0;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews {
    padding-bottom: 20px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews h2 {
    font-size: 16px;
    text-transform: none;
    color: #565656;
    font-family: 'Rubik';
    margin-bottom: 20px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews h3.comment-reply-title {
    font-size: 16px;
    font-family: 'Rubik';
    text-transform: none;
    margin-bottom: 15px;
    color: #565656;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .comment-form-rating {
    margin: 10px 0;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .comment-form-rating label {
    float: right;
    margin-left: 10px;
    font-weight: 400;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .comment-form-rating .stars {
    padding-top: 4px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .comment-form-rating .stars a {
    color: #FFD800;
    margin: 0 2px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .comment-form-comment label {
    margin-bottom: 10px;
    font-weight: 400;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .comment-form-comment textarea {
    border: 1px solid #e8e8e8;
    min-height: 100px;
    padding: 10px 15px;
}
.woocommerce .product-detail .product-content .woocommerce-tabs #reviews .form-submit input#submit {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none;
    margin-top: 10px;
}
.woocommerce div.woocommerce-message {
    border-top-color: #ff5400;
    margin: 0 !important;
}
.woocommerce div.woocommerce-message:before {
    color: #ff5400;
}
.woocommerce div.woocommerce-message a.button {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 12px;
    padding: 11px 15px;
    text-transform: capitalize;
    border: none;
}
.woocommerce .content-cart,
.woocommerce .tzCart_totals {
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding-right:0;
    padding-left:0;
}
.cart .coupon{
    padding-right:20px;
}
.woocommerce .tzCart_totals {
    margin-top: 0;
    padding: 35px 20px 45px 20px;
    margin-bottom: 0;
}
.woocommerce div.woocommerce-info {
    border-top-color: #ff5400;
}
.woocommerce div.woocommerce-info:before {
    color: #ff5400;
}
.woocommerce .woocommerce-checkout {
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 45px 20px;
}
.autoshowroom-text-box {
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.autoshowroom-text-box h3.AutoshowroomTitle {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px;
    padding-bottom: 18px;
    position: relative;
    padding-left: 45px;
}
.autoshowroom-text-box h3.AutoshowroomTitle:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 12px;
    right: -20px;
    position: absolute;
    top: 9px;
    width: 3px;
}
.autoshowroom-text-box h3.AutoshowroomTitle:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #222222;
    position: absolute;
    bottom: -1px;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-text-box h3.AutoshowroomTitle span {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #363636;
    position: relative;
}
.autoshowroom-text-box h3.AutoshowroomTitle span:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.autoshowroom-text-box h3.AutoshowroomTitle span:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 45px;
}
.autoshowroom-text-box h3.AutoshowroomTitle span a {
    font-size: 16px;
    color: #363636;
}
.autoshowroom-text-box i {
    color: #ff5400;
    padding: 5px 0 20px 15px;
    float: right;
}
.autoshowroom-text-box p {
    color: #868686;
    line-height: 21px;
    margin: 0;
}
.autoshowroom-text-box p:first-child {
    padding-bottom: 20px;
}
.autoshowroom-text-box p:empty {
    padding: 0;
}
.autoshowroom-text-box hr {
    margin: 10px 0;
}
.autoshowroom-text-box a {
    display: inline-block;
}
.autoshowroom-text-box ul li {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}
.autoshowroom-text-box ul li strong {
    float: right;
    font-size: 16px;
    font-weight: normal;
}
.autoshowroom-text-box a.font_awesome_link i {
    color: #e1e1e1;
    border: none !important;
    padding: 0 0 0 10px !important;
    background: none !important;
    font-size: 16px !important;
    width: auto !important;
    height: auto !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    float: right;
    margin-top: -5px !important;
}
.autoshowroom-text-box a.font_awesome_link:hover i {
    color: #ff5400;
    background: none !important;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-text-box:hover h3.AutoshowroomTitle:after {
    width: 100%;
}

/*================TZ================*/
/* 6.0 - Contact Form
/*================TZ================*/
.request-infomation {
    margin-top: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 3px;
    display: block;
}
.wpcf7-form p {
    color: #222;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    margin-bottom: 15px !important;
}
.wpcf7-form p em {
    color: #ff5500;
}
.wpcf7-form .wpcf7-text {
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 0 10px;
    color: #565656;
    border: 1px solid #dfdfdf;
    font-family: 'Rubik';
}
.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-text:-moz-placeholder {
    color: #c0c0c0;
}
.wpcf7-form .wpcf7-textarea {
    color: #565656;
    border: 1px solid #dfdfdf;
    font-family: 'Rubik';
    padding: 10px;
    height: 190px;
    width: 100%;
}
.wpcf7-form p.btn {
    width: 100%;
    clear: both;
    padding: 10px 15px 20px 15px;
}
.wpcf7-form p.btn .wpcf7-submit {
    width: 100%;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    background: #222;
    padding: 10px;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}
.wpcf7-form p.btn .wpcf7-submit:hover {
    background: #ff5500;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*================TZ================*/
/* 7.0 - Breadcrumb
/*================TZ================*/
.autoshowroom-title-breadcrumb .autoshowroom-page-title {
    background-color: #363633;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.autoshowroom-title-breadcrumb .autoshowroom-page-title .autoshowroom-page-title-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 49px 0 47px;
}
.autoshowroom-title-breadcrumb .autoshowroom-page-title .autoshowroom-page-title-overlay .autoshowroom-page-title-content {
    padding-left: 50px;
}
.autoshowroom-title-breadcrumb .autoshowroom-page-title .autoshowroom-page-title-overlay .autoshowroom-page-title-content h1 {
    color: #eaeaea;
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
}
.autoshowroom-title-breadcrumb .autoshowroom-page-title .autoshowroom-page-title-overlay .autoshowroom-page-title-content h1:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #ff5400;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -3px;
}
.autoshowroom-title-breadcrumb .autoshowroom-page-title .autoshowroom-page-title-overlay .autoshowroom-page-title-content h1:after {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background: #ff5400;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: 4px;
}
.autoshowroom-title-breadcrumb .autoshowroom-breadcrumb {
    padding: 19px 0 24px;
    background: #0f5d98;
    color: white;
}
.autoshowroom-title-breadcrumb .autoshowroom-breadcrumb .autoshowroom-breadcrumb-navxt span a {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-title-breadcrumb .autoshowroom-breadcrumb .autoshowroom-breadcrumb-navxt span a:hover {
    color: #fff;
}

/*================TZ================*/
/* 8.0 - Blog
/*================TZ================*/
.wp-caption{

}
.wp-caption-text{

}
.sticky{

}
.screen-reader-text{

}
.gallery-caption{

}
.bypostauthor{

}
.alignright{

}
.alignleft{

}
.aligncenter{

}

.autoshowroom-blog {
    background: #f7f9fb;
    padding: 95px 0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item {
    padding-right: 25px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap {
    position: relative;
    border-right: 1px solid #ff5400;
    padding: 0 45px 61px 0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-icon {
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ff5400;
    text-align: center;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-icon i {
    font-size: 18px;
    color: #ffffff;
    padding: 16px;
}
.autoshowroom-blog-item-content p{
    margin-bottom:0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content {
    position: relative;
    background: #ffffff;
    padding: 15px 30px 34px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content:after {
    content: '';
    display: block;
    clear: both;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-sticky {
    width: 26px;
    height: 30px;
    background: #ff5400;
    position: absolute;
    top: 0;
    left: 30px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-sticky:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid #ff5400;
    border-left: 13px solid transparent;
    position: absolute;
    top: 100%;
    right: 0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-sticky:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid #ff5400;
    border-right: 13px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content h3.autoshowroom-blog-item-title {
    position: relative;
    margin-bottom: 5px;
    margin-top:0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content h3.autoshowroom-blog-item-title a {
    color: #2d2d2d;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content h3.autoshowroom-blog-item-title a:hover {
    color: #ff5400;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content h3.autoshowroom-blog-item-title:after {
    content: '';
    display: block;
    width: 3px;
    height: 12px;
    background: #ff5400;
    position: absolute;
    top: 10px;
    right: -30px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-Info {
    margin-bottom: 28px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-Info span {
    font-size: 15px;
    color: #bebebe;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-Info span i {
    font-size: 15px;
    padding-left: 10px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-Info span a {
    color: #bebebe;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-Info span a:hover {
    color: #ff5400;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-Info small {
    font-size: 15px;
    color: #bebebe;
    padding: 0 8px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-img {
    margin-bottom: 32px;
    text-align: center;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-img img {
    max-width: 100%;
    height: auto;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-audio {
    margin-bottom: 32px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-audio iframe {
    width: 100%;
    height: auto;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-video {
    margin-bottom: 32px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-video iframe {
    max-width: 100%;
    height: 100%;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider {
    margin-bottom: 32px;
    position: relative;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
    padding-left: 0.5em;
    position: absolute;
    top: 8px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a.flex-prev {
    right: 0px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a.flex-prev:before {
    content: "\f053";
    right: 12px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a.flex-next {
    left: 0px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a.flex-next:before {
    content: "\f054";
    right: 15px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider ul.flex-direction-nav li a:hover {
    background: #ff5400;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider:hover ul.flex-direction-nav li a {
    visibility: visible;
    opacity: 1;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider:hover ul.flex-direction-nav li a.flex-prev {
    right: 25px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-gallery-flexslider:hover ul.flex-direction-nav li a.flex-next {
    left: 25px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-quote {
    background: #f4f5f8;
    padding: 25px 33px 28px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-quote blockquote {
    border: none;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-quote blockquote p {
    position: relative;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-quote blockquote p:before {
    content: "\"";
    right: -7px;
    position: absolute;
    top: 0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-quote blockquote p:after {
    content: "\"";
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-link {
    background: #f4f5f8;
    padding: 25px 33px 28px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-link a {
    font-size: 16px;
    color: #797979;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-link a:hover {
    color: #ff5400;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content a.more-link {
    float: left;
    display: inline-block;
    padding: 4px 15px 7px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #bebebe;
    color: #565656;
    margin-top: 28px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content a.more-link i {
    font-size: 16px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content a.more-link:hover {
    color: #ffffff;
    border-color: #222222;
    background: #222222;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share {
    float: left;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #bebebe;
    color: #565656;
    margin-top: 28px;
    margin-left: 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share i {
    font-size: 16px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share .autoshowroom-blog-share-icon {
    float: left;
    margin-right: 0px;
    display: inline;
    width: 0px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share .autoshowroom-blog-share-icon a {
    color: #ffffff;
    padding: 0 4px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share:hover {
    color: #ffffff;
    border-color: #222222;
    background: #222222;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share:hover .autoshowroom-blog-share-icon {
    width: 100px;
    margin-right: 10px;
    height:21px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap .autoshowroom-blog-item-content .autoshowroom-blog-item-share:hover .autoshowroom-blog-share-icon a:hover {
    color: #ff5400;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-pagenavi {
    margin-top: -1px;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-pagenavi:after {
    content: '';
    display: block;
    clear: both;
}
.update-dates {
	float: left;
	background: #222;
	padding: 7px;
	text-decoration: none;
	display: block;
	margin: -4px 0;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-pagenavi .autoshowroom-blog-back {
    float: right;
    width: 50px;
    height: 50px;
    background: #ff5400;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    padding: 14px 0;
    cursor:pointer;
}
.autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-pagenavi .autoshowroom-blog-back i {
    font-size: 18px;
    color: #ffffff;
}

.wp-pagenavi span {
    margin: 0 5px;
    padding: 9px 16px;
    display: inline-block;
    background: #ffffff;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.wp-pagenavi span.current {
    font-weight: normal;
    background: #ff5400;
    color: #ffffff;
}
.wp-pagenavi a {
    display: inline-block;
    padding: 9px 16px;
    margin: 0 5px;
    border-radius: 2px;
    border: none;
    background: #ffffff;
    color: #565656;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
body .wp-pagenavi a:hover {
    background: #ff5400;
    color: #ffffff !important;
}
.container-content-404{
    padding:110px 0;
    text-align: center;
}
.container-content-404 .title-404{
    font-size:156px;
    color:#ff5400;
    line-height: 156px;
}
.container-content-404 h3{
    text-transform: none;
    font-size:43px;
    line-height: 45px;
    color:#222;
    font-weight:normal;
    margin:25px 0 20px;
}
.bug-content{
    padding:0 200px;
}
.bug-content #errorboxheader{
    font-size:16px;
    line-height: 25px;
    color:#565656;
}
.back-to-homepage a{
    display:inline-block;
    background:#ff5400;
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    padding:10px 40px;
}
#errorboxbody{
    margin-top:40px;
}
.back-to-homepage a:hover{
    color:#fff;
}
/*================TZ================*/
/* 8.1 - Search Not Data
/*================TZ================*/
.autoshowroom-serach-notdata {
    background: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 25px 34px;
}
.autoshowroom-serach-notdata h3 {
    font-size: 16px;
    color: #2d2d2d;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.autoshowroom-serach-notdata .page-content form.searchform {
    width: 260px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.autoshowroom-serach-notdata .page-content form.searchform input.Tzsearchform {
    background: #f7f9fb;
    border: 0 none;
    color: #555;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 20px;
}
.autoshowroom-serach-notdata .page-content form.searchform input.searchsubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border: medium none;
    font-size: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    z-index: 1;
}
.autoshowroom-serach-notdata .page-content form.searchform .i-search {
    font-size: 16px;
    position: absolute;
    left: 18px;
    top: 19px;
}
/*================TZ================*/
/* 8.2 - Single Post
/*================TZ================*/
.single-post .autoshowroom-blog .autoshowroom-blog-body .autoshowroom-blog-item .autoshowroom-blog-item-wrap {
    padding-bottom: 41px;
}
.single-post .autoshowroom-single-share {
    position: relative;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box {
    position: absolute;
    top: 0;
    right: -90px;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box .autoshowroom-single-share-item {
    margin-bottom: 13px;
    position: relative;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box .autoshowroom-single-share-item a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: #ff5400;
    text-align: center;
    padding: 3px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box .autoshowroom-single-share-item a i {
    font-size: 15px;
    color: #ffffff;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box .autoshowroom-single-share-item span {
    font-size: 12px;
    color: #ffffff;
    padding: 4px 10px;
    background: #ff5400;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: absolute;
    top: 0;
    right: 150%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    white-space: nowrap;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box .autoshowroom-single-share-item span:after {
    content: '';
    border-top: 4px solid transparent;
    border-left: 4px solid #ff5400;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 100%;
}
.single-post .autoshowroom-single-share .autoshowroom-single-share-box .autoshowroom-single-share-item:hover span {
    right: 133%;
    visibility: visible;
    opacity: 1;
}
.single-post .autoshowroom-meta-tags {
    margin-top: 33px;
    color: #868686;
}
.single-post .autoshowroom-meta-tags i {
    font-size: 16px;
    color: #565656;
    padding-left: 6px;
}
.single-post .autoshowroom-meta-tags a {
    color: #868686;
    font-style: italic;
}
.single-post .autoshowroom-meta-tags a:hover {
    color: #ff5400;
}
.single-post .autoshowroom-single-author {
    padding-right: 25px;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap {
    border-right: 1px solid #ff5400;
    padding: 0 45px 41px 0;
    position: relative;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-icon {
    background: #ff5400 none repeat scroll 100% 0;
    border-radius: 50%;
    height: 50px;
    right: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-icon i {
    color: #ffffff;
    font-size: 18px;
    padding: 16px;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info {
    background: #ffffff none repeat scroll 100% 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 24px 30px 30px;
    position: relative;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info:after {
    clear: both;
    display: block;
    content: '';
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-left {
    width: 120px;
    height: 120px;
    float: right;
    border: 2px solid #ff5400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 6px;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-left .autoshowroom-single-author-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-left .autoshowroom-single-author-img img {
    width: 100%;
    height: auto;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right {
    padding-right: 150px;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right h3 {
    margin-bottom: 10px;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right h3 a {
    font-size: 12px;
    font-weight: 400;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 13px;
    margin-top:0;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right .autoshowroom-author-social a {
    display: inline-block;
    margin-left: 11px;
    font-size: 12px;
    color: #565656;
}
.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right .autoshowroom-author-social a:hover {
    color: #ff5400;
}
.single-post .autoshowroom-might-also-like {
    padding-right: 25px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap {
    border-right: 1px solid #ff5400;
    padding: 0 45px 41px 0;
    position: relative;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-icon {
    background: #ff5400 none repeat scroll 100% 0;
    border-radius: 50%;
    height: 50px;
    right: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-icon i {
    color: #ffffff;
    font-size: 18px;
    padding: 16px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content {
    background: #ffffff none repeat scroll 100% 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 24px 30px 31px;
    position: relative;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content h3.autoshowroom-might-also-like-title {
    font-size: 16px;
    color: #222222;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 23px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content h3.autoshowroom-might-also-like-title:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 12px;
    right: -30px;
    position: absolute;
    top: 7px;
    width: 3px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post {
    position: relative;
    margin-left: -15px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post:after {
    content: '';
    display: block;
    clear: both;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item {
    width: 33.33%;
    float: right;
    padding-left: 15px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item .autoshowroom-might-also-like-image {
    margin-bottom: 12px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item .autoshowroom-might-also-like-image img {
    max-width: 100%;
    height: auto;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item .autoshowroom-might-also-like-info h6 {
    margin-bottom: 4px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item .autoshowroom-might-also-like-info h6 a {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: block;
    text-align: center;
    text-transform: none;
    line-height: 18px;
}
.wpa-bid-area .morph-button {
	width: 100%;
}
.wpa-bid-area .morph-button button {
	margin-top: 5px;
	border-radius: 10px;
	font-size: 16px;
	height: auto;
	padding: 4px 0;
	line-height: 30px;
}

.wpa-bid-area .morph-content {
    width: 463px;
    height: 38px;
}
.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item .autoshowroom-might-also-like-info .autoshowroom-might-also-like-date {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}
.single-post .autoshowroom-comment {
    padding-right: 25px;
}
.single-post .autoshowroom-comment .autoshowroom-comment-wrap {
    border-right: 1px solid #ff5400;
    padding: 0 45px 41px 0;
    position: relative;
}
.single-post .autoshowroom-comment .autoshowroom-comment-wrap .autoshowroom-comment-icon {
    background: #ff5400 none repeat scroll 100% 0;
    border-radius: 50%;
    height: 50px;
    right: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.single-post .autoshowroom-comment .autoshowroom-comment-wrap .autoshowroom-comment-icon i {
    color: #ffffff;
    font-size: 18px;
    padding: 16px;
}
.single-post .autoshowroom-comment .autoshowroom-comment-wrap .autoshowroom-comment-content {
    background: #ffffff none repeat scroll 100% 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 24px 30px 31px;
    position: relative;
}
.autoshowroom-sidebar aside.widget {
    background: #ffffff none repeat scroll 100% 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    position: relative;
    margin-bottom: 40px;
}
.autoshowroom-sidebar aside.widget h3.widget-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px;
    padding-bottom: 18px;
    position: relative;
    padding-left: 45px;
    font-size:16px;
}
.autoshowroom-sidebar aside.widget h3.widget-title:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 12px;
    right: -20px;
    position: absolute;
    top: 9px;
    width: 3px;
}
.autoshowroom-sidebar aside.widget h3.widget-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #222222;
    position: absolute;
    bottom: -1px;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-sidebar aside.widget h3.widget-title span {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #363636;
    position: relative;
}
.autoshowroom-sidebar aside.widget h3.widget-title span:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.autoshowroom-sidebar aside.widget h3.widget-title span:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 45px;
}
.autoshowroom-sidebar aside.widget h3.widget-title span a {
    font-size: 16px;
    color: #363636;
}
.autoshowroom-sidebar aside.widget p {
    color: #868686;
}
.autoshowroom-sidebar aside.widget ul li {
    color: #565656;
    margin-bottom: 11px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8e8e8;
}
.autoshowroom-sidebar aside.widget ul li a {
    color: #565656;
}
.autoshowroom-sidebar aside.widget ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.autoshowroom-sidebar aside.widget.widget_categories ul li {
    text-align: left;
}
.autoshowroom-sidebar aside.widget.widget_categories ul li:before {
    content:".";
    clear:both;
    display:inline;
    height:0;
    visibility: hidden;
}
.autoshowroom-sidebar aside.widget.widget_categories ul li a {
    float: right;
    padding-right: 25px;
    display: inline-block;
    position: relative;
}
.autoshowroom-sidebar aside.widget.widget_categories ul li a:before {
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 15px;
    color: #ff5400;
    position: absolute;
    top: 2px;
    right: 0;
}
.autoshowroom-sidebar aside.widget.widget_pages ul li a {
    padding-right: 25px;
    display: inline-block;
    position: relative;
}
.autoshowroom-sidebar aside.widget.widget_pages ul li a:before {
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 15px;
    color: #ff5400;
    position: absolute;
    top: 2px;
    right: 0;
}
.autoshowroom-sidebar aside.widget.widget_meta ul li a {
    padding-right: 25px;
    display: inline-block;
    position: relative;
}
.autoshowroom-sidebar aside.widget.widget_meta ul li a:before {
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 15px;
    color: #ff5400;
    position: absolute;
    top: 2px;
    right: 0;
}
.autoshowroom-sidebar aside.widget.tz-recent-w ul.tz-recent-post li {
    margin-bottom: 15px;
    padding-bottom: 19px;
}
.autoshowroom-sidebar aside.widget.tz-recent-w ul.tz-recent-post li span {
    font-size: 12px;
    color: #c2c2c2;
    display: block;
    margin-bottom: 7px;
}
.autoshowroom-sidebar aside.widget.tz-recent-w ul.tz-recent-post li h3 {
    line-height: 21px;
    margin-bottom: 6px;
}
.autoshowroom-sidebar aside.widget.tz-recent-w ul.tz-recent-post li h3 a {
    line-height: 21px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    text-transform: none;
}
.autoshowroom-sidebar aside.widget.tz-recent-w ul.tz-recent-post li:last-child {
    margin: 0;
    padding: 0;
}
.autoshowroom-sidebar aside.widget label {
    display: none;
}
.autoshowroom-sidebar aside.widget select {
    padding: 12px 16px;
    width: 100%;
}

.autoshowroom-sidebar aside.widget .calendar_wrap table {
    width: 100%;
}
.autoshowroom-sidebar aside.widget .calendar_wrap table caption {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
}
.autoshowroom-sidebar aside.widget .calendar_wrap table thead th {
    text-align: center;
}
.autoshowroom-sidebar aside.widget .calendar_wrap table tbody tr td {
    text-align: center;
}
.autoshowroom-sidebar aside.widget .textwidget img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.autoshowroom-sidebar aside.widget .textwidget form {
    margin-top: 10px;
}
.autoshowroom-sidebar aside.widget .tagcloud a {
    border: 1px solid #e9ebef;
    color: #565656;
    display: inline-block;
    font-size: 15px !important;
    margin: 0 0 5px 2px;
    padding: 3px 14px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-sidebar aside.widget .tagcloud a:hover {
    border-color: #ff5400;
    background: #ff5400;
    color: #ffffff;
}
.autoshowroom-sidebar aside.widget.widget_search {
    padding: 0;
}
.autoshowroom-sidebar aside.widget.widget_search h3:before {
    content: none;
}
.autoshowroom-sidebar aside.widget.widget_search form.searchform {
    width: 100%;
    position: relative;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.autoshowroom-sidebar aside.widget.widget_search form.searchform input.Tzsearchform {
    border: 0 none;
    color: #555;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 20px;
}
.autoshowroom-sidebar aside.widget.widget_search form.searchform input.searchsubmit {
    background: rgba(0, 0, 0, 0) none repeat scroll 100% 0;
    border: medium none;
    font-size: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    z-index: 1;
}
.autoshowroom-sidebar aside.widget.widget_search form.searchform .i-search {
    font-size: 16px;
    position: absolute;
    left: 18px;
    top: 15px;
}
.autoshowroom-sidebar aside.widget:hover h3.widget-title:after {
    width: 100%;
}
.autoshowroom-sidebar ul li ul.children{
    margin:10px 25px 10px 0;
    border-top: 1px dashed #e8e8e8;
    padding-top:10px;
}
.autoshowroom-sidebar ul.menu li ul.sub-menu{
    margin-right: 15px;
    margin-top:10px;
    border-top: 1px dashed #e8e8e8;
    padding-top:10px;
}
/*================TZ================*/
/* 8.3 - Comment
/*================TZ================*/
#comments .tzCommentContent h3.comments-title {
    font-size: 16px;
    color: #222222;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 28px;
}
#comments .tzCommentContent h3.comments-title:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 12px;
    right: -30px;
    position: absolute;
    top: 7px;
    width: 3px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body {
    margin-bottom: 45px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-author {
    width: 85px;
    height: 85px;
    padding: 4px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-author img {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content {
    padding-right: 105px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content h5 {
    line-height: 16px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content h5 a {
    font-size: 11px;
    font-weight: 400;
    color: #222222;
    letter-spacing: 2px;
    line-height: 16px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content h5 a:hover {
    color: #ff5400;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo {
    margin-bottom: 12px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo a {
    font-size: 11px;
    color: #343434;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.5;
    margin-left: 20px;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo a.comment-edit-link {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 1;
    color: #ffffff;
    float: left;
    padding: 4px 8px;
    margin-left: 0;
    margin-top: -9px;
    background: #222222;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo a.comment-edit-link:hover {
    color: #ffffff;
    background: #ff5400;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo a.comment-reply-link {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 1;
    color: #ffffff;
    float: left;
    padding: 4px 8px;
    margin-top: -9px;
    background: #222222;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo a.comment-reply-link:hover {
    color: #ffffff;
    background: #ff5400;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content .tz-commentInfo a:hover {
    color: #ff5400;
}
#comments .tzCommentContent ol.comment-list li.comment article.comment-body .comment-content p {
    font-size: 11px;
    color: #565656;
}
#comments .tzCommentContent ol.comment-list li.comment ol.children {
    padding-right: 60px;
}
#comments .tzCommentForm .comment-respond h3 {
    display: block;
    text-align: center;
    position: relative;
}
#comments .tzCommentForm .comment-respond h3:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 50%;
    right: 0;
}
#comments .tzCommentForm .comment-respond h3 span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #222222;
    letter-spacing: 2px;
    padding: 0 20px;
    background: #ffffff;
}
#comments .tzCommentForm .comment-respond form.comment-form p {
    text-align: center;
}
#comments .tzCommentForm .comment-respond form.comment-form p a {
    font-size: 12px;
    color: #565656;
}
#comments .tzCommentForm .comment-respond form.comment-form p a:hover {
    color: #ff5400;
}
#comments .tzCommentForm .comment-respond form.comment-form .comment-notes {
    margin-bottom: 36px;
}
#comments .tzCommentForm .comment-respond form.comment-form .logged-in-as {
    margin-bottom: 36px;
}
#comments .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top {
    margin-bottom: 30px;
}
#comments .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top p label {
    display: none;
}
#comments .tzCommentForm .comment-respond form.comment-form .tzCommentForm_Top p input {
    border: 1px solid #eaeaea;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#comments .tzCommentForm .comment-respond form.comment-form .comment-form-comment {
    margin-bottom: 33px;
}
#comments .tzCommentForm .comment-respond form.comment-form .comment-form-comment label {
    display: none;
}
#comments .tzCommentForm .comment-respond form.comment-form .comment-form-comment textarea {
    font-size: 12px;
    padding: 20px;
    width: 100%;
    border: 1px solid #eaeaea;
    color: #bdbdbd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#comments .tzCommentForm .comment-respond form.comment-form .form-submit {
    text-align: right;
}
#comments .tzCommentForm .comment-respond form.comment-form .form-submit input {
    font-family: 'Rubik', sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 11px 20px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #252525;
}

/*================TZ================*/
/* 8.4 - Contact Section
/*================TZ================*/
.autoshowroom-contact {
    background-color: #363633;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.autoshowroom-contact .autoshowroom-contact-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 44px 0;
}
.autoshowroom-contact .autoshowroom-contact-overlay .autoshowroom-contact-content .autoshowroom-contact-message {
    display: inline-block;
    width: 80%;
    float: right;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}
.autoshowroom-contact .autoshowroom-contact-overlay .autoshowroom-contact-content .autoshowroom-contact-message p {
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 44px;
    margin:0;
}
.autoshowroom-contact .autoshowroom-contact-overlay .autoshowroom-contact-content a.autoshowroom-contact-button {
    display: inline-block;
    float: left;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 30px;
    background: #ff5400;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*================TZ================*/
/* 8.5 - Footer
/*================TZ================*/
@keyframes autoshowroom_rotate {
    from {
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
}
.autoshowroom-footer-bottom-center {
	display: none;
}
.product-block .image .image-effect {
	margin-left: -150px;
	left: 50%;;
}
.autoshowroom-footer .autoshowroom-footer-top {
	background: #444349 !important;
	background-image: none;
}
.autoshowroom-footer .autoshowroom-footer-top {
    background: #444349;
	
    padding: 68px 0 50px;
    position: relative;
}
.pcd-specs span i {
	width: 18px;
	height: 18px;
	display: inline-block;
	    margin-left: 5px;
	vertical-align: middle;
}
.pcd-specs span i.transmission-icon {
  background: url(./images/transmission_manual-512.png) no-repeat center center / contain;
  
}
.pcd-specs span i.milage-icon {
  background: url(https://png.pngtree.com/svg/20170628/86dc3bea9c.svg) no-repeat center center / contain;
      margin-top: -3px;
}
.pcd-specs span i.condition-icon {margin-top: -2px;
	background: url(https://png.pngtree.com/svg/20170612/dc37f6ea9c.png) no-repeat center center / contain ;
}
.pcd-specs span i.registration-icon {
  background: url(https://png.pngtree.com/svg/20170720/3f05dcf59e.svg) no-repeat center center / contain;
      margin-top: -3px;
}

.autoshowroom-footer .autoshowroom-footer-top:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr {
    z-index: 1;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget {
    margin: 0 0 22px;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget h3.widget-title {
    margin: 0 0 19px;
    padding: 0;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 21px;
    font-weight: 700;
	text-align: center;
    letter-spacing: 2px;
    line-height: 27px;
    text-transform: uppercase;
}
.vehicle-feature-des a {
	display: block;
	text-decoration: underline;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget p {
    color: #868686;
    line-height: 23px;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_contact_info .tzwidget-contact .tzContact_description {
    padding-bottom: 6px;
    margin-bottom: 0;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_contact_info .tzwidget-contact span {
    color: #868686;
    display: block;
    margin: 11px 0 0;
    padding-right: 30px;
    position: relative;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_contact_info .tzwidget-contact span i {
    position: absolute;
    top: 6px;
    right: 0;
    width: 16px;
    text-align: center;
    font-size: 16px;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item {
    margin-bottom: 31px;
    padding-right: 30px;
    position: relative;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item:after {
    color: #ff5400;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
    top: 4px;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content {
    color: #868686;
    line-height: 23px;
    overflow: hidden;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content a {
    color: #e4e4e4;
    text-decoration: none;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item .tweet-content span.time {
    display: block;
    margin-top: 9px;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item:last-child {
    margin-bottom: 0;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget {
    color: #868686;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget .newsletter form {
    margin-top: 30px;
    width: 270px;
    position: relative;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget .newsletter form p input.newsletter-email {
    width: 100%;
    padding: 11px 15px;
    border: none;
    box-shadow: none;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget .newsletter form p input.newsletter-submit {
    font-size: 0;
    width: 45px;
    height: 45px;
    background: #ff5400;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget .newsletter form p input.newsletter-submit:after {
    width: 100%;
    height: 100%;
    color: #ffffff;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    right: 0;
    position: absolute;
    top: 0;
}
.autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget .newsletter form:after {
    background: #ff5400 none repeat scroll 100% 0;
    color: #fff;
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 45px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 45px;
}
.autoshowroom-footer .autoshowroom-footer-bottom {
    padding: 31px 0 20px;
    background: #151515;
    position: relative;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-center {
    width: 100%;
    position: absolute;
    top: -29px;
    right: 0;
    text-align: center;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-center .autoshowrooom-footer-bottom-center-box {
    display: inline-block;
    background: #ff5400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0px 27px;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-center .autoshowrooom-footer-bottom-center-box:after {
    display: block;
    clear: both;
    content: '';
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-center .autoshowrooom-footer-bottom-center-box .autoshowroom-footer-social-item {
    display: inline-block;
    float: right;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-center .autoshowrooom-footer-bottom-center-box .autoshowroom-footer-social-item a i {
    padding: 19px 16px;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-center .autoshowrooom-footer-bottom-center-box .autoshowroom-footer-social-item a:hover i {
    animation-name: autoshowroom_rotate;
    animation-duration: 1.5s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-left .widget {
    text-align: center;
    margin: 0 0 15px;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-left .widget p {
    line-height: 23px;
    color: #ffffff;
    margin: 0;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget {
    text-align: left;
    margin: 0 0 15px;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget p {
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 0;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget.widget_nav_menu ul {
    display: inline-block;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget.widget_nav_menu ul:after {
    display: block;
    clear: both;
    content: '';
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget.widget_nav_menu ul li {
    float: right;
    padding: 0 17px 0 0;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget.widget_nav_menu ul li a {
    color: #868686;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget.widget_nav_menu ul li a:hover {
    color: #ffffff;
}
.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget.widget_nav_menu ul li.current_page_item a {
    color: #ffffff;
}

/*================TZ================*/
/* 9.0 - Agency
/*================TZ================*/
.autoshowroom-agency {
    background: #f7f9fb none repeat scroll 100% 0;
    padding: 95px 0;
}
.autoshowroom-agency .autoshowroom-agency-item {
    background: #FFFFFF;
    padding: 1px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-image {
    text-align: center;
    padding: 20px 15px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-image img {
    max-width: 100%;
    height: auto;
}
.autoshowroom-agency .autoshowroom-agency-item .row {
    display: table;
    margin: 0 !important;
    width: 100%;
}
.autoshowroom-agency .autoshowroom-agency-item .row .col-md-4 {
    display: table-cell;
    vertical-align: top;
    float: none;
}
.autoshowroom-agency .autoshowroom-agency-item .row .col-md-4.item-end {
    background: #f4f5f8;
}
.autoshowroom-agency .autoshowroom-agency-item .row .col-md-4.item-start {
    vertical-align: middle;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content {
    padding: 22px 0 22px 15px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content h3.autoshowroom-agency-title {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content h3.autoshowroom-agency-title a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #222222;
    padding-left: 20px;
    text-decoration: none;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content h3.autoshowroom-agency-title a:before {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content h3.autoshowroom-agency-title a:after {
    background: #ff5400 none repeat scroll 100% 0;
    content: "";
    display: block;
    height: 1px;
    right: 100%;
    margin-top: 4px;
    position: absolute;
    top: 50%;
    width: 45px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content .autoshowroom-agency-des {
    margin-bottom: 27px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content .autoshowroom-agency-des p {
    font-size: 12px;
    line-height: 18px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content a.autoshowroom-agency-more {
    background: #222222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content a.autoshowroom-agency-more:hover {
    background: #ff5400;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-info {
    padding: 25px 15px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-info span {
    display: block;
    font-family: "Muli", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #565656;
    line-height: 24px;
    padding-right: 30px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-info span i {
    font-size: 16px;
    float: right;
    margin-right: -30px;
    margin-top: 5px;
}
.autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-info span.autoshowroom-agency-address {
    margin-bottom: 15px;
}
.autoshowroom-agency-rating {
    font-family: FontAwesome;
    font-size: 16px;
    height: 15px;
    margin: 7px 0 0;
    float: left;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 6em;
}
.autoshowroom-agency-rating:before {
    font-family: FontAwesome;
    content: '\f006 \f006 \f006 \f006 \f006 ';
    font-size: 16px;
    right: 0;
    position: absolute;
    top: 0;
    color: #b5b5b5;
    letter-spacing: 2px;
}
.autoshowroom-agency-rating span {
    float: right;
    right: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
.autoshowroom-agency-rating span:before {
    font-family: FontAwesome;
    content: '\f005 \f005 \f005 \f005 \f005 ';
    font-size: 16px;
    right: 0;
    position: absolute;
    top: 0;
    color: #f7941d;
    letter-spacing: 2px;
}
.autoshowroom-agency-single {
    background: #f7f9fb none repeat scroll 100% 0;
    padding: 95px 0;
}
.autoshowroom-agency-single article {
    background: #FFFFFF;
}
.autoshowroom-agency-single article .autoshowroom-agency-map iframe {
    width: 100%;
    height: 480px;
    border: none;
}
.autoshowroom-agency-single article .autoshowroom-agency-content {
    padding: 38px 20px 30px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content:after {
    content: '';
    display: block;
    clear: both;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left {
    float: right;
    width: 270px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-image {
    position: relative;
    background: #FFFFFF;
    padding: 40px;
    margin-top: -147px;
    margin-bottom: 12px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-image img {
    max-width: 100%;
    height: auto;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info {
    background: #f4f5f8;
    padding: 20px 24px 25px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info > span {
    font-size: 12px;
    line-height: 24px;
    display: block;
    position: relative;
    padding-right: 28px;
    margin-bottom: 14px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info > span i {
    font-size: 16px;
    color: #565656;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info > span label {
    display: block;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info > span.autoshowroom-agency-phone {
    margin-bottom: 0;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info .autoshowroom-agency-rating {
    display: inline-block;
    float: none;
    margin-right: 24px;
    margin-top: 10px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right {
    padding-right: 312px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right h3.autoshowroom-agency-single-title {
    font-size: 30px;
    color: #222222;
    padding-right: 25px;
    margin-bottom: 32px;
    position: relative;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right h3.autoshowroom-agency-single-title:after {
    content: '';
    display: block;
    width: 6px;
    height: 24px;
    background: #ff5400;
    position: absolute;
    top: 0;
    right: 0;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right p {
    padding-bottom: 23px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right .wpcf7-form p {
    padding-bottom: 0;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right .wpcf7-form p.btn {
    padding: 0;
    margin-top: 5px;
}
.autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right .wpcf7-form p.btn.btn-color .wpcf7-submit {
    background: #ff5400;
}

/*================TZ================*/
/* 10.0 - Responsive
/*================TZ================*/

/*================TZ================*/
/* 10.1 - Large Desktop
/*================TZ================*/
@media screen and (max-width: 1400px) {
    .TZ-Vehicle-Feature .owl-nav div.owl-prev,
    .TZ-Vehicle-Grid .owl-nav div.owl-prev {
        margin-right: -645px;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-next,
    .TZ-Vehicle-Grid .owl-nav div.owl-next {
        margin-right: 600px;
    }
}
@media screen and (max-width: 1320px) {
    .TZ-Vehicle-Feature .owl-nav,
    .TZ-Vehicle-Grid .owl-nav {
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-prev,
    .TZ-Vehicle-Grid .owl-nav div.owl-prev {
        margin-right: -570px;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-next,
    .TZ-Vehicle-Grid .owl-nav div.owl-next {
        margin-right: 525px;
    }
    .TZ-Vehicle-Feature:hover .owl-nav,
    .TZ-Vehicle-Grid:hover .owl-nav {
        opacity: 1;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .TZ-Portfolio-Grid .TZ-Vehicle-content .TZ-PortfolioGrid-Item {
        width: 30%;
    }
    .TZ-Vehicle-Grid .item .pcd-specs span::before,
    .TZ-Vehicle-Grid .item .pcd-specs span::before {
        padding-left: 0;
    }
}
.overflow-box {
	    position: absolute;
    top: 0;
    left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight: 500 !important;
}
@media screen and (max-width: 1230px) {
    header .tz-top-header .textwidget ul li {
        padding-right: 15px;
        margin: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-home-2 #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-home-3 #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary-home-2 > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-2 > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary-home-3 > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-3 > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 > li.mega-menu-item > a.mega-menu-link {
        padding-right: 15px !important;
        padding-left: 15px !important;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
		text-align: right !important;
    }
    .TZ-Portfolio-Grid .TZ-Vehicle-content .TZ-PortfolioGrid-Item .tz-inner {
        padding: 10px;
    }
    .TZ-Vehicle-Grid .item .pcd-specs span::before,
    .TZ-Vehicle-Feature .item .pcd-specs span::before {
        padding-left: 0;
    }
}

/*================TZ================*/
/* 10.2 - Portrait tablet to landscape and desktop
/*================TZ================*/

@media screen and (max-width: 1200px) {
    .rev_slider_wrapper .hades.tparrows {
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .rev_slider_wrapper:hover .hades.tparrows {
        opacity: 1;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .TZ-Vehicle-Search-Vertical.quicksearch_bottom_left {
        margin-right: -470px;
    }
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des {
        margin-left: -500px;
        width: 630px;
    }
    header.tz-header-2 .tz-top-header {
        margin-top: 70px !important;
    }
    header.tz-header-2 .tz-menu-header .header-2-logo {
            top: 0 !important;
    margin-right: 0;
    margin-top: 0;
    background: #ffffffa3;
    padding: 5px 15px 15px 15px;
    }
    header.tz-header-2 .tz-menu-header .tz_logo img {
        height: 70px;
    }
    .woocommerce .product-detail .related ul.products li.related-product-item a.product-title {
        display: list-item;
    }
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		z-index: 9;
		box-shadow: 0 4px 8px #929292;
	}
    .TZ-Vehicle-Search-Horizontal .vehicle-search-form .car-search-submit {
        width: 15%;
    }
    .TZ-Vehicle-Search-Horizontal .vehicle-search-form .field {
        width: 26%;
    }
    .TZ-Vehicle-Feature.container,
    .TZ-Vehicle-Grid.container {
        width: 970px;
    }
    div .autoshowroom-ads .autoshowroom-ads-text {
        width: 60%;
    }
    div .autoshowroom-ads .autoshowroom-ads-image {
        width: 40%;
    }
    .quicksearch_top_right,
    .quicksearch_top_left,
    .quicksearch_bottom_left,
    .quicksearch_bottom_right,
    .quicksearch_top_center,
    .quicksearch_bottom_center {
        margin-right: 150px;
    }
    .autoshowroom-footer .autoshowroom-footer-top .footerattr .widget.widget_newsletterwidget .newsletter form {
        width: auto;
    }
    .TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container {
        margin-right: -465px;
    }
    body .autoshowroom-agency-rating {
        bottom: 70px;
        position: absolute;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-content .autoshowroom-agency-des {
        margin-bottom: 50px;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-image img {
        max-width: 150px;
        height: auto;
    }
    .autoshowroom-sidebar aside.woocommerce.widget ul li a img {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .autoshowroom-sidebar aside.woocommerce.widget ul li del {
        display: inline-block;
    }
    .tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .tzShop-item_button {
        margin-bottom: 10px;
    }
    .tzshop-wrap .product-list ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .tzShop-item_button_list .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        font-size: 11px;
    }
}
@media screen and (max-width: 1000px) {
    #mega-menu-wrap-primary-home-3 .mega-menu-toggle .mega-toggle-block-right {
        position: absolute;
        top: 15px;
        left: 5px;
    }
    #mega-menu-wrap-primary-home-3 .mega-menu-toggle + #mega-menu-primary-home-3 li.mega-menu-item > ul.mega-sub-menu {
        padding: 0 15px;
    }
    #mega-menu-wrap-primary-home-3 .mega-menu-toggle {
        height: 0;
    }
    #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 {
        background: #fff;
    }
    #mega-menu-wrap-primary-home-3 #mega-menu-primary-home-3 > li.mega-menu-item > a.mega-menu-link {
        color: #222;
    }
    header .tz-menu-header .tz_logo {
        padding: 15px 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: block;
        position: absolute;
        left: 5px;
        top: 18px;
    }
	.home #mega-menu-wrap-primary .mega-menu-toggle {
		right: auto;
		left: 0;
		top: 0;
	}
    div .autoshowroom-sign-up .esu-from-shortcode {
        position: relative;
        z-index: 2;
    }
    div .autoshowroom-sign-up img {
        z-index: 1;
    }
    div .autoshowroom-quote {
        padding: 0 50px;
    }
    div .autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-active-3 {
        text-align: right;
    }
    .autoshowroom-footer .autoshowroom-footer-top .footerattr {
        float: right;
        width: 50%;
    }
    footer .autoshowroom-footer-bottom-left,
    footer .autoshowroom-footer-bottom-right {
        float: right;
        width: 50%;
    }
    .TZ-Vehicle-Feature.container,
    .TZ-Vehicle-Grid.container {
        width: 750px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
        padding: 0 30px;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-prev,
    .TZ-Vehicle-Grid .owl-nav div.owl-prev {
        margin-right: -435px;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-next,
    .TZ-Vehicle-Grid .owl-nav div.owl-next {
        margin-right: 390px;
    }
    .autoshowroom-ads .autoshowroom-ads-image img {
        opacity: 1;
    }
}
/*================TZ================*/
/* 10.3 - Landscape phone to portrait tablet
/*================TZ================*/

@media screen and (max-width: 992px) {
    .TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container {
        margin-right: -360px;
    }
    .wp-pagenavi{
        clear:both;
        margin-bottom:20px;
        float:none;
        text-align: center;
    }
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des {
        right: 50%;
        margin-right: -375px;
        left: auto;
        width: 750px;
    }
    header.tz-header-2 {
        right: 0;
    }
    .TZ-Vehicle-Search-Vertical.quicksearch_bottom_left {
        display: none;
    }
    header.tz-header-2 .tz-top-header .tz-top-header-right {
        clear: both;
        text-align: right;
        width: 100%;
    }
    header.tz-header-2 #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 {
        background: #fff;
        border-top: 1px solid #e8e8e8;
    }
    #mega-menu-wrap-primary-home-2 .mega-menu-toggle + #mega-menu-primary-home-2 li.mega-menu-item > ul.mega-sub-menu {
        padding: 0 25px;
    }
    header.tz-header-2 .tz-menu-header .col-md-12 {
        padding: 0;
    }
    header.tz-header-2 #mega-menu-wrap-primary-home-2 #mega-menu-primary-home-2 > li.mega-menu-item > a.mega-menu-link {
        color: #222;
    }
    #mega-menu-wrap-primary-home-2 .mega-menu-toggle {
        height: 0;
    }
    #mega-menu-wrap-primary-home-2 .mega-menu-toggle .mega-toggle-block {
        margin-top: -60px;
        margin-left: 15px;
    }
    .autoshowroom-sidebar aside.woocommerce.widget ul {
        display: table;
    }
    .autoshowroom-sidebar aside.woocommerce.widget ul li {
        float: right;
        width: 50%;
        padding: 10px !important;
        border: none;
    }
    .wpb_revslider_element ~ .TZ-Vehicle-Search-Vertical {
        display: none;
    }
    .autoshowroom-sidebar .vehicle-search-form {
        width: 100%;
    }
    div .autoshowroom-ads.autoshowroom-ads-text-image .autoshowroom-ads-text .autoshowroom-ads-text-box {
        padding-right: 30px;
    }
    div .autoshowroom-ads .autoshowroom-ads-text .autoshowroom-ads-text-box {
        padding-left: 30px;
    }
    div .autoshowroom-ads .autoshowroom-ads-image img {
        width: auto;
        height: 100%;
    }
    div .autoshowroom-our-process {
        margin-bottom: 30px;
    }
    div .autoshowroom-our-process p.autoshowroom-description-process {
        margin-bottom: 10px;
    }
    .rev_slider_wrapper .hades.tparrows {
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .rev_slider_wrapper:hover .hades.tparrows {
        opacity: 1;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .vehicle-btn {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 850px) {
    .TZ-Vehicle-Feature.container .owl-stage-outer,
    .TZ-Vehicle-Grid.container .owl-stage-outer {
        overflow: hidden;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-prev,
    .TZ-Vehicle-Grid .owl-nav div.owl-prev {
        margin-right: -360px;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-next,
    .TZ-Vehicle-Grid .owl-nav div.owl-next {
        margin-right: 315px;
    }
}
.vehicle-feature-des p{
	    height: 72px;
		overflow: hidden;
    line-height: 21px;
}
#filters {
	padding: 30px 0;
}
/*================TZ================*/
/* 10.4 - Landscape phones and down
/*================TZ================*/
.tz-megamenu-wrap .col-md-3 {
	
	padding: 19px 0;
}
.dropdown-menu {
	text-align: right;
	direction: rtl;
	left: auto !important;
	right: 0;
}
.dropdown-toggle {
	display: none;
}
.additional-search {
	color: white;
    text-decoration: underline;
    font-size: 20px;
    display: inline-block;
    padding: 5px;
}
.tz-sidebar .additional-search {
	color: #606060;
}
.additional-search:hover {
	text-decoration: none;
}
.vehicle-search-form .field {
	display: none;
}
.field.field-keyword {
	    display: block;
    width: 100%;
}

.submit-vehicle-model
{
background: #fff url(https://image.flaticon.com/icons/svg/120/120906.svg) no-repeat 4px center / 12px !important;}
.home  header nav ul.navbar-nav li > a,.home  li.mega-menu-item > a.mega-menu-link {
	color: white !important;
	font-weight: bold !important;
	    font-size: 16px !important;
}
@media screen and (max-width: 768px) {
	.TZ-Vehicle-Search-Horizontal .vehicle-search-form {
		
		width: 100%;
	}
	.container-content.auto-page-content {
		padding: 20px 0;
	}
	.bid-history .item .Vehicle-Feature-Image {
		width: 100% !important;
	}
	.raise-attention {
	    text-align: center;
	    font-weight: bold;
	    font-size: 17px;
	    background: #0f5d98;
	    margin: 10xp 0;
	    color: white;
	    position: relative;
	    top: 8px;
	    right: -1px;
	    padding: 9px 7px;
	    margin: 7px auto;
	    display: inline-block;
	    border: 1px solid #911e1d;
	    line-height: 21px;
	    height: auto;
	    display: block;
	}
.tz_logo img {
	max-width: 140px;
	height: auto;
	margin: 5px 0;
}
.loggedin .lk{
	float: right;
}
.loggedin {
	font-size: 14px;
}

	.autoshowroom-title-breadcrumb .autoshowroom-page-title .autoshowroom-page-title-overlay {
		padding: 25px 0;
	}
	.home  header nav ul.navbar-nav li > a,.home  li.mega-menu-item > a.mega-menu-link {
 
				color: black !important;
	}
	 li.mega-menu-item > a.mega-menu-link
	 {font-weight: bold !important;
	     font-size: 18px !important;
		line-height:1.15em
	}
	li.mega-mega-add {
	z-index: 999;
			position: absolute !important;
			left: 0 !important;
			top: 0 !important;
			
	}
	.mega-mega-add a {
		padding: 0 5px !important;
		    width: 135px !important;
			margin-bottom: 0 !important;
		
	}
	 .mega-second-btn{
		margin-top: 65px !important;
	}
	.home  header nav ul.navbar-nav li.mega-mega-add > a.mega-menu-link,.home li.mega-menu-item.mega-mega-add > a.mega-menu-link,
	.mega-mega-add a {	    margin: 10px !important;
		color: white !important;
	}
	.mega-menu-link {
	    border-left: 1px solid #e80b0d !important;
	    padding: 5px 15px 5px 15px !important;
	    margin: 0px 0 !important;}
		.pcd-specs span {
			font-size: 13px;;
		}
	#menu-footer-menu li {
		width: 50%;
	}
	#menu-footer-menu {
	    flex-wrap: wrap;}
	 #mega-menu-primary {
			
		
		position: absolute !important;
		top: 60px !important;
		width: 100% !important;
		background: white !important;
		left: 0 !important;
		box-shadow: 0 1px 13px black;}
    .TZ-Vehicle-Slider .owl-item .item .Vehicle-Title.container {
        margin-right: 0;
        right: 15px;
    }
	.mega-mega-add {
		float: right !important;
		text-align: center !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-mega-add> a.mega-menu-link {
		
		text-align: center !important;
	}
	#maincar {
	 
	}
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des {
        right: 0;
        margin: 0;
        left: 0;
        width: auto;
    }
	#filters {
		padding: 10px 0;
	}
    .TZ-Vehicle-Search-Horizontal .vehicle-search-form .field {
        width: 100%;
        margin: 0 0 10px 0;
		padding: 0 5px;
    }
	#car_dealer_field_make ,#car_dealer_field_model, #car_dealer_field_make, #car_dealer_field_vehicle_type,.field-registration, .fieldtype-number{
		max-width: 100%;width: 100%;
	}
	
	.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field select {
		width: 49%;
	}
	.TZ-Vehicle-Search-Horizontal .vehicle-search-form .field.field-vehicle_type {
		width: 100%;
	}
    .TZ-Vehicle-Search-Horizontal .vehicle-search-form .car-search-submit {
        width: 100%;
        clear: both;
        float: none;
        margin-top: 10px;
    }
	.TZ-Vehicle-Search-Horizontal .vehicle-search-form {
		padding: 0;
	}
    .tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-3column {
        width: 50%;
    }
	#filters .field-registration {
		width: 100%;
	}
    header.tz-header-2 {
        width: auto;
        right: 15px;
        left: 15px;
    }#vehicle-managment {
        /* position: absolute; */
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-right: 15px;
        /* top: -60px; */
        /* right: 20px; */
        display: flex;position: static;
        margin-bottom: 20px;}
	#mark-as-sold, .edit-vehicle,.delete-vehicle {
		font-size: 18px;
		margin-right: 0;
		margin-top: 5px;
	}
    header.tz-header-2 .tz-top-header {
        padding-left: 50px;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .row .col-md-4 {
        display: block;
        width: 50%;
        float: right;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .row .col-md-4.item-start {
        width: 100%;
        margin-bottom: 10px;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .row .col-md-4.item-end {
        background: none;
    }
    .default-page,
    body .autoshowroom-agency {
        padding: 25px 0;
    }
    .TZ-Vehicle-Feature.container,
    .TZ-Vehicle-Grid.container {
        width: auto;
    }
    .vc_tta-container .TZ-Vehicle-Feature.container
     {
        width: 650px;
    }
    div .autoshowroom-sign-up {
        width: 80%;
    }
    div .autoshowroom-sign-up .autoshowroom-sign-up-triangle {
        display: none;
    }
    div .autoshowroom-sign-up .autoshowroom-sign-up-box {
        padding-bottom: 20px;
    }
    header .tz-top-header .textwidget ul li {
        padding-right: 0;
        padding-left: 15px;
    }
    header .tz-top-header .textwidget ul li:first-child {
        padding-left: 15px;
    }
    header .tz-top-header .tz-top-header-right {
        text-align: right;
        clear: both;
    }
    .autoshowroom-footer .autoshowroom-footer-top .footerattr {
        width: 100%;
        float: none;
    }
    .TZ-Vehicle-Feature .owl-nav div {
        right: 14px;
    }
	.tz-megamenu-wrap .col-md-3 {
		width: 100%;
		text-align: center;
		padding:5px 15px 10px 15px;
	}
    .TZ-Vehicle-Feature .owl-nav div.owl-prev {
        margin-right: 0;
    }
    .TZ-Vehicle-Feature .owl-nav div.owl-next {
        margin-right: 0;
        right: auto;
        left: 15px;
    }
    .TZ-Vehicle-Feature.container .owl-stage-outer {
        overflow: hidden;
    }
    footer .autoshowroom-footer-bottom-left,
    footer .autoshowroom-footer-bottom-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    footer.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-left .widget,
    footer.autoshowroom-footer .autoshowroom-footer-bottom .autoshowroom-footer-bottom-right .widget {
        text-align: center;
    }
    div .autoshowroom-our-process {
        text-align: center;
    }
    div .autoshowroom-ads .autoshowroom-ads-text {
        width: 100%;
        position: absolute;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
    }
    div .autoshowroom-sign-up .esu-from-shortcode {
        z-index: 1;
    }
}
@media screen and (max-width: 650px) {
    .vc_tta-container .TZ-Vehicle-Feature.container
    {
        width: 600px;
    }
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des .vehicle-specs > .pcd-specs > span {
        padding: 0 5px;
    }
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des {
        bottom: -76px;
    }
    body .autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left {
        width: 100%;
    }
    body .autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-right {
        clear: both;
        padding: 40px 0;
    }
    body .autoshowroom-agency-single article .autoshowroom-agency-content .autoshowroom-agency-content-left .autoshowroom-agency-info .autoshowroom-agency-rating {
        margin-right: -20px;
    }
    .tzshop-wrap .grid_pagination_block p.woocommerce-result-count {
        display: none;
    }
    div .autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-active-3 {
        text-align: center;
    }
    div .autoshowroom-quote .slick-track .autoshowroom-quote-item.slick-active-1 {
        text-align: center;
    }
    .tzfilter a {
        display: inline-block;
        margin: 5px 0;
    }
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-feature-des {
        clear: both;
        padding-right: 0;
    }
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-feature-des p {
        display: block;
    }
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .pcd-specs,
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .vehicle-btn {
        padding-right: 0;
    }
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .Vehicle-Title {
        clear: both;
        padding-right: 0;
    }
    .container-content .vehicle-layout-list .vehicle-grid .TZ-Vehicle-Grid .item .Vehicle-Feature-Image {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 520px) {
    .vc_tta-container .TZ-Vehicle-Feature.container
    {
        width: 480px;
    }
    .TZ-Portfolio-Grid .TZ-Vehicle-content .TZ-PortfolioGrid-Item {
        width: 100%;
    }
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des {
        bottom: -103px;
    }
    .tzshop-wrap .grid_pagination_block {
        padding: 20px 5px;
    }
    header.tz-header-2 .tz-top-header {
        height: 60px;
        margin-top: 0 !important;
        overflow: hidden;
        padding: 5px 115px 5px 0;
    }
    #mega-menu-wrap-primary-home-2 .mega-menu-toggle .mega-toggle-block {
        margin-top: -50px;
    }
    header.tz-header-2 .tz-menu-header .header-2-logo {
        right: 0;
        margin: 0;
        top: 0 !important;
        height: 60px;
        overflow: hidden;
    }
    header.tz-header-2 .tz-menu-header .tz_logo img {
        max-width: 115px;
        height: 60px;
    }
}
.wp-pagenavi {
margin-top: 12px;
margin: 0 auto;
text-align: center;
position: absolute;
bottom: -40px;
width: 100%;
text-align: center;
}
@media screen and (max-width: 480px) {
	.wp-pagenavi {
	    margin-top: 12px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
	}
	.TZ-Vehicle-content {
		margin-bottom: 25px;
	}
	.TZ-Vehicle-content  .wp-pagenavi {
		    margin-top: 20px;
    margin: 0 auto;
    text-align: center;
	position: absolute !important;
    /* position: relative; */
    bottom: -69px;
    width: 100%;
    text-align: center;
	}
	.wp-pagenavi a {
		padding:5px 9px
	}
	.wp-pagenavi span {
	    margin: 0 5px;
	    padding: 6px 9px;}
    .wp-pagenavi span.pages {
        display: block;
        margin-bottom: 4px;
    }
    .vc_tta-container .TZ-Vehicle-Feature.container
    {
        width: 400px;
    }
    .tzshop-wrap .product-grid ul.products li.tzShop-item.tzShop-3column {
        width: 100%;
    }
    .autoshowroom-sidebar aside.woocommerce.widget ul li {
        width: 100%;
        padding: 0 !important;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .autoshowroom-agency-info {
        padding: 0 0 20px 0;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .row .col-md-4 {
        display: block;
        width: 100%;
        float: right;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .row .col-md-4.item-start {
        width: 100%;
        margin-bottom: 10px;
    }
    body .autoshowroom-agency .autoshowroom-agency-item .row .col-md-4.item-end {
        background: none;
    }
    body.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-left {
        margin: auto;
        float: none;
    }
    body.single-post .autoshowroom-single-author .autoshowroom-single-author-wrap .autoshowroom-single-author-info .autoshowroom-single-author-right {
        padding-right: 0;
    }
    body.single-post .autoshowroom-might-also-like .autoshowroom-might-also-like-wrap .autoshowroom-might-also-like-content .autoshowroom-might-also-like-post .autoshowroom-might-also-like-item {
        width: 100%;
        float: none;
    }
    .woocommerce .product-detail .related ul.products li.related-product-item a.product-title {
        display: list-item;
    }
    .TZ-Vehicle-Slider .owl-item .item .vehicle-slider-des p {
        display: none;
    }
}

.home li.mega-menu-item.mega-mega-add > a.mega-menu-link,
.home .mega-mega-add a {
	color: black !important;
	background: white !important;
}