﻿@font-face {
    font-family: 'Toyota Type Regular';
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Regular.eot');
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Regular.woff2') format('woff2'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Regular.woff') format('woff'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Bold';
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Bold.eot');
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Bold.eot?#iefix') format('embedded-opentype'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Bold.woff2') format('woff2'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Bold.woff') format('woff'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Semibold';
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Semibold.eot');
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Semibold.woff2') format('woff2'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Semibold.woff') format('woff'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Toyota Type Light';
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Light.eot');
    src: url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Light.eot?#iefix') format('embedded-opentype'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Light.woff2') format('woff2'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Light.woff') format('woff'),
        url('/Areas/TOYOTA/Content/Fonts/ToyotaType-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Toyota Type Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #393939;
}

a {
    color: #fff;
}
    a:hover, a:focus {
        text-decoration: none;
        color: #ccc;
        -webkit-transition: color .1s;
        transition: color .1s;
    }

.vertical-align {
    display: flex;
    align-items: center;
}

.main {
    padding-bottom: 0;
}

.progress-bar {
    background-color: #ca081a;
}

.modal-header {
    background-color: #fff;
    font-family: "Toyota Type Bold";
    font-size: 24pt;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-footer {
    background-color: #fff;
    border-top: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.top-nav {
    background-color: #fff;
    text-transform: uppercase;
    font-size:.8em;
}

.top-nav-menu {
    text-align:right;
}
    .top-nav-menu li {
        display: inline-block;
        padding:7px;
    }
    .top-nav-menu a {
        color: #000;
    }
    .top-nav-menu .badge {
        background-color: #eb0a1e;
    }

.hdr-refresh .navbar {
    margin-bottom: 0;
}

.hdr-refresh {
    background-color:#000;
}

/*.banners-outer {
    position: relative;
    top: -90px;
    margin-bottom: -90px;
    z-index: 100;
}*/

.banners-category.banners-outer {
    top:0;
    margin-bottom:0;
}

.search-area {
    padding: 12px 0 10px 15px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}

#ProductSearchInput {
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    width: 80px;
}

    #ProductSearchInput:focus {
        border-color: transparent;
        outline: none;
    }

#subNavMobile nav {
    background: #171716;
    opacity:0.9;
}

.zstable thead th {
    background-color: #393939;
    color: #fff;
}

.zstable > tbody > tr > td, .zstable > tbody > tr > th, .zstable > tfoot > tr > td, .zstable > tfoot > tr > th, .zstable > thead > tr > td, .zstable > thead > tr > th,
#search-results > tbody > tr > td, #search-results > tfoot > tr > td, #search-results > tfoot > tr > th, #search-results > thead > tr > td {
    border: none !important;
}

.zstable > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-bordered, #search-results th {
    border: none !important;
}

.PageHeading {
    font-family:"Toyota Type Bold";
    font-size:24pt;
}

.spotlight-title {
    text-align: center;
    font-family: "Toyota Type Bold";
    font-size: 24pt;
    padding: 20px 10px 0;
    color: #000;
    font-weight: 700;
}

/*.featured-products-outer.module.come-in .proddiv:first-child {
    margin-top:105px;
}*/

.welcome-title {
    position: absolute;
    font-size: 36pt;
    left: 60px;
    bottom: 100px;
    color: #fff;
    font-weight: bold;
}

.module {
    opacity:0;
}

.come-in {
    transform: translateY(150px);
    animation: come-in 2s ease forwards;
    transition: opacity 2s ease-out;
    opacity: 1;
}

    .come-in:nth-child(odd) {
        animation-duration: 2s;
    }

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.login-page h2 {
    margin-bottom: 40px;
}

.login-page a {
    color:#000;
}

.login-form {
    background-color: #fff;
    min-height: 260px;
}

    .login-form .checkbox {
        margin-top: 0;
    }

.registrationcontainer a {
    color:#000;
}

.carousel-inner {
    max-height:600px;
}

.carousel-indicators {
    left:60px;
}
    .carousel-indicators li {
        margin: 1px 5px;
    }
    .carousel-indicators .active {
        margin: 0 5px;
    }

.breadcrumb {
    background-color: transparent;
    border-radius: unset;
    padding-left: 0;
}
    .breadcrumb a {
        color: #ccc;
    }
        .breadcrumb a:hover {
            color: #171716;
        }
    .breadcrumb > .active {
        color: #eb0a1e;
    }

.shop-by {
    font-size:1.3em;
    font-weight:bold;
    padding:10px 8px 8px;
    border-bottom:1px solid #ccc;
}

.shop-by-cat {
    font-weight: bold;
    padding: 8px;
    border-top: 1px solid #ccc;
}

.list-group-heading {
    background-color: transparent !important;
    margin-top: 0;
    font-family: "Toyota Type Semibold";
}
    .list-group-heading.selected {
        background-color: #ccc !important;
    }

.list-group-item {
    border:0;
}
    .list-group-item:first-child, .list-group-item:last-child {
        border-radius: 0;
    }

button.list-group-item {
    outline:0;
}

.categories {
    text-align:left;
}

.cat-accordion .fa {
    font-size: 10pt;
    padding-top: 5px;
}

.catheader {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    font-size: 1.4em;
    padding: 8px 15px 8px 0;
}

.catbody {
    border:0;
    text-align:left;
}

/*.prodimg {
    position: relative;
}
    .prodimg img {
        border-radius: 50%;
    }
    .prodimg canvas {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.proddivinner:hover {
    border: 1px solid transparent;
}*/

.prodname {
    font-family:"Toyota Type Semibold";
}
    .prodname .name {
        color: #000;
    }
    .prodname .price {
        color: #eb0a1e;
        font-size: 1.4em;
    }

.prod_det_col2 {
    background-color: #fff;
    padding:0;
}

    .prod_det_col2 .SubHeading {
        font-size: 20pt;
        color: #eb0a1e;
    }

.productdetailsprices .smalltext {
    margin-top:18px;
}

.product-thumb .selected {
    border: 2px solid #eb0a1e;
}

.cartgridtop .ItemName, .cartgridtop .ItemName, .mobtablecell {
    vertical-align: middle;
}

.ItemName {
    padding-left: 10px;
}
    .ItemName a {
        font-family: "Toyota Type Semibold";
        color: #000;
    }

.ItemBin {
    display:inline-block;
}
    .ItemBin img {
        vertical-align:unset;
    }

.related-products {
    border:0;
}

.related-prod-title {
    font-family:"Toyota Type Bold";
    font-size:24px;
}

.zsaccordion .panel {
    border: 0;
}

.zsaccordion .panel-heading, .zsaccordion .panel-default.selected .panel-heading {
    font-family: "Toyota Type Semibold";
    font-size: 1.3em;
    background-color: unset;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.zsaccordion .panel-title {
    font-size: 1.3em;
}

.zsaccordion .panel-body, .zsaccordion .panel-default.selected .panel-body {
    border: 0;
}

.multiple-payments .zsaccordion .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.multiple-payments .zsaccordion .panel-default.selected .panel-heading {
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #000;
}

.multiple-payments .zsaccordion .panel-default.selected .panel-body {
    border: 1px solid #000;
}

.editshoppingcart {
    width: unset;
}

#OrderPaymentForm a {
    color: #000;
}

footer {
    background-color: #000;
    color: #fff;
    box-shadow: 0px 500px 0px 500px #000;
    padding: 30px 0;
    position:relative;
}
    footer ul {
        padding: 0;
        list-style-type: none;
    }
        footer ul > li {
            margin-bottom: 7px;
        }

.footer-header {
    font-weight:bold;
    font-size:1.1em;
    margin-bottom:15px;
}

.footer-socials {
    margin:15px 0;
}
    .footer-socials a {
        margin-right:12px;
    }
        .footer-socials a img {
            vertical-align: unset;
        }
        .footer-socials a img:hover {
            opacity: 0.7;
        }

.footer-video {
    position: absolute;
    top: 0;
    right: 0;
}

#SearchResultDiv a {
    color: #000;
}
    #SearchResultDiv a:hover {
        color: #333;
    }

/* Bootstrap overrides */
.navbar {
/*    opacity: .7;*/
    z-index: 200;
}

.navbar-default {
    /*background:url(/Areas/TOYOTA/Content/Images/black50opacity.png) repeat;*/
    background-color:#000;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 0;
}
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ccc;
        }

.navbar-collapse {
    padding: 5px 0;
}

.navbar-brand {
    margin-top:-5px;
}

.navbar-brand img {
    opacity:unset;
    z-index:300;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-right: 0;
}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

.btn-primary, .zsbtn, .btncheckout {
    background-color: #eb091e;
    border-color: #eb091e;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Toyota Type Semibold';
    border-radius: 20px;
    font-size: 12px;
    padding: 11px 24px 12px 24px;
    width: auto !important;
}
    .btn-primary:hover,
    .btn-primary:focus,
    .zsbtn:hover,
    .zsbtn:focus,
    .btncheckout:hover,
    .btncheckout:focus {
        background-color: #ca081a;
        border-color: #ca081a;
        outline: none;
    }

.alert-info {
    color: #fff;
    background-color: #171716;
    border-color: #171716;
}

/* National Tree Day */
.ntd-content {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:100%;
    position: relative;
    padding: 60px 0;
}
    .ntd-content a, .ntd-content a:hover {
        color: #393939;
    }
        .ntd-content a:hover {
            text-decoration:underline;
        }

    .ntd-content.register {
        background: url('/Areas/TOYOTA/Content/Images/ntd-register-background.jpg') no-repeat center center fixed;
    }

    .ntd-content.registered {
        background: url('/Areas/TOYOTA/Content/Images/ntd-thankyou-background.jpg') no-repeat center center fixed;
    }

.ntd-logo {
    color: #fff;
    font-family: 'Toyota Type Bold';
    font-size: 1.4em;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ntd-toyota-logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

.ntd-toyota-moniker {
    color: #eb091e;
    font-family: 'Toyota Type Bold';
    font-size: 1.4em;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ntd-content .container {
    max-width: 840px;
    background-color: #fff;
    border-radius: 12px;
}
    .ntd-content .container .page-header {
        font-family: 'Toyota Type Bold';
        text-align: center;
        border-bottom:none;
    }

.ntd-content.registered .container {
    max-width: 800px;
}

.ntd-content #ParticipationDate {
    margin-top: 80px;
}

.ntd-content .container .page-footer {
    margin: 20px 0 40px;
    text-align: center;
}

/* DIFFERENT SCREEN SIZES */
@media (max-width: 1200px) {

    /* Collapse navbar */
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
        .navbar-nav > li {
            float: none;
        }
            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
    /* End collapse navbar */

    .navbar-nav {
        margin:7.5px 0;
    }

    .search-area {
        margin-left: 0;
        border-left: none;
    }

    .featured-products-outer.module.come-in .proddiv {
        width: 180px;
    }

    .welcome-title {
        font-size: 24pt;
        left: 30px;
        bottom: 60px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .spotlight-title {
        text-align: center;
        font-size: 16pt;
        padding: 20px 10px 0;
        color: #000;
        font-weight: 700;
    }

    .featured-products {
        margin-top: 0;
    }

    /*.featured-products-outer.module.come-in .proddiv:first-child {
        display: none;
    }*/
}

@media (max-width: 768px) {
    .categories {
        text-align: center;
    }

    .catbody {
        text-align: center;
    }

    footer {
        text-align:center;
    }
        footer ul > li:last-child {
            margin-bottom: 40px;
        }

    .welcome-title {
        font-size: 20pt;
        left: 20px;
        bottom: 40px;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        width:80%;
    }

    .navbar-toggle {
        margin-top:0;
        margin-bottom:0;
    }

    .banners-outer {
        top: 0;
        margin-bottom: 0;
    }

    .prod_det_col2, .related-products {
        padding: 20px;
    }

    .welcome-title {
        font-size: 16pt;
        position: relative;
        padding: 10px 10px;
        color: #000;
        left: 0;
        top: auto;
        bottom: auto;
        text-align: center
    }
}