@media (min-width: 320px) {
.table-row.cart-item .quantity {
    width: 50px;
}
.table-cell.cell-image img {
    width: 68px;
}
.SideBar a.Cat1[href*="/account.aspx?page=orderreceipt"] {
    display: none;
}	
a.tile.tile--category {
    border: 0px solid #d1d1d1!important;
}
.quick-order {
    margin-top: 2rem;
}
.number-stepper button {
    line-height: 38px;
}
.Brian.MainTable {
    padding-top: 0px;
}
body {
   font-family: 'Roboto', sans-serif;
   color: #28343c;
   font-size: 16px;
   line-height: 1.5em;
}
.container {
    max-width: 1310px;
}
.container.container-lg {
    /* max-width: 1440px; */
    /* max-width: 1310px; */
}
.container.container-grid {
    max-width: 1270px;
    padding-left: 30px;
    padding-right: 30px;
}
.umb-grid .row {
    padding-bottom: 1rem;
}
.umb-grid ul ul {
    list-style-type: circle;
}
.umb-grid ul {
    list-style-type: disc;
	padding-inline-start: 40px;
}
.umb-grid li {
    padding: 4px 0;
}
.form-page h2 {
    font-size: 1.5rem;
}
.location {
    background: #f8f8f8;
    padding: 12px 16px;
    height: 100%;
}
.dealers-say {
    box-shadow: rgba(0,0,0,.1) 0 16px 48px;
    padding: 2rem;
    border-radius: 10px;
	margin-bottom: 2rem;
}
a {
    color: #d80000;
}
.btn, button {
    background: #d80000;
    padding: .75rem 1.5rem;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0px;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:hover {
    color: #FFFFFF;
}
.white {
    color: #ffffff;
}
.red {
    color: #b30000;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #212121;
}
h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 16px;
    font-family: canada-type-gibson, sans-serif;
}
h2 {
    margin-bottom: 20px;
    font-family: canada-type-gibson, sans-serif;
}
.h3, h3 {
font-family: canada-type-gibson, sans-serif;
}
.fancy-title {
	font-family: canada-type-gibson, sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
}
section.page-heading {
    padding: 2rem 0 1rem 0;
}
section.page-heading h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #e2000f;
    /* margin: auto; */
    margin-top: 20px;
    margin-bottom: 20px !important;
}
b, strong {
    font-weight: bolder;
    font-weight: 700;
}
section.section-faq {
    margin-bottom: 2.5rem;
}
.res-intro {
    color: #b30000;
    font-weight: 400;
    font-size: 18px;
}
.thumbnails {
    margin-bottom: 8px;
}
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }

  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .active.carousel-item-left,
  .active.carousel-item-prev {
    transform: translateX(0);

  }
  .carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1; 
}
.carousel-indicators {
    z-index: 1!important;
}
.carousel-indicators li {
    height: 8px;
}
.carousel-indicators .active {
    background-color: #d80000;
}
section.cta-main a {
    text-decoration: none;
}
.cta-main-img {
    position: relative;
    height: 512px;
}
.cta-main-box {
    padding: 6rem 0;
    padding-bottom: 5rem;
    position: relative;
}
.cta-main-img .media-body {
    max-width: 580px;
    /* margin: auto; */
    background: rgb(0 0 0 / 70%);
    padding: 2rem;
	display:none;
}
.cta-main-img:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(to left,rgb(0 0 0 / 10%) 25%,rgb(0 0 0 / 50%)100%);*/
}


section.cta {
    padding: 1rem 0;
    /* background: whitesmoke; */
}

a.cta-img-box {
    position: relative;
    background: black!important;
    border: none;
}
.cta-box {
    position: relative;
    width: 100%;
    height: 225px;
	overflow: hidden;
}
.cta-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, rgb(0 0 0 / 0%)),to(rgb(0 0 0 / 90%)));
    background: -o-linear-gradient(top,rgb(0 0 0 / 0%) 50%,rgb(0 0 0 / 90%)100%);
    background: linear-gradient(to bottom,rgb(0 0 0 / 0%) 50%,rgb(0 0 0 / 90%)100%);
}
.cta-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}
.static-cta {
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    width: 100%;
}
.t-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.t-group i {
    font-size: 32px;
    font-weight: 600;
    margin-right: 16px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a.cta-img-box:hover i {
    margin-right: 0;
    color: #d80000;
}
.static-cta p {
    font-size: 20px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
}
.static-cta span {
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #d80000;
    color: #ffffff;
    padding: 4px 8px;
    /* padding: .75rem 1.5rem; */
    line-height: 1;
    display: none;
}



hr.divider {
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 7rem;
    height: 3px;
    background-color: #c41126;
    border: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0%;
    background-color: transparent;
    height: 100%;
    line-height: 55px;
    width: 0px;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.owl-prev {
    left: -15px;
}
.owl-next {
    right: -15px;
}
.owl-prev i, .owl-next i {
    color: #d6d6d6;
    font-size: 24px;
    /* background: rgb(0 0 0 / 25%); */
    border-radius: 2px;
    border-radius: 100%;
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

h2.sec-title {

}
.section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    font-family: canada-type-gibson, sans-serif;
    /* text-align: center; */
    text-transform: uppercase;
}


.divider {
    background: #005a9e;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 75px;
    max-width: 200px;
    height: 3px;
}	
	

section.cta-section {
    padding: 3rem 0;
}

section.message-section {
    position: relative;
    display: block;
    background-image: url('../../images/tires-bg.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}
.message-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left,rgb(0 0 0 / 60%) 0%,rgb(0 0 0)100%);
    /* background: rgb(18 18 18 / 90%); */
}
.message-box {
    border-bottom: none;
    color: white;
    /* max-width: 800px; */
}
.message-box h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
}
.message-box h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    /* background-color: #d80000; */
    margin: auto;
    /* margin-top: 20px; */
    margin-bottom: 20px !important;
}
.message-box p {
    max-width: 950px;
    margin: auto;
    /* font-size: 18px; */
    line-height: 1.7;
}


/* cat section */
section.cat-products {
    padding: 4rem 0px 4rem 0px;
    /* background-color: #f5f5f5; */
    margin: 0 auto;
    margin-top: 0rem;
}
a.p-item-box {
    margin: 0 4px;
    margin-bottom: 8px;
    display: block;
    width: calc((100%/6) - 8px);
}
.p-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px;
    margin: 8px;
    margin-top: 16px;
    /* margin-bottom: 8px; */
    padding: 8px;
    background: white;
    border: 0px solid #ddd;
    border-radius: 4px;
}
.p-item-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.p-item-title {
    font-size: 1rem;
    line-height: 98%;
    padding: 0px 8px 0px 8px;
    font-weight: 400;
    color: #231f20;
    text-align: center;
}	

/*************************** brands */
section.brands-section {
    /* background: #f6f6f6; */
    padding: 4rem 0;
    /* padding-bottom: 3rem; */
}
.inline-block {
    display: inline-block;
}
.title-box {
    background-color: #213592;
    padding: 15px;
    width: 300px;
}
.slick-inner {
    border-top: 6px solid #efefef;
    padding: 24px 0px;
    /* padding-top: 0; */
    background: #fff;
    margin-top: 1rem;
}
.brands-section .slick-slide > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.slide-box .card-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 105px;
    margin-bottom: 0px;
    border: 0px solid #e0e0e0;
    padding: 16px;
}
.slide-box .card-img img {
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}
.slick-prev:before, .slick-next:before {
    font-size: 34px;
    opacity: .75;
    color: black;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
}
.slick-prev {

}
.slick-next {

}





a.item:hover {
    text-decoration: none;
}
a.item:hover .btn-product.btn {
    text-decoration: none;
    /* background: #005a9e; */
}
a.item:hover .shop-now {
	color: #000;
}




section.home-section.featured-section {
    padding: 2rem 0 4rem 0;
    /* background: #f5f5f5; */
}
.card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 103px;
}
.product-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    padding-top: 8px;
    /* padding-bottom: 0px; */
    transition: all .3s;
}
.product-box:hover {
    border: 1px solid #000;
}
.product-box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 160px;
    margin-bottom: 8px;
    /* padding: 12px; */
}
.product-box-img img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-height: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto!important;
}
h4.card-title.title2 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    transition: all .3s;
    /* text-align: center; */
}
h4.card-title.title3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.shop-now {
    color: #d80000;
    margin-top: auto;
    font-weight: 800;
    transition: all .3s;
    font-size: 14px;
    padding: 2px;
    text-transform: uppercase;
}
.see-more:hover {
    text-decoration: none;
    font-weight: 800;
	color: #000;
}

.page-heading {
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
    /* text-transform: uppercase; */
    position: relative;
    background: #242424;
    background-position: 100% center;
    background-size: cover;
}
.page-heading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-color: rgb(0 0 0 / 45%);
    background: linear-gradient(to left,hsl(0deg 0% 0% / 0%) 0%,hsl(0deg 0% 0% / 60%) 100%);
    /* opacity: .25; */
}
.heading-title {
    position: relative;
}
span.title-divide {
    display: block;
    height: 3px;
    background: #d31820;
    width: 50px;
}
.page-heading h1 {
    font-family: canada-type-gibson, sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin: 24px 0 0px 0;
    margin-left: 0px;
    letter-spacing: normal;
}
 
.footer-wrap {
    background-color: #121212;
    color: whitesmoke;
    border-top-width: 0px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    /* margin-top: 8rem; */
    font-size: 14px;
    /* border-top: 32px solid #d80000; */
}
img.footer-logo {
    max-width: 180px;
    margin-top: -17px;
}
.copyright {
    font-size: 13px;
}
.footer-wrap h5 {
    font-size: 18px;
    font-weight: 800;
    color: #B0BEC5;
    text-transform: uppercase;
}
.footer-wrap a {
    color: #d80000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.footer-wrap ul li {
    display: block;
    padding: 2px 10px 2px 0px;
}
.footer-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.social-link i {
    font-size: 30px;
    margin: 0 3px;
    background: #4b4b4b;
    border-radius: 3px;
    padding: 3px;
    color: white;
}
span.foot-ad {
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 8px;
    margin-top: 5px;
    display: block;
}
span.foot-ad a{
    white-space: nowrap;
}
.textwidget, .textwidget a {
    font-size: 14px;
}
.footer-wrap2 {
    background-color: #d80000;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
}

}



@media only screen and (min-width: 1024px) {
}

@media (max-width: 1440px) {

}

@media (max-width: 1170px) {
.media.d-block {
   
}
.carousel-caption {
    top: 50px;
}
.title {
    max-width: 85%;
}
.carousel-caption h2{
    font-size: 36px;
    line-height: 30px;
    padding-left: 0px;
    margin: 0px;
}
.caption-img {
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 0px;
    width: 50%;
}
}

@media (max-width: 1024px) {

}
	
@media (max-width: 991px) {
.quick-order-section .order-pad_item {
    width: calc(50%);
	-ms-flex: 1 1 50%;
        flex: 1 1 50%;
    margin-right: 0px;
}
.section-title {
    font-size: 24px;
}
.section-title.sub-divide {
    border-bottom: 0px solid #bbb;
}
.divider-l {
    /* margin-left: 0; */
    /* margin-right: auto; */
}
.cta-text {
    max-width: 100%;
	font-size: 14px;
}
.box-contain2 {
    margin-top: 30px;
	margin-left: 0px;
}
.cta-headline {
    font-size: 17px;
}
.cta-img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
}


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

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

.cs-img {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 300px;
}
.cs-text {
    width: 87%;
    padding-right: 0px;
    padding-top: 25px;
    margin: auto;
    text-align: center;
}
.cs-section h3 {
    margin: auto;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
}
.cs-section h3:after {
    margin: auto;
    margin-top: 16px;
    margin-bottom: 16px !important;
    max-width: 10%;
}
.owl-prev i, .owl-next i {
    color: #201d1e;
    font-size: 19px;
    background: none;
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;

}

}	

@media (max-width: 600px) {
.quick-order-section .order-pad_item {
    width: calc(100%);
	-ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-right: 0px;
}
section.banner-section {
    padding-top: 0px;
}
section.banner-section .container {
    padding: 0px;
}
.title {
    max-width: 96%;
	margin-left: 2%;
}
.carousel-caption h2 {
    font-size: 26px;
    line-height: 24px;
    padding: 10px 20px;
}
.carousel-caption p {
    padding: 0px;
    padding-left: 20px;
    margin-left: 0%;
    font-size: 14px;
    line-height: 18px;
    max-width: 90%;
}

.cs-section h3 {
    font-size: 24px;
}

}
	
	
	
	