/* Fonts */
header,
nav,
section,
article,
aside,
footer {
    display: block;
}

body {
    font-family: "ToyotaTypeRegular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    background-color: #fff;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ToyotaTypeBold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-family: "ToyotaTypeSemiBold", Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    margin-top: 8px;
}

h2 {
    margin: 12px 0 15px 0px;
    /* h2 is used only as the page heading and doesn't need much top margin */
    font-weight: normal;
    color: #000000;
    font-family: "ToyotaTypeSemiBold", Arial, Helvetica, sans-serif;
    font-size: 25px;
}

h2.product_title.entry-title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
}

h3 {
    font-family: "ToyotaTypeSemiBold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    line-height: 1.2;
    margin: 15px 0 15px 0px;
}

h5 {
    font-family: "ToyotaTypeRegular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    line-height: 1.4;
}

h1.page-title {
    font-size: 26px;
    margin-top: 12px;
}

p {
    color: #000000 !important;
    margin: 0 0 9px;
}

small,
.small {
    font-size: 75%;
    font-family: "ToyotaTypeBook", Arial, Helvetica, sans-serif;
}

.text-right>a {
    color: #000000 !important;
}

.text-right>a:hover {
    color: #EB0A1E !important;
}

a:hover,
a:focus {
    color: #EB0A1E;
    text-decoration: underline;
}

/* End Fonts */
/* Header */
header {
    margin: 0px 0px 5px 0px;
}

div.dealer-header,
div#logo,
#prodealer-details-outer {
    height: 72px;
}

div.dealer-header {
    margin: 0;
}

@media screen and (min-width: 768px) {

    div.dealer-header,
    div#logo,
    #prodealer-details-outer {
        height: 96px;
    }
}

#logo,
#prodealer-details-outer {
    position: relative;
}

#logo {
    width: 160px;
    float: left;
    padding: 0;
    z-index: 2;
}

@media screen and (min-width: 1280px) {
    div.dealer-header {
        margin: 0 16px;
    }
}

#logo img.toyota-logo {
    width: 56px;
}

#logo img.toyota-buy-online {
    width: 48px;
    margin-left: 12px;
}

#logo img,
#prodealer-details-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Revolution Slider captions - don't display under 1000px */
@media (max-width: 1000px) {
    .tp-caption {
        display: none;
    }
}

/* Adjust sizes of header elements when screen is very small and dealer details are split across two lines */
@media (max-width: 480px) {
    h1.text-right {
        margin-bottom: 2px;
    }

    #logo {
        width: 130px;
    }
}

@media (max-width: 640px) {
    h1.text-right {
        font-size: 22px;
    }

    .two-addresses h1.text-right {
        margin-bottom: 2px;
    }

    .prodealer-address {
        display: block;
    }
}

/* Make sure full-width means 100% */
.attachment-full {
    max-width: 100%;
    width: 100%;
    /* 20150312 - IE FF layout issues */
}

/** Mobile Menu Styling **/
@media (max-width:768px) {
    .logo img {
        width: 48px;
    }

    header {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 22px;
    }
}

/** End Mobile Menu Styling **/
/* Footer styling */
footer {
    background-color: #494949;
    margin: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .widget_nav_menu {
    float: left;
    width: 50%;
    padding: 20px 10px 20px 0px;
    min-height: 240px;
}

@media (min-width: 768px) {
    footer .widget_nav_menu {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    footer .widget_nav_menu {
        width: 16.66%;
    }
}

footer h2.widgettitle {
    color: #FFF;
    font-size: 14px;
    margin-top: 0;
}

footer a {
    color: #FFF;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    a.footer-link {
        display: block;
    }
}

#owaf-footer img {
    max-width: 100%;
    width: 200px;
    margin: 20px 0;
}

h4.footer-dealer-text {
    margin: 14px 0 8px 0;
}

/* End footer classes */
/* sidebar styles for inventory */
div .prodealer_box_rounded {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.prodealer_single_image img {
    height: auto;
    max-width: 100%;
}

/* WooCommerce */
form.cart {
    display: none;
}

a.button.add_to_cart_button.product_type_simple {
    display: none;
}

table.shop_attributes {
    margin-top: 20px;
    /* car attributes displaying next to images */
}

.woocommerce .woocommerce-info {
    /* these styles missing from WooCommerce 2.3 */
    padding: 1em 1em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -moz-linear-gradient(center top, #ffffff 0%, #ffffff 100%);
    background: -moz-gradient(center top, #ffffff 0%, #ffffff 100%);
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    list-style: none outside !important;
    *zoom: 1;
    width: auto;
    -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3)
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    border-radius: 4px;
    font-family: FontAwesome;
    content: "\f129";
}

/* Forms */
.enquiry-field {
    background-color: #f5f5f5;
}

.panel .form-control,
.form-control {
    background-color: #f7f7f7;
    height: 30px;
    padding: 4px 12px;
}

.panel-body {
    padding-bottom: 0px;
}

#search-sidebar .panel-body {
    position: relative;
    padding: 10px 10px 14px;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: auto;
}

/* WooCommerce Layered Nav
	nav 2 = make
	nav 6 = model
	nav 7 = transmission
	nav 8 = colour
*/
#search-sidebar small.count {
    display: none;
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
    padding: 0 2px 2px 0;
    /* filtered items need a little extra padding */
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a {
    padding: 0 6px;
    /* make normal items look the same as selected ones */
    text-decoration: none;
    border: 1px solid #4d4f53;
    background: #4d4f53;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
    color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    /* new, used, demo */
    float: left;
    padding: 0px 5px 0px 0px;
    margin: 2px 0px 2px 0px;
}

li.chosen {
    margin: 2px 2px 2px 0px;
}

#search-sidebar h3 {
    font-family: ToyotaTypeRegular, Arial, Helvetica, sans-serif;
    margin: 5px 0px;
    font-size: 14px;
}

#search-sidebar .form-control,
select.orderby.form-control {
    height: 30px;
    padding: 2px 2px;
    /*display: block;*/
}

section.prodealer_layered_nav-2.woocommerce.widget_layered_nav {
    width: 50%;
    float: left;
    padding: 2px;
}

section.woocommerce_layered_nav-6.woocommerce.widget_layered_nav {
    width: 50%;
    float: left;
    padding: 2px;
}

section.woocommerce_layered_nav-7.woocommerce.widget_layered_nav {
    width: 50%;
    float: left;
    padding: 2px;
}

section.woocommerce_layered_nav-8.woocommerce.widget_layered_nav {
    width: 50%;
    float: left;
    padding: 2px;
}

section.woocommerce_layered_nav-6.woocommerce.widget_layered_nav {
    width: 50%;
    float: left;
    padding: 2px;
}

/* Buttons */
.btn-primary,
.wpb_call_to_action .wpb_button,
.calculate-btn,
.vc_cta3 .vc_btn3.vc_btn3-size-md {
    font: 14px/1.2 ToyotaTypeSemibold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .12em;
    text-align: center;
    color: #FFF;
    border-radius: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #EB0A1E;
    height: 40px;
    padding: 11px 20px;
    border: 0;
}

.calculate-btn,
.form-submit {
    width: 100%;
}

.btn-primary:hover,
.wpb_call_to_action .wpb_button:hover,
.calculate-btn:hover,
.vc_cta3 .vc_btn3.vc_btn3-size-md:hover {
    background-color: #D1091B;
    color: #FFF;
}

.vc_cta3 .vc_btn3.vc_btn3-size-md {
    color: #FFF !important;
    background-color: #EB0A1E !important;
}

.vc_cta3 .vc_btn3.vc_btn3-size-md:hover {
    background-color: #D1091B !important;
}

.btn-attribute {
    margin: 10px 0px;
    font: 12px/1.2 ToyotaTypeSemibold, Arial, Helvetica, sans-serif;
    color: #1a1a1a;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    display: table;
    padding: 7px 12px 6px 12px;
    height: 30px;
}

.btn-attribute:hover,
.btn-attribute:focus,
.btn-attribute:active {
    color: #fff;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.wpb_call_to_action {
    padding: 20px;
}

.wpb_call_to_action h2 {
    font-size: 24px;
}

.wpb_call_to_action p,
.vc_cta3 p {
    font-size: 18px;
}

/*Pournami CSS for Finance Explained Page*/
.ctabtn a {
    border: 1px solid #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Shop archive create list view */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.woocommerce ul.products li.product:last-child,
.woocommerce-page ul.products li.product:last-child {
    border-bottom: none;
}

/* Tables - Service Table */
.prodealer-table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #dbdbdb;
}

.prodealer-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.prodealer-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.prodealer-table tr:nth-child(even) {
    background-color: #ffffff;
}

.prodealer-table td {
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4f53;
}

.prodealer-table tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.prodealer-table tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.prodealer-table tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.prodealer-table tr:first-child td {
    background-color: #f9f9f9;
    border: 0px solid #dbdbdb;
    text-align: left;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    color: #4d4f53;
}

.prodealer-table tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.prodealer-table tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

/* Tables - Attributes Table */
.prodealer-attributes-table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0px;
}

.prodealer-attributes-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.prodealer-attributes-table td {
    vertical-align: middle;
    border: none;
    text-align: left;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.prodealer-attributes-table tr {
    border-bottom: 1px solid #e6e6e6;
}

.prodealer-attributes-table tr:last-child {
    border-bottom: none;
}

.attribute-price {
    font-family: ToyotaTypeBold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
}

.attribute-driveaway,
.attribute-driveaway-single {
    font-family: ToyotaTypeBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
}

.attribute-driveaway-single {
    display: inline;
}

.attribute-value {
    text-transform: uppercase;
}

td.attribute-value {
    text-align: right;
}

.woocommerce .woocommerce-tabs ul.tabs {
    display: none;
    /* just hides the tab title */
}

div#tab-description {
    border: none;
    box-shadow: none;
}

.wc-content {
    margin-top: 16px;
}

p.small.driveaway-disclaimer {
    margin-top: 12px;
    margin-bottom: 16px;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
    font-style: normal;
}

.product_meta {
    margin-bottom: 10px;
    font-family: ToyotaTypeBold, Arial, Helvetica, sans-serif;
}

.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
    padding: 5px;
    text-transform: capitalize;
}

.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
    margin-top: 0px;
    margin-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
    margin: 0 0 1em;
}

.inventory-contact h4 {
    font-weight: normal;
    margin-top: 0px;
}

.inventory-contact {
    text-align: right;
    color: #4d4f53 !important
}

@media (max-width: 1000px) {
    .inventory-contact {
        text-align: left;
    }
}

.rounded img {
    border-radius: 4px;
}

@media (max-width: 991px) {
    .attribute-price {
        font-size: 16px;
        padding-right: 4px;
    }

    .attribute-driveaway {
        font-size: 14px;
        padding-right: 4px;
        display: inline;
    }
}

a[href^="tel:"] {
    color: #000000;
}

a[href^="mailto:"] {
    font-size: 16px;
}

/* Supercarousel additional styles */
.supercaption {
    background: none !important;
    color: #bbb;
    text-shadow: none;
}

.supercrsl a.prev,
.supercrsl a.next {
    top: 20%;
}

.supercrsl {
    margin-top: 0.5rem;
    background-color: #fff;
}

.supercrsl .pagination {
    display: none;
}

.inv-back-link a {
    font-weight: normal;
}

.wpb_single_image img {
    width: inherit !important;
    height: auto;
    max-width: 100%;
}

.prodealer-address,
.prodealer-phone {
    font-family: "ToyotaTypeBold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    display: inline;
}

.prodealer-phone a {
    color: #000000;
}

@media (min-width: 640px) {
    .prodealer-address {
        border-right: 1px solid #d7d7d7;
        padding-right: 8px;
        margin-right: 5px;
    }
}

@media print {
    body {
        font-size: 14px;
    }

    .ubermenu-sticky-toggle-wrapper,
    .ubermenu-sticky-wrapper,
    #right-sidebar,
    footer,
    .inv-back-link,
    #inventory-banner,
    #owaf-footer {
        display: none !important;
    }

    .noprint {
        display: none !important;
    }

    a:after,
    a:link:after,
    a:visited:after {
        display: none;
        content: "";
    }

    .small {
        font-size: 10px;
    }

    .prodealer-phone {
        border-right: 1px solid #aaa;
        padding-right: 5px;
        margin-right: 5px;
    }
}

.ubermenu-main,
.ubermenu-main>.ubermenu-nav {
    border-radius: 0 !important;
}

/* Fix Make combo width */
section.woocommerce_layered_nav-9.woocommerce.widget_layered_nav {
    width: 50%;
    float: left;
    padding: 2px;
}

/* BUY ONLINE button */
.logo .widget_media_image {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .prodealer-address {
        display: none;
    }

    header .col-xs-3 {}

    header .col-xs-9 {}
}

@media (max-width: 400px) {
    header .col-xs-3 {}

    header .col-xs-9 {
        overflow: visible;
    }

    .prodealer-phone {
        position: relative;
        width: 175px;
    }

    .logo .widget_media_image {
        margin-left: 5px;
    }
}

@media (max-width: 340px) {
    .logo .widget_media_image {
        display: none;
    }
}

@media screen and (max-width:768px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin: 0 0 1em;
    }
}

.l-inputbar {
    background-color: #f5f5f5 !important;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #777777;
    display: block;
    font-size: 13px !important;
    height: 36px !important;
    line-height: 1.42857;
    padding: 8px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    height: 35px !important;
}

.wpb_content_element {
    margin-bottom: 10px;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 8px;
    padding-right: 8px;
}

.vc_row {
    margin-left: -8px;
    margin-right: -8px;
}

.wpb_row {
    margin-bottom: 5px !important;
}

@media screen and (min-width: 1280px) {
    .vc_row {
        margin-left: 12px;
        margin-right: 12px;
    }

    .vc_column_container>.vc_column-inner {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 1000px) {
    footer {
        display: none !important;
    }

    .supercarousel_wrapper,
    .next,
    .prev {
        display: none !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    nav#ubermenu-main-20 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
    padding: 10px 20px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 18px;
}


/*=========================================
========LANDING PAGES CSS STARTS===========
===========================================*/
.dp-hero-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dp-hero-row {
    text-align: center;
}

.dp-hero-row h2 {
    color: #fff;
    font-size: 48px;
    margin: 0 0 15px;
}

.dp-hero-row h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: "ToyotaTypeRegular", Arial, Helvetica, sans-serif;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    background: #eb0a1e !important;
    text-transform: uppercase;
    padding: 7px 30px !important;
    margin: 0 15px;
    border: none !important;
    color: #fff !important;
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover {
    background: #000 !important;
    color: #fff !important;
}

.dp-hero-row>.wpb_column {
    flex: 1;
}

.dp-hero-row.vc_row.vc_row-o-columns-middle {
    align-content: stretch;
    align-items: stretch;
}

.dp-hero-row.vc_row.vc_row-o-columns-middle::after {
    display: none;
}

.dp-hero-row>.wpb_column>.vc_column-inner {
    align-items: stretch;
}

.dp-hero-row>.wpb_column>.vc_column-inner:before,
.dp-hero-row>.wpb_column>.vc_column-inner:after {
    display: none;
}

.dp-hero-row.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-direction: row;
}

.dp-hero-row.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.dp-ld-common-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0 !important;
}

.dp-ld-common-sec h2 {
    color: #222;
    font-size: 36px;
    line-height: 1.3
}

.dp-ld-common-sec h4 {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: normal;
    font-family: "ToyotaTypeRegular", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.dp-ld-common-sec h3 {
    font-size: 24px;
    font-family: 'ToyotaTypeSemiBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 25px;
}

.dp-ld-common-sec {
    font-size: 14px;
    color: #222;
}

.dp-ld-features-sec h2 {
    margin-bottom: 100px;
}

.dp-ld-common-sec h5 {
    font-size: 17px;
    font-family: "ToyotaTypeSemiBold", Arial, Helvetica, sans-serif;
}

.dp-ld-chr-range-row {
    text-align: center;
}

.dp-ld-chr-range-row .wpb_single_image {
    margin-bottom: 50px;
}

.dp-ld-chr-range-row .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    margin: 0 5px;
}

.dp-ld-chr-sec h5 {
    margin-bottom: 50px;
}

.dp-ld-chr-range-row h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.dp-ld-features-sec h2:has(+.wpb_text_column) {
    margin-bottom: 30px;
}

.dp-ld-features-sec h2+.wpb_text_column {
    text-align: center;
    font-size: 20px;
}

.dp-ld-fullwidth-img .vc_figure {
    display: block;
}

.dp-ld-fullwidth-img.wpb_single_image .vc_single_image-wrapper {
    display: block;
}

.dp-ld-fullwidth-img .vc_figure img {
    width: 100% !important
}

.dp-ld-features-sec h3+.wpb_text_column,
.dp-ld-features-sec h5+.wpb_text_column {
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
}

.dp-ld-full-video video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.dp-ld-full-video {
    position: relative;
    padding-top: 56%;
}

.dp-ld-dark-sec p,
.dp-ld-dark-sec h4,
.dp-ld-dark-sec h2,
.dp-ld-dark-sec h3,
.dp-ld-dark-sec h5,
.dp-ld-dark-sec h6,
.dp-ld-dark-sec .vc_custom_heading small {
    color: #fff !important;
}

.dp-ld-features-sec .wpb_single_image:has(+h3) {
    margin-bottom: 20px;
}

.dp-ld-features-sec:has(.vc_col-sm-4:nth-child(4)) h3+.wpb_text_column {
    margin-bottom: 100px;
}

.dp-ld-common-sec h3 sup {
    font-size: 14px;
    font-family: 'ToyotaTypeRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dp-ld-disclaimer-list {
    font-size: 12px;
}

.dp-ld-disclaimer-list ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.dp-ld-disclaimer-list ul li {
    position: relative;
    padding-left: 40px;
}

.dp-ld-disclaimer-list ul li+li {
    margin-top: 25px;
}

.dp-ld-disclaimer-list ul li sup {
    position: absolute;
    left: 0;
    top: 10px;
}

.dp-ld-disclaimer-list {
    font-size: 12px;
}

.dp-ld-disclaimer-list ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.dp-ld-disclaimer-list ul li {
    position: relative;
    padding-left: 40px;
}

.dp-ld-disclaimer-list ul li+li {
    margin-top: 25px;
}

.dp-ld-disclaimer-list ul li sup {
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width:767px) {
    .dp-ld-common-sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .dp-ld-common-sec h2 {
        font-size: 32px;
    }

    .dp-ld-features-row .wpb_column+.wpb_column {
        padding-top: 50px;
    }

    .dp-ld-features-sec h2 {
        margin-bottom: 0px;
    }

    .dp-ld-chr-range-row .wpb_column+.wpb_column {
        padding-top: 70px
    }

    .dp-ld-chr-range-row .wpb_single_image img {
        aspect-ratio: 5/2;
        object-fit: cover;
    }

    .dp-ld-iconsblock-row .wpb_column+.wpb_column {
        padding-top: 70px;
    }

    .dp-hero-row {
        min-height: 370px !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.dp-ld-img-full.wpb_single_image .vc_figure,
.dp-ld-img-full.wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}

/*.wpb_content_element{

    margin-bottom:0;
}*/

.dp-ld-fullwidth-img {
    margin: 0 -30px;
}

.dp-counter-img {
    max-width: 270px;
    margin: 0 auto 30px;
}

@media (min-width: 1440px) {
    /*header + .container {
        width: 1324px;
    }*/
}

.dp-ld-chr-sec .vc_inner .wpb_column {
    padding-bottom: 50px;
}

.dp-ld-chr-sec {
    padding-bottom: 50px;
}

.dp-ld-features-sec .wpb_text_column {
    padding-bottom: 50px
}

@media (max-width:767px) {
    .dp-hero-row h2 {
        font-size: 32px;
    }
}

.dp-ld-features-sec h2 b {
    color: #2468ff;
    font-weight: inherit
}

.dp-ld-counter-row h2 {
    font-size: 48px;
    font-family: "ToyotaTypeLight", Arial, Helvetica, sans-serif;
}

.dp-ld-counter-row h2 small {
    font-size: 24px;
    color: inherit;
}

.dp-ld-counter-row h2 sup {
    font-size: 9px;
    font-family: "ToyotaTypeRegular", Arial, Helvetica, sans-serif;
}

.dp-ld-counter-row h5 {
    font-family: "ToyotaTypeLight", Arial, Helvetica, sans-serif;
}

.dp-ld-2col-desc {
    max-width: 800px;
    font-size: 17px !important;
    line-height: 1.5;
    letter-spacing: 0 !important;
    margin: 0 auto;
}

.dp-ld-2col-sec .vc_column-inner {
    justify-content: center;
}

.dp-ld-2col-sec .wpb_text_column {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.dp-ld-2col-sec .wpb_text_column:has(video) {
    max-width: none;
    /*overflow:hidden;*/
}

.dp-ld-2col-sec .wpb_text_column:has(video) video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.dp-ld-2col-sec .dp-ld-full-video {
    padding-top: 100%;
}

.dp-ld-2col-sec {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width:992px) {
    .dp-ld-2col-sec.dp-ld-2col-sec-invert .wpb_column:nth-child(2) {
        order: 1;
    }

    .dp-ld-2col-sec.dp-ld-2col-sec-invert .wpb_column:nth-child(1) {
        order: 2;
    }
}

@media (max-width:991px) {
    .dp-ld-2col-sec .vc_column-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dp-ld-2col-sec+.dp-ld-2col-sec,
    .dp-ld-2col-sec+.vc_row-full-width+.dp-ld-2col-sec {
        padding-top: 20%;
    }
}

.dp-ld-desc-sec {
    font-size: 18px;
}

.dp-ld-common-sec h6 {
    font-size: 18px;
    font-family: "ToyotaTypeRegular", Arial, Helvetica, sans-serif;
    line-height: 1.6
}

.dp-ld-fw-normal {
    font-family: 'ToyotaTypeLight', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dp-ld-fw-book {
    font-family: 'ToyotaTypeBook', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dp-ld-row-gap:has(:nth-child(4)) .wpb_column {
    padding-top: 50px;
    padding-bottom: 50px;
}

.dp-ld-counter-row:has(.wpb_column:nth-child(4)) {
    padding-top: 50px;
    padding-bottom: 50px;
}

.dp-ld-counter-row .vc_inner:has(.wpb_column:nth-child(4)) .wpb_column {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width:1024px) {
    .dp-ld-dark-sec:has(img[src*="gryaris-divider-desktop.webp"]) {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width:767px) {
    .dp-ld-counter-row .vc_inner:has(.wpb_column:nth-child(4)) .wpb_column {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dp-ld-row-gap:has(:nth-child(4)) .wpb_column {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.dp-ld-form-sec .panel-default {
    border: none;
    padding: 0;
    background: none;
    box-shadow: none;
}

.dp-ld-form-sec .panel-body {
    padding: 0;
}

.dp-ld-form-sec input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]) {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding: 10px 0 !important;
    height: auto;
    font-size: 18px;
    color: #222;
    transition: all 0.3s linear;
}

.dp-ld-form-sec input:not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder {
    color: #6a6a6a
}

.dp-ld-form-sec .dp-ld-form-group {
    margin-bottom: 45px;
}

.dp-ld-form-sec .dp-ld-form-group small {
    font-size: 85%
}

.dp-ld-form-sec input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #222;
}

input[type='checkbox'] {
    position: relative;
    background: transparent;
    border-width: 0;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer;
}

input[type='checkbox']:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    background: #ffffff;
    border: 1px solid #6a6a6a;
    -webkit-transition: background .3s ease, border-color .3s ease;
    transition: background .3s ease, border-color .3s ease;
}

input[type='checkbox']:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

input[type='checkbox']:hover:before {
    border-color: #222222;
}

input[type='checkbox']:checked:before {
    background: #222222;
    border-color: #222222;
}

input[type='checkbox']:checked:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance label {
    display: block;
    position: relative;
    padding-left: 25px;

}

.wpcf7-form-control.wpcf7-acceptance label input {
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0;
}

.dp-ld-form-sec input.wpcf7-not-valid:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="submit"]) {
    border-bottom-color: #d1091b;
}

.dp-ld-form-note {
    font-size: 12px;
    line-height: 1.6
}

.dp-ld-form-note p+p {
    margin-top: 25px;
}

.dp-ld-form-sec .wpcf7 {
    max-width: 415px;
    margin: 0 auto;
}

.dp-ld-form-sec h3 {
    margin-bottom: 50px;
}

.dp-img-info-sec .vc_inner:has(img) .wpb_text_column {
    max-width: 380px;
    line-height: 1.7
}


@media (max-width:767px) {
    .dp-img-info-sec .vc_inner .wpb_column:first-child:not(:has(img)) {
        order: 2;
    }
}

.dp-kt-intro-sec h1 {
    font-size: 56px
}

.dp-kt-common-sec h2 {
    font-size: 56px;
    margin: 0;
}

.dp-kt-common-sec h3 {
    font-size: 28px;
}

.dp-kt-common-sec p {
    font-family: 'ToyotaTypeLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dp-kt-img-cta-row .wpb_single_image {
    margin-bottom: 30px;
}

.dp-kt-img-cta-row .vc_custom_heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.dp-kt-img-cta-grey .vc_column-inner {
    display: flex;
    padding-bottom: 30px;
}

.dp-kt-img-cta-grey .vc_column-inner>.wpb_wrapper {
    background: #f5f5f5;
    flex: 1;
}

.dp-kt-img-cta-grey .vc_custom_heading {
    padding-left: 25px;
    padding-right: 25px;
}

.dp-kt-iconbox-row h3 {
    font-family: 'ToyotaTypeLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dp-kt-common-sec h5 {
    font-family: 'ToyotaTypeRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
}

@media (max-width:767px) {
    .dp-kt-common-sec h2 {
        font-size: 36px;
    }

    .dp-kt-common-sec h3 {
        font-size: 24px;
    }

    .dp-ld-features-sec:has(.vc_col-sm-4:nth-child(4)) h3+.wpb_text_column {
        margin-bottom: 30px;
    }
}

.dp-ld-inline-img {
    display: inline-block;
}

.dp-banner-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15%;
    padding-bottom: 15%;
    margin-bottom: 24px !important;
    background-color: #999;
}

@media (min-width:768px) {
    .dp-banner-bg h2 {
        font-size: 40px;
    }
}

.dp-banner-bg h2 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

body:not(.home) .vc_row h2:has(+.vc_btn3-inline) {
    display: inline-block;
    vertical-align: middle;
}

body:not(.home) .vc_row h2+.vc_btn3-inline {
    vertical-align: middle;
    margin-bottom: 0;
}

.dp-font-18 {
    font-size: 18px;
}

.dp-text-uppercase {
    text-transform: uppercase;
}

.dp-font-normal,
.dp-font-normal p,
.vc_custom_heading.dp-font-normal {
    font-weight: normal;
    font-family: 'ToyotaTypeRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dp-font-light,
.dp-font-light p,
.vc_custom_heading.dp-font-light {
    font-weight: normal;
    font-family: 'ToyotaTypeLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dp-max-width-700 {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dp-max-width-655 {
    max-width: 655px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dp-max-width-300 {
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dp-full-wdth-img {
    margin-bottom: 0 !important;
}

/*=========================================
========LANDING PAGES CSS ENDS=============
===========================================*/


/* New css */

#show-results h1.page-title {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

#show-results form.woocommerce-ordering {
    margin: 0;
}

#show-results form.woocommerce-ordering select {
    background-color: #f7f7f7;
    font-size: 13px;
    line-height: 1.42857143;
    color: #777777;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 2px 2px;
}

#left-sidebar > h3 {
    font-size: 22px;
    margin-top: 20px;
}

#search-sidebar .wcapf-filter-title {
    font-size: 13px;
    margin: 9px 0;
}

#search-sidebar .chosen-single {
    background-color: #f7f7f7;
    font-size: 13px;
    padding: 2px 10px;
    height: 30px;
    box-shadow: unset;
    border: 1px solid #D7D7D7 !important;
}

#search-sidebar .wcapf-filter {
    margin: 0;
    width: 48%;
}

#search-sidebar .wcapf-filter:first-child,
#search-sidebar .wcapf-filter.wcapf-filter-price{
    width: 100%;
}

#search-sidebar .wcapf-dropdown-wrapper {
    padding: 0;
}

#search-sidebar .chosen-single-inner {
    display: block;
    margin: 0;
    line-height: 21px;
}

#search-sidebar .chosen-single b {
    background-size: 30px;
    background-position: bottom center;
    height: 15px;
    width: 11px;
    position: absolute;
    top: 6px;
    right: 8px;
}

#search-sidebar .chosen-drop {
    box-shadow: unset !important;
    border: 1px solid #D7D7D7 !important;
}

#search-sidebar .chosen-drop li {
    font-size: 13px;
    background: transparent !important;
    color: #000 !important;
        opacity: 1;
    cursor: pointer;
}

#search-sidebar .chosen-drop li.result-selected,
#search-sidebar .chosen-drop li:hover {
    background: transparent !important;
    color: #808080 !important;
}

#search-sidebar .wcapf-range-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 15px;
}

#search-sidebar .wcapf-noui-horizontal {
    height: 7px;
}

#search-sidebar .wcapf-noui-connect {
    background: #e2e2e2;
}

#search-sidebar .range-values {
    margin: 0 !important;
    margin-top: 15px !important;
    font-size: 13px;
}

.wcapf-active-filter-items button {
    font-size: 13px !important;
    padding: 3px 20px 5px 6px !important;
}

.wcapf-active-filters .wcapf-reset-filters-btn {
    color: #000 !important;
    padding: 0 !important;
}

.wcapf-before-products .woocommerce-ordering {
    display: none;
}

.wcapf-form.wcapf-form-11486 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wcapf-form.wcapf-form-11486 > p{
    display: none;
}


@media (max-width:1199px) {}

@media (max-width: 991px) {}


@media (max-width:767px) {


    .single-product div.product .product_title {
        width: 100%;
    }

}

@media (max-width:640px) {


    #show-results form.woocommerce-ordering {
        /* margin-top: 0 !important; */
        float: unset !important;
        clear: both;
        width: 180px;
        /* margin-bottom: 12px; */
    }

    #show-results h1.page-title {
        flex-direction: column;
        justify-content: unset;
        align-items: flex-start;
        gap: 20px;
    }

    
}