﻿@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900|Roboto');



/************************* General Styles for Tags *************************/
a {
    color: #23527C;
}

    a:hover {
        color: #cd1d1f;
        text-decoration: underline;
    }


    a:active, a:focus {
        outline: none;
        text-decoration: none;
    }

address {
    border-bottom: 1px solid #ccc;
    color: #4e4e4e;
    font-size: 0.8em;
    line-height: 1.8em;
    padding: 0 0 10px 0;
}

    address strong {
        display: block;
        font-size: 1.1em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #fff;
}

h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #4e4e4e;
}

.blog h1 {
    border-left: 5px solid #FFCC0A;
    padding-left: 7px;
    font-size: 1.5em;
}

.blog h2 {
    border-left: 5px solid #FFCC0A;
    padding-left: 7px;
    padding: 6px;
    margin: 13px 0px 13px 0;
    font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

h1{
    font-weight: bold;
    font-size: 1.2em;
}

h2 {
    font-size: 1.0em;
    line-height: 0.9em;
    margin: 13px 0 3px 0;
    padding: 0px 0px 13px 0px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}

h3 {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.1em;
    padding: 0 0 15px 0;
    font-weight: bold;
}
h4 {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.0em;
    padding: 0 0 15px 0;
    font-weight: bold;
}

.brandMatrix h3 {
    border-left: 5px solid #FFCC0A;
    border-bottom: 0px;
    font-size: 1.1em;
    padding: 0 0 0px 5px;
    font-weight: bold;
}


.title h3 {
    text-align: center;
}

.title .TitleH3 {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.1em;
    padding: 15px 0 15px 0;
    display: block;
}

    .title .TitleH3 strong {
        border-top: 5px solid #FFCC0A;
    }

.title .TitleH3L {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.1em;
    padding: 15px 0 15px 0;
    display: block;
}

    .title .TitleH3L strong {
        border-top: 5px solid #FFCC0A;
    }


.h3Title {
    font-size: 1.1em;
    padding: 15px 0 15px 0;
    display: block;
    color: #fff;
}

.subTitle h3 {
    text-align: left;
}

h1 strong, h3 strong {
    border-top: 5px solid #FFCC0A;
}

.title .center {
    text-align: center;
}

.LPTitle h3 {
    padding: 0;
    margin: 0;
}

ol.OLList {
    font-size: 0.9em;
    line-height:1.8em;
    list-style-type:
}

img {
    width: 100%;
}

    img.pull-right {
        margin: 0 0 1.5em 1.5em;
    }

    img.pull-left {
        margin: 0 1.5em 1.5em 0;
    }

p {
    color: #4e4e4e;
    font-size: 0.8em;
    line-height: 1.8em;
}

ul {
    padding: 0;
}

.navbar-brand > img {
    width: 200px;
}
li.navbarCat {
    
}

li.BoldNav {
    background-color: #282828;
    height: 50px;
}
.bannerHM1 {
    width: 100%;
    background-size: cover;
    padding-bottom: 40px;
}

    .bannerHM1.summer {
        background: #000 url("https://www.1010tires.com/Images/promos/2020-07-01/bg-summer-4.jpg");
        background-attachment: fixed;
        background-size: cover;
    }

    .bannerHM1.winter {
        background: #000 url("https://www.1010tires.com/Images/promos/2020-10-01/bg-winter-2a.jpg");
        background-attachment: fixed;
        background-size: cover;
    }
    .bannerHM1.summer2 {
        background: #000 url("https://www.1010tires.com/Images/promos/2021-03-23/bg-springsummer.jpg");
        background-attachment: fixed;
        background-size: cover;
    }

    .bannerHM1.fall {
        background: #000 url("https://www.1010tires.com/Images/promos/2021-03-23/bg-fall.jpg");
        background-attachment: fixed;
        background-size: cover;
    }

    .bannerHM1 .sliderContainer {
        padding-top: 50px;
        /*height:500px;*/
        position: relative;
    }

.promoBG strong {
    color: #ef0200;
}

.promoBG a:link {
    font-weight: bold;
}

.promoEnd {
    background-color: #FFCC0A;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 8pt;
}

.arrow-link {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    border-left: 1px solid #373738;
    text-align: center;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    cursor: pointer;
}

    .arrow-link :hover {
        color: #FFCC0A;
    }

.navbar-toggle {
    background: #FFCC0A none repeat scroll 0% 0%;
    display: inline-block;
    padding: 10px;
    margin-top: 0px;
    margin-right: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left
}

    .navbar-toggle span {
        background: #D4A200 none repeat scroll 0% 0%;
    }


.offcanvas-heading {
    background-color: #292D30;
    height: 50px;
}

.offcanvas-body {
    background-color: #292D30;
}

.offcanvas-heading .d1 {
    color: #999;
    font-size: 12px;
    width: 50%;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

.offcanvas-heading .dd {
    color: #ccc;
    font-size: 10px;
    font-weight: bold;
    float: left;
    width: 50%;
    padding-left: 25px;
}



.closeOffCanvas {
    float: right;
}

.blog p {
    font-size: 0.9em;
    line-height: 2.3em;
}

.bannercontainerSectionHM {
    overflow: visible;
    height: 400px;
    max-height: 400px;
}


.SectionHomeSearch {
    position: relative;
    margin-top: -375px;
}

.SectionHomeSearch1 {
    position: relative;
    top: 0px;
    z-index: 100;
    padding-top: 20px;
}

h1.SectionHomeTitle {
    color: #fff;
}



/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
    .row-offcanvasNav {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .rtl .row-offcanvas-right {
        left: 0;
        right: auto;
    }

    .row-offcanvas-leftNav {
        left: 0;
    }

    .rtl .row-offcanvas-leftNav {
        right: 0;
        left: auto;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -70%;
    }

    .rtl .row-offcanvas-right
    .sidebar-offcanvas {
        left: -70%;
        right: auto;
    }

    .row-offcanvas-leftNav
    .sidebar-offcanvasNav {
        left: -70%;
    }


    .row-offcanvas-leftNav {
        left: 0%;
    }

    .rtl .row-offcanvas-left
    .sidebar-offcanvasNav {
        right: -70%;
        left: auto;
    }

    .row-offcanvas-right.active {
        right: 70%;
    }

    .rtl .row-offcanvas-right.active {
        left: 70%;
        right: auto;
    }

    .row-offcanvas-leftNav.active {
        left: 70%;
    }
    /*.row-offcanvas-left.active {
    left: 100%;
  }*/
    .rtl .row-offcanvas-left.active {
        right: 70%;
        left: auto;
    }

    .sidebar-offcanvasNav {
        position: absolute;
        top: 0;
        width: 70%;
    }

        .sidebar-offcanvasNav ul, .sidebar-offcanvas ol {
            padding: 0;
        }

            .sidebar-offcanvasNav ul li, .sidebar-offcanvas ol li {
                list-style: none;
            }

    .bottom-offcanvas {
        border-top: 1px solid #e5e5e5;
        padding: 10px 0;
    }
}

/*offcanvas-menu*/
#offcanvasmenu .nav .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    margin-left: 5px;
}

#offcanvasmenu .pavo-widget .widget-heading {
    margin-top: 15px;
}

#offcanvasmenu .navbar-nav {
    float: none;
    margin: 0;
}

    #offcanvasmenu .navbar-nav > li {
        float: none;
        background-color: #CCC;
        border-right: none;
    }

        #offcanvasmenu .navbar-nav > li:hover:after {
            display: none;
        }

        #offcanvasmenu .navbar-nav > li > a {
            display: block;
            -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
            -o-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
            text-transform: uppercase;
            color: #414141;
        }

#offcanvasmenu .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 0 10px;
    position: static;
    visibility: visible;
    width: auto !important;
    min-width: 160px;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #eee;
}

    #offcanvasmenu .dropdown-menu a {
        font-size: 13px;
        padding: 5px 0;
        display: block;
        color: #000;
    }

        #offcanvasmenu .dropdown-menu a:hover {
            color: #18b0ee;
        }

#offcanvasmenu .w-product {
    padding: 0;
}

#offcanvasmenu .product-block {
    border: none;
    padding: 0;
}

    #offcanvasmenu .product-block .image {
        float: none;
        margin: 0;
    }

.canvas-menu {
}

.col-nopadding .row {
    margin-left: 0;
    margin-right: 0;
}

    .col-nopadding .row [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.btn.btnNoMargin {
    margin: 0px;
}

.view-toggle {
    padding: 10px;
}

.nopadding [class*="col-"], .nopadding [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.address li span, .address li a {
    overflow: hidden;
    display: block;
}

.address li .icon {
    width: 16px;
    height: 20px;
    background: url(../image/icon-address.png) 0 0 no-repeat;
    margin-right: 10px;
}

.rtl .address li .icon {
    margin-left: 10px;
    margin-right: inherit;
}

.address li .icon.icon-phone {
    background-position: 0 -19px;
}

.address li .icon.icon-mail {
    background-position: 0 -43px;
}

.over-hidden {
    overflow: hidden;
}

    .over-hidden .col-inner {
        overflow: hidden;
    }

    .over-hidden .owl-carousel .owl-wrapper-outer {
        overflow: visible;
    }

/* back top top */
.scrollup {
    background: #e6e6e6 !important;
    bottom: 82px;
    position: fixed;
    right: 10px;
    z-index: 9999;
}

.rtl .scrollup {
    left: 10px;
    right: auto;
}

/* .special-banner {
    @include rtl-float-left();
    width: 50%;
} */
/* checkout */
/* .style1{
	.panel-title{
		border:1px solid $border-color;
		padding:10px;
	}
}
.bg-top{
	background-repeat:no-repeat;
	background-position:top center;
} */
/* support */
/* .box-support{
	text-align: center;
	margin-top:10px;
    > .media {
        margin-top: 0;
        display: inline-flex;
        @include rtl-text-align-left;
        .icon{
        	background-image: url(../image/icon-support.png);
        	@include size(40px,26px);
        	display: block;
        	&.icon-mail{
        		background-position:0 -25px;
        	}
        }
        .media-body {
          font-size: $font-size-base;
          padding: 3px 0;
          color: $black;
          h6{
            font-size: $font-size-base - 2;
            margin: 0 0 3px;
            color: $gray;
          }
        }
    }   
} */
/* .box-about{
	 padding:35px 20px;
	margin-top:-140px;
	color:$white;
	a{
		color: $black;
		text-decoration: underline;
		&:hover{
			color: $white;
		}
	} 
} */
.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.testimonials {
    position: relative;
    /*  &.testimonials-v1 {        
       .testimonial-item {
           padding: 30px;
       }
       .testimonials-description{
           font-size: 16px;
           margin: 25px 0;
           max-height: 95px;
           overflow: hidden;
       }
       .testimonials-avatar{
           li{
               a{
                   display: inline-block;
                   border: 1px solid $brand-primary;
                   padding: 3px;                
               }
           }
       }
       .testimonials-name{
           text-transform: uppercase;   
       }
       .row {
           .column {
               position: relative;
               &:after {
                   background: none repeat scroll 0 0 $border-color;
                   bottom: 0;
                   content: "";
                   height: 50%;
                   margin: auto 0;
                   position: absolute;
                   right: 0;
                   top: 0;
                   width: 1px;
               }
               &:last-child {
                   &:after {
                       content: none;
                   }
               }
           }
       }
   }
   &.testimonials-v2 {
       .profile {            
           width: 20%;
           @include rtl-padding-left(90px);
           @include rtl-float-left();
       }
       .testimonials-description {
           @include rtl-padding-right(90px);
           @include rtl-float-right();
           @include rtl-border-left(1px solid $border-color);
           font-family: "playfair_displayitalic";
           font-size: 22px;
           overflow: hidden;
           @include rtl-padding-left(30px);
           width: 75%;
           max-height: 130px;
           overflow: hidden;
       }
   } */
}

    .testimonials .carousel-controls {
        margin-top: 20px;
    }

/*  */
body .header-v1 .heading-vetical .panel-heading {
    background-image: none;
}

body .home2 .heading-vetical .panel-heading, body .home3 .heading-vetical .panel-heading {
    padding-left: 50px;
}

.rtl body .home2 .heading-vetical .panel-heading, .rtl body .home3 .heading-vetical .panel-heading {
    padding-right: 50px;
    padding-left: inherit;
}

body .home2 .heading-vetical .panel-heading span, body .home3 .heading-vetical .panel-heading span {
    display: none;
}

body .home2 .pav-verticalmenu, body .home3 .pav-verticalmenu {
    display: block;
}

body .home2 .verticalmenu .navbar-nav > li .dropdown-menu, body .home3 .verticalmenu .navbar-nav > li .dropdown-menu {
    left: auto;
    right: 110%;
}

.rtl body .home2 .verticalmenu .navbar-nav > li .dropdown-menu, .rtl body .home3 .verticalmenu .navbar-nav > li .dropdown-menu {
    right: auto;
    left: auto;
}

.rtl body .home2 .verticalmenu .navbar-nav > li .dropdown-menu, .rtl body .home3 .verticalmenu .navbar-nav > li .dropdown-menu {
    left: 110%;
    right: auto;
}

body .home2 .verticalmenu .navbar-nav > li a .caret, body .home3 .verticalmenu .navbar-nav > li a .caret {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .home2 .verticalmenu .navbar-nav > li:hover > .dropdown-menu, body .home3 .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    right: 100%;
    left: auto;
}

.rtl body .home2 .verticalmenu .navbar-nav > li:hover > .dropdown-menu, .rtl body .home3 .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: 100%;
    right: auto;
}

body .home4 .heading-vetical .panel-heading {
    padding-left: 50px;
}

.rtl body .home4 .heading-vetical .panel-heading {
    padding-right: 50px;
    padding-left: inherit;
}

body .home4 .heading-vetical .panel-heading span {
    display: none;
}

body .home4 .pav-verticalmenu {
    display: block;
}

.heading-vetical .panel-heading {
    padding: 20px 25px;
}

.arrow {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    color: #343434;
    font-size: 10px;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.pav-verticalmenu {
    font-weight: 400;
    padding: 0;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    border: 1px solid #eee;
    border-top: 0;
    display: none;
}

.rtl .pav-verticalmenu {
    right: 0;
    left: auto;
}

.pav-verticalmenu .panel-body {
    background: #fff;
    padding: 30px;
}

.pav-verticalmenu .navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

.verticalmenu .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
}

.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
    padding: 0;
}

    .verticalmenu .navbar-nav > li {
        width: 100%;
        height: auto;
        position: static;
        float: left;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
    }

.rtl .verticalmenu .navbar-nav > li {
    float: right;
}

.verticalmenu .navbar-nav > li:last-child {
    border-bottom: none;
}

.verticalmenu .navbar-nav > li > a {
    display: block;
    color: #414141;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

    .verticalmenu .navbar-nav > li > a:hover {
        color: #18b0ee;
    }

    .verticalmenu .navbar-nav > li > a .menu-title {
        margin-left: 35px;
    }

.rtl .verticalmenu .navbar-nav > li > a .menu-title {
    margin-right: 35px;
    margin-left: inherit;
}

.verticalmenu .navbar-nav > li > a .menu-icon {
    display: block;
}

.verticalmenu .navbar-nav > li > a .fa {
    margin-right: 5px;
    width: 20px;
}

.rtl .verticalmenu .navbar-nav > li > a .fa {
    margin-left: 5px;
    margin-right: inherit;
}

.verticalmenu .navbar-nav > li > a .caret {
    float: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 8px;
}

.rtl .verticalmenu .navbar-nav > li > a .caret {
    float: left;
}

.rtl .verticalmenu .navbar-nav > li > a .caret {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.verticalmenu .navbar-nav > li.topdropdow:hover {
    position: static;
}

.verticalmenu .navbar-nav > li:hover {
    background: #fafafa;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

    .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
        left: 100%;
        border: none;
        border-top: 3px solid #18b0ee;
        margin-left: -1px;
    }

.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    right: 100%;
    left: auto;
}

.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    margin-right: -1px;
    margin-left: inherit;
}

.verticalmenu .navbar-nav > li .parent {
    position: relative;
}

    .verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
        text-transform: none;
        font-weight: normal;
    }

    .verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
        right: 100%;
        top: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.rtl .verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    left: 100%;
    right: auto;
}

.verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover .dropdown-menu {
    right: 115%;
    display: block;
    top: 0;
}

.rtl .verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover .dropdown-menu {
    left: 115%;
    right: auto;
}

.verticalmenu .dropdown-menu {
    right: auto;
    left: 110%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 999;
    display: block;
    min-width: 215px;
    padding: 25px;
}

.rtl .verticalmenu .dropdown-menu {
    left: auto;
    right: auto;
}

.rtl .verticalmenu .dropdown-menu {
    right: 110%;
    left: auto;
}

.verticalmenu .dropdown-menu.level1 {
    margin-top: -1px;
}

    .verticalmenu .dropdown-menu.level1 .fa {
        display: none;
    }

.verticalmenu .dropdown-menu.level2 .fa {
    display: none;
}

.verticalmenu .dropdown-menu.level3 .fa {
    display: none;
}

.verticalmenu .dropdown-menu ul {
    list-style-type: none;
    padding-left: 0;
}

.rtl .verticalmenu .dropdown-menu ul {
    padding-right: 0;
    padding-left: inherit;
}

.verticalmenu .dropdown-menu ul > li {
    padding: 8px 0;
}

    .verticalmenu .dropdown-menu ul > li > a {
        font-family: 'Open Sans', sans-serif;
        ;
        color: #666;
    }

        .verticalmenu .dropdown-menu ul > li > a:hover {
            color: #18b0ee;
        }

.verticalmenu .dropdown-menu .sidebar {
    box-shadow: none;
    padding: 0;
}

.verticalmenu .widget-heading {
    font-size: 14px;
}

.verticalmenu .w-product .product-block {
    text-align: center;
}

    .verticalmenu .w-product .product-block .image {
        border: 1px solid #eee;
    }

    .verticalmenu .w-product .product-block .name {
        min-height: auto;
        margin-bottom: 0;
    }

.verticalmenu .w-product .media-body {
    display: inline-block;
    text-align: center;
}

.verticalmenu .bg2 div.dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
}

    .verticalmenu .bg2 div.dropdown-menu ul.list-unstyled {
        margin-bottom: 20px;
    }

.deals .product-filter {
    background: transparent;
    color: #999;
}

.productdeals .carousel-inner:hover {
    overflow: inherit !important;
}

.productdeals .product-grid .products-row .product-block .action > div {
    padding-right: 1px;
}

.productdeals-v1 .product-v1 {
    min-height: 611px;
    z-index: 10;
}

.productdeals-v1 .item-countdown {
    display: none;
}

.productdeals-v2 .sidebar .product-meta {
    padding: 20px 0 0;
}

.productdeals-v2 .item-countdown {
    display: none;
}

.productdeals-v4 .product-v2 {
    min-height: 435px;
}

.productdeals-v4 .carousel-inner:hover {
    overflow: hidden !important;
}

.productdeals-v4 .item-countdown {
    display: none;
}

.productdeals-v4 .product-v4 {
    min-height: 452px;
}

    .productdeals-v4 .product-v4 .product-label {
        display: none;
    }

.productdeals .product-v2 {
    min-height: 452px;
}

    .productdeals .product-v2 .product-block .block-img {
        float: left;
    }

.rtl .productdeals .product-v2 .product-block .block-img {
    float: right;
}

.productdeals .product-v2 .product-block .description {
    display: block;
    padding: 10px 0;
}

.productdeals .product-v2 .product-block .product-meta {
    padding: 40px 20px;
}

.productdeals .product-v2 .product-block .action {
    display: none;
}

.productdeals .product-v2 .product-block .price-new {
    font-size: 18px;
}

.productdeals .product-v2 .product-block .price-old {
    font-size: 14px;
}

.productdeals .item-countdown .countdown_num {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
}

.productdeals .item-countdown ul {
    /* 			text-align: center; */
    margin: 0;
}

.productdeals .item-countdown li {
    color: #FFFFFF;
    background: #414141;
    font-size: 12px;
    padding: 10px;
    width: 52px;
    height: 53px;
    text-align: center;
    font-size: 12px;
    margin: 0 4px 0 0;
    line-height: 18px;
    position: relative;
}

    .productdeals .item-countdown li:before {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid #333333;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
    }

.rtl .productdeals .item-countdown li:before {
    border-right: 20px solid transparent;
    border-left: inherit;
}

.rtl .productdeals .item-countdown li:before {
    left: 0;
    right: auto;
}

.productdeals .item-countdown-v2 .countdown_num {
    font-size: 11px;
    font-weight: bold;
    color: #414141;
}

.productdeals .item-countdown-v2 li {
    border-top: 2px solid #414141;
    border-bottom: 2px solid #414141;
    position: relative;
    line-height: 15px;
    min-width: 40px;
    min-height: 40px;
    padding-top: 3px;
    text-align: center;
}

    .productdeals .item-countdown-v2 li:before {
        position: absolute;
        right: 0;
        width: 1px;
        height: 36px;
        background: #eee;
        content: "";
        top: 0;
    }

.rtl .productdeals .item-countdown-v2 li:before {
    left: 0;
    right: auto;
}

.productdeals .item-countdown-v2 li:nth-child(2) {
    color: #18b0ee;
}

    .productdeals .item-countdown-v2 li:nth-child(2) .countdown_num {
        color: #18b0ee;
    }

.productdeals .item-countdown-v2 li:first-child {
    border-left: 2px solid #414141;
}

.rtl .productdeals .item-countdown-v2 li:first-child {
    border-right: 2px solid #414141;
    border-left: inherit;
}

.productdeals .item-countdown-v2 li:last-child {
    border-right: 2px solid #414141;
}

.rtl .productdeals .item-countdown-v2 li:last-child {
    border-left: 2px solid #414141;
    border-right: inherit;
}

.productdeals .item-countdown-v2 li:last-child:before {
    content: none;
}

.page-pavblog {
    padding: 20px;
}

    .page-pavblog h1 {
        margin: 0;
    }

.pav-blogs .blog-date {
    background: #000000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 17px;
    height: 70px;
    line-height: normal;
    margin-right: 20px;
    overflow: hidden;
    padding: 12px;
}

.rtl .pav-blogs .blog-date {
    float: right;
}

.pav-blogs .blog-date .day {
    padding: 0;
    display: block;
    text-align: center;
}

.pav-blogs .blog-body {
    overflow: hidden;
}

    .pav-blogs .blog-body .text-link {
        color: #000000;
        font-weight: 600;
    }

        .pav-blogs .blog-body .text-link .fa {
            padding-left: 5px;
        }

.rtl .pav-blogs .blog-body .text-link .fa {
    padding-right: 5px;
    padding-left: inherit;
}

.pav-blogs .blog-body .text-link:hover, .pav-blogs .blog-body .text-link:active, .pav-blogs .blog-body .text-link:focus {
    color: #18b0ee;
}

.pav-blogs .blog-title {
    margin: 0 0 20px;
}

    .pav-blogs .blog-title a {
        color: #000000;
    }

.pav-blogs .blog-meta {
    border: 1px solid #eee;
    overflow: hidden;
}

    .pav-blogs .blog-meta ul {
        margin: 0;
    }

        .pav-blogs .blog-meta ul li {
            display: inline-block;
            padding: 10px 5px;
            border-right: 1px solid #eee;
        }

.rtl .pav-blogs .blog-meta ul li {
    border-left: 1px solid #eee;
    border-right: inherit;
}

.pav-blogs .blog-meta ul li:last-child {
    border-right: none;
}

.rtl .pav-blogs .blog-meta ul li:last-child {
    border-left: none;
    border-right: inherit;
}

.pavcarousel {
    overflow: hidden;
    background: transparent;
}

    .pavcarousel:hover .carousel-control.left {
        left: 10px;
    }

    .pavcarousel:hover .carousel-control.right {
        right: 10px;
    }

.valid {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -25px;
    z-index: 9999;
}

.newsletter input {
    background: #3d3d3d;
    border-color: transparent;
}

.newsletter .form-control:focus {
    border-color: transparent;
}

.search-auto {
    padding-top: 15px;
}

.autosearch-wrapper {
    margin: 10px 0 0;
    background: #FFFFFF;
    color: #000000;
    height: 42px;
}

    .autosearch-wrapper .input-group-btn {
        position: relative;
    }

        .autosearch-wrapper .input-group-btn:after {
            background: #FFFFFF;
            line-height: 40px;
            position: absolute;
            right: 19px;
            text-align: center;
            top: 0;
            font-family: 'FontAwesome';
            content: "\f107";
            font-size: 15px;
            width: 35px;
            height: 40px;
            color: #343434;
        }

.rtl .autosearch-wrapper .input-group-btn:after {
    left: 19px;
    right: auto;
}

.autosearch-wrapper .category_filter {
    border: none;
    display: inline-block;
    font-size: 12px;
    color: #999;
    height: 40px;
    line-height: 30px;
    margin-right: 30px;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    background-color: #FFFFFF;
    border-left: 1px solid rgba(153, 153, 153, 0.25);
    padding-left: 10px;
    text-transform: capitalize;
}

.rtl .autosearch-wrapper .category_filter {
    margin-left: 30px;
    margin-right: inherit;
}

.rtl .autosearch-wrapper .category_filter {
    border-right: 1px solid rgba(153, 153, 153, 0.25);
    border-left: inherit;
}

.rtl .autosearch-wrapper .category_filter {
    padding-right: 10px;
    padding-left: inherit;
}

@media (max-width: 480px) {
    .autosearch-wrapper .category_filter {
        max-width: 130px;
    }
}

.autosearch-wrapper .search_query {
    background-color: transparent;
    border: 0;
    height: 40px;
}

    .autosearch-wrapper .search_query:focus {
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        -o-box-shadow: inherit;
        box-shadow: inherit;
    }

.autosearch-wrapper .input-group {
    width: 100%;
    padding-right: 35px;
}

.rtl .autosearch-wrapper .input-group {
    padding-left: 35px;
    padding-right: inherit;
}

.autosearch-wrapper .button-search {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border: 0;
    width: 42px;
    height: 42px;
    color: #FFFFFF;
    padding: 0;
    font-size: 14px;
    background-color: #18b0ee;
}

.rtl .autosearch-wrapper .button-search {
    left: 0;
    right: auto;
}

.autosearch-wrapper .dropdown-menu {
    z-index: 999;
}

    .autosearch-wrapper .dropdown-menu > li.clearfix {
        border-bottom: 1px dashed #e5e5e5;
        margin-left: 10px;
        margin-right: 10px;
    }

    .autosearch-wrapper .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .autosearch-wrapper .dropdown-menu > li > a {
        padding: 0;
    }

    .autosearch-wrapper .dropdown-menu > li .media-body {
        padding-left: 10px;
    }

.rtl .autosearch-wrapper .dropdown-menu > li .media-body {
    padding-right: 10px;
    padding-left: inherit;
}

/*quickaccess*/
.box-module-pavreassurances p {
    margin: 0;
}

.box-module-pavreassurances h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    ;
    font-weight: bold;
}

.box-module-pavreassurances .column {
    position: relative;
    cursor: pointer;
}

.box-module-pavreassurances .description {
    overflow: hidden;
    line-height: 25px;
}

.box-module-pavreassurances .icon-name {
    font-size: 30px;
    line-height: 38px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.rtl .box-module-pavreassurances .icon-name {
    float: right;
}

.rtl .box-module-pavreassurances .icon-name {
    margin-left: 10px;
    margin-right: inherit;
}

.box-module-pavreassurances .button {
    position: absolute;
    right: 8px;
    background-color: transparent;
    border: none;
    padding: 0 5px;
    font-size: 14px;
}

.rtl .box-module-pavreassurances .button {
    left: 8px;
    right: auto;
}

.reassurances-center
.modal-dialog h4, .modal-dialog .icon-name {
    color: #000;
}

.box-module-pavreassurances .column .button {
    display: none;
}

.box-module-pavreassurances .column:hover .button {
    display: block;
}

.modal-dialog .modal-header h4 {
    color: #000000;
}

@media (max-width: 1199px) {
    .pav-megamenu .navbar-nav > li > a {
        padding: 17px 20px;
    }

    .feature-box.space-padding-30.feature-box-v2 {
        min-height: 148px;
    }

    .verticalmenu .navbar-nav > li {
        padding: 0 12px !important;
    }

        .verticalmenu .navbar-nav > li > a .menu-title {
            margin-left: 25px !important;
        }

    .rtl .verticalmenu .navbar-nav > li > a .menu-title {
        margin-right: 25px !important;
        margin-left: inherit;
    }

    .header-v1 .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        /*Keep an eye why -33*/
        /*left: -33%;*/
    }

    .rtl .header-v1 .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        right: -33%;
        left: auto;
    }

    .productdeals-v1 .box-products .btn {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        min-width: 32px;
        padding: 0 8px;
    }
}
/*$media (max-width: 991px) {*/
@media (max-width: 991px) {
    body .home4 .panel-v5 .panel-heading {
        padding: 20px 10px;
        padding-left: 50px;
    }

    .rtl body .home4 .panel-v5 .panel-heading {
        padding-right: 50px;
        padding-left: inherit;
    }

    body .home4 .panel-v5 .panel-heading .panel-title {
        font-size: 15px;
    }

    .feature-box {
        padding: 10px !important;
    }

        .feature-box .fbox-icon {
            margin-right: 5px;
        }

    .rtl .feature-box .fbox-icon {
        margin-left: 5px;
        margin-right: inherit;
    }

    .feature-box.space-padding-30.feature-box-v2 {
        min-height: auto;
    }

    .product-grid .product-block .action > div {
        padding-right: 2px;
    }

    .rtl .product-grid .product-block .action > div {
        padding-left: 2px;
        padding-right: inherit;
    }

    .zoomContainer {
        display: none;
    }
}

@media (max-width: 768px) {
    .product-block .btn-sm {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 10px;
    }

    .alert {
        margin: 10px 15px;
    }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
    /* home2 */
    .feature-box {
        margin-bottom: 10px;
    }

    .home3 .feature-box-v2.border-right {
        border-right: none;
    }

    .productdeals .product-v2 .product-block .block-img {
        float: none !important;
    }

    .listproduct-v2 .product-v3 {
        min-height: auto;
    }

    .topbar-wrap {
        display: inline-block;
    }

    ul.links {
        padding: 0 10px 20px !important;
    }

    .productdeals-v1 .product-v1 {
        min-height: auto;
    }

    .quickaccess-toggle {
        cursor: pointer;
        position: relative;
    }

        .quickaccess-toggle:hover .inner-toggle {
            display: block;
        }

        .quickaccess-toggle i {
            padding-left: 5px;
        }

    .rtl .quickaccess-toggle i {
        padding-right: 5px;
        padding-left: inherit;
    }

    .inner-toggle {
        background: #FFFFFF;
        display: none;
        min-width: 150px;
        z-index: 99999;
        left: 0;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .rtl .inner-toggle {
        right: 0;
        left: auto;
    }

    .inner-toggle ul {
        padding: 0;
    }

        .inner-toggle ul li {
            display: block;
            line-height: 24px;
            width: 100%;
        }

            .inner-toggle ul li span {
                padding-right: 3px;
            }

    .rtl .inner-toggle ul li span {
        padding-left: 3px;
        padding-right: inherit;
    }

    .inner-toggle ul li a {
        color: #999;
    }

        .inner-toggle ul li a:hover {
            color: #18b0ee;
        }
}

@media (max-width: 480px) {
    .product-filter .filter-right > div {
        margin-bottom: 5px;
    }

    .product-list .product-col .block-img {
        float: none;
        width: 100%;
    }

    .product-list .product-meta {
        padding: 20px;
    }

    .tab-v6 .nav-tabs > li > a {
        padding: 15px 10px;
        font-size: 12px;
    }

    .tab-v7 .nav-tabs > li.active::before {
        content: none;
    }

    .quickview, .zoom {
        display: none !important;
    }

    .pav-blogs .blog-body {
        overflow: visible;
    }
}





/*********************************** Header *********************************/

.AdBannerTitle {
    letter-spacing: 3px;
    font-size: 8px;
    padding-left: 5px;
    color: #fff;
}

.head-top-ad {
    background-color: #282828;
    text-align: center;
}

.head-top-bnr {
    background-color: #282828;
    height: 40px;
}

.head-top-bnr-close {
    height: 19px;
    margin: 10px 10px 0 0;
    width: 19px;
    color: #fff;
    float: right;
}

span.head-top-bnr-btn.affirm {
    margin: 0 auto;
    width: 100%;
    background: url(//www.1010tires.com/images/Affirm/affirm-full-hdr.svg) center center no-repeat;
    background-size: auto 22px;
    height: 40px;
    display: block;
}

span.head-top-bnr-btn.paybright {
    margin: 0 auto;
    width: 100%;
    background: url(//www.1010tires.com/images/Paybright/paybright-full-hdr.svg) center center no-repeat;
    background-size: auto 22px;
    height: 40px;
    display: block;
}

.affirm-as-low-as {
    float: right;
    width: 50%;
    font-weight: bold;
    text-align: right;
    margin-top: 12px;
    padding: 0px;
    line-height: 12px;
}

.affirmTXT {
    margin: 10px 0px 0px 15px;
    float: right;
    width: 100%;
    text-transform: initial;
    text-align: right;
}

p.affirm-as-low-as {
    line-height: 14px;
}

.paybright-widget img {
    width: initial !important;
}

.paybright-widget-container {
    font-family: initial !important;
}

#paybright-learnmore {
    position: absolute;
    margin: -1px 0px 0px 5px;
    font-size: 9pt;
    font-weight: 600;
    text-decoration: none;
    color: #337ab7 !important;
}

ul .ulAttributesData {
    margin-left: 18px;
}

ul.links {
    padding: 0;
    position: relative;
    margin: 0
}

    ul.links li {
        display: inline;
        line-height: normal;
        position: relative
    }

        ul.links li a {
            padding-left: 10px;
            color: #999
        }

.white {
    color: #FFFFFF
}

.red {
    color: #f44336;
    line-height: 20px
}

.font-size-14 {
    font-size: 14px
}

.fweight-600 {
    font-weight: 600 !important
}

.space-padding-20 {
    padding: 20px !important
}

.space-padding-b20 {
    padding-bottom: 20px !important
}

.radius-x {
    border-radius: 50% !important
}

.bg-default {
    background: #343434
}

.background-img-v9 {
    background-image: url(../image/icon-hcategory.png);
    background-repeat: no-repeat;
    background-position: 20px
}

.breadcrumbs {
    padding: 0 0;
    font-size: 10pt;
    color: #999;
}

    .breadcrumbs a:link, .breadcrumbs a:visited {
        color: #999;
    }

    .breadcrumbs .selected {
        color: #cd1d1f;
        cursor: pointer;
    }

.carousel-control {
    z-index: 99
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.table {
    margin-bottom: 0
}

    .table > tbody > tr > td {
        color: #666666;
        vertical-align: middle
    }

    .table > tbody > tr > td {
        /*border-top: medium none*/
    }

#topbar {
    background: #414141;
    font-size: 12px;
    color: #999;
    height: 40px;
    line-height: 25px;
    padding: 8px 0
}

    #topbar .btn-group {
        margin-right: 0px
    }

        #topbar .btn-group button {
            background-color: transparent;
            border: none;
            padding: 0;
        }

            #topbar .btn-group button img {
                width: 23px;
            }

        #topbar .btn-group .dropdown-menu {
            min-width: 150px;
            padding: 10px;
            margin-top: 0;
        }

            #topbar .btn-group .dropdown-menu > li:hover {
                color: #18b0ee;
            }

#header-layout {
    position: relative
}

    #header-layout .inside {
        padding: 25px 0
    }

    #header-layout .dropdown:hover .pav-verticalmenu {
        display: block;
        position: absolute
    }

    #header-layout .header-top {
        background-color: #282828
    }

    #header-layout .header-bottom {
        background: #414141;
        box-shadow: 0px -13px 10px -14px rgb(0 0 0 / 85%);
    }

    #header-layout .header-subBottom {
        background-color: #f0f0f0;
    }

.logo-store a {
    vertical-align: middle
}

.logo-store {
}

#logo-theme a {
    background: url(img/1010tires/logo-1010TIRES-COM.png) no-repeat;
    background-image: url(img/1010tires/logo-1010TIRES-COM.svg), none;
    background-repeat: no-repeat;
    display: inline-block;
    width: 186px;
    height: 50px;
    float: left;
}

    #logo-theme a span, #logo-theme2 a span {
        display: none
    }

.twentytwenty {
    float: left;
    padding: 5px;
}

    .twentytwenty img {
        width: 65px;
    }

.proudlyCanada {
    width: 30px;
    float: left;
}

span.SpanCanada {
    display: none;
}

footer .logo-theme {
    background: url(img/1010tires/logo-1010TIRES-COM.png) no-repeat;
    background-image: url(img/1010tires/logo-1010TIRES-COM.svg), none;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 35px;
    margin: 20px 0px 15px 0;
}

    footer .logo-theme span {
        display: none
    }

.badges.new,
.badges.hot {
    color: #FFFFFF;
    font-size: 10px;
    height: 15px;
    line-height: 16px;
    padding: 0 5px;
    position: absolute;
    left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    top: -5px;
    transform: translateZ(0px);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500
}

    .badges.new:before,
    .badges.hot:before {
        border-style: solid;
        border-width: 2px;
        bottom: -5px;
        content: "";
        left: 4px;
        position: absolute
    }


.promoBar {
    padding-top:20px;
}
.badges.new {
    background-color: #03a9f4
}

    .badges.new:before {
        border-color: #03a9f4 transparent transparent
    }

.badges.hot {
    background-color: #ff9800
}

    .badges.hot:before {
        border-color: #ff9800 transparent transparent
    }

.pav-megamenu .navbar {
    margin: 0;
    border: 0
}

.pav-megamenu .navbar-nav > li.aligned-fullwidth {
    position: static
}

    .pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
        left: 0;
        width:75%;
    }

.pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: 0;
    right: auto
}

.pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%)
}

.pav-megamenu .navbar-nav > li > .dropdown-menu {
    top: 120%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    display: block;
    position: absolute;
    visibility: hidden
}

.pav-megamenu .navbar-nav > li:hover > .dropdown-menu,
.pav-megamenu .navbar-nav > li:focus > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
    top: 100%
}
.nav.navbar-nav.megamenu {
    height: 50px;
    margin-left:-25px;
}

.pav-megamenu .navbar-nav > li > a {
    padding: 16px 21px;
    text-transform:uppercase;
    font-size: 11px;
    color: #FFFFFF;
    background-color: transparent !important;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    font-weight: 500;
    line-height: 22px;
    
    

}
    .pav-megamenu .navbar-nav > li > a.BoldNav {
        height: 60px;
        background-color: #353535 !important;
        padding: 20px 0px 20px 20px;
        font-weight: bold;
       
    }
        .pav-megamenu .navbar-nav > li > a.BoldNav.End {
            padding-right: 20px;
        }

        .pav-megamenu .navbar-nav > li > a.BoldNav svg {
            width: 35px;
            margin-top: -5px;
            float: left;
            margin-right: 7px;
           
        }
        .pav-megamenu .navbar-nav > li > a.BoldNav:hover .icoBold {
            fill: #414141 !important;
            stroke:transparent;
           
        }

        .pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
        background-color: #FFCC0A !important;
        color: #000
    }

.pav-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    color: #999;
    border-top: 3px solid #FFCC0A;
    min-width: 185px;
    padding: 25px;
    background-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s
}

    .pav-megamenu .dropdown-menu ul {
        padding: 0
    }

    .pav-megamenu .dropdown-menu li {
        line-height: 18px;
        list-style: none;
        margin-bottom: 18px;
    }

    .pav-megamenu .dropdown-menu .alt li {
        margin-bottom: 10px;
    }

    .pav-megamenu .dropdown-menu li a {
        color: #666;
        text-transform: capitalize;
    }

    .pav-megamenu .dropdown-menu .alt li img {
        width: 55px;
        float: left;
        margin-right: 10px;
    }

    .pav-megamenu .dropdown-menu li a:hover {
        background-color: transparent;
        color: #18b0ee !important;
        text-decoration: none;
    }

    .pav-megamenu .dropdown-menu .alt li {
        float: left;
        width: 250px;
    }

    .pav-megamenu .dropdown-menu .menu-title {
        margin-bottom: 25px;
        font-size: 13px;
    }

    .pav-megamenu .dropdown-menu .menu-subTitle {
        font-size: 10px;
        line-height: 10pt;
        color: #ccc;
    }

    .pav-megamenu .dropdown-menu .alt li a:hover > .menu-subTitle {
        text-decoration: none !important;
        color: #000;
    }


.pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0px;
}

.pav-megamenu .widget-heading {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.header-subBottom ul.Minimenu {
    font-size: 11px;
}

.header-subBottom .Minimenu > li {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .header-subBottom .Minimenu > li a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 17px;
    }


#cart, #garage, .garage {
    margin-top: 10px;
}

    #cart:hover > .dropdown-menu,
    #cart:focus > .dropdown-menu,
    #garage:hover > .dropdown-menu,
    #garage:focus > .dropdown-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: block;
        top: 100%
    }

    #cart a {
        position: relative
    }

        #cart a:hover {
            color: #282828;
        }

    #cart .icon-basket {
        position: relative;
        bottom: 6px;
        width: 24px;
        height: 29px;
        display: inline-block;
        color: #fff
    }

#proudcanada .icon-basket {
    position: relative;
    bottom: 6px;
    width: 24px;
    height: 29px;
    display: inline-block;
    color: #fff
}

#garage .glyphicon-cog {
    position: relative;
    top: -4px;
    width: 24px;
    height: 29px;
    display: inline-block;
    color: #999
}

#cart .wrap-cart,
#garage .wrap-cart, .garage .wrap-cart {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    color: #FFFFFF;
    font-size: 11px
}

    #cart .wrap-cart .text-cart {
        color: #FFCC0A;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold
    }

#proudcanada .wrap-cart .text-cart {
    color: #FFCC0A;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}

#garage .wrap-cart .text-car, .garage .wrap-cart .text-car {
    color: #999;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}

#cart .dropdown-menu, #garage .dropdown-menu {
    min-width: 470px;
    left: auto;
    right: 0;
    left: auto;
    padding: 0;
    top: 120%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    display: block;
    position: absolute;
    visibility: hidden
}

#garage .dropdown-menu {
    min-width: 275px;
    left: auto;
    right: 0;
    left: auto;
    padding: 0;
    top: 120%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    display: block;
    position: absolute;
    visibility: hidden
}

#cart .dropdown-menu li {
    padding: 5px
}

    #cart .dropdown-menu li:first-child .table td {
        padding: 10px 3px
    }

.panel-title {
}



/**********CART *******/
header .topbar #cart {
    margin-top: 4px;
}

    header .topbar #cart a {
        background-position: left center;
        background-repeat: no-repeat;
        padding: 0 6px 0 5px;
        color: #000;
        font-size: 11px;
        font-weight: bold;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

.MiddleTable {
    margin: 15px 0 0 0;
}
/*.navbar .MiddleTableCellRightCAN 
{
    background-image: url('Images/BoundHeader/lbl-We-Are-Canadian.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 50px;
    width: 300px;
    background-color:#cd1d1f;
}*/

header .topbar #cart a:hover {
    color: #000;
}

header #topbar .en_cad {
    background-image: url("img/flags/cad.gif");
    width: 23px;
    height: 12px;
    background-repeat: no-repeat;
    float: right;
    margin: 7px 7px 7px 7px;
}

header #topbar .en_usd {
    background-image: url("img/flags/usd2.gif");
    width: 23px;
    height: 12px;
    background-repeat: no-repeat;
    float: right;
    margin: 7px 7px 7px 7px;
}

header .topbar #cart .icon-basket {
    font-size: 1.0em;
    margin: 2px;
    padding: 0;
}

.basketNAV a:link, .basketNAV span, .basketNAV i {
    color: #ccc;
}

.basketNAV span {
    margin-bottom: 10px;
}

.basketNAV {
    margin-top: 18px;
    margin-right: 15px;
    float: right;
    font-size: 15px;
}

/******** Nav *********/
/*.container
{
    overflow:hidden;
}*/

.container-SML {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-SML {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-SML {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-SML {
        width: 1170px;
    }
}


.navbar-collapse {
    max-height: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}





#home .headerLinks {
    font-size: 10pt;
    float: left;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 3px solid #FFCC0A;
}


    #home .headerLinks li a {
        line-height: 12px;
        color: #FFCC0A;
        font-weight: normal;
        padding-left: 10px;
    }

        #home .headerLinks li a:hover {
            color: #cd1d1f;
            text-decoration: underline;
        }

    #home .headerLinks li {
        float: left;
        width: 100%;
        list-style-type: none;
        margin-bottom: 5px;
    }

    #home .headerLinks span a {
        padding-left: 10px;
        color: #FFF;
        font-weight: bold;
        margin-top: 7px;
        margin-bottom: 12px;
        float: left;
        height: initial;
        line-height: initial;
        text-decoration: underline;
    }

        #home .headerLinks span a:hover {
            color: #cd1d1f;
            text-decoration: underline;
        }

header .navbar .navbar-nav.account {
    padding: 5px;
    font-size: 0.8em;
}


header .navbar .navbar-form {
    padding-right: 0;
    margin-top: 17px;
}

.form-control, .form-controlHM {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #767171;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.navbar-form {
    margin: 4px -15px;
}

header .navbar .navbar-form .btn,
header .navbar .navbar-form .form-control {
    background-color: #262a2d;
    border-color: #191d20;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
    color: #63676a;
    height: 30px;
    margin: 0;
    min-width: initial;
}

.form-controlHM[disabled], .form-controlHM[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #EEE;
    opacity: 1;
    /*display:none;*/
}

header .navbar .navbar-form .advanced {
    font-size: 1.3em;
    padding: 5px 0 0 0px;
    position: relative;
    width: 40px;
}

    header .navbar .navbar-form .advanced:hover,
    header .navbar .navbar-form .advanced.active {
        background-color: #cd1d1f;
        border-color: #cd1d1f;
        color: #fff;
    }

    header .navbar .navbar-form .advanced .icon-plus {
        font-size: 0.7em;
        left: 20px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
    }

header .navbar .navbar-form .form-group {
    width: 200px;
}

    header .navbar .navbar-form .form-group .form-control {
        border-right: none;
        font-size: 0.8em;
        margin: 0;
        color: #676b6e !important;
    }

    header .navbar .navbar-form .form-group .input-group-btn .btn {
        color: #FFCC0A;
        font-size: 1.3em;
        padding: 0;
        width: 33px;
    }


.items ul.navbar-nav-brands {
    width: 36em; /* room for 7 columns */
}

    .items ul.navbar-nav-brands li {
        float: left;
        width: 73px; /* accommodate the widest item */
        height: 56px;
        list-style-type: none;
        margin-bottom: 4px;
        background-color: #fff;
        border: 2px solid #e1e1e1;
        margin: 3px;
    }




img.nav-brand-img {
    padding: 5px;
}
/* separate the list from what follows it */
.navbar-nav-brands {
    margin-bottom: 1em;
}

.hmHero {
    margin-top: 25px;
}

    .hmHero p {
        font-size: 1.2em;
        color: #fff;
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: right;
    }

    .hmHero span {
        font-size: 2.0em;
        font-weight: 800;
        color: #fff;
    }

.bgHm {
    background-image: url(Images/Promo/HP_Whls.jpg);
    background-color: #414141;
    background-size: 100%;
    background-repeat: no-repeat;
}





    .bgHm h2 {
        font-size: 5.5em;
        color: #fff;
        font-weight: 300;
        font-style: italic;
        text-shadow: 2px 2px 2px #898989;
    }

        .bgHm h2 .extra {
            color: #FFCC0A;
            font-weight: 800;
            text-align: right;
        }

.hmpagetabHM {
    background-color: #f0f0f0;
}

/******** Homepage Main Message *********/

.hpMsg .yellow {
    padding: 15px;
    color: #000;
    margin-bottom: 15px;
    color: #fff;
}

    .hpMsg .yellow p {
        /*background-color:#FFCC0A;*/
        background-color: rgba(000, 000, 000, 0.5);
        padding: 10px;
        font-weight: 200;
        color: #fff;
        font-size: 22px;
        line-height: 23px;
    }

.hpMsg strong {
    color: #fff;
}

.hpMsg a:link, .hpMsg a:visited {
    text-shadow: initial;
}

.splash {
    font-size: 1em;
    margin-top: 20px;
}

    .splash ul {
        margin-left: 16px;
        line-height: 28px;
        font-size: 14px;
    }

.hpMsg a:hover {
    color: #cd1d1f;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.hpMsg .yellow span {
    font-family: 'Open Sans', sans-serif;
    font-size: 57px;
    font-weight: 800;
    border-bottom: none;
    padding: initial;
    font-style: italic;
    color: #fff;
    line-height: 57px;
    text-shadow: 2px 2px 2px #000;
}

.hpMsg .yellow span {
    color: #FFCC0A;
    font-weight: 700;
}

.hpMsg .white {
    color: #4e4e4e;
    text-shadow: 2px 2px 2px #000;
}

    .hpMsg .white .WTitle {
        font-size: 1.2em;
        border-bottom: none;
        font-weight: bold;
        padding: initial;
        background-color: #FFCC0A;
        padding: 10px;
        margin: 0;
        font-weight: 300;
        text-shadow: none;
        ;
        font-style: italic;
        text-decoration: initial;
        color: #000;
        display: block;
    }

.hpMsg span a:link, .hpMsg span a:visited {
    text-shadow: 2px 2px 2px #000;
    text-decoration: none;
}

.hpMsg h3 a:hover {
    color: #cd1d1f;
    text-shadow: 2px 2px 2px #000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


.hpMsg p {
    font-size: 1.0em;
    color: #fff;
    font-weight: 300;
}

.hpMsg .white p {
    padding: 15px;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(000, 000, 000, 0.5);
}

.hpMsg .white span {
    color: #cd1d1f;
    font-weight: bold;
}

.hpMsg .message {
    position: relative;
    width: 100%;
}

.hpMsg a:link, .hpMsg a:visited {
    color: #fff;
    text-decoration: underline;
}

.hpMsg a:hover {
    color: #cd1d1f;
    text-decoration: underline;
}

.hpMsg .ribbon span {
    color: #fff;
    font-size: 0.6em;
    font-weight: 700;
    left: 100%;
    margin: -15px 0 0 -20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60px;
    text-shadow: none;
}

.hpMsg .ribbon {
    border: 27px solid #2c4774;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 50px;
    left: 100%;
    margin: 0 0 0 -54px;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2;
}

    .hpMsg .ribbon.red {
        border-top-color: #cd1d1f;
        border-right-color: #cd1d1f;
    }

/******** Carousel *********/

header .subbar {
    background-color: #ebeae8;
    background-image: url("../img/header-pattern.png");
    font-size: 1.2em;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 2px 0 2px 0;
}

    header .subbar #carousel-top .carousel-inner {
        margin: 5px auto;
        /*width: 90%;*/
    }

    header .subbar #carousel-top .offer {
        background: #f1f1f1;
        border: 1px solid #eee;
        display: block;
        float: left;
        margin: 0 15px;
        width: 30%;
    }

        header .subbar #carousel-top .offer:hover {
            background: #FFCC0A;
        }

            header .subbar #carousel-top .offer:hover span {
                background: #FFCC0A;
                color: #000;
            }

                header .subbar #carousel-top .offer:hover span strong {
                    color: #000;
                }

        header .subbar #carousel-top .offer img {
            float: left;
            max-width: 110px;
            max-height: 85px;
        }

        header .subbar #carousel-top .offer span {
            color: #292d30;
            float: left;
            font-size: 0.6em;
            font-weight: 400;
            margin: 0;
            padding: 5px;
            text-transform: none;
        }

            header .subbar #carousel-top .offer span strong {
                color: #cd1d1f;
                display: block;
                font-size: 1.2em;
                line-height: 20px;
                text-transform: uppercase;
            }

    header .subbar #carousel-top .carousel-control {
        background: none;
        color: #8e8e8e;
        left: -10px;
        margin: 19px 0 0 0;
        position: absolute;
        top: 0px;
        z-index: 3;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        header .subbar #carousel-top .carousel-control:hover {
            color: #cd1d1f;
        }

        header .subbar #carousel-top .carousel-control.next {
            left: 100%;
            margin-left: -32px;
        }

.hmLeft {
    height: 450px;
    background: rgba(0,0,0,0.25);
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bannerhm li {
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*********************************** Alert *********************************/
/*.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  padding: 10px;
}*/
/*.alert i {
  font-size: 1.5em;
}*/
.alert.alert-success {
    background: #DFF0D8;
    border-color: #9bbb68;
    color: #9bbb68;
}
/*.alert.alert-warning {
  background: #f0f0f0;
  border-color: #c9c21a;
  color: #c9c21a;
}*/
.alert.alert-danger {
    border-color: #cd1d1f;
    color: #cd1d1f;
}

.badge.sml {
    font-size: 0.5em;
    position: relative;
    bottom: 3px;
    color: #FFCC0A;
}



/********************************* Accordion *******************************/
.panel.panel-accordion {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

    .panel.panel-accordion .panel-heading {
        /*border: 1px solid #252f38;*/
        -webkit-border-radius: 0;
        border-radius: 0;
        /*padding: 0;
  margin:10px;*/
    }

        .panel.panel-accordion .panel-heading .panel-title {
            font-size: 0.7em;
            font-weight: 400;
        }

            .panel.panel-accordion .panel-heading .panel-title a {
                display: block;
                padding: 5px;
            }

            .panel.panel-accordion .panel-heading .panel-title .badge {
                background-color: #ccc;
                color: #fff;
                font-size: 1.0em;
                margin-top: -2px;
            }

        .panel.panel-accordion .panel-heading:hover {
            /*background: #e1e1e1;*/
        }

            .panel.panel-accordion .panel-heading:hover a {
                text-decoration: none;
            }

            .panel.panel-accordion .panel-heading:hover .badge i {
                color: #fff;
            }

    .panel.panel-accordion .panel-body {
        font-size: 0.8em;
    }

        .panel.panel-accordion .panel-body strong {
            display: block;
        }

    .panel.panel-accordion .panel-heading .panel-title .pkgTireHeading {
    }

.tsc a {
    font-size: 15px;
    text-transform: uppercase;
}


/********************************* Accordion full size *******************************/
.fullsize p {
    font-size: 1em;
}

.fullsize .panel.panel-accordion .panel-heading .panel-title {
    font-size: 1.2em;
    line-height: 1.2em;
}

    .fullsize .panel.panel-accordion .panel-heading .panel-title span.colorletter {
        color: #cd1d1f;
        float: left;
        padding-right: 10px;
    }

.fullsize .panel.panel-accordion .panel-heading:hover a span.colorletter {
    /*color: #fff;*/
}

.fullsizeSml .panel.panel-accordion .panel-heading .panel-title span.colorletter {
    color: #cd1d1f;
}

.fullsizeSml {
    font-size: 1.2em;
}
/********************************* Accordion small size *******************************/
.smallsize p {
    font-size: 1em;
}

.smallsize .panel.panel-accordion .panel-heading .panel-title {
    font-size: 0.9em;
    line-height: 1.2em;
}

    .smallsize .panel.panel-accordion .panel-heading .panel-title span.colorletter {
        color: #cd1d1f;
        float: left;
        padding-right: 10px;
    }

.smallsize .panel.panel-accordion .panel-heading:hover a span.colorletter {
    /*color: #fff;*/
}

.smallsize .panel.panel-accordion .panel-heading .panel-title span.colorletter {
    color: #cd1d1f;
}

.fullsizeSml {
    font-size: 1.2em;
}



/***********************HOMEPAGE************************************/
.hmNavigation {
    padding: 10px;
}

.heroHM {
    background-color: #292d30;
    margin-bottom: 0;
    background: url(/App_Themes/Theme1/Images/home/carbg-home1.jpg);
}

.jumbotron, .jumbotron h1, .jumbotron h2 {
    color: #ffcc0a;
    font-size: 60px;
    font-weight: bold;
}

    .jumbotron p {
        color: #fff;
    }

.yellow {
    color: #ffcc0a;
}

/********************************* Buttons *********************************/
.btn {
    background: #FFCC0A;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    margin: 0.5em;
    padding: 12px 26px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .btn.car {
        background: #FFCC0A;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        line-height: 13px;
        margin: 0em;
        padding: 10px 20px;
        text-transform: uppercase;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .btn.white {
        background-color: #fff;
        text-align: left;
        font-size: 12px;
    }

.filterbar.affix {
    top: 0px
}

.PKGTabTxt {
    float: left;
    margin-top: 11px;
    font-size: 8pt;
}

.PKGTabSize {
    font-weight: bold;
    float: left;
    border-radius: 50%;
    padding: 7px;
    margin-right: 5px;
}
.dropdown-menu > li > a {
    display: inline-block;
    width: 100%;
}


.buybox {
    padding: 15px 0 0 0;
}

.buyboxfooter {
    padding: 0px 0px 10px 0px;
}

.btn.gray {
    background-color: #e1e1e1;
    text-align: left;
    padding: 12px 12px;
    font-size: 12px;
}

.btn.white.rounded {
    background-color: #ffffff;
    border: 1px solid gray;
    text-align: center;
    border-radius: 25px;
}

.btn:hover {
    background: #000;
    color: #FFCC0A;
    border-color: #FFCC0A;
}

.btn.btn-sm {
    /*font-size: 12px;*/
    line-height: 12px;
    padding: 12px;
}

.btn.btn-xs {
    line-height: 0px;
    font-size: 10px;
}

.btn.btn-calculate {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #CCC;
    border-left: 0px;
    border-radius: 4px;
}



.unitHd {
    font-size: 10px;
}

.btn.btn-lg {
    font-size: 0.8em;
    line-height: 14px;
    min-width: 190px;
    padding: 15px;
}

.btn.alt {
    color: #4e4e4e;
}

    .btn.alt:hover {
        color: #fff;
    }

.btn.btn-navigation {
    background: #ebebeb;
    border-color: #e7e7e7;
    color: #252f38;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: none;
    width: 12em;
}

    .btn.btn-navigation:hover {
        background: #cd1d1f;
        color: #fff;
    }

.btn.red {
    background: #cd1d1f;
    border-color: #cd1d1f;
    color: #fff;
}

    .btn.red:hover {
        background: #292d30;
        border: 1px solid #191d1e;
    }

.btn.silver {
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #252f38;
}

.btn.white {
    background: #fff;
    border-color: #f0f0f0;
}

    .btn.white.view-vehicle {
        font-weight: 200;
        font-size: 0.9em;
    }

        .btn.white.view-vehicle:hover {
            background-color: #FFCC0A;
        }

.btn.lgrey {
    text-decoration: none;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 12px;
    margin: 0px;
    font-weight: normal;
}

    .btn.lgrey:hover {
        background-color: #FFCC0A;
        color: #000;
    }

.view-vehicle img {
    background-color: #f0f0f0;
    padding: 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 32px;
}

    .view-vehicle img:hover {
        background-color: #fff;
    }

.btn.white:hover, .btn.white:active, .btn.white:focus {
    color: #000;
    background-color: #f0f0f0;
}

.btn.green {
    background: #6ca53a;
    border-color: #6ca53a;
    color: #fff;
}

    .btn.green:hover {
        background-color: #FFCC0A;
        color: #000;
        border: 1px solid #FFCC0A;
    }

.btn.greenHM {
    background: #6ca53a;
    border-color: #6ca53a;
    color: #fff;
    padding: 15px;
    margin: 0px;
    width: 100%;
}

    .btn.greenHM:hover, .greenHM2:hover {
        background-color: #FFCC0A;
        color: #000;
        border: 1px solid #FFCC0A;
    }

.greenHM2 {
    background: #6ca53a;
    border-color: #6ca53a;
    color: #fff;
    padding: 14px 0px 15px 14px;
    width: 100%;
}

.btn.yellow {
    background: #FFCC0A;
    border-color: #c09a0b;
    color: #252f38;
}

.btn.grey {
    background: #6b6b6b;
    border-color: #6b6b6b;
    color: #fff;
}

.btn.black {
    background: #000;
    border-color: #000;
    color: #FFCC0A;
    font-size: 10px;
    margin-bottom: 5px;
}

.btn.clear {
    background-color: inherit;
}

    .btn.clear:hover {
        background-color: #ccc;
        border: none;
        color: #000;
    }

.btn.black:hover {
    background-color: #FFCC0A;
    color: #000;
}

.btn-circle.grey {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px 3px;
    font-size: 10px;
    line-height: 1.42;
    border-radius: 15px;
    color: #414141;
    background-color: #DCDCDC;
    border: 0px;
}

.full {
    margin: 5px;
    width: 95%;
}

.full100 {
    width: 100%;
    margin: 10px 0px 0px 3px;
}

.full3000 {
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.divLine {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pageIntro {
    margin: 19px;
}

    .pageIntro li {
        font-size: 0.8em;
        line-height: 1.8em;
        color: #4E4E4E;
        margin-left: 15px;
    }

.allproducts ul {
}

.allproducts li {
    font-size: 0.8em;
    line-height: 1.8em;
    color: #4E4E4E;
    width: 30%;
    float: left;
    list-style-type: none;
    padding: 10px;
    margin: 5px;
    box-shadow: 2px 2px 2px #d7d7d7;
}

    .allproducts li:hover {
        background-color: #FFCC0A;
    }




/********************************* Carousel ********************************/
.carousel-control {
    color: #999;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: static;
    text-shadow: none;
    width: 30px;
}

    .carousel-control:hover,
    .carousel-control:focus {
        background: #cd1d1f;
        color: #fff;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: static;
    }


/**************************** Carousel with Thumb **************************/
.carousel.carousel-thumb ol {
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}

    .carousel.carousel-thumb ol li {
        background: none;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        float: left;
        height: 79px;
        margin: 8px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-indent: 0;
        width: 79px;
    }

        .carousel.carousel-thumb ol li:first-child {
            margin-left: 0;
        }

        .carousel.carousel-thumb ol li:last-child {
            margin-right: 0;
        }

        .carousel.carousel-thumb ol li.active {
            border: 3px solid #cd1d1f;
        }

        .carousel.carousel-thumb ol li img {
            height: 100%;
            width: auto;
        }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /*height:275px;*/
    margin: 0 auto;
    width: auto;
}



/******************************* Progress Bar ******************************/
.progress {
    background-color: #e1e1e1;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
}

    .progress .progress-bar {
        /*background-color: #cd1d1f;*/
        /*background-image: none;*/
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #fff;
        font-size: 0.7em;
        font-weight: 400;
        padding: 0.5em 1em;
        text-align: left;
    }

        .progress .progress-bar.silver {
            background: #f0f0f0;
        }

        .progress .progress-bar.green {
            background: #6ca53a;
        }

        .progress .progress-bar.blue {
            background: #1eaacd;
        }

        .progress .progress-bar.pink {
            background: #d84dc4;
        }

        .progress .progress-bar.yellow {
            background: #e4b600;
        }

        .progress .progress-bar.aqua {
            background: #67d2cc;
        }

        .progress .progress-bar.teal {
            background: #709395;
        }

        .progress .progress-bar.purple {
            background: #a079b2;
        }

        .progress .progress-bar.grey {
            background: #6b6b6b;
        }

        .progress .progress-bar.black {
            background: #000;
        }

        .progress .progress-bar.clear {
            background: none;
            color: #4e4e4e;
        }



/*********************************** Tabs **********************************/

.hmpagetab {
    padding: 10px;
}

.hmtabDD {
    padding: 13px 5px 0px 0px;
}

.hmtabDDHM {
    padding: 0px;
}

.MyVehicleHM {
    position: relative;
    top: -100px;
}

.nav-tabs, .nav-tabsNoDrop, .nav-tabsHM, .nav-tabsHM2 {
    border-bottom: 0;
    font-size: 14px;
}

    .nav-tabs > li > a, .nav-tabsNoDrop > li > a {
        background: #f0f0f0;
        border: 1px solid #ddd;
        border-bottom: 0px;
        border-left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #252f38;
        font-weight: normal;
        margin-right: 0px;
        padding: 0.5em;
        text-transform: uppercase;
        float: left;
    }

    .nav-tabsHM > li > a, .nav-tabsHM2 > li > a {
        float: left;
    }

    .nav-tabsHM > li > a, .nav-tabsHM2 > li > a {
        float: left;
    }

    .nav-tabsHM > li > a {
        background: #f0f0f0;
        border: none;
        color: #999;
        font-weight: bold;
        margin-right: 0px;
        text-transform: uppercase;
        border-right: 1px solid #ccc;
        padding: 16px 25px;
    }


    .nav-tabsHM2 > li > a {
        font-family: 'Open Sans', sans-serif;
        background: #FFCC0A;
        border: 1px solid #FFCC0A;
        border-bottom: 0;
        color: #000;
        font-weight: bold;
        margin-right: 4px;
        text-transform: uppercase;
        border-radius: 5px 5px 0 0;
        box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.3);
    }

    .nav-tabsHM > li > .fillWidth {
        width: 33%;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }


.nav-tabsLNK > li > a {
    color: #252f38;
    margin-right: 5px;
    padding: 0.5em;
    text-transform: uppercase;
}

.nav-tabsLNK > li > a {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}


.nav-tabsLNK > li.active > a, .nav-tabsLNK > li.active > a:hover {
    color: #cd1d1f;
    font-weight: bold;
}

    .nav-tabsLNK > li.active > a, .nav-tabsLNK > li.active > a:hover {
        color: #cd1d1f;
        font-weight: bold;
    }

}

.nav-tabsLNK li a:hover {
    text-decoration: underline;
}

.nav-tabsNoDrop > li > a, .nav-tabsHM > li > a, .nav-tabsHM2 > li > a {
    border-bottom: 0px solid #fff;
}

.nav-tabsNoDrop > li {
    float: left;
    margin-bottom: -1px;
}

    .nav-tabsNoDrop > li > a {
        float: left;
    }

        .nav-tabs > li > a:first-child, .nav-tabsNoDrop > li > a:first-child {
            border-left: 1px solid #ddd;
        }

        .nav-tabs > li > a:hover, .nav-tabsNoDrop > li > a:hover, .nav-tabsHM > li > a:hover, .nav-tabsHM2 > li > a:hover {
            background: #ffcc00;
            color: #000;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
    .nav-tabsNoDrop > li.active > a, .nav-tabsNoDrop > li.active > a:hover {
        background: #FFF;
        color: #cd1d1f;
        font-weight: bold;
        border-top: 2px solid #4e4e4e;
        -webkit-transition: 0.25s;
        -moz-transition: 0.5s;
        -o-transition: 0.25s;
        -ms-transition: 0.25s;
        transition: 0.25s;
    }

.nav-tabsHM > li.active > a, .nav-tabsHM > li.active > a:hover {
    background: rgba(255,204,010,0.55) none repeat scroll 0 0;
    border-width: 0px;
    color: #000;
    padding: 16px 25px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.5s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

.nav-tabsHM2 > li.active > a, .nav-tabsHM2 > li.active > a:hover {
    background: rgba(255,255,255,0.85) none repeat scroll 0 0;
    border-width: 1px 1px 0px 1px;
    border-color: #f2f2f2;
    border-style: solid;
    box-shadow: none;
    color: #cd1d1f;
}

.nav-tabsHM > li.active > a, .nav-tabsHM > li.active > a:hover {
    background: rgba(255,204,010,1.0) none repeat scroll 0 0;
    border-width: 0px;
    color: #000;
    padding: 16px 25px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.5s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

.nav-tabs.alt > li > a, .nav-tabsNoDrop.alt > li > a, .nav-tabsHM.alt > li > a, .nav-tabsHM2.alt > li > a {
    background: #FFCC0A;
    color: #000;
    text-align: center;
    border-top: 1px solid #FFCC0A;
    border-right: 1px solid #FFCC0A;
}

    .nav-tabs.alt > li > a:hover, .nav-tabsNoDrop.alt > li > a:hover, .nav-tabsHM.alt > li > a:hover, .nav-tabsHM2.alt > li > a:hover {
        background: #FFCC0A;
        color: #000;
    }

.nav-tabsHM > li > a:hover, .nav-tabsHM2 > li > a:hover {
    color: #fff;
}

.nav-tabs.alt > li.active > a, .nav-tabs.alt > li.active > a:hover, .nav-tabsNoDrop.alt > li.active > a, .nav-tabsNoDrop.alt > li.active > a:hover, .nav-tabsHM.alt > li.active > a:hover, .nav-tabsHM2.alt > li.active > a:hover {
    background: #FFF;
    color: #cd1d1f;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.nav-tabs span p, .nav-tabsNoDrop span p, .nav-tabsHM span p, .nav-tabsHM2 span p {
    text-align: center;
    font-size: 10px;
    line-height: 10pt;
    margin: 0;
    color: #666;
    border-top: 1px solid #FFCC0A;
}

.tab-content {
}

    .tab-content.alt {
        background: #fff;
        border: 1px solid #ebebeb;
        float: left;
        width: 100%;
    }

    .tab-content.sectionHome {
        background: #D1D1D1;
        float: left;
        width: 100%;
    }

    .tab-content.sectionHomeHM {
        background: rgba(255, 255, 255, 0.5);
        float: left;
        width: 100%;
    }

    .tab-content .white {
        background-color: #fff;
        border: 1px solid #ddd;
    }

.tab-black {
    background-color: black;
    border: 1px solid #ddd;
}

.nav-tabs, .nav-pills, .nav-tabsNoDrop {
    position: relative;
}

    .nav-tabs .tabWinter span p {
        color: #2e59be;
    }



/******************************** Call to action CTA *******************************/
.cta {
    margin-top: 3%;
    margin-bottom: 3%;
}

blockquote {
    background: #e1e1e1;
    border-left: 3px double #cd1d1f;
    color: #252f38;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 700;
    line-height: 1.8em;
    padding: 40px 60px;
    position: relative;
}

    blockquote.action {
        padding-right: 280px;
    }

    blockquote .btn {
        left: 100%;
        margin: 0 0 0 -260px;
        min-height: 38px;
        position: absolute;
        top: 40%;
        white-space: initial;
        width: 160px;
    }

/******************************** Tags Price *******************************/
.tags.price {
    background: #cd1d1f;
    color: #fff;
    float: right;
    font-size: 1.3em;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: -35px 0 0 0;
    padding: 0 10px;
    position: relative;
}

    .tags.price span {
        border-bottom: 20px solid transparent;
        border-right: 15px solid #cd1d1f;
        border-top: 20px solid transparent;
        display: block;
        height: 0;
        left: -15px;
        position: absolute;
        top: 0;
        width: 0;
    }

/******************************** Tags Certified *******************************/
.tags.certified {
    background: #96bc00;
    color: #fff;
    float: right;
    font-size: 1.3em;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: -35px 0 0 0;
    padding: 0 10px;
    position: relative;
}

    .tags.certified span {
        border-bottom: 20px solid transparent;
        border-right: 15px solid #96bc00;
        border-top: 20px solid transparent;
        display: block;
        height: 0;
        left: -15px;
        position: absolute;
        top: 0;
        width: 0;
    }

.tags.CouponSM {
    background: #96bc00;
    color: #fff;
    float: left;
    font-size: 0.6em;
    height: 18px;
    line-height: 17px;
    margin: 0px 0 0 0;
    padding: 0px 11px 0px 6px;
    position: relative;
    margin-left: 10px;
    border-radius: 3px 0 0 3px;
}

    .tags.CouponSM span {
        border-bottom: 8px solid transparent;
        border-right: 8px solid #fff;
        border-top: 10px solid transparent;
        display: block;
        height: 0;
        right: 0px;
        position: absolute;
        top: 0;
        width: 0;
    }

/******************************* Testimonial *******************************/
.testimonials {
    margin-top: 6%;
    margin-bottom: 0;
}

#carousel-testimonials {
    margin: 0 -15px;
    padding: 20px 0 0 0;
}

    #carousel-testimonials .testimonials-item {
        float: left;
        font-size: 0.8em;
        line-height: 1.7em;
        margin-bottom: 40px;
        min-height: 90px;
        padding: 0 20px 0 120px;
        position: relative;
        width: 50%;
    }

        #carousel-testimonials .testimonials-item .img {
            border: 5px solid #cd1d1f;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #cd1d1f;
            float: left;
            height: 90px;
            margin-left: -120px;
            overflow: hidden;
            width: 90px;
        }

        #carousel-testimonials .testimonials-item span {
            border: 6px solid #cd1d1f;
            border-bottom-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            height: 12px;
            left: 89px;
            position: absolute;
            top: 39px;
        }

        #carousel-testimonials .testimonials-item strong {
            color: #cd1d1f;
            display: block;
            float: right;
            font-style: italic;
            font-weight: 400;
            margin-top: 5px;
        }

    #carousel-testimonials .carousel-control {
        background: transparent;
        border: 1px solid #999;
        color: #999;
        font-size: 20px;
        height: 26px;
        left: 100%;
        line-height: 26px;
        margin: 0 0 0 -50px;
        position: absolute;
        top: -40px;
        width: 26px;
    }

        #carousel-testimonials .carousel-control.prev {
            margin: 0 0 0 -80px;
        }

        #carousel-testimonials .carousel-control i:before,
        #carousel-testimonials .carousel-control i:after {
            width: auto;
        }

        #carousel-testimonials .carousel-control:hover {
            background: #cd1d1f;
            color: #fff;
        }

        #carousel-testimonials .carousel-control.all {
            font-size: 0.8em;
            margin: 0 0 0 -130px;
            text-transform: uppercase;
            width: 75px;
        }


/****************************** Flickr Feed ********************************/
.flickr-feed {
    height: 154px;
    list-style: none;
}

    .flickr-feed li {
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
        margin: 3.5px;
    }

        .flickr-feed li:hover {
            border: 3px solid #cd1d1f;
            margin: 1.5px;
        }

.calculatorcontainer {
    padding: 20px;
    position: relative;
    /*width: 100% !important;*/
}

.calcresults {
    float: left;
    margin: 5px;
    width: 325px;
    font-size: 0.9em;
}


/**************************** Revolution Slider ****************************/
.bannercontainer {
    height: 100%;
    /*max-height: 501px !important;*/
    /*overflow: hidden;*/
    padding: 0;
    position: relative;
    width: 100% !important;
}

.bannercontainerHM .tp-leftarrow.default, .bannercontainerHM .tp-rightarrow.default {
    background: url("Img/slider/arrowsHM.png") no-repeat;
    height: 40px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 40px;
}

.tp-rightarrow.default {
    background: url("Img/slider/arrowsHM.png") no-repeat !important;
}

.bannercontainerHM .tp-leftarrow.default {
    background-position: -60px 0px !important;
}

    .tp-leftarrow.default:hover, .bannercontainerHM .tp-leftarrow.default:hover {
        background-position: -60px -60px;
    }

.bannercontainer .tp-bullets.simplebullets.round .bullet {
    background-image: url("Img/slider/bullet.png");
}

.bannercontainer .caption p {
    background: #000;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-size: 2.0em;
    font-weight: 700;
    height: 62px;
    line-height: 60px;
    margin-bottom: 90px;
    padding-right: 60px;
    text-transform: uppercase;
}

    .bannercontainer .caption p > span {
        background: #FFCC0A;
        color: #000;
        display: inline-block;
        font-size: 0.8em;
        margin: 0px 40px -10px 0px;
        position: relative;
        text-align: center;
        padding: 2px 3px 0px 18px;
    }

        .bannercontainer .caption p > span > span {
            border: 30px solid #FFCC0A;
            border-bottom-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            height: 62px;
            left: 100%;
            position: absolute;
            top: 0;
            width: 30px;
        }

.bannercontainerHM {
    height: 100%;
    /*max-height: 501px !important;*/
    /*overflow: hidden;*/
    padding: 0;
    position: relative;
    width: 100% !important;
}

    .bannercontainerHM .tp-bullets.simplebullets.round .bullet {
        background-image: url("Img/slider/bullet.png");
    }

    .bannercontainerHM .caption p {
        background: #000;
        color: #fff;
        font-family: 'Cabin', sans-serif;
        font-size: 2.0em;
        font-weight: 700;
        height: 62px;
        line-height: 60px;
        margin-bottom: 90px;
        padding-right: 60px;
        text-transform: uppercase;
    }


        .bannercontainerHM .caption p > span {
            background: #FFCC0A;
            color: #000;
            display: inline-block;
            font-size: 0.8em;
            margin: 0px 40px -10px 0px;
            position: relative;
            text-align: center;
            padding: 2px 3px 0px 18px;
        }

            .bannercontainerHM .caption p > span > span {
                border: 30px solid #FFCC0A;
                border-bottom-color: transparent;
                border-right-color: transparent;
                border-top-color: transparent;
                height: 62px;
                left: 100%;
                position: absolute;
                top: 0;
                width: 30px;
            }


    .bannercontainerHM .caption {
    }

    .bannercontainerHM .CaptionTitle {
        padding: 5px;
        width: initial;
        text-transform: uppercase;
        line-height: 55px;
        position: relative;
        font-size: 70px;
        color: #fff;
        font-weight: 300;
        font-style: italic;
        text-shadow: 2px 2px 2px #000;
    }

    .bannercontainerHM .CaptionTitleBold {
        font-weight: bold;
        color: #FFCC0A;
    }

    .bannercontainerHM .caption p {
        color: #000;
        font-size: 15px;
        line-height: 19px;
        text-transform: uppercase;
        text-align: left;
        white-space: normal;
        margin-top: 20px;
        background-color: #FFCC0A;
        padding: 10px;
        font-weight: bold;
    }

        .bannercontainerHM .caption p a:link {
            color: #cd1d1f;
            text-decoration: underline;
        }

        .bannercontainerHM .caption p > span {
            background: #FFCC0A;
            color: #000;
            display: inline-block;
            font-size: 0.8em;
            position: relative;
            text-align: right;
            padding: 20px 20px 21px 13px;
            float: left;
        }

            .bannercontainerHM .caption p > span > span {
            }

.bannerHM {
    height: 400px;
    visibility: hidden;
}

.slotholder {
    cursor: pointer;
}


.bgGrey {
    background-color: #F5F5F5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.containerBotBorder {
    border-top: 1px solid #ccc;
}

.bgYellow {
    background-color: #fff5cf;
}

.bgBlk {
    background-color: #292D30;
    color: #fff;
}

.bgGrey2 {
    background-color: #f4f4f4;
}

.bgGrey3 {
    background-color: #e1e1e1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.banner160 {
    background: #f4f4f4;
    color: white;
    letter-spacing: 3px;
    font-size: 12px;
}

/*********************************** Aside *********************************/
aside h3 {
    border: none;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

    aside h3:first-child {
        margin-top: 0;
    }

    aside h3 span {
        color: #cd1d1f;
    }

aside i {
    color: #000;
}

aside .row {
    margin-bottom: 0%;
}



/********************************* Car Model *******************************/
#carousel-car-model {
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    padding: 0 20px;
}

    #carousel-car-model .model {
        color: #4e4e4e;
        float: left;
        font-size: 0.7em;
        height: 80px;
        margin: 0 7px;
        padding: 15px 0;
        text-align: center;
        width: 97px;
    }

        #carousel-car-model .model img {
            margin: 0 auto;
            max-width: 72px;
        }

        #carousel-car-model .model span {
            display: block;
            height: 30px;
            line-height: 30px;
        }

        #carousel-car-model .model.active {
            border: 2px solid #cd1d1f;
            -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.1);
            box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.1);
        }

    #carousel-car-model .carousel-control {
        background: none;
        color: #cd1d1f;
        left: -10px;
        position: absolute;
        top: 18px;
        z-index: 3;
    }

        #carousel-car-model .carousel-control.next {
            left: 100%;
            margin-left: -32px;
        }



/******************************** Comments *********************************/
.container-comments .single-comment {
    padding-bottom: 1%;
    padding-left: 0;
    margin-bottom: 2%;
    float: left;
}

    .container-comments .single-comment img {
        background: #cd1d1f;
        float: left;
        margin-right: 10px;
        width: 20%;
    }

    .container-comments .single-comment h4 {
        font-size: 1em;
        font-weight: 600;
        margin: 0;
    }

        .container-comments .single-comment h4 a {
            color: #252f38;
        }

            .container-comments .single-comment h4 a:hover {
                color: #cd1d1f;
                text-decoration: none;
            }

    .container-comments .single-comment small {
        color: #252f38;
        display: block;
        font-size: 0.75em;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .container-comments .single-comment.reply {
        margin-left: 60px;
    }
/******************************** blog Comments *********************************/


/********************************** Forms **********************************/
div .form label {
    color: #4e4e4e;
    font-size: 0.9em;
    font-weight: 400;
}

.was_form .form-control {
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #767171;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.was_form .silver {
    background-color: #444444;
    border: 1px solid #282828;
    color: #fff;
    margin: 0;
}

.was_form .input-group-addon {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.was_form .input-group.date {
    float: left;
    width: 49%;
}

.was_form .slider-range {
    height: 100px;
    width: 100%;
}

    .was_form .slider-range .slider {
        width: 100%;
    }

        .was_form .slider-range .slider.slider-horizontal {
            width: 100%;
        }

            .was_form .slider-range .slider.slider-horizontal .slider-track {
                height: 5px;
                background: #fff;
                border: 1px solid #1b1c20;
                margin-top: -2px;
            }

            .was_form .slider-range .slider.slider-horizontal .slider-selection {
                background: transparent;
            }

            .was_form .slider-range .slider.slider-horizontal .slider-handle {
                background: #fff;
                border: 1px solid #000;
                margin-top: -9px;
                opacity: 1;
                -ms-filter: none;
                filter: none;
            }

    .was_form .slider-range .span_range {
        font-size: 0.8em;
        background: #2a2e31;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #f1f2f4;
        border: 1px solid #191d1e;
        height: 20px;
        padding: 0 15px;
    }

        .was_form .slider-range .span_range.min {
            float: left;
        }

        .was_form .slider-range .span_range.max {
            float: right;
        }

    .was_form .slider-range label {
        display: block;
        margin: 0 0 15px 0;
    }


/**************************** Vertical Form ************************/
.form-search {
    /*background: #e1e1e1;*/
    color: #000;
    margin: 0;
}

    .form-search label {
        color: #000;
    }

    .form-search h3 {
        background: #282828;
        border: none;
        color: #fff;
        font-size: 1.0em;
        margin: 0;
        padding: 10px 20px;
        text-transform: uppercase;
        text-align: left;
    }

    .form-search .group-options {
        border-bottom: 1px solid #EBEBEB;
        /*border-top: 1px solid #565759;*/
        padding: 10px 0px;
    }

        .form-search .group-options.fixed-height {
            max-height: 222px;
            overflow-y: scroll;
        }



        .form-search .group-options::-webkit-scrollbar {
            width: 9px;
            height: 9px;
        }

        .form-search .group-options::-webkit-scrollbar-button {
            width: 0px;
            height: 0px;
        }

        .form-search .group-options::-webkit-scrollbar-thumb {
            background: #e1e1e1;
            border: 0px none #ffffff;
            border-radius: 0px;
        }

            .form-search .group-options::-webkit-scrollbar-thumb:hover {
                background: #ffffff;
            }

            .form-search .group-options::-webkit-scrollbar-thumb:active {
                background: #c5c5c5;
            }

        .form-search .group-options::-webkit-scrollbar-track {
            background: #fff;
            border: 0px none #ffffff;
            border-radius: 0px;
        }

            .form-search .group-options::-webkit-scrollbar-track:hover {
                background: #666666;
            }

            .form-search .group-options::-webkit-scrollbar-track:active {
                background: #333333;
            }

        .form-search .group-options::-webkit-scrollbar-corner {
            background: transparent;
        }




        .form-search .group-options p {
            color: #000;
            display: inline-block;
            margin: 0px;
            text-align: right;
            /*width: 100px;*/
            font-weight: bold;
            text-transform: uppercase;
            line-height: 13px;
        }

        .form-search .group-options.normal {
            border-left: 5px solid #EBEBEB;
        }

        .form-search .group-options.active {
            border-left: 5px solid #FFCC0A;
        }

            .form-search .group-options.active p a {
                color: #000;
            }

        .form-search .group-options .checkbox-inline {
            width: 220px;
        }

        .form-search .group-options .form-group.select {
            margin: 0 0 17px;
            width: auto;
        }

            .form-search .group-options .form-group.select label {
                text-align: right;
                width: auto;
            }

            .form-search .group-options .form-group.select .form-control {
                width: 100%;
            }

.group-options .form-group.select2 {
    margin: 0 0 17px;
}

    .group-options .form-group.select2 label {
        width: 120px;
    }

.form-control-block {
    display: inline-block;
}

.form-control-select {
    width: 65%;
}

.form-search .group-options button[type=submit] {
    display: block;
    /*margin: 0 auto;*/
    padding-left: 20px;
}

    .form-search .group-options button[type=submit] i {
        border-left: 1px solid #fff;
        margin-left: 20px;
        padding-left: 10px;
    }

    .form-search .group-options button[type=submit]:hover {
        background: #cd1d1f;
        color: #fff;
    }

        .form-search .group-options button[type=submit]:hover i {
            border-left: 1px solid #fff;
            color: #fff;
        }

.form-search .slider-range {
    float: left;
    height: 70px;
    margin: 0 2% 0 0;
    width: 47%;
}

    .form-search .slider-range .slider.slider-horizontal {
        width: 70%;
        float: right;
    }

        .form-search .slider-range .slider.slider-horizontal .slider-handle {
            border: 1px solid #1a1e1f;
            background: #2a2e31;
        }

        .form-search .slider-range .slider.slider-horizontal .slider-track {
            background: #424347;
            border: 1px solid #1c1d21;
        }

    .form-search .slider-range label {
        width: 29%;
        float: left;
        text-align: right;
        padding: 34px 20px 0 0;
    }

    .form-search .slider-range span {
        margin: 0 0 15px 0;
    }

row.form-filter form-group select label {
    width: 100px;
}

.form-filter .group-options .form-group.select {
    margin: 7px 0 0 0;
    width: 240px;
}

.form-filter .group-options .form-group {
    height: 45px;
    width: 100%;
}

    .form-filter .group-options .form-group.select label {
        margin: 15px 0 0 10px;
        text-align: left;
        width: 70px;
        font-size: 12px;
        float: left;
    }

    .form-filter .group-options .form-group.select .form-control {
        margin: 0 0 0 3px;
        width: 140px;
        font-size: 12px;
    }


.radio-inline, .checkbox-inline {
    padding-left: 0;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

    .radio-inline.subs {
        margin-left: 10px;
        padding-left: 5px;
    }

.form-group span {
    font-weight: bold;
}

.form-search .group-options.check p a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.item-chkbx {
    -webkit-appearance: none;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c7c8ca;
    cursor: pointer;
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    margin-top: 1px;
}

    .item-chkbx:active, .item-chkbx:focus, .item-chkbx:hover {
        -webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,.25);
        box-shadow: inset 0 0 4px 0 rgba(0,0,0,.25);
        outline: 0;
    }

    .item-chkbx i {
        float: left;
        margin-left: -2px;
        color: #23527C;
    }

.fltrSvg img {
    width: 20px;
}

/********************************** Grid ***********************************/
.grid {
    display: inline-block;
    margin: 0;
}

    .grid .item-grid.lg {
        width: 100%;
        border: 0px;
        margin: 0px;
        border: 1px solid #fff;
    }

    .grid .item-grid.sm {
        width: 19%;
        border: 0px;
        margin: 0px;
        margin: 5px;
        border: 1px solid #f0f0f0;
        min-height: 251px
    }

    .grid .item-grid.hdr {
        width: 16%;
        border: 0px;
        margin: 0px;
        margin: 5px;
        border: 1px solid #f0f0f0;
    }

    .grid .item-grid.sm p {
        font-size: 0.7em;
        margin-top: 5px;
        line-height: 14px;
    }

    .grid .item-grid.xsm {
        width: 14%;
        border: 0px;
        margin: 5px;
        border: 1px solid #f0f0f0;
        min-height: 200px;
        margin-left: -6px;
        margin-right: 14px;
        margin-top: 5px;
    }

        .grid .item-grid.xsm p {
            font-size: 0.7em;
            margin-top: 5px;
            line-height: 14px;
        }


footer .grid .item-grid, footer .grid .item-grid a:link, footer .grid .item-grid a:hover, footer .grid .item-grid p a:link, footer .grid .item-grid p a:visited, footer .grid .item-grid a:link p {
    color: #000;
}

.chkCompare span {
    margin-top: 2px;
    display: block;
}

.thTitle {
    width: 80px;
}

.grid .item-grid.across span.prodBrand, .grid .item-grid span.prodBrand {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}

    .grid .item-grid.across span.prodBrand span, .grid .item-grid span.prodBrand span {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: bold;
        color: #000;
    }

.grid .item-grid.across .ribbonCategory span, .grid .item-grid .ribbonCategoryPackage span {
    color: rgba(0,0,0,0.5);
    font-size: 0.6em;
    text-transform: uppercase;
    margin-left: 4px;
}

.grid .item-grid.across span.specialoffer {
    color: #000;
    font-weight: bold;
    font-size: 10px;
}

    .grid .item-grid.across span.specialoffer a:link, .grid .item-grid.across span.specialoffer a:visited {
        font-size: 10px !important;
    }


.grid .item-grid {
    background: #fff;
    border: 1px solid #ccc;
    /*cursor: pointer;*/
    float: left;
    margin: 5px 5px;
    position: relative;
    width: 205px;
    /*-webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;*/
    overflow: hidden;
    /*min-height:530px;*/
}

    .grid .item-grid.across {
        background: #fff;
        border: 1px solid #ccc;
        /*cursor: pointer;*/
        float: left;
        margin: 5px 5px;
        position: relative;
        width: 100%;
        /*-webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;*/
        overflow: hidden;
        /*min-height:530px;*/
    }


    .grid .item-grid:hover {
        border: 1px solid #000;
    }

    .grid .item-grid .img {
        width: 90%;
        overflow: hidden;
        display: inline-block;
        margin: 10px;
    }

    .grid .item-grid .ribbon {
        border: 35px solid #2c4774;
        border-bottom-color: transparent;
        border-left-color: transparent;
        height: 70px;
        left: 100%;
        margin: 0 0 0 -70px;
        position: absolute;
        top: 0;
        width: 70px;
        z-index: 2;
    }

        .grid .item-grid .ribbon span {
            color: #fff;
            font-size: 0.6em;
            font-weight: 700;
            left: 100%;
            margin: -15px 0 0 -20px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 60px;
        }

    .grid .item-grid .ribbonWinter {
        border: 35px solid #fff;
        border-bottom-color: transparent;
        border-left-color: transparent;
        height: 70px;
        left: 100%;
        margin: 0 0 0 -70px;
        position: absolute;
        top: 0;
        width: 70px;
        z-index: 2;
    }

        .grid .item-grid .ribbonWinter span {
            color: #fff;
            font-size: 8px;
            font-weight: 700;
            left: 100%;
            margin: -34px 0 0 -15px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 60px;
            line-height: 10px;
        }

            .grid .item-grid .ribbonWinter span a:link, .grid .item-grid .ribbonWinter span a:visited {
                color: #999;
            }

            .grid .item-grid .ribbonWinter span a:hover {
                text-decoration: none;
                color: #00c8ff;
                -webkit-transition: 0.5s;
                -moz-transition: 0.5s;
                -o-transition: 0.5s;
                -ms-transition: 0.5s;
                transition: 0.5s;
            }

    .grid .item-grid .rimClr {
        font-size: 0.6em;
        padding-left: 5px;
        font-style: italic;
    }

    .grid .item-grid .ribbon.red {
        border-top-color: #cd1d1f;
        border-right-color: #cd1d1f;
    }

    .grid .item-grid .ribbon.grey {
        border-top-color: #4e4e4e;
        border-right-color: #4e4e4e;
    }

    .grid .item-grid .ribbonCategory {
        height: 35px;
        /*left: 100%;*/
        margin: 0 0 0 42px;
        position: absolute;
        /*top: 84px;*/
        width: 100%;
    }

        .grid .item-grid .ribbonCategory img, .pagetitle .ribbonCategory img {
            width: 30px;
            margin-top: 0;
            float: left;
        }

    .grid .item-grid .ribbonCategoryPackage {
        height: 35px;
        left: 100%;
        margin: 0 0 0 -35px;
        position: absolute;
        /*top: 50px;*/
        width: 40px;
    }

        .grid .item-grid .ribbonCategoryPackage img, .pagetitle .ribbonCategoryPackage img {
            width: 30px;
            margin-top: 0;
        }


    .grid .item-grid .ribbonCategoryV2 {
        float: left;
        position: relative;
        display: inline-block;
        margin: 0px 10px 10px 0px;
    }

        .grid .item-grid .ribbonCategoryV2 img {
            width: 25px;
            margin-top: 0;
            float: left;
        }

        .grid .item-grid .ribbonCategoryV2 span {
            color: rgba(0,0,0,0.5);
            font-size: 0.6em;
            font-weight: 700;
            text-transform: uppercase;
            margin-left: 6px;
        }


    .grid .item-grid .ribbonClassNew {
        height: 35px;
        margin: 0px 0 0 5px;
        float: left;
        position: absolute;
        /*top: 84px;*/
        width: 40px;
        background-repeat: no-repeat;
    }

        .grid .item-grid .ribbonClassNew span {
            color: rgba(0,0,0,0.5);
            font-size: 0.6em;
            font-weight: 700;
            left: 100%;
            /*margin: 93px 0 0 -107px;*/
            position: absolute;
            text-align: left;
            text-transform: uppercase;
            /*-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);*/
            width: 150px;
            margin-top: 14px;
            margin-left: 31px;
        }


.SelectVarient {
    width: 100% !important;
}

    .SelectVarient .price {
        color: #d9534f;
        margin: 5px;
    }

    .SelectVarient .dropdown-menu li a span, .SelectVarient button span {
        white-space: normal;
        margin: -1px;
    }

.bootstrap-select.btn-group .dropdown-menu li a {
    white-space: normal;
    font-size: 13px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: normal;
    line-height: 18px;
}

.select-pickerWHITE {
    border-bottom: 2px solid #767171;
    background-color: #FFF;
}

.gridVarient .item-gridVarient {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    position: relative;
    width: 100%;
    /*min-height:542px;*/
    margin: 0px 10px 10px 0px;
    box-shadow: 5px 5px #e1e1e1;
}

.item-gridVarient h4 {
    padding: 0px;
    color: #fff;
    background-color: #000;
    padding: 10px;
}

.gridVarient .item-gridVarientd:hover {
    border: 1px solid #000;
}

.gridVarient .item-gridVarient .img {
    width: 90%;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
}



.pagetitle .ribbonCategory {
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .pagetitle .ribbonCategory span {
        padding-left: 5px;
    }

.vehicleHook {
    width: 100%;
    color: #417F4B;
    padding: 10px;
    font-size: 12px;
    background-color: #d1e9d4;
    float: right;
}

.vehicleHookContent {
    float: left;
    height: 41px;
    padding: 3px 10px 3px 0px;
    font-size: 19px;
}

.vehicleHookContentName {
    font-weight: bolder;
    float: left;
}

.vehicleHookLbl {
    float: left;
}

.noFit {
    background-color: #f2dede;
    color: #cd1d1f
}

.findFit {
    background-color: #e1e1e1;
    color: #999
}

.grid .item-grid img {
    /*margin-top:20px;*/
}

.grid .item-grid .ribbonCategory span, .grid .item-grid .ribbonCategoryPackage span {
    color: rgba(0,0,0,0.5);
    font-size: 0.6em;
    /*left: 100%;*/
    /*margin: 50px 0 0 -53px;*/
    position: relative;
    text-align: left;
    text-transform: uppercase;
    /*-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);*/
    width: 150px;
    margin-left: 4px;
    float: left;
    clear: right;
    width: 125px;
}


.grid .item-grid .ribbonClass {
    height: 35px;
    margin: 0px 0 0 5px;
    float: left;
    position: absolute;
    /*top: 84px;*/
    width: 30px;
    /*background-image:url("www.1010tires.com/FE3Images/Icons/Tires-Class/passenger-cars.gif");
  background-repeat:no-repeat;*/
}

.grid .item-grid .ribbonClassPackage {
    height: 35px;
    margin: 0px 0 0 11px;
    float: left;
    position: absolute;
    /*top: 50px;*/
    width: 30px;
    /*background-image:url("www.1010tires.com/FE3Images/Icons/Tires-Class/passenger-cars.gif");
  background-repeat:no-repeat;*/
}

.grid .item-grid p a:link, .grid .item-grid p a:visited {
    color: #4e4e4e;
    font-weight: 100;
    margin-top: 10px;
    /*padding-left:5px;*/
}


.myrow {
    font-size: 0;
}

    .myrow > * {
        float: none;
        display: inline-block;
        font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
    }

        .myrow > *:last-child {
            vertical-align: bottom;
        }

    .myrow p:last-child {
        margin-bottom: 10px; /* optional */
    }

.ribbonClass img {
    width: 30px;
}

img.ribbonCategory {
    width: 30px;
}


.FilterObject {
    padding-top: 9px;
    font-weight: bold;
}

.grid .item-grid .ribbonClass span, .grid .item-grid .ribbonClassPackage span {
    color: rgba(0,0,0,0.5);
    font-size: 0.6em;
    font-weight: 700;
    left: 100%;
    /*margin: 93px 0 0 -107px;*/
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    /*-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);*/
    width: 150px;
    margin-top: 14px;
    margin-left: 40px;
}

.grid .item-grid .ribbonBuy {
    color: rgba(0,0,0,0.5);
    font-size: 0.75em;
    font-weight: 500;
    /*position: absolute;*/
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    /*top:290px;*/
    float: left;
}

.grid .item-grid .price {
    color: #cd1d1f;
    float: right;
    text-transform: none;
}

.grid .item-grid .priceItem {
    color: #CD1D1F;
    font-weight: 700;
    text-transform: none;
}

.grid .item-grid .attListItemRow {
    font-size: 1.0em;
}

.grid .item-grid .more {
    background: rgba(255,204,10,0.6);
    color: #fff;
    font-size: 4em;
    height: 257px;
    line-height: 210px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    z-index: 1;
}

    .grid .item-grid .more i {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: -200px;
        left: 50%;
        margin: 92px 0 0 -40px;
        position: absolute;
    }

.grid .item-grid p {
    font-size: 0.9em;
    /*font-weight: 700;*/
    /*height: 38px;*/
    line-height: 20px;
    margin: 2px 0 0 0;
    padding: 0px 5px 0px 5px;
    /*-webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;*/
}

.portfolio .item-grid p {
    font-size: 0.9em;
    /*font-weight: 700;*/
    /*height: 38px;*/
    line-height: 20px;
    margin: 10px;
    text-align: center;
    padding: 0px 5px 0px 5px;
}

.SectionHomeBase {
    margin: 0px;
    float: left;
    width: 49%;
    height: 145px;
    border: 1px solid #ebebeb;
    margin: 0px 6px 6px 1px;
    padding: 10px;
}

.SectionHomeType span {
    font-weight: 700;
    font-size: 0.8em;
    padding: 10px;
    text-transform: uppercase;
}

.SectionHomeType a, .SectionHomeType a:visited {
    color: #000;
}

.SectionHomeType img {
    width: 50px;
    float: right;
    margin: 30px 30px 30px 30px;
}

.SectionHomeType a:hover img {
    width: 60px;
    margin: 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.SectionHomeType p {
    padding: 10px;
}

.grid .item-grid p span {
    background: #e1e1e1;
    border-left: 1px solid #c9c9c9;
    display: inline-block;
    float: right;
    text-align: center;
    width: 95px;
}


.grid .item-grid .rate span {
    display: inline-block;
    float: left;
    height: 15px;
    text-align: left;
    width: 100%;
    font-size: 0.7em;
    padding-left: 10px;
}

.grid .item-grid:hover .more {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

    .grid .item-grid:hover .more i {
        top: 0;
    }

.grid .item-grid:hover p {
    color: #cd1d1f;
}

    .grid .item-grid:hover p span {
        color: #4e4e4e;
    }


.yellow {
    color: #FFCC0A;
}

.grid .item-grid .rate {
    font-size: 13px;
    height: 25px;
}

.chkCompare {
    margin: 0px 0px 0px 28px;
    float: left;
}

    .chkCompare.across {
        margin: 0px 11px 0px 0px;
        float: right;
    }

    .chkCompare label {
        font-size: 0.7em;
    }

.ManuLogo {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    float: left;
}

.recent-item-ul {
    overflow: hidden;
    white-space: normal;
}

.recent-item-li {
    width: 210px;
    font-size: 0.8em;
    float: none;
    display: inline-block;
    margin-top: 15px;
}

    .recent-item-li .img {
        max-height: 210px;
        overflow-y: hidden;
    }

.recent-item-li-title {
    margin-bottom: 15px;
}

.recent-item-li a:link {
    font-size: 12px;
}

/********************************** Brand Grid ***********************************/


.Brandgrid {
    display: inline-block;
    margin: 0;
}

    .Brandgrid .branditem-grid {
        border: 1px solid #ebebeb;
        cursor: pointer;
        float: left;
        margin: 0px 6px 6px 1px;
        position: relative;
        width: 150px;
        padding: 10px;
        background-color: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
    }

        .Brandgrid .branditem-grid .type {
            width: 100%;
        }

        .Brandgrid .branditem-grid .brandlogo {
            height: 55px;
            vertical-align: middle;
        }

    .Brandgrid .makeitem-grid {
        border: 1px solid #ebebeb;
        cursor: pointer;
        float: left;
        margin: 0px 6px 6px 1px;
        position: relative;
        width: 16%;
        padding: 10px;
        -webkit-transition: 3s;
        -moz-transition: 3s;
        -o-transition: 3s;
        -ms-transition: 3s;
        transition: 3s;
        overflow: hidden;
        font-weight: normal;
    }

        .Brandgrid .makeitem-grid.yellow {
            background-color: #FFCC0A;
            color: #000;
        }

            .Brandgrid .makeitem-grid.yellow p {
                border-right: 5px solid #000;
            }

                .Brandgrid .makeitem-grid.yellow p a:link, .Brandgrid .makeitem-grid.yellow p a:visited {
                    color: #000;
                    font-weight: bold;
                    text-decoration: underline;
                }


    .Brandgrid .makeitem-gridSml {
        cursor: pointer;
        float: left;
        position: relative;
        width: 16%;
        overflow: hidden;
        font-weight: normal;
    }

    .Brandgrid .makeitem-grid p {
        height: 52px;
        border-right: 5px solid #ccc;
        text-transform: uppercase;
    }


        .Brandgrid .makeitem-grid p a:link {
            font-size: 1.1em;
            line-height: 16px;
            margin: 2px 0 0 0;
            -webkit-transition: 1.5s;
            -moz-transition: 1.5s;
            -o-transition: 1.5s;
            -ms-transition: 1.5s;
            transition: 1.5s;
            text-align: left;
            float: left;
            padding-top: 2px;
        }

Brandgrid .makeitem-grid p a:hover {
}

.Brandgrid .makeitem-grid:hover {
    background-color: #e1e1e1;
}

.Brandgrid .makeitem-grid span {
    font-size: 0.8em;
    clear: both;
    float: left;
}

.Brandgrid .branditem-grid .brandmore {
    color: #fff;
    font-size: 4em;
    height: 208px;
    line-height: 210px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 1;
}

    .Brandgrid .branditem-grid .brandmore i {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: -200px;
        left: 50%;
        margin: 0 0 0 -45px;
        position: absolute;
    }

.Brandgrid .branditem-grid p {
    border: 1px solid #fff;
    font-size: 0.8em;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    margin: 2px 0 0 0;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
    text-align: center;
}

    .Brandgrid .branditem-grid p span {
        background: #e1e1e1;
        border-left: 1px solid #c9c9c9;
        display: inline-block;
        float: right;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 95px;
    }

.Brandgrid .branditem-grid:hover {
    border-color: #23527c;
}

    .Brandgrid .branditem-grid:hover .more {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

        .Brandgrid .branditem-grid:hover .more i {
            top: 0;
        }

    .Brandgrid .branditem-grid:hover p {
        color: #cd1d1f;
    }

        .Brandgrid .branditem-grid:hover p span {
            color: #4e4e4e;
        }









/******************************* List Groups *****************************/
ul.list-unstyled.sml {
    font-size: 14px;
}

    ul.list-unstyled.sml li {
        border: 0;
        padding: 5px;
    }

ul.list-unstyled a:link, .ul.list-unstyled a:hover {
    color: #000;
}


.list-group .list-group-item {
    background: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top-color: #ccc;
    font-size: 0.8em;
    margin: 0;
    padding: 7px;
}


.list-group-item.sml {
    position: relative;
    display: block;
    padding: 13px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item.sml.title {
        background-color: #EBEBEB;
        color: #fff;
    }

    .list-group-item.sml p {
        margin: 0px;
        line-height: 15px;
    }

        .list-group-item.sml p a:link {
            text-decoration: underline;
        }

.list-group.details .list-group-item {
    background: none;
    border: 0px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top-color: #ccc;
    font-size: 0.8em;
    margin: 0;
    margin-bottom: 0px;
    padding: 7px;
}

.list-group-item.active, .list-group-item.active:focus {
    font-weight: bold;
    color: #fff;
}

    .list-group-item.active:hover {
        background-color: #fff;
    }




.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.list-group .list-group-item:hover {
    /*background: none;
  border: 1px solid #cd1d1f;
  color: #cd1d1f;*/
}

.list-group.alt {
    background: #3e3f43;
    color: #e5e5e7;
}

    .list-group.alt h3 {
        background: #2a2e31;
        color: #FFCC0A;
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        margin: 0;
        text-transform: uppercase;
        width: 100%;
        padding: 10px;
    }

    .list-group.alt .list-group-item {
        background: none;
        border: none;
        border-bottom: 1px solid #2d2d2f;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-top: 1px solid #565759;
        color: #e5e5e7;
        font-size: 0.8em;
        margin: 0;
        padding: 7px;
    }

        .list-group.alt .list-group-item:hover {
            background: #2d2d2f;
            color: #ffcc0a;
        }

        .list-group.alt .list-group-item i {
            color: #808183;
        }

    .list-group.alt .list-group-item2 {
        background: none;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #e5e5e7;
        font-size: 0.8em;
        margin: 7px;
        padding: 7px;
    }

.list-group .price {
    color: #cd1d1f;
    margin-left: 10px;
    float: right;
}

.grid .item-grid .attribute {
    /*float:left;*/
}

.attribute a:link, .attribute a:visited {
    color: #000;
}

.grid .item-grid .attribute span {
    margin-right: 10px;
}

.attribute a:hover {
    color: #cd1d1f;
}

.list group .price {
    float: right;
}

.grid .item-grid .attListItem {
    clear: both;
    /*padding:2px 11px 6px 8px;*/
    width: 100%;
    float: left;
}

    .grid .item-grid .attListItem:hover {
    }

/******************************  Most Viewed  ******************************/
.most-viewed {
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 0 20px 0;
    width: 100%;
}

    .most-viewed a {
        color: #888;
        display: block;
    }

        .most-viewed a:hover {
            color: #222322;
        }

    .most-viewed span {
        color: #888;
        font-size: 0.9em;
        font-weight: normal;
    }

    .most-viewed div {
        float: left;
        height: 60px;
        margin-right: 10px;
        overflow: hidden;
        position: relative;
        width: 60px;
    }

        .most-viewed div img {
            width: 100%;
        }



/****************************** Pagination *********************************/
.pagination {
    /*background: #ebebeb;
  border: 1px solid #b0b0b0;*/
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    margin-right: 0;
    margin-left: 0;
}

    .pagination li a {
        background: none;
        border: 0px;
        color: #4e4e4e;
        font-weight: 700;
        padding: 11px;
    }

    .pagination > li > span.active {
        background-color: #FFCC0A;
        color: #000;
    }



.pg_nextprevious, .pg_next {
    border: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination li a:hover {
    color: #cd1d1f;
    text-decoration: underline;
}

.pagination li span {
    border: 0px;
    padding: 11px 12px
}

    .pagination li span :hover {
        background-color: none;
    }

.pagination > li > span.upsidedown:hover {
    background-color: #fff;
}

.pg_current span {
    background-color: #000;
    color: #FFCC0A;
}



/*********************************** News Posts *********************************/
.post {
    margin-bottom: 60px;
}

    .post h3, .post h3 a {
        color: #292d30;
    }

        .post h3 a:hover {
            color: #cd1d1f;
            text-decoration: none;
        }

    .post .info {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

        .post .info span:first-child {
            margin-left: 0
        }

        .post .info span {
            display: inline-block;
            font-size: 0.7em;
            margin: 0 12px;
        }

            .post .info span i {
                font-size: 1.5em;
                top: -3px;
            }

    .post .post-img {
        margin-bottom: 20px;
        position: relative;
    }

        .post .post-img .more {
            background: rgba(205,29,31,0.6);
            color: #fff;
            display: none;
            font-size: 5em;
            height: 100%;
            padding: 10% 0 0 0;
            position: absolute;
            text-align: center;
            width: 100%;
            text-decoration: none;
        }

        .post .post-img:hover .more {
            display: block;
        }

    .post footer {
        height: 34px;
        margin: 20px 0;
    }

        .post footer a {
            font-weight: 400;
        }

        .post footer .tags {
            color: #4e4e4e;
        }

            .post footer .tags a {
                color: #4e4e4e;
                font-size: 0.7em;
            }

                .post footer .tags a:hover {
                    color: #cd1d1f;
                    text-decoration: none;
                }

            .post footer .tags i {
                font-size: 1.2em;
            }

        .post footer .learnmore {
            color: #4e4e4e;
            display: block;
            font-size: 0.8em;
            height: 34px;
            line-height: 34px;
            text-transform: uppercase;
        }

            .post footer .learnmore:hover {
                color: #cd1d1f;
            }

            .post footer .learnmore i {
                font-size: 1.3em;
            }

    .post .img-author {
        float: left;
        margin: 10px 20px 10px 10px;
        max-width: 106px;
        max-height: 106px;
    }

    .post h4 {
        margin-top: 20px;
    }

/******************************* News small thumbnails *****************************/
.blog-small-thumbail h3 {
    margin-top: 0;
}

.blog-small-thumbail .post .post-img .more {
    font-size: 3em;
    padding: 15% 0 0;
}

.blog-small-thumbail .post .row {
    margin-left: 0;
}

    .blog-small-thumbail .post .row div {
        padding-left: 0;
    }

aside .row {
    margin-right: 0;
    margin-left: 0;
}


/******************************* Pricing Table *****************************/
.pricing-table {
    text-align: center;
}

    .pricing-table .title {
        background: #292d30;
        color: #ced0cd;
        display: block;
        font-size: 1.3em;
        font-weight: 600;
        min-height: 67px;
        padding: 18px;
    }

    .pricing-table .price {
        background: #dcdcdc;
        color: #282d30;
        font-size: 3.5em;
        font-weight: 600;
        line-height: 0.5em;
        margin: 0;
        min-height: 120px;
        padding: 25px;
    }

        .pricing-table .price small {
            font-size: 0.4em;
            padding: 0 5px 0 0;
        }

        .pricing-table .price span {
            display: block;
            font-size: 0.4em;
            font-weight: 400;
        }

    .pricing-table ul {
        background: #f1f1f1;
        padding: 20px;
    }

        .pricing-table ul li {
            color: #252f38;
            font-size: 0.9em;
            font-weight: 400;
            list-style: none;
            padding: 0.5em;
        }

            .pricing-table ul li .btn {
                background: #dcdcdc;
                color: #252f38;
            }

                .pricing-table ul li .btn:hover {
                    background: #cd1d1f;
                    color: #fff;
                }

    .pricing-table.active .price,
    .pricing-table:hover .price {
        background: #cd1d1f;
        color: #fff;
    }

.properties {
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: auto;
}

.centred {
    font-size: 13px;
}

.scrollPointerRight span {
    background-image: url("https://www.1010tires.com/App_Themes/Theme2/plugins/revolution/assets/arrow_right2.png");
    background-position-y: -20px;
    width: 12px;
    height: 12px;
    float: right;
    right: 6px;
    position: relative;
    margin-top: 7px;
}

.scrollPointerLeft span {
    background-image: url("https://www.1010tires.com/App_Themes/Theme2/plugins/revolution/assets/arrow_left2.png");
    background-position-y: -20px;
    width: 12px;
    height: 12px;
    float: right;
    right: 6px;
    position: relative;
    margin-top: 7px;
}

.scrollPointerRight {
    height: 100%;
    width: 25px;
    position: absolute;
    right: 0px;
    z-index: 1000;
    background: -moz-linear-gradient(left, rgba(158,158,158,0) 55%, rgba(154,154,154,0) 56%, rgba(0,0,0,0.49) 99%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(158,158,158,0) 55%,rgba(154,154,154,0) 56%,rgba(0,0,0,0.49) 99%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to right, rgba(158,158,158,0) 55%,rgba(154,154,154,0) 56%,rgba(0,0,0,0.49) 99%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e9e9e', endColorstr='#80000000',GradientType=1 );
}

.scrollPointerLeft {
    height: 100%;
    width: 25px;
    position: absolute;
    left: 0px;
    z-index: 1000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjOWU5ZTllIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(158,158,158,0) 38%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(158,158,158,0) 38%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(158,158,158,0) 38%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#009e9e9e',GradientType=1 );
}


    .scrollPointerRight:hover, .scrollPointerLeft:hover {
        cursor: move;
        background-color: #FFCC0A;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .scrollPointerRight:active, .scrollPointerLeft:active {
        background-color: rgba(0,0,0,0.5);
    }

/********************************** Search *********************************/
.no-pad {
    padding: 0px;
}

.SEProducts {
    margin-left: 5px;
}

.SEResultsRS {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 31px;
    margin: 8px;
}

.SEProductBrand {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.SEProductName {
    font-size: 14px;
}

.SEProductSKU {
    color: #ccc;
    font-size: 12px;
}

.header-search-btn:before {
    content: 'Search By Product, Type, Part #, Size, or Brand...';
    /* overflow: hidden; */
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.offcanvas-search {
    background-color: #f5f5f5;
}

.header-search-btn {
    /*background-color: #f7f7f7;*/
    border: 1px solid #414141;
    border-radius: 2px;
    color: #a7a7a7;
    cursor: pointer;
    display: block;
    font-size: 11px;
    line-height: 3.15;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 75px;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

    .header-search-btn:hover {
        color: #4e4e4e;
    }

    .header-search-btn > .icon {
        background: #414141;
        border-radius: 0 2px 2px 0;
        bottom: -1px;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        right: -2px;
        top: -1px;
        width: 55px;
        color: #a7a7a7;
    }

.iconMini {
    background: #414141;
    border-radius: 0 2px 2px 0;
    bottom: -1px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: -2px;
    top: -1px;
    width: 55px;
    color: #a7a7a7;
}

.searchResults {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.search input, .search button {
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: 34px;
}

.search button {
    border-left: none;
    color: #fff;
}


.gridSearch {
    display: inline-block;
    margin: 0;
}

    .gridSearch .item-grid {
        background: #fff;
        cursor: pointer;
        float: left;
        margin: 5px 5px;
        position: relative;
        width: 48%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        overflow: hidden;
    }

        .gridSearch .item-grid a:hover :not(.Add_to_Cart) {
            text-decoration: underline;
        }

        .gridSearch .item-grid .add_to_cart_container {
            padding-left: 75px;
        }

        .gridSearch .item-grid a:link,
        .gridSearch .item-grid a:visited:not(.btn.btn-sm.full) {
            color: #000;
        }

        .gridSearch .item-grid.lnk {
            margin-top: 25px;
        }

            .gridSearch .item-grid.lnk a:link, .gridSearch .item-grid.lnk a:visited {
                color: #337ab7;
            }

.gridSearch-results .item-grid {
    background: #fff;
    border: 1px solid #f0f0f0;
    font-size: 1.2em;
    float: left;
    margin: 5px 5px;
    padding: 10px;
    position: relative;
    width: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    overflow: hidden;
}

    .gridSearch-results .item-grid a:link,
    .gridSearch-results .item-grid a:visited:not(.btn.btn-sm.full) {
        color: #000;
    }

    .gridSearch-results .item-grid:hover {
    }


.CategoryGrid {
    display: inline-block;
    margin: 0;
}

    .CategoryGrid .branditem-grid {
        border: 1px solid #ebebeb;
        cursor: pointer;
        float: left;
        margin: 0px 6px 6px 1px;
        position: relative;
        width: 130px;
        padding: 10px;
        background-color: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        overflow: hidden;
    }

        .CategoryGrid .branditem-grid p {
            text-align: center;
            margin: 0;
        }

        .CategoryGrid .branditem-grid:hover {
            border-color: #23527c;
        }


/********************************* Services ********************************/
.services {
    margin-top: 6%;
    margin-bottom: 0;
}

#carousel-services {
    padding: 20px 0 0 0;
}

    #carousel-services .services-item {
        float: left;
        font-size: 0.8em;
        line-height: 1.7em;
        margin-bottom: 40px;
        min-height: 90px;
        padding: 0 0px 0 95px;
        max-width: 370px;
    }

        #carousel-services .services-item .ico {
            border: 5px solid #FFCC0A;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #767676;
            float: left;
            font-size: 3em;
            height: 70px;
            line-height: 70px;
            margin-left: -85px;
            text-align: center;
            width: 70px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            #carousel-services .services-item .ico .glyphicon {
                top: -1px;
            }

        #carousel-services .services-item strong {
            display: block;
            font-size: 1.3em;
            margin-bottom: 5px;
        }

        #carousel-services .services-item:hover .ico {
            border-color: #fff;
            -webkit-box-shadow: 0 0 0 7px #cd1d1f;
            box-shadow: 0 0 0 7px #cd1d1f;
        }

    #carousel-services .carousel-control {
        background: transparent;
        border: 1px solid #999;
        color: #999;
        font-size: 20px;
        height: 26px;
        left: 100%;
        line-height: 26px;
        margin: 0 0 0 -50px;
        position: absolute;
        top: -40px;
        width: 26px;
    }

        #carousel-services .carousel-control.prev {
            margin: 0 0 0 -80px;
        }

        #carousel-services .carousel-control i:before,
        #carousel-services .carousel-control i:after {
            width: auto;
        }

        #carousel-services .carousel-control:hover {
            background: #cd1d1f;
            color: #fff;
        }

.devinfo {
    margin-top: 3%;
    margin-bottom: 0;
}

.itemde {
    margin-bottom: 4%;
}

    .itemde:last-child {
        margin-bottom: 0;
    }

    .itemde h3 {
        margin-top: 0;
    }

    .itemde img {
        margin-bottom: 3%;
    }


#carousel-services .services-item .icoImg {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #767676;
    float: left;
    font-size: 3em;
    height: 70px;
    line-height: 70px;
    margin-left: -85px;
    text-align: center;
    width: 70px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.carousel-inner {
    overflow: visible;
}

    .carousel-inner.recent {
        overflow: hidden;
    }
/********************************* Home Reputation ********************************/
.hm-rep {
    padding: 20px 0 0 0;
}

    .hm-rep .services-item {
        float: left;
        font-size: 0.8em;
        line-height: 1.7em;
        margin-bottom: 40px;
        min-height: 90px;
        padding: 0 5px 0 80px;
        max-width: 350px;
    }

        .hm-rep .services-item .ico {
            border: 5px solid #FFCC0A;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #767676;
            float: left;
            font-size: 3em;
            height: 70px;
            line-height: 70px;
            margin-left: -85px;
            text-align: center;
            width: 70px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .hm-rep .services-item .ico .glyphicon {
                top: -1px;
            }

        .hm-rep .services-item strong {
            display: block;
            font-size: 1.3em;
            margin-bottom: 5px;
        }

        .hm-rep .services-item:hover .ico {
            border-color: #fff;
            -webkit-box-shadow: 0 0 0 7px #cd1d1f;
            box-shadow: 0 0 0 7px #cd1d1f;
        }


        .hm-rep .services-item .icoImg {
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #767676;
            float: left;
            font-size: 3em;
            height: 70px;
            line-height: 70px;
            margin-left: -85px;
            text-align: center;
            width: 70px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
/******************************** Social Icons *****************************/
.SContact {
    background-color: #1e2225;
}

.social {
    float: right;
    margin-top: 15px;
}

footer span.STitle.social {
    float: left;
    padding-right: 10px;
    margin-top: 9px;
}

ul.social {
    margin: -5px;
}

.social li {
    display: block;
    float: left;
    list-style: none;
    text-align: center;
}

    .social li a {
        display: block;
        font-size: 1.2em;
        height: 50px;
        line-height: 51px !important;
        margin: 0 3px 0 0;
        width: 50px;
        text-decoration: none;
        border-radius: 50%;
        border: 1px solid #484d53;
    }

        .social li a i {
            color: #979797;
        }

        .social li a:hover i {
            color: #fff;
        }

        .social li a.twitter:hover {
            background: #00aced;
        }

        .social li a.facebook:hover {
            background: #3b5998;
        }

        .social li a.gplus:hover {
            background: #dd4b39;
        }

        .social li a.linkedin:hover {
            background: #007bb6;
        }

        .social li a.pinterest:hover {
            background: #cb2027;
        }

        .social li a.vimeo:hover {
            background: #aad450;
        }

        .social li a.play:hover {
            background: #b00;
        }

        .social li a.instagram:hover {
            background: #517fa4;
            background: #ff0084;
        }








/************************************ Home *********************************/
#home .advanced {
    color: #a2a6a9;
}

#home .src {
    margin: 0;
}

#home .title {
    font-size: 1.3em;
    text-transform: uppercase;
}

#home .list-group {
    margin-bottom: 0px;
    margin: 6px 0px 0px 0px;
}

#home .list-group-item {
    color: #fff;
    float: right;
    color: #999;
    width: 50%;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

    #home .list-group-item span {
        font-weight: 100;
    }

    #home .list-group-item a:link, #home .list-group-item a:visited {
        color: #aca899;
    }

    #home .list-group-item .popular-item {
        height: 95px;
    }

        #home .list-group-item .popular-item img {
            float: left;
            margin: -10px 5px 20px 25px;
            max-width: 115px;
        }

        #home .list-group-item .popular-item strong {
            display: block;
            margin-top: 30px;
        }

    #home .list-group-item .hot-item img {
        margin: 3%;
        width: 94%;
    }

    #home .list-group-item .hot-item strong {
        display: block;
        float: left;
        margin-top: 5px;
    }

    #home .list-group-item .hot-item span {
        display: block;
        float: right;
        margin-top: 5px;
        text-align: right;
    }

.intoduction {
    margin-top: 3%;
    margin-bottom: 3%;
}

.introform {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 3%;
    padding-bottom: 1%;
}

/*********************************** Buy a Car Page ***********************************/
.form-search .group-options {
    padding: 10px;
}

    .form-search .group-options .form-group {
        height: 45px;
        /*width: 100%;*/
    }

        .form-search .group-options .form-group.select label {
            text-align: left;
            width: 85px;
        }

        .form-search .group-options .form-group.select .form-control {
            margin: 0 0 0 3px;
            /*width: 140px;*/
        }

    .form-search .group-options p {
        text-align: left;
    }

.form-search .checkbox-inline {
    margin: 0 0 0 20px;
}

    .form-search .checkbox-inline p {
        display: block;
        margin: 0 0 25px;
    }

    .form-search .checkbox-inline span {
        display: inline-block;
        text-align: center;
        width: 50px;
    }

.form-search .slider-range {
    width: 100%;
    height: 120px;
}

    .form-search .slider-range .slider.slider-horizontal {
        width: 100%;
    }

    .form-search .slider-range label {
        width: 100%;
        text-align: left;
        float: none;
        padding: 0;
    }

.form-search .radio-inline {
    /*margin-left:20px;*/
    width: 100%;
}

.carform {
    margin: 10px;
    width: 100%;
}

/*********************************** Featured Car ***********************************/
.new-sale {
    background: #e1e1e1;
    margin: 0 0 4% 0;
}

    .new-sale .img {
        padding: 0;
        border-right: 1px solid #ebebeb;
    }

    .new-sale h3 {
        border: none;
        font-size: 1.1em;
    }

    .new-sale .btn {
        font-size: 0.7em;
        padding-right: 14px;
        padding-left: 14px;
    }



/********************************** Sell ***********************************/
.sellform {
    margin-top: 3%;
    margin-bottom: 0;
}

    .sellform .btn.info {
        color: #fff;
        margin-left: 0;
    }



/******************************* Single News *******************************/
#snews #carousel-recent-posts .carousel-control {
    background: none;
    color: #252f38;
    left: 100%;
    margin: 0 0 0 -55px;
    position: absolute;
    top: -50px;
}

    #snews #carousel-recent-posts .carousel-control:hover {
        color: #cd1d1f;
    }

    #snews #carousel-recent-posts .carousel-control.next {
        margin: 0 0 0 -42px;
    }

#snews #carousel-recent-posts .recent-posts {
    border-bottom: 1px solid #ccc;
    float: left;
    height: 305px;
    margin: 0 9px;
    width: 270px;
}

    #snews #carousel-recent-posts .recent-posts:first-child {
        margin-left: 0;
    }

    #snews #carousel-recent-posts .recent-posts:last-child {
        margin-right: 0;
    }

    #snews #carousel-recent-posts .recent-posts a {
        color: #252f38;
        display: block;
        font-size: 1.2em;
        font-weight: 600;
        margin: 10px 0 0 0;
    }

        #snews #carousel-recent-posts .recent-posts a:hover {
            color: #cd1d1f;
            text-decoration: none;
        }

    #snews #carousel-recent-posts .recent-posts span {
        display: block;
        font-size: 0.7em;
        margin: 0 0 10px 0;
    }



/****************************** Advanced Search ****************************/
#asearch .btn.alt {
    background: #ebebeb;
    border: none;
    color: #4e4e4e;
    margin: 0 0 0 20px;
}

    #asearch .btn.alt:hover {
        background: #cd1d1f;
        color: #fff;
    }

#asearch label {
    font-weight: 600;
}

#asearch .radio label {
    font-weight: 400;
}



/********************************** About **********************************/
.company {
    margin-top: 0;
    margin-bottom: 6%;
}

.team strong,
.manager strong {
    display: block;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

    .team strong em,
    .manager strong em {
        font-size: 0.9em;
        font-weight: 400;
    }

.team footer,
.manager footer {
    margin: 10px 0 0 0;
}

    .team footer a,
    .manager footer a {
        color: #a1a1a1;
        margin: 0 3px;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .team footer a:first-child,
        .manager footer a:first-child {
            margin-left: 0;
        }

        .team footer a:hover,
        .manager footer a:hover {
            color: #cd1d1f;
        }

.team strong,
.team footer {
    margin: 0;
}

.history {
    margin-top: 3%;
    margin-bottom: 0;
}

.userdetail {
    float: left;
    display: block;
    margin-bottom: 2%;
    width: 100%;
}




/*********************************** Car ***********************************/
#car #map {
    height: 365px;
}

#car iframe {
    width: 100%;
}

#car .btn {
    margin: 0;
}

.extrainfo {
    margin-top: 4%;
    margin-bottom: 0;
}

    .extraInfo h2 {
        padding: 6px;
    }

#car #carousel-interested .carousel-control {
    background: none;
    color: #252f38;
    left: 100%;
    margin: 0 0 0 -55px;
    position: absolute;
    top: -50px;
}

    #car #carousel-interested .carousel-control:hover {
        color: #cd1d1f;
    }

    #car #carousel-interested .carousel-control.next {
        margin: 0 0 0 -42px;
    }

#car #carousel-interested .interest-item {
    float: left;
    margin: 0 1%;
    position: relative;
    width: 31%;
}

    #car #carousel-interested .interest-item:first-child {
        margin-left: 0;
    }

    #car #carousel-interested .interest-item:last-child {
        margin-right: 0;
    }

    #car #carousel-interested .interest-item .more {
        background: rgba(205,29,31,0.6);
        color: #fff;
        display: none;
        font-size: 5em;
        height: 100%;
        padding: 17% 0 0 0;
        position: absolute;
        text-align: center;
        width: 100%;
        text-decoration: none;
    }

    #car #carousel-interested .interest-item:hover .more {
        display: block;
    }

#car #carousel-car {
    position: relative;
}

    #car #carousel-car .carousel-control {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -21px 0 0 0;
        z-index: 10;
    }

        #car #carousel-car .carousel-control.next {
            left: 100%;
            margin-left: -30px;
        }


/********************************* Contact *********************************/

#contact {
    margin-top: -4%;
}

    #contact #map {
        height: 525px;
        margin-bottom: 4%;
    }

    #contact p {
        margin-bottom: 3em;
    }

    #contact button {
        margin-left: 0;
    }




/********************************* Pricing table *********************************/
.pricing-tables-main:first-child {
    margin-bottom: 6%;
    display: block;
    float: left;
}

.pricing-tables {
    border: 1px solid #EEEEEE;
    float: left;
    position: relative;
    width: 24%;
}

    .pricing-tables .title {
        background-color: #454545;
        border-bottom: 1px solid #818181;
        border-top: 3px solid #292D30;
        color: #FFFFFF;
        float: left;
        font-size: 18px;
        font-weight: normal;
        padding: 12px 0 10px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .pricing-tables .price {
        background-color: #636363;
        color: #FFFFFF;
        float: left;
        font-size: 40px;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

        .pricing-tables .price i {
        }

    .pricing-tables .cont-list {
        background-color: #F9F9F9;
        border-bottom: 3px solid #FFFFFF;
        border-top: 3px solid #FFFFFF;
        color: #727272;
        float: left;
        text-align: center;
        width: 100%;
    }

        .pricing-tables .cont-list ul {
            margin: 0;
            padding: 0;
        }

        .pricing-tables .cont-list li {
            border-bottom: 1px solid #FFFFFF;
            line-height: 1;
            list-style-type: none;
            margin: 0;
            padding: 20px 0;
        }

            .pricing-tables .cont-list li.last {
                border: medium none;
            }

    .pricing-tables .ordernow {
        background-color: #E3E3E3;
        color: #FFFFFF;
        float: left;
        padding: 0;
        text-align: center;
        width: 100%;
        padding: 10px;
    }

.button.darkgray {
    background-color: #292D30;
    color: #FFFFFF;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}

.pill-button li {
    display: inline;
}

.pill-button {
    padding-left: 0;
    margin: 0px 5px;
    text-align: center;
    list-style: none;
}

    .pill-button li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        margin: 2px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
        font-size: 14px;
        float: left;
    }

        .pill-button li > a.active, .pill-button li > a.active:hover {
            cursor: default;
            text-decoration: none;
            color: #000;
            font-weight: bold;
        }

    .pill-button .span {
        color: #10a33b;
    }

/*************** helight ************/
.pricing-tables-helight {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
    width: 50%;
}

    .pricing-tables-helight .title {
        background-color: #ffc40a;
        border-bottom: 1px solid #FFD656;
        border-top: 3px solid #CC9D08;
        color: #000;
        float: left;
        font-size: 18px;
        font-weight: normal;
        margin-top: -10px;
        padding: 19px 0 21px 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .pricing-tables-helight .price {
        background-color: #FFE8AC;
        color: #000;
        float: left;
        font-size: 45px;
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

        .pricing-tables-helight .price i {
            color: #000;
            display: block;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            margin-top: 20px;
        }

        .pricing-tables-helight .price p {
            color: #4e4e4e;
            display: block;
            padding: 10px;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
        }

    .pricing-tables-helight .cont-list {
        background-color: #F9F9F9;
        border-bottom: 3px solid #FFFFFF;
        border-top: 3px solid #FFFFFF;
        color: #727272;
        float: left;
        text-align: center;
        width: 100%;
    }

        .pricing-tables-helight .cont-list ul {
            margin: 0;
            padding: 0;
        }

        .pricing-tables-helight .cont-list li {
            border-bottom: 1px solid #FFFFFF;
            line-height: 1;
            list-style-type: none;
            margin: 0;
            padding: 7px 0;
            color: #000;
        }

            .pricing-tables-helight .cont-list li.last {
                border: medium none;
            }

    .pricing-tables-helight .ordernow {
        background-color: #EEEEEE;
        color: #FFFFFF;
        float: left;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

.button.small.colorchan {
    background-color: #cd1d1f;
    color: #FFFFFF;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.3em;
}

.pricing-tables.three {
    width: 32%;
}

.pricing-tables.two {
    width: 40%;
}

.pricing-tables-helight.middle {
    width: 36%;
}

.symbol-OR {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 80px;
}


/************************ Footer ************************/


footer {
    color: #c3c3c1;
    font-weight: 300;
    margin-top: 1%;
}

    footer a {
        font-weight: 300;
    }

    footer .STitle, .STitle {
        color: #FFCC0A;
        font-size: 1.2em;
        margin-bottom: 5px;
        margin-top: 15px;
        padding-left: 0px;
        text-transform: uppercase;
        display: block;
        font-weight: bold;
    }

        footer .STitle a:link, footer .STitle a:visited, .STitle a:visited, .STitle a:link {
            color: #FFCC0A;
            font-weight: bold;
        }

        footer .STitle a:hover {
            color: #fff;
        }

    footer .STitleDD {
        color: #FFF;
        font-size: 1.2em;
        margin-bottom: 5px;
        margin-top: 15px;
        padding-left: 0px;
        text-transform: uppercase;
        display: block;
        font-size: 10pt;
    }

        footer .STitleDD a:link, footer .STitleDD a:visited, .STitleDD a:visited, .STitleDD a:link {
            color: #FFF;
            font-weight: bold;
        }

        footer .STitleDD a:hover {
            color: #fff;
        }

    footer p {
        color: #c3c3c3;
        font-size: 0.9em;
    }

    footer .topfoot {
        background: #f5f5f5;
        border-top: 2px solid #e5e5e5;
        padding: 10px;
    }

        footer .topfoot img.paytypes {
            height: 35px;
            width: 265px;
        }

.footer_copyright_payments {
    float: right;
    margin-bottom: -5px;
    padding-top: 0;
}

    .footer_copyright_payments :last-child {
        margin-right: 0;
    }

    .footer_copyright_payments li {
        display: inline-block;
        margin-right: 4px;
        width: 55px;
    }


ul.footer-brand {
    /*width: 30em;*/ /* room for 3 columns */
    clear: right;
    display: inline-block;
}

    ul.footer-brand li {
        float: left;
        width: 13.0em; /* accommodate the widest item */
        height: 2.5em;
        list-style-type: none;
        margin-bottom: 2px;
    }

ul.footer-contact {
    width: 30em; /* room for 3 columns */
    clear: right;
}

    ul.footer-contact li {
        float: left;
        width: 14.0em; /* accommodate the widest item */
        height: 2.0em;
        list-style-type: none;
        line-height: 1.7em !important;
        margin-bottom: 2px;
    }

.ul.footer-tech {
    width: 30em; /* room for 3 columns */
    clear: right;
}

ul.footer-tech li {
    float: left;
    width: 17.6em; /* accommodate the widest item */
    list-style-type: none;
    margin-bottom: 2px;
}

.footer_trust {
    margin-bottom: 0px;
    padding-top: 10px;
}

footer .middlefoot .footer_trust li, footer .topfoot .footer_trust li {
    display: inline-block;
    margin-right: 15px;
}

.TrustBG {
    padding: 5px !important;
    color: #fff;
}

    .TrustBG span {
        color: #fff;
    }

.shopperapproved {
    width: 200px;
}

.siteseal {
    width: 130px;
}

.fitmentGuarantee {
    width: 110px;
}

ul#filter {
    float: left;
    font-size: 16px;
    list-style: none;
    margin-left: 0;
    width: 100%;
}

    ul#filter li {
        border-right: 1px solid #dedede;
        float: left;
        line-height: 16px;
        margin-right: 10px;
        padding-right: 10px;
    }

        ul#filter li:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

    ul#filter a {
        color: #999;
        text-decoration: none;
    }

        ul#filter li.current a, ul#filter a:hover {
            text-decoration: underline;
        }

    ul#filter li.current a {
        color: #ef0200;
        font-weight: bold;
    }


footer .topfoot h2, footer .topfoot h2 a:link, footer .topfoot h2 a:visited {
    font-size: 1.3em;
    color: #767676;
    font-weight: normal;
    border-left: none;
    margin: 13px 0 0 0;
}


footer .topfoot .carousel-inner {
    margin: 42px 4%;
    text-align: center;
    width: 92%;
}

    footer .topfoot .carousel-inner .item > div {
        display: inline-block;
        margin: 0 18px;
        width: 140px;
    }

    footer .topfoot .carousel-inner .item div:first-child {
        margin-left: 0;
    }

    footer .topfoot .carousel-inner .item div:last-child {
        margin-right: 0;
    }

footer .topfoot .carousel-control {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
}

    footer .topfoot .carousel-control.control-right {
        left: 100%;
        margin-left: -42px;
    }

footer .middlefoot {
    background-color: #292d30;
    color: #fff;
    font-size: 0.8em;
    padding: 1% 0 5px 0;
}

    footer .middlefoot .row {
        margin: 0;
    }

    footer .middlefoot .bread-top {
        border-bottom: 1px solid #33373a;
        color: #c2c3c5;
        font-size: 0.9em;
        font-weight: 400;
        margin: 0 0 0x 0;
        padding: 15px 0;
    }

        footer .middlefoot .bread-top a {
            color: #fff;
            font-weight: 400;
        }

            footer .middlefoot .bread-top a:hover {
                color: #FFCC0A;
                text-decoration: none;
            }

        footer .middlefoot .bread-top .go-top {
            text-align: right;
        }

    footer .middlefoot ul li {
        line-height: 2.5em;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .middlefoot ul li a {
            color: #979797;
            line-height: 1.3em;
        }

            footer .middlefoot ul li a:hover {
                color: #FFCC0A;
                text-decoration: none;
            }

        footer .middlefoot ul li i {
            color: #FFCC0A;
            font-size: 1.2em;
        }

    footer .middlefoot ul.hours li {
        border-bottom: 1px solid #34373a;
        line-height: 4em;
    }

        footer .middlefoot ul.hours li i {
            line-height: 2.3em;
        }

    footer .middlefoot .about a {
        color: #fff;
        font-style: italic;
    }

        footer .middlefoot .about a:hover {
            color: #cd1d1f;
        }

        footer .middlefoot .about a span {
            margin: 0 5px;
        }

        footer .middlefoot .about a i {
            font-size: 1.5em;
        }

    footer .middlefoot .recent-news {
        font-weight: 700;
        margin: 0 0 20px 0;
        min-height: 70px;
    }

        footer .middlefoot .recent-news a {
            color: #fff;
            display: block;
            font-size: 0.9em;
            margin: 0 0 10px 0;
        }

        footer .middlefoot .recent-news:hover a {
            color: #cd1d1f;
            text-decoration: none;
        }

        footer .middlefoot .recent-news:hover div .post-icon {
            background: #cd1d1f;
        }

        footer .middlefoot .recent-news span {
            font-size: 0.9em;
            font-weight: normal;
        }

        footer .middlefoot .recent-news div {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            float: left;
            height: 70px;
            margin-right: 10px;
            overflow: hidden;
            position: relative;
            width: 80px;
        }

            footer .middlefoot .recent-news div .post-icon {
                background: rgba(100,100,100,0.5);
                color: #222322;
                font-size: 1.5em;
                height: 100%;
                left: 0;
                padding: 1em;
                position: absolute;
                text-align: center;
                top: 0;
                width: 100%;
            }

            footer .middlefoot .recent-news div img {
                width: 100%;
            }

footer .bottomfoot {
    background: #1e2225;
    color: #c3c3c1;
    min-height: 75px;
}

    footer .bottomfoot .row {
        margin: 0;
    }

    footer .bottomfoot p {
        font-size: 0.8em;
        line-height: 12px;
        margin-top: 19px;
    }

        footer .bottomfoot p span {
            color: #ffd302;
        }

        footer .bottomfoot p a:link, footer .bottomfoot p a:visited {
            color: #c3c3c3;
        }

.footer-menu a {
    line-height: 10px;
}

footer .CallNow {
    font-size: 1.3em;
    color: #767676;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

    footer .CallNow a:hover, .CallNow a:visited {
        cursor: copy;
        color: #767676 !important;
        text-decoration: none;
    }


footer .group-options {
    color: #000;
    display: inline-block;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
}

.trust {
    margin-top: 12px;
    border-top: 1px solid #4e4e4e;
    text-align: center;
}

siteseal {
    width: 131px;
}

.bread-top .breadcrumbstop {
    font-size: 0.7em;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #999;
}

    .bread-top .breadcrumbstop a:link, .breadcrumbstop a:hover, .breadcrumbstop a:visited {
        color: #999;
        text-decoration: underline;
    }


/************************ Details ************************/

.details-list li {
    font-size: 0.8em;
    line-height: 1.8em;
    margin-bottom: 10px;
    margin-left: 30px;
}

.TSAP_HEADER {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    border: 1px solid #f0f0f0;
    text-transform: uppercase;
}

    .TSAP_HEADER a {
        color: #000;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
    }

        .TSAP_HEADER a:hover {
            color: #cd1d1f;
        }

.TSAP_ITEMSTYLE {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 0px solid #f0f0f0;
    font-size: 10pt;
    vertical-align: initial;
}

.TSAP_RowStyle:hover {
    background-color: #FFFDEA;
}

.TSAP_RowStyle:nth-child(odd) {
    background-color: #F9F9F9;
}

    .TSAP_RowStyle:nth-child(odd):hover {
        background-color: #FFFDEA;
    }

.TSAP_ITEMSTYLE_PRICE {
    color: #cd1d1f;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
    font-size: small;
}

.TSAP_RowStyle {
    border: 1px solid #f0f0f0;
}

.TSAP_BUY {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
/* Tire Rate */

.rateItem span {
    text-wrap: none;
}

.reviewRating li {
    background: URL(Images/ReviewRating/stars.png) no-repeat right top;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 13px;
}


.reviewrating l .reviewRating li.full {
    background-position: 0;
}

.reviewRating li.half {
    background-position: 0 -13px;
}

.reviewRating li.empty {
    background-position: 0 -26px;
}

.PR1 .EmptyStarCssClass {
}

.compositeRatings {
    width: 100%;
    background-color: #EAEAEA;
}

.reviewRatingBars li.full {
    background-position: 0 0;
}

.reviewRatingBars li.half {
    background-position: 0 -6px;
}

.reviewRatingBars li.empty {
    background-position: 0 -12px;
}

.ratingBar {
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    width: 100%;
}

.rating-Bar {
    border-bottom: 1px dashed #e1e1e1;
    height: 25px;
    float: left;
    width: 75%;
    padding-right: 10px;
}

    .rating-Bar img {
        height: 5px;
    }

.bar {
}

    .bar img {
        height: 10px;
        margin-top: 10px;
        background-color: #A8A8A8;
        border-right: 3px solid #cd1d1f;
    }

.rateItem {
    font-size: 12px;
}

    .rateItem span {
        float: left;
        width: 25%;
        white-space: nowrap;
        padding-top: 4px;
    }

.smallText span {
    font-weight: bold;
    font-size: 1.0em
}

.overallstar {
    font-size: 2.0em;
    width: 100%;
    float: left;
}

.overallstar {
    text-align: center;
}

.compositeRatings td {
    padding: 5px;
}

.reviewline {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



.reviewRatingBars li {
    background: URL(../img/testimonials/bars.gif) no-repeat right top;
    float: left;
    display: block;
    margin: 0;
    width: 13px;
    height: 6px;
    margin-right: 1px;
}

#tblResults {
    font-size: 0.9em;
}

/* TOPS */
.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.padding-left-25 {
    padding-left: 25px;
}

.icoPkg {
    width: 24px;
    float: left;
    margin: -2px 6px 10px;
}

.pkgDesc {
    font-size: 0.8em;
    font-weight: bold
}

#tab-car2 > li.tabRecommend > a {
    background-color: #cbffbf;
}

#tab-car2 > li.tabExtreme > a {
    background-color: #ffd7d7;
}

#tab-car2 > li.tabExtreme.active > a, #tab-car22 > li.tabRecommend.active > a {
    background-color: #fff;
}


#tab-car22 > li.tabRecommend > a {
    background-color: #cbffbf;
}

#tab-car22 > li.tabExtreme > a {
    background-color: #ffd7d7;
}

#tab-car22 > li.tabExtreme.active > a, #tab-car22 > li.tabRecommend.active > a {
    background-color: #fff;
}

#tab-car22 > li.tabExtreme a:hover {
    background-color: #FFCC0A;
}


.tabFrontRear {
    font-size: 0.8em;
    float: left;
    padding-bottom: 10px;
}

.LI {
    float: right;
}


.P01 {
    float: right;
}

    .P01 a {
        color: #0000ee;
        font-size: small;
    }

.currencyPanel img {
    width: 25px;
}

.recent-item-li .ratestars {
    padding-right: 10px;
    text-wrap: none;
    float: none;
}

.ratestars {
    float: left;
    padding-right: 10px;
    text-wrap: none;
}

.ratestarsLG {
    font-size: 19px;
}

.icon-starLG {
    font-size: 1.2em;
}

.reviewRatingBars {
    float: right;
}

.empty {
    color: #d7d7d7;
}

.link-inline a {
}

.link-inline span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    float: left;
}

.link-inline a {
    color: #555;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    margin-left: -20px;
    font-size: 14px;
}


    .link-inline a:hover {
        color: #000;
    }

.SearchReviewsIndex {
    min-width: 150px;
}

.lblCount {
    text-align: center;
    color: Gray;
}

.lblBox.red {
    border-radius: .25em;

    color: #d9534f;
    padding: 5px;
    margin-left: 5px;
}

.p11_01 {
    font-weight: normal !important;
}

    .p11_01 img {
        width: auto;
    }

.VehicleSearch {
    border: 1px solid #CDCDCD;
    background-color: #e6e6e6;
    padding: 8px;
    line-height: 10px;
}

    .VehicleSearch a:link {
        text-decoration: none;
        font-size: 10px;
        color: #595959;
    }

    .VehicleSearch a:hover {
        text-decoration: underline;
        color: #0072BC;
    }

.lblWAS {
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
}

    .lblWAS label {
        padding: 2px 0px 0px 7px;
        width: 75px;
        float: left;
    }

    .lblWAS input {
        float: left;
    }

.lblWASList {
    width: 25%;
    min-width: 75px;
    line-height: 16px;
    float: left;
}

    .lblWASList label {
        padding: 1px 2px 3px 4px;
        font-weight: 300;
        width: 38px;
        float: left;
    }

    .lblWASList input {
        float: left;
    }

.lblWASRadio radio {
    float: left;
}

.lblWASRadio label {
    font-size: 12px;
    padding-left: 5px;
}

.lblWASRadio {
    font-size: 12px;
}

.accordion {
    font-weight: bold;
    font-size: 14px;
}

    .accordion :hover {
        text-decoration: pointer;
    }

.quickPadd {
    font-size: 12px;
    padding: 5px;
}

.price {
    color: #F40303;
    clear: both;
}

.priceFA {
    font-weight: bold;
    font-size: 16px;
    color: #4e4e4e;
}

.bg-warning {
    background-color: #fcf8e3;
    padding: 10px;
    font-weight: bold;
    color: #d9534f;
}

/*.alert-warning
{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}*/


.PR1 .sortBar {
    background: URL('FE3Images/CustomerReviewsAndRatings/sort-bar-background.jpg') repeat-x left top;
    text-align: right;
    padding-right: 5px;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

.PR1 .Row2Cell1 {
    text-align: center;
    border-right: solid 2px #CCCCCC;
    padding-top: 14px;
}

.PR1 .Row2Cell2 {
    text-align: left;
    padding: 10px 0 0 10px;
}

.PR1 .StarCssClass {
    width: 45px;
    height: 12px;
    margin: 1px;
    padding: 0;
    display: block;
    background-repeat: no-repeat;
}

.PR1 .EmptyStarCssClass {
    /*background-image: URL(FE3Images/ReviewRating/emptystar2.gif);
    padding-top: 3px;
    
    
    
    background-image: URL(FE3Images/ReviewRating/bars.gif);
    background-repeat: no-repeat;
    background-position:bottom;
*/
    background: #F2F2F2 URL(Images/SearchPage/background.jpg) repeat-x center -42px;
    background-color: #FFF;
    height: 12px;
    width: 45px;
    margin: 1px;
    border: 1px solid #8F8F8F;
}

.PR1 .FilledStarCssClass {
    /*background-image: URL(FE3Images/ReviewRating/fullstar2.gif);
    background-repeat: no-repeat;
    padding-top: 3px;

   
    background-image: URL(FE3Images/ReviewRating/bars.gif);
    background-position:top;
*/
    background-color: #FFCC0A;
    height: 12px;
    width: 45px;
    margin: 1px;
    border: 1px solid #8F8F8F;
}

.PR1 .WaitingStarCssClass {
    border: 1px solid #8F8F8F;
}

.PR1 .StarCssClassOverall {
    width: 45px;
    height: 12px;
    margin: 1px;
    padding: 0;
    display: block;
    background-repeat: no-repeat;
    border: 1px solid #8F8F8F;
}


.gsearch {
    width: 100%;
    font-size: 16pt;
}

.widgetPopup {
    background-color: #fff;
    padding: 15px;
}

.widgetPopupPanel {
    width: 400px;
    background-color: #fff;
}

.modalBackground {
    background-color: #fff;
}

.rebateDesc {
    font-size: 10pt;
}

    .rebateDesc a {
        color: #3c763d;
    }

.alert .alert-success .rebateDesc {
    padding: 2px;
}

.rebateDesc a:hover {
    text-decoration: underline;
    color: #000;
}

.RebateOffer {
    background-color: #dff0d8;
    border: 1px solid #7CA54D;
    border-radius: 3px;
    color: #3c763d;
    display: block;
    font-size: 10px;
    line-height: 11px;
    margin-left: 6px;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .RebateOffer span a:visited {
        color: #fff;
    }

    .RebateOffer span a:hover {
        color: #000;
        background-color: #FFCC0A;
    }

    .RebateOffer span a:hover {
        color: #000;
    }




/**** TIRE PKG */

.pkgTire {
    width: 50%;
    padding: 0;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.pkgTireHeading {
}



#map-container a {
    text-decoration: none;
}

    #map-container a:hover, #map-container a:active {
        text-decoration: underline;
    }

#loc-list {
    float: left;
    overflow: auto;
    width: 100%;
}

    #loc-list ul {
        display: block;
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #loc-list .list-label {
        float: left;
        margin-left: 6px;
        padding: 2px 3px;
        width: 17px;
        text-align: center;
        background: #FFCC0A;
        color: #000;
        font-weight: bold;
    }

    #loc-list .list-details {
        float: left;
        margin-left: 6px;
        width: 85%;
        border-bottom: 1px solid #CDCDCD;
    }

    #loc-list .list-content {
        padding: 5px;
    }

.list-content {
    line-height: 15px;
}

#loc-list .loc-dist {
    font-weight: bold;
    font-style: italic;
    color: #8e8e8e;
}

.loc-phone {
    font-weight: bold;
}

#loc-list li {
    display: block;
    clear: left;
    float: left;
    margin: 10px 0;
    cursor: pointer;
    width: 100%;
    font-size: 0.8em;
}

#map-container .loc-name {
    color: #1F1F1F;
    font-weight: bold;
}

#map {
    border: 1px solid #4B4B4B;
    float: left;
    height: 502px;
    width: 100%;
}

dl#MapCanada {
    background: url("Images/Icons/CanadaMap.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 464px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 770px;
}

dd#BC {
    left: 25px;
    position: relative;
    top: 260px;
}


header .navbar .advanced .icon-plus {
    font-size: 0.5em;
    left: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    color: #fff;
}

#sidebar.affix {
    width: auto;
    width: 262px;
    top: 10px;
}

.sidebar-offcanvas.affix-bottom {
    position: absolute;
}

.customAlert {
    padding-left: 25px;
}

.IsFocusSizeTrue {
    border: 1px solid #D3D3D3;
    background-color: #eeffe8;
    width: 300px;
}

.IsFocusSizeFalse {
    border: 1px dotted #C0C0C0;
    width: 300px;
}

.aspNetDisabled.btn a:link {
    border: 0px;
}

.btn.aspNetDisabled {
    display: none;
}

.pnlAddToCart_SOLDOUT {
    cursor: default;
    background-position: center center;
    width: 100px;
    margin: 5px;
    padding: 6px;
    border: none;
    height: 18px;
    background-image: url('Images/AvailabilityFlags/soldout.gif');
    background-repeat: no-repeat;
}

.pnlAddToCart_TEMPUNAVAIL {
    cursor: default;
    background-position: center center;
    width: 100px;
    margin: 5px;
    padding: 6px;
    border: none;
    height: 18px;
    background-image: url('Images/AvailabilityFlags/TemporarilyUnavailable.gif');
    background-repeat: no-repeat;
}

.pnlAddToCart_CALLFORAVAIL {
    cursor: default;
    background-position: center center;
    width: 100px;
    margin: 5px;
    padding: 6px;
    border: none;
    height: 18px;
    background-image: url('Images/AvailabilityFlags/CallForAvailability.gif');
    background-repeat: no-repeat;
}

.reviewSocial_ico {
    font-size: 0.8em;
}

.addthisLbl {
    float: left;
    padding-right: 5px;
}

.filtersPanel {
    margin: 5px;
    float: left;
    width: 99%;
    padding: 5px;
}

.ajax__tab_default .ajax__tab_header {
    border-bottom: 1px solid #4e4e4e;
}


.ajax__tab .ajax__tab_active .ajax__tab_tab {
    -moz-background-inline-policy: continuous;
    background-color: #FFCC0A;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    padding: 10px;
}

.ajax__tab_default .ajax__tab_tab {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background-color: #F0F0F0;
    margin-right: 5px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    font-size: 12px;
}

.PurchasePieces {
    font-size: 0.7em;
}

.LISI {
    font-size: 0.5em;
}

.label-info2 {
    background-color: #e1e1e1;
    color: #4e4e4e;
    margin: 5px;
}

.well {
    padding: 10px;
}

.wellHM {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #414141;
    color: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

a.btn-active {
    font-weight: bold;
}

.subcat {
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.5);
}

/* ERROR PAGE */
.jumboError h1 {
    color: #d9534f;
    font-size: 3.0em;
    font-weight: bold;
}

.jumboError p {
    font-size: 22px;
}

.details td, .details th {
    font-size: 0.8em;
}

.green {
    color: #6ca53a;
}

.red {
    color: #cd1d1f;
}

/*CART ROCKET CSS*/
.crt .crt-popup-modal img {
    width: initial;
}

.crt .crt-popup-modal {
    background-image: url('www.1010tires.com/images/promos/pop-up-bg.jpg');
}


/************************* Shopping Cart *************************/


.quantity input.minus {
    padding: 0;
    vertical-align: middle;
    line-height: 30px;
    border: none;
    width: 25%;
    height: 30px;
    cursor: pointer;
    margin-right: -6px;
    display: inline;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #E1E1E1;
    color: #666;
    background-repeat: repeat-x;
    outline: none;
}


.quantity input.qty {
    height: 30px;
    width: 50%;
    display: inline;
    padding: 0px 5px 0px;
    line-height: 30px;
    vertical-align: middle;
    margin-left: 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    outline: none;
    color: #777;
    display: inline-block;
    background: #fff;
    border-radius: 0px;
}

.quantity input.plus {
    padding: 0;
    vertical-align: middle;
    line-height: 30px;
    border: none;
    width: 25%;
    height: 30px;
    cursor: pointer;
    margin-left: -5px;
    display: inline;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    border: 1px solid #E1E1E1;
    color: #666;
    background-repeat: repeat-x;
    outline: none;
}

.cart-content-remove {
    margin-top: 25px;
}

.cart-content-info {
    width: 60%;
    float: left;
}

.cart-content-quantity {
    width: 20%;
    float: left;
    background-color: #f5f5f5;
    padding: 5px;
}

.cart-content-price {
    width: 20%;
    float: right;
    text-align: right;
}

.quantity input.minus:hover, .quantity input.plus:hover {
    background-color: #f3f3f3;
}

.cart-content-price {
    margin-top: 7px;
}

ul.personal_list li.last {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #D9DDE3;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}

ul.personal_list li {
    width: 80%;
    float: none;
    display: block;
    margin: 0px 0px 36px;
}

    ul.personal_list li, ul.personal_list li a {
        line-height: 18px;
        text-decoration: none;
    }

ul.personal_list li {
    margin: 0px;
    overflow: hidden;
    display: inline-block;
    border: 0px none;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
}

.align-r {
    text-align: right;
}

.price2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #d9534f;
}

.footer_copyright_payments2 {
    padding-top: 0;
}

    .footer_copyright_payments2 :last-child {
        margin-right: 0;
    }

    .footer_copyright_payments2 li {
        display: inline-block;
        margin-right: 4px;
    }

.form-wizard .step .number {
    background-color: #eee;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 15px 8px 15px !important;
    margin-right: 10px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.form-wizard .step .desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.form-wizard .steps .navbar-inner li a {
    background-color: #fff !important;
    background-image: none !important;
    filter: none !important;
    border: 0px;
    box-shadow: none !important;
}

.form-wizard .active .step .number {
    background-color: #35aa47;
    color: #fff;
}

.form-wizard .active .step .desc {
    font-weight: 400;
    color: #000;
}

.personal_list ul {
    list-style-type: none;
}

.personal_list li.last {
    list-style-type: none;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #D9DDE3;
    padding-bottom: 5px;
    padding-top: 5px;
}

.prodName {
    font-size: 0.9em;
    color: #4e4e4e;
    font-weight: bold;
}

.LM li {
    float: left;
    list-style-type: none;
}

.pad0 {
    padding: 0px;
}

/**FROM OLD CSS**/


.LblHd1 {
    color: #aaaaaa;
    font-size: 8pt;
    font-weight: normal;
}

.btnClear {
    background-image: url('Images/FilterPanel/RemoveFilterButton.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 13px;
    width: 13px;
    font-size: 0;
    border: 0;
    display: inline-block;
}
    /* 2012/02/14 [MZ] ATTENTION: .btnClean should not include any padding, alignment, positional, or font-size related styling. Only the styling required for using the sprite image/sheet. */
    .btnClear:hover {
        background-position: 0 -13px;
    }

.modalBackground {
    background-color: Gray;
    /*filter:				alpha(opacity=70);*/
    opacity: 0.7;
}

.CustomerReviewsTitle {
    color: #fff;
    font-size: 13px;
    font-family: Verdana;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #333333;
    text-align: left;
}


.rate span a {
    color: #333333
}

.divRateNowInner {
    width: 95px;
    height: 47px;
    padding-bottom: 0;
    color: #FFCC0A;
    background-image: url('./Images/Buttons/WidgetButton.gif');
    background-position: 0px 0;
    background-repeat: no-repeat;
    font-size: 12px;
    empty-cells: hide;
    margin-left: 20px;
}

.divRateNowInnerButton {
    color: #FFCC0A;
    font-weight: bold;
    empty-cells: hide;
}

.divSelectInnerButton A:link {
    color: #FFCC0A;
}

.divSelectInnerButton A:hover {
    color: #fff;
}

.divRateNowInnerButton:hover {
    color: #FFF;
    padding-bottom: 2px;
}

.tire-size-matrix {
    min-width: 100%;
}

    .tire-size-matrix .diameter-caption-left {
        background-color: #FFCC0A;
        color: #000;
        font-weight: bold;
        border-top: solid 1px #CCCCCC;
        padding: 10px;
    }

    .tire-size-matrix .diameter-caption-right {
        border-bottom: solid 1px #CCCCCC;
    }

    .tire-size-matrix .tire-size-cell {
        display: table-cell;
        min-width: 105px;
        padding: 5px;
    }

.tire-size-cell a:hover {
    text-decoration: underline;
}

.tire-size-cell a:visited {
    color: #0072BC;
}

.lblCount {
    width: 30px;
    text-align: center;
    float: left;
    color: Gray;
}

a.btn1a, a.btn1i, a.btn2a, a.btn2i {
    background: URL('Images/Buttons/ViewStyleButtons.gif');
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

a.btn3a, a.btn3i {
    background: URL('Images/Buttons/ViewStyleButtonsTextOnly.gif');
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

a.btn1a {
    background-position: 0 -24px;
}

a.btn1i {
    /* background-position: 0 -48px; */
    background-position: 0 -24px;
}

    a.btn1a:hover, a.btn1i:hover {
        /* background-position: 0 -24px; */
    }

a.btn2a {
    background-position: -24px -24px;
}

a.btn2i {
    /*  background-position: -24px -48px; */
    background-position: -24px -24px;
}

    a.btn2a:hover, a.btn2i:hover {
        /*   background-position: -24px -24px; */
    }


.CertifiedInstallersTable {
    margin: auto;
    width: 950px;
}

.CertifiedInstallerLocationsTableHeaderCell1 {
    padding: 5px;
    width: 50px;
    background-color: #FFCC0A;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.CertifiedInstallerLocationsTableHeaderCell2 {
    padding: 5px;
    margin: 0px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #3082D5;
    background-color: #E2E2E2;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    text-align: left;
    vertical-align: middle;
}

.hoursofOperation {
    font-size: 10px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}

.InstallerMountingPricingTable {
    border: 1px solid #E2E2E2;
    width: 290px;
}

.InstallerOtherServicesPricingTable {
    border: 1px solid #E2E2E2;
    width: 100%;
}

    .InstallerOtherServicesPricingTable td {
        padding: 3px;
        margin: 0px;
        border: 1px solid #C0C0C0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

.InstallerMountingPricingTableHeader {
    text-align: center;
    background-color: #E2E2E2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.InstallerMountingPricingTable td {
    padding: 5px;
    margin: 0px;
    border: 1px solid #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.ParentTable3Style {
    padding: 10px;
}

.hoursofOperationlarge {
    padding: 10px;
    border: 1px solid #C0C0C0;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

    .hoursofOperationlarge td {
        border: 1px solid #CDCDCD;
        font-size: 12px;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px;
        vertical-align: top;
    }

.installerDetailsbottomtable {
    font-family: Arial, Helvetica, sans-serif;
    width: 950px;
}

    .installerDetailsbottomtable td {
        padding: 5px;
    }

.introWarn {
    font-size: 18px;
}

/*.homepagecarousel-inner {
  margin: 42px 4%;
  text-align: center;
  width: 92%;
}
.homepagecarousel-inner .item > div {
  display: inline-block;
  margin: 18px;
  width: 200px;
}


.homepagecarousel-inner .item div:first-child {
 
}
.homepagecarousel-inner .item div:last-child {
  
}
.homepagecarousel-control {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
 .homepagecarousel-control.control-right {
  left: 100%;
  margin-left: -42px;
}*/

#rebates .carousel-inner .item {
    margin: 0px 4%;
    text-align: center;
    width: 92%;
}

    #rebates .carousel-inner .item > div {
        display: inline-block;
        margin: 10px;
        width: 200px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        padding: 10px;
    }

#rebates .carousel-inner {
    overflow: hidden;
}

#rebates .carousel .item div:first-child {
    margin-left: 0;
}

#rebates .carousel .item div:last-child {
    margin-right: 0;
}

#rebates .carousel {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
}

#rebates .carousel-control {
    background: none;
    color: #4e4e4e;
}

#rebates .carousel-control {
    left: 0;
    margin-top: -21px;
    position: absolute;
    top: 50%;
}

    #rebates .carousel-control.control-right {
        left: 100%;
        margin-left: -42px;
    }

.item-grid .img .tirethumb, .item-grid .img .wheelthumb {
    width: 70px;
    margin-top: -100px;
}

.TitlVehicleSearch {
    font-size: 1.1em;
    margin-top: 15px;
    margin-bottom: 11px;
    float: left;
}

.category-item {
    border: 1px solid #f0f0f0;
}

.PlusMinusTabSelector {
    margin-top: -44px;
}

.carousel-indicatorsv2 .active {
    width: 75px;
    height: 75px;
    margin: 5px;
    background-color: #fff;
}

.carousel.carousel-thumbv2 ol li {
    background: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    min-height: 70px;
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding: 3px;
    position: relative;
    text-indent: 0;
    width: 70px;
    display: inline-table;
}

    .carousel.carousel-thumbv2 ol li.active {
        border: 3px solid #cd1d1f;
    }

ol.carousel-indicatorsv2 {
    padding: 0px;
}

.carousel-indicators .active {
    /*margin: 3px !important;*/
}

.carousel.carousel-thumbv2 ol li:first-child {
}

.carousel.carousel-thumbv2 ol {
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}

.carousel-indicatorsv2 li {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
    background-color: #000009;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
}



/* Visualizer CSS*/


.pop_up_vehicle {
    display: block;
    float: left;
}

.pop_hidden {
    visibility: hidden !important;
}

.fancybox-thumbs > ul > li {
    height: 100px !important;
}
/* TSC*/

.tscBody {
    min-width: 450px;
}

.TSC1 {
    /*width: 300px;
    height: 300px;*/
    position: relative;
    float: left;
}

    .TSC1 .TSC1_SA {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        -webkit-transition: 1.0s all ease;
        -moz-transition: 1.0s all ease;
        -o-transition: 1.0s all ease;
        -ms-transition: 1.0s all ease;
        transition: 1.0s all ease;
    }

    .TSC1 .TSC1_SB {
        width: 75%;
        height: 75%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        -webkit-transition: 1.0s all ease;
        -moz-transition: 1.0s all ease;
        -o-transition: 1.0s all ease;
        -ms-transition: 1.0s all ease;
        transition: 1.0s all ease;
    }

.TSC2 {
    margin-right: 10px;
    -webkit-transition: 1.0s all ease;
    -moz-transition: 1.0s all ease;
    -o-transition: 1.0s all ease;
    -ms-transition: 1.0s all ease;
    transition: 1.0s all ease;
}

    .TSC2 img {
        width: 200px;
        -webkit-transition: 1.0s all ease;
        -moz-transition: 1.0s all ease;
        -o-transition: 1.0s all ease;
        -ms-transition: 1.0s all ease;
        transition: 1.0s all ease;
    }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/*Search Modal*/

.modal-content.searchHdr {
    position: relative;
    background-color: transparent;
    border: 0px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-header.searchHdr {
    border-bottom: 0px;
}

.modal-footer.searchHdr {
    border-top: 0px;
}

.search-field-input {
    background: #fff;
    border: 0;
    border-radius: 2px 0 0 2px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0px;
    width: 83%;
    z-index: 2;
}

.search-field-input-results {
    background: #fff;
    border: 0;
    border-radius: 2px 0 0 2px;
    height: 33px;
    margin: 10px 0px 10px 0px;
    width: 100%;
    z-index: 2;
}

.SearchTitle {
    background-color: #FFCC0A;
    margin-bottom: 4px;
    padding: 8px;
    float: left;
    font-size: 10pt;
    color: #000;
}

.searchResults {
    background: #fff;
    border: 0;
    border-radius: 2px 0 0 2px;
    margin-top: 10px;
    width: 100%;
    z-index: 2;
}

.searchBox {
    padding: 10px;
    overflow-y: hidden;
    padding-bottom: 0px;
}

.search-field.input {
    background: transparent;
    border: 0;
    border-radius: 0;
    font: 1.3em/1.4 "Open Sans",Arial,Helvetica,sans-serif !important;
    outline: none;
    padding: 21px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.search-field-btn {
    border: 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 36px;
    height: 70px;
    margin: 0;
    outline: 0;
    padding: 5px;
    position: absolute;
    right: 85px;
    top: 0;
    width: 82px;
    z-index: 100;
    background-color: #FFCC0A;
    color: #000 !important;
    -webkit-appearance: none;
}

    .search-field-btn:hover {
        background-color: #ffe37a;
    }

.search-field-btn {
    border: 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 36px;
    height: 70px;
    margin: 0;
    outline: 0;
    padding: 5px;
    position: absolute;
    right: 85px;
    top: 0;
    width: 82px;
    z-index: 100;
    background-color: #FFCC0A;
    color: #000 !important;
    -webkit-appearance: none;
}

.search-field-clear-btn {
    font-size: 26px;
    cursor: pointer;
    color: #fff;
    height: 70px;
    position: absolute;
    top: 21px;
    right: 0px;
    width: 70px;
}
/* search results*/
li.SearchResultsHdr, span.SearchResultsHdr {
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.search-field-results-btn {
    border: 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 13px;
    height: 33px;
    margin: 0;
    outline: 0;
    margin-top: 10px;
    position: absolute;
    right: 14px;
    top: 0;
    width: 47px;
    z-index: 100;
    background-color: #FFCC0A;
    color: #000 !important;
    -webkit-appearance: none;
}

    .search-field-results-btn:hover {
        background-color: #ffe37a;
    }

.search-field-clear-results-btn {
    font-size: 17px;
    cursor: pointer;
    color: #000;
    height: 35px;
    position: absolute;
    top: 21px;
    right: 0px;
    width: 25px;
}

.search-field-results.input {
    background: transparent;
    border: 0px;
    border-radius: 0;
    font: 1.0em/1.4 "Open Sans",Arial,Helvetica,sans-serif !important;
    outline: none;
    padding: 5px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.search-field-results-btn i {
    padding: 8px;
}

.search-field-results-btn:hover {
    background-color: #ffe37a;
}

.search-field-results-btn i {
    padding: 8px;
}

.search-field-results-clear-btn:hover {
    color: #cd1d1f;
}

.search-field-results-clear-btn {
    font-size: 26px;
    cursor: pointer;
    color: #fff;
    height: 70px;
    position: absolute;
    top: 21px;
    right: 0px;
    width: 70px;
}

.search-field-clear-results-btn:hover {
    color: #cd1d1f;
}

.SearchResultsSugg {
    margin: 10px;
}

.SearchResultsUL li {
    padding: 5px;
    font-size: 12px;
    float: left;
    width: 100%;
    list-style-type: none;
}

.panel-default > .panel-heading.bk {
    background-color: #000;
    color: #FFCC0A;
}

.panel-default.bk > .panel-body .hmtabDD {
    padding: 0px 5px 0px 0px;
}

.opt-checkmark, .opt-checkSelect {
    background-color: #ccc;
    color: #999;
    position: absolute;
    width: 35px;
    height: 34px;
    display: inline;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px;
}

    .opt-checkmark.active, .opt-checkSelect.active {
        background-color: #000;
        color: #FFCC0A;
    }

    .opt-checkmark.disable, .opt-checkSelect.disable {
        display: none;
    }

.opt-optionsDL {
    position: relative;
    padding: 0 0 0 40px;
}

.jw-nextup {
    display: none !important;
}



/******************* BASIC STYLING **********************/
.scroll_tabs_container {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
    height: 40px;
    margin-bottom: 10px;
}

ul.scroll_tabs_container {
    list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner {
    height: 40px;
}

    .scroll_tabs_container div.scroll_tab_inner span, .scroll_tabs_container div.scroll_tab_inner li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
        font-size: 14px;
        color: #333333;
        cursor: pointer;
    }

    .scroll_tabs_container div.scroll_tab_inner li {
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        list-style-type: none;
    }

    .scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
        padding: 0px;
        width: 0px;
        visibility: hidden;
    }

    .scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
        padding: 0px;
        width: 0px;
        visibility: hidden;
    }

.scroll_tabs_container .scroll_tab_left_button {
    height: 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .scroll_tabs_container .scroll_tab_left_button::before {
        line-height: 40px;
        padding-left: 5px;
        margin: 5px;
    }

.scroll_tabs_container .scroll_tab_left_button_over {
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
    color: #AAAAAA;
}

.scroll_tabs_container .scroll_tab_right_button {
    height: 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .scroll_tabs_container .scroll_tab_right_button::before {
        line-height: 40px;
        padding-left: 5px;
    }

.scroll_tabs_container .scroll_tab_right_button_over {
    color: #AAAAAA;
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
    color: #AAAAAA;
}

/****************** LIGHT THEME **************************/
.scroll_tabs_theme_light {
    height: 42px;
}

    .scroll_tabs_theme_light div.scroll_tab_inner {
        height: 42px;
    }

        .scroll_tabs_theme_light div.scroll_tab_inner span, .scroll_tabs_theme_light div.scroll_tab_inner li {
            display: inline-block;
            margin: 2px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 32px;
            color: #333333;
            cursor: pointer;
        }

    .scroll_tabs_theme_light.active {
        font-weight: bold;
    }

    .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
    }

    .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
        padding: 0px;
        width: 10px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
        padding: 0px;
        width: 10px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #CCCCCC;
        border-left: 0px;
        border-right: 1px solid #999999;
    }

    .scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over {
        font-weight: bold;
    }

    .scroll_tabs_theme_light div.scroll_tab_inner span.active, .scroll_tabs_theme_light div.scroll_tab_inner li.active {
        font-weight: bold;
    }



    .scroll_tabs_theme_light .scroll_tab_left_button {
        height: 42px;
        padding: 10px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .scroll_tabs_theme_light .scroll_tab_left_button::before {
            line-height: 40px;
            padding-left: 5px;
        }

    .scroll_tabs_theme_light .scroll_tab_left_button_over {
        color: #AAAAAA;
    }

    .scroll_tabs_theme_light .scroll_tab_left_button_disabled {
        color: #AAAAAA;
    }

    .scroll_tabs_theme_light .scroll_tab_right_button {
        height: 42px;
        padding-top: 10px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .scroll_tabs_theme_light .scroll_tab_right_button::before {
            line-height: 40px;
            padding-left: 5px;
        }

    .scroll_tabs_theme_light .scroll_tab_right_button_over {
        color: #AAAAAA;
    }

    .scroll_tabs_theme_light .scroll_tab_right_button_disabled {
        color: #AAAAAA;
    }

    .scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected {
        background-color: #FFCC0A;
    }

        .scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected a:link, .scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected a:visited, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected a:link {
            color: #000;
        }

    .scroll_tabs_theme_light div.scroll_tab_inner span:hover {
        background-color: #f0f0f0;
    }

.grayText {
    color: #999;
    padding: 2px;
}

.Question a:link, .Question a:visited {
    color: #4e4e4e !important;
    cursor: help;
}

.Question {
    font-size: 10px;
    color: #4e4e4e;
    cursor: help;
    display: inline-block;
    line-height: 10px;
}

    .Question.gray {
        color: #999;
    }

    .Question.warning {
        color: #f0ad4e;
    }

    .Question.green {
        color: #6ca53a;
    }


.StockAvailabilityICO.warning {
    color: #f0ad4e;
}

.StockAvailabilityICO.green {
    color: #6ca53a;
}

.StockAvailabilityICO.red {
    color: #d9534f;
}


th.TireCalcResultsTable p, td.TireCalcResultsTableResult p {
    margin: 2px;
}

.TSC-Col {
    width: 100%;
    float: left;
}

.TSC-Colv2 {
    width: 450px;
    float: left;
}

.TSC2 .TSC1 {
    width: 150px;
}

.popover > .arrow {
    border-width: 11px;
    background-color: rgba(0, 0, 0, 0);
}


.filterPanelTop .items {
    max-height: 250px;
    overflow-y: scroll;
    width: 25%;
    border-right: 1px solid #f0f0f0;
}


.tblResults2 {
    font-size: 0.7em !important;
}

    .tblResults2 th {
        text-align: center;
        vertical-align: top !important;
    }

span.sortOrder.active {
    color: #cd1d1f;
}

span.sortOrder {
    color: #23527C;
    width: 50px;
}

    span.sortOrder:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.tblResults2 td {
    text-align: center;
    vertical-align: middle;
}

    .tblResults2 td:nth-child(2) {
        text-align: left;
        width: 165px;
        padding: 15px;
    }

.UserReview {
    width: 65px;
    padding: 10px;
}

.ReviewName td, .ReviewName td {
    white-space: nowrap;
}

span.UserReview.overall {
    background-color: #f0f0f0;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.five {
    background-color: #75c63b !important;
    color: #fff !important;
}

.four {
    background-color: #b8ec80 !important;
    color: #fff !important;
}

.three {
    background-color: #fee34c !important;
    color: #fff !important;
}

.two {
    background-color: #f39526 !important;
    color: #fff !important;
}

.one {
    background-color: #EF5134 !important;
    color: #fff !important;
}

.NA {
    background-color: #eee !important;
}

.legend {
    height: 5px !important;
    float: left;
    width: 100px;
}

.overallScoreLbl {
    font-size: 12px;
}


#DisplayTiresCandidats .Diffclass0 {
    background-color: #000;
}


#DisplayTiresCandidats .Diffclass2 {
    background-color: #fff;
    color: #000;
}

#DisplayTiresCandidats .Diffclass3 {
    background-color: #fff;
    color: #000;
}


#DisplayTiresCandidats .Diffclass1 {
    background-color: #a6e579;
    color: #000;
}

.dragscroll {
    cursor: move;
}

.cargallery {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}



.rotate {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

    .rotate.rotated {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }

@-moz-keyframes rotateRight {
    0% {
        -moz-transform: rotate(0deg);
        -moz-transform-origin: 50% 50%;
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateRight {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.MSVG1 {
    width: 49px;
    float: left;
    margin-right: 11px;
}

h4.panel-title {
    border-left: 5px solid #FFCC0A;
    padding-left: 5px;
}

.panel-article {
    margin-top: 10px;
}

.bg-grey {
    background-color: #414141;
}

.panel-article .comment {
    font-size: 13px;
}

    .panel-article .comment a:link {
        text-decoration: underline;
    }

.pav-comment {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.thumbnail.select {
    cursor: pointer;
}

    .thumbnail.select:hover, .thumbnail.select:focus {
        border: 1px solid #000
    }

.rcheckout-1 {
    float: left;
}

    .rcheckout-1 label {
        font-weight: normal;
        font-size: 12px;
    }

        .rcheckout-1 label i {
            color: #ccc;
        }

    .rcheckout-1 + .rcheckout-1 {
        margin-left: 10px;
    }

/*checkout*/

.garage-list-items {
    /*
     overflow-y: scroll;
    height: 350px;
        */
}

.garage-list-item {
    padding: 0.5rem;
    margin: 5px;
}

/*.garage-list-items .garage-list-item:hover, .garage-list-items .garage-list-item.selected {
    background-color: #f0f0f0;
    border: solid 1px #d8d8d8;
}*/

.garage-list-items .garage-list-item.selected {
    background-color: #e0f5d7;
    border: solid 1px #d8d8d8;
}

.garage-list-items .garage-list-item {
    border: solid 1px #fff;
}

    .garage-list-items .garage-list-item .garage-name {
        display: block;
        color: #000;
        font-size: 0.85em;
        font-weight: 600;
    }

    .garage-list-items .garage-list-item .garage-street, .garage-list-items .garage-list-item .garage-city-prov-phone {
        display: block;
        clear: left;
        font-size: 0.8em;
        color: #4f4f4f;
    }

.customer-name, .customer-street, .customer-city-prov-phone {
    display: block;
    color: #000;
    font-size: 0.9em;
}

.garage-list-items .garage-list-item .select-garage-link {
    font-size: 0.9em;
    color: #cd1d1f;
    border: 1px solid #cd1d1f;
    padding: 5px;
}

    .garage-list-items .garage-list-item .select-garage-link.selected {
        border: solid 1px #000;
        color: #000;
        bottom: 0.5rem;
        position: relative;
    }

.garage-list-items .garage-list-item .select-garage-details {
    color: #23527C;
    bottom: 0;
    font-size: 0.8em;
}

.garage-list-item .ratestars {
    font-size: 0.8em;
}

span.ValidatorMsg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: block;
    padding: 5px;
    margin: 7px;
}

.ValidatorMsg li {
    list-style-type: none;
}


.spanPrice {
    font-weight: bold;
    color: #d9534f;
    font-size: 35px;
}

.spanPricesml {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

.spanPricetotal {
    float: right;
    margin-right: 26px;
    font-weight: 900;
    font-size: 13px;
}

.hrbar {
    width: 100%;
    border-top: 1px dashed #c1c1c1;
    padding: 10px;
    float: left;
    margin-top: 10px;
    padding-bottom: 0px;
}


.warrantyBox {
    height: 190px;
    width: 145px;
    margin-top: 10px;
    margin-bottom: 25px;
    position: relative;
    float: left;
    border: 1px solid #000;
}

    .warrantyBox .text {
        padding-left: 8px;
    }

    .warrantyBox .arrow {
        position: absolute;
        right: 2px;
        bottom: 2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 60px 60px;
        border-color: transparent transparent #FFCC0A;
        border-radius: 0px;
    }

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    margin-left: -35px;
    bottom: -16px;
}

.warrantyBox i {
    position: absolute;
    right: 9px;
    bottom: 8px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}

span.warrantybox-link {
    float: left;
    padding: 15px;
    width: 100%;
}

.TitleB h1 {
    color: #000;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}


.tire-size-pp-choice-item {
    margin: 30px 0 0 2%;
    max-width: none;
    width: 48%;
    font-family: 'Open Sans', sans-serif;
}

.tire-size-pp-choice-item {
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-table;
    margin: 15px 0 0;
    max-width: 460px;
    table-layout: fixed;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

    .tire-size-pp-choice-item > .inch.-small {
        font-size: 1.5em;
        line-height: 2;
    }

    .tire-size-pp-choice-item > .inch {
        background: #414141;
        border: 1px solid #414141;
        border-radius: 4px 0 0 4px;
        box-sizing: border-box;
        color: #FFCC0A;
        display: table-cell;
        font: 700 2.5em/1.2 'Open Sans', sans-serif;
        padding: 10px 13px;
        text-align: center;
        width: 75px;
    }

        .tire-size-pp-choice-item > .inch.opt {
            background-color: #cd1d1f;
            color: #fff;
        }

    .tire-size-pp-choice-item > .original {
        border-bottom: 1px solid #414141;
        border-top: 1px solid #414141;
        color: #757575;
        display: table-cell;
        font-size: 0.8em;
        font-weight: 300;
        line-height: 1.2;
        padding: 0 0 0 15px;
        vertical-align: middle;
        width: 120px;
    }

        .tire-size-pp-choice-item > .original > b {
            color: #111;
            display: block;
            font-size: 1.45em;
            font-weight: 700;
        }

    .tire-size-pp-choice-item > .size {
        border: 1px solid #414141;
        border-left: none;
        border-radius: 0 4px 4px 0;
        box-sizing: border-box;
        color: #000;
        display: table-cell;
        font-size: 0.8em;
        height: 48px;
        position: relative;
        text-align: left;
        vertical-align: middle;
        white-space: normal;
        padding-right: 15px;
    }

    .tire-size-pp-choice-item:hover {
        background: ##f0f0f0;
        border-radius: 4px;
        text-decoration: none;
    }

.nav-tabsHM > li.active > a:after, .nav-tabsHM > li.active > a:hover:after {
    background: url(/App_Themes/Theme2/Images/Icons/tabArrow_sm.png) no-repeat scroll center bottom;
    bottom: -8px;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.bulletPLUS {
    color: #ffd800;
    text-shadow: 1px 1px 0px #000000;
}

.table.bullets td {
    vertical-align: top;
}

.table.bullets ul li {
    margin-left: 25px;
}

.accessories-rebate-offer {
    padding: 10px;
    border: 1px solid;
    border-color: lightgray;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12.8px;
}

.accessories-rebate-offer-url {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

.InstallerHDr1 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 10px 0 10px 0;
    margin: 0px 0px 10px 10px
}
.InstallerLiBody {
    margin: 5px 0px 20px 10px;
    display:flex;
}