﻿body {
    background-color: #fff;
}


@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Roboto Medium';
    src: url("../fonts/Roboto-Medium.woff") format("woff");
    /*src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.otf") format("opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2");*/
}

@font-face {
    font-family: 'OpenSans Bold';
    src: url("../fonts/OpenSans-Bold.woff") format("woff");
    /*src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url("../fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2");*/
}

@font-face {
    font-family: 'Roboto Bold';
    src: url("../fonts/Roboto-Bold.woff") format("woff");
    /*src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.otf") format("opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2");*/
}

@font-face {
    font-family: 'OpenSans SemiBold';
    src: url("../fonts/OpenSans-Semibold.woff") format("woff");
    /*src: url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url("../fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2");*/
}
@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow-Medium.eot');
    src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff'),
        url('../fonts/Barlow-Medium.ttf') format('truetype'),
        url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow-SemiBold.eot');
    src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff'),
        url('../fonts/Barlow-SemiBold.ttf') format('truetype'),
        url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
a {
    color: inherit;
    text-decoration: none;
}

.AvenirLTStd-Heavy {
    font-family: 'Montserrat-Medium';
}

.AvenirLTStd-Roman {
    font-family: 'Montserrat';
}

.Din-Bold {
    font-family: 'Barlow-SemiBold';
}
.fa-home::before{
	content: url("../images/home-icon.svg");
}
.fa-facebook-square::before{
	content: url("../images/facebook-icon-sm.svg");
}
.social-media-div .fa-facebook-square::before{
	
	content: url("../images/facebook-icon.svg");
}
.css500 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a[href^=tel], a[href^="mailto"] {
    color: inherit;
    text-decoration: none;
}

.nav-bar {
    position: fixed;
    height: 118px;
    /*background-color: #fff;*/
    /*overflow: hidden;*/
    width: 100%;
    top: 0px;
    z-index: 999;
}

.nav-bar-inner {
    display: table;
    width: 100%;
}

.nav-bar-col {
    position: relative;
    z-index: 5;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 80px;
    text-align: center;
    background: #000000;
    background-size: cover;
}

.nav-bar-co2 {
    display: none;
    vertical-align: top;
    width: 74%;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    height: 40px;
}

.nav-contactNo {
    display: table;
    width: 109%;
    padding: 12.5px 0;
    position: relative;
    left: -8%;
    background: #f1f3f5 url(../images/navbar-overlay.png) repeat-x center bottom;
}

.nav-contactNo-col {
    display: table-cell;
    width: 82%;
    text-align: right;
}

    .nav-contactNo-col:before {
        content: url(../images/cellphone-icon.png);
        position: relative;
        top: 2px;
        right: 10px;
    }

.nav-contactNo-col2 {
    display: table-cell;
    width: 18%;
    text-align: left;
    padding-left: 3%;
}

    /*.nav-contactNo-col2:before {
        content: url(../images/location-icon.png);
        position: relative;
        top: 4px;
        right: 8px;
    }*/

    .nav-contactNo-col2 a {
        color: #262626;
    }

        .nav-contactNo-col2 a:hover, .nav-inner a:hover, .nav-content .extension:hover, .extension-div .extension-items:hover, .footer-brands-div ul li a:hover, .btm-footer a:hover, #home .banner-item a:hover {
            color: #dd3138;
        }

.logo {
    position: relative;
    margin-top: 12px;
}

.nav-content {
    font-size: 16px;
    color: #262626;
    background-color: #fff;
    display: table;
    width: 109.1%;
    position: relative;
    left: -9%;
    text-align: right;
}

    .nav-content .nav-inner {
        width: 85%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .nav-content .shopping-cart {
        width: 68px;
        cursor: pointer;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 60px;
        background-color: #b82828;
    }


.shopping-cart:hover, .nav-bar-col3 .shopping-cart {
    background: #d64343;
}

.shopping-cart .cart {
    position: absolute;
    /* top: 11.5px; */
    top: 50%;
    left: 50%;
    /* text-align: center; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.nav-content a, .nav-content .extension {
    display: inline-block;
    padding: 18px 1.5%;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}

.nav-content a {
    background-color: #fff;
}

.nav-content .extension:after {
    content: '';
    display: inline-block;
    position: relative;
    left: 7px;
    top: -3px;
    height: 8px;
    width: 8px;
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari 3-8 */
    transform: rotate(135deg);
    border-top: 2px solid #dd3138;
    border-right: 2px solid #dd3138;
}

.nav-content .extension {
    position: relative;
}

.extension-div {
    position: absolute;
    display: block;
    width: 150%;
    text-align: center;
    color: #fff;
    left: -25%;
    top: 99.5%;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    border-bottom-right-radius: 4px;
}


    .extension-div .extension-items {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.8);
        display: block;
        cursor: pointer;
    }

.nav-inner .nav-table {
    width: 100%;
    display: table;
    font-size: 0;
    text-align: center;
}

.mobile-nav-bar {
    height: 80px;
    width: 10%;
    text-align: center;
    display: table-cell;
    background-color: #000000;
}

.cartItem {
    /* font-family: 'Montserrat-Medium'; */
    font-size: 16px;
    position: absolute;
    color: #fff;
    bottom: -4px;
    right: 26%;
    font-size: 12px;
}

.nav-bar-col3 {
    display: table-cell;
    vertical-align: top;
}

    .nav-bar-col3 .shopping-cart {
        width: 68px;
        height: 80px;
        position: relative;
        text-align: center;
        background-color: #b82828;
    }

        .nav-bar-col3 .shopping-cart .cartItem {
            top: 55%;
            padding-left: 12px;
        }

.footer {
    color: #ffffff;
    background: #000 url(../images/footer-nav-img.png) no-repeat right center;
    background-size: contain;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
}

.footer-nav-outer {
    display: none;
    background: #000 url(../images/footer-nav-img.png) no-repeat right center;
    background-size: contain;
}

.footer-nav {
    width: 92%;
    display: table;
    margin: auto;
    padding: 50px 0;
}

.content-wrapper {
    min-height: 925px;
    width: 100%;
}

.footer-content {
    font-size: 14px;
    line-height: 22px;
}

.footer-content-inner {
    padding: 0 30px;
    position: relative;
    margin: 5px 0;
}

    .footer-content-inner a:hover {
        color: #dd3138;
    }

    .footer-content-inner.address:before {
        content: url(../images/shop-icon.png);
        position: absolute;
        left: 0;
        top: 2px;
    }

.footer-block1 {
    width: 50%;
}

.footer-block2 {
    width: 60%;
}

.footer-block1, .footer-block2 {
    display: table-cell;
    vertical-align: top;
}

.footer-content-inner.contact:before {
    content: url(../images/cellphone-icon.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-content-inner.email:before {
    content: url(../images/mail-icon.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-content-inner.fax:before {
    content: url(../images/fax-sm-icon.png);
    position: absolute;
    left: 0;
    top: 3px;
}

.footer-brands-col-1, .footer-brands-col-2 {
    font-family: 'Montserrat-Medium';
    display: table-cell;
    vertical-align: top;
    line-height: 36px;
    color: #fff;
}

.footer-brands-col-1 {
    width: 40%;
}

.footer-brands-div {
    width: 100%;
    display: table;
    padding-top: 127px;
}

.footer-brand-title {
    text-transform: uppercase;
}

    .footer-brand-title:before {
        content: ' ';
        display: block;
        width: 25px;
        height: 10px;
        border-top: 1px solid red;
    }

.footer-brands-col-1 ul {
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
}

    .footer-brands-col-1 ul li a, .footer-brands-col-2 ul li a {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.footer-brands-col-2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btm-footer {
    border-top: 1px solid #414141;
    background-color: #000;
    font-family: 'Roboto Medium';
    text-align: center;
    padding: 15px 20px;
}

.banner-div, .banner-div2 {
    width: 100%;
    position: relative;
}

#home .banner-slider {
    width: 100%;
    position: relative;
    height: 600px;
}

#home .banner-inner-slider {
    width: 100%;
    height: 100%;
}

#home .banner-div {
    /*background: url(../images/banner1.jpg) no-repeat center;*/
    height: 600px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 80px;
}

#products .banner-div {
    background: url(../images/product-banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#products .banner-div2 {
    background: url(../images/product-banner2.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#shopping-cart .banner-div {
    background: url(../images/product-banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#checkout .banner-div {
    background: url(../images/product-banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#product-details .banner-div {
    background: url(../images/product-banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}


#Gallery .banner-div, #Gallery-Details .banner-div {
    background: url(../images/gallery_banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#terms .banner-div {
    background: url(../images/product-banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#copyright .banner-div {
    background: url(../images/product-banner.jpg) no-repeat center;
    height: 350px;
    text-align: right;
    background-size: cover;
    margin-top: 80px;
}

#products .banner-item, #product-details .banner-item, #shopping-cart .banner-item, #checkout .banner-item, #Gallery .banner-item, #Gallery-Details .banner-item, #terms .banner-item, #copyright .banner-item {
    font-family: 'Barlow-SemiBold';
    font-size: 60px;
    line-height: 68px;
    font-style: italic;
    position: absolute;
    right: 20%;
    top: 35%;
    text-transform: capitalize;
    width: 250px;
    display: inline-block;
    color: #fff;
}

#product-details .banner-item, #products .banner-item {
    width: 96%;
    font-size: 44px;
    line-height: 56px;
    text-align: right;
    right: 13%;
    top: 31%;
}

#products .breadcrumb .inner, #product-details .breadcrumb .inner, #shopping-cart .breadcrumb .inner, #checkout .breadcrumb .inner, #Gallery .breadcrumb .inner, #Gallery-Details .breadcrumb .inner, #terms .breadcrumb .inner, #copyright .breadcrumb .inner {
    width: 92%;
    margin: auto;
    padding: 20px 0;
    text-align: left;
    max-width: 1480px;
    font-family: 'Montserrat-Medium';
    color: #fefefe;
    font-size: 16px;
    line-height: 24px;
}

.search-bar, #products .breadcrumb, #product-details .breadcrumb, #shopping-cart .breadcrumb, #checkout .breadcrumb, #Gallery .breadcrumb, #Gallery-Details .breadcrumb, #terms .breadcrumb, #copyright .breadcrumb {
    position: absolute;
    background: url(../images/filter-bg.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    bottom: 0;
}

.banner-item {
    text-align: left;
    font-family: 'Montserrat-Medium';
    font-size: 40px;
    text-transform: capitalize;
    width: 25%;
    display: inline-block;
    color: #fff;
    line-height: 48px;
    font-style: italic;
}

    .banner-item a {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        font-style: normal;
    }

#home .banner-item {
    position: relative;
    top: 10%;
    max-width: 600px;
    width: 92%;
    margin-right: 5%;
}

    #home .banner-item a:hover:after, #home .banner-item.dark-font a:hover:after {
        border-color: #dd3138;
    }

    #home .banner-item a:after {
        content: ' ';
        height: 11px;
        width: 11px;
        display: inline-block;
        position: relative;
        left: 5px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari 3-8 */
        transform: rotate(45deg);
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }


.search-bar-inner {
    width: 85%;
    margin: 10px auto;
}

.search-bar-title {
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
    color: #fefefe;
    text-shadow: 0px 0px 20px #13161d;
}

.search-inner-ddl-div {
    width: 100%;
    display: table;
}

.search-ddl-div {
    width: 49%;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
    border-right: 15px solid transparent;
}

    .search-ddl-div.filter-btn {
        width: 98%;
        margin: 10px auto;
    }

.ddlList {
    width: 100%;
    text-align: left;
    padding: 15px;
    border-radius: 3px;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 26px;
    color: #949393;
    border: none;
    outline: none;
}

.btnFilter {
    width: 100%;
    padding: 15px 16px 15px 0;
    border-radius: 3px;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    border: none;
    outline: none;
    /* border-right:5px solid transparent; */
    background: #000000 url(../images/search-icon-white.png) no-repeat right 10% center;
}

    .btnFilter:hover {
        background: #a6a6a6 url(../images/search-icon-white.png) no-repeat right 10% center;
    }

.tyres-col-1 .btnClearFilter {
    /*background: #b82828 url(../images/search-icon-white.png) no-repeat right 10% center;*/
    background: #b82828;
}

    .tyres-col-1 .btnClearFilter:hover {
        background: #d64343;
    }

.tyres-search-nav .btnFilter {
    display: inline-block;
    width: 49%;
    padding: 19px 16px 19px 0;
    float: right;
}

.btnClearFilter {
    width: 49%;
    float: left;
    padding: 19px 0;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    /* border-left:5px solid transparent; */
    line-height: 26px;
    color: #ffffff;
    border: none;
    outline: none;
    background-color: #d64343;
}

    .btnClearFilter:hover {
        background-color: #b82828;
    }

.home-service-div {
    width: 100%;
}

.home-service-inner {
    width: 92%;
    max-width: 1480px;
    margin: 50px auto 20px auto;
    border-bottom: 1px solid #ebebeb;
}

.home-service-title {
    font-family: 'Barlow-SemiBold';
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
    color: #f1f1f1;
    text-align: center;
}

.provide-overlay {
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    position: relative;
    top: -30px;
    text-align: center;
    line-height: 38px;
    text-transform: capitalize;
    color: #d63e3e;
}

.home-services-div {
    width: 100%;
    display: table;
    margin: 10px 0;
}

.home-services-block {
    vertical-align: top;
    /*display: table-cell;*/
    width: 100%;
    height: 360px;
}

    .home-services-block:hover {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

.home-services-inner {
    width: 92%;
    height: 330px;
    margin: auto;
    max-width: 360px;
    background: url(../images/service-bg.png) no-repeat center;
    background-size: cover;
}

.home-services-title {
    width: 75%;
    text-align: left;
    margin: 0px auto;
    padding: 30px 0;
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    color: #ffffff;
    line-height: 38px;
}

.view-home-services {
    position: relative;
    display: block;
    width: 75%;
    padding-left: 5px;
    margin: 0px auto;
    font-family: 'OpenSans Bold';
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #ffffff;
}

    /*.view-home-services:hover {
        color: #000;
    }

        .view-home-services:hover:after {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            content: url(../images/search-icon-black-sm.png);
        }*/

    .view-home-services:after {
        position: absolute;
        top: 2px;
        left: 94px;
        content: url(../images/search-icon-white-sm.png);
    }

.home-services-img-div {
    position: relative;
    width: 92%;
    margin: auto;
    max-width: 360px;
    height: 100px;
}

#service1 img {
    position: absolute;
    bottom: 53px;
    right: -35px;
}

#service2 img {
    position: absolute;
    bottom: 46px;
    right: -40px;
}

#service3 img {
    position: absolute;
    bottom: 53px;
    right: -54px;
}

.extension-items.border-top {
    border-top: 1px solid #cccccc;
}

.brands-title {
    text-align: left;
    width: 100%;
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    line-height: 38px;
    color: #d63e3e;
}

.brands-carry-div {
    width: 85%;
    display: block;
    text-align: justify;
    font-size: 0;
    max-width: 1480px;
    margin: 30px auto;
}

.brands-carry-col {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.brands-carry-col2 {
    display: inline-block;
    width: 79%;
    text-align: center;
    vertical-align: middle;
}

.brands-carry-col img {
    max-width: 100%;
}

.features-inner {
    width: 85%;
    max-width: 1480px;
    margin: auto;
}

.feature-title {
    padding: 30px 0;
    font-family: 'Barlow-SemiBold';
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #e5e5e5;
    text-align: left;
}

.brands-carry-img-block {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: auto;
}

.features-div {
    background: url(../images/pixelated-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
}

.feature-title-overlay {
    position: relative;
    display: inline-block;
    top: -66px;
    left: 28px;
    font-family: 'OpenSans SemiBold';
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #d63e3e;
    text-align: left;
}

.product-block {
    position: relative;
    max-width: 260px;
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #dedede;
}

    .product-block.tyre-product {
        max-width: 300px;
        display: inline-block;
        width: 45%;
        margin: 10px;
        /*float: left;*/
    }

.product-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.product-img-block {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.product-img {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
}

.product-block.tyre-product .product-img {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.product-nostock {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.product-nostock-text {
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    position: absolute;
    font-family: 'Montserrat-Medium';
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.product-new, .product-featured, .product-promotions {
    position: absolute;
    z-index: 1;
}

.product-new {
    top: 0;
}

.product-featured {
    top: -1px;
    right: 0;
}

.product-promotions {
    bottom: -3px;
    right: 0;
}

.product-block.tyre-product .product-promotions {
    bottom: 0;
    right: 0;
}

.product-title, .product-price, .no-product-title {
    font-family: 'Montserrat-Medium';
    text-align: center;
    padding: 0 10px;
    font-size: 15px;
    margin: 5px 0;
    line-height: 23px;
    height: 69px;
    text-transform: uppercase;
    color: #131313;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.no-product-title {
    margin: 275px 0;
}

.product-price {
    margin: 5px 0 20px 0;
    height: 42px;
    font-size: 24px;
    color: #d44949;
}

.product-overlay-inner {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: relative;
}

.product-block .product-overlay.hover, .galleryWrapper .product-overlay.hover {
    opacity: 1;
}

.product-btns-div {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 5;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .product-btns-div .view-icon, .product-btns-div .shopping-cart, .product-btns-div .shopping-cart.nostock {
        width: 70px;
        height: 65px;
        border-radius: 8px;
        border: none;
        outline: none;
        display: inline-block;
        vertical-align: middle;
    }

    .product-btns-div .view-icon {
        background: #d63e3e url(../images/search-icon-white.png) no-repeat center center;
    }

    .product-btns-div .shopping-cart {
        margin-left: 5px;
        background: #d63e3e url(../images/cart-bg-icon.png) no-repeat left 47% center;
    }

        .product-btns-div .shopping-cart.nostock {
            margin-left: 5px;
            cursor: default;
            background: #bfbfbf url(../images/cart-bg-icon.png) no-repeat left 47% center;
        }

        .product-btns-div .view-icon:hover, .product-btns-div .shopping-cart:hover {
            background-color: #b82828;
        }

        .product-btns-div .shopping-cart.nostock:hover {
            margin-left: 5px;
            background: #bfbfbf url(../images/cart-bg-icon.png) no-repeat left 47% center;
        }

.news-panel-div {
    width: 100%;
    height: auto;
    background: #0e0e0e;
}

.news-panel-inner {
    width: 85%;
    padding: 40px 0;
    display: table;
    margin: auto;
}

    .news-panel-inner .news-panel-col {
        width: 50%;
        display: table-cell;
        vertical-align: top;
    }

.news-panel-inner-row {
    width: 100%;
    display: table;
}

.news-panel-date-col, .news-panel-content-col {
    vertical-align: top;
    display: table-cell;
}

.news-panel-date-col {
    text-align: center;
    width: 10%;
}

    .news-panel-date-col .divider {
        max-width: 80%;
        margin: auto;
        border-top: 2px solid #d80000;
    }

.news-panel-title, .news-panel-content {
    color: #ffffff;
    width: 80%;
}

.news-panel-content {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 30px;
}

.news-panel-title {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
}

.news-panel-date-col .day, .news-panel-date-col .month {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
}

.news-panel-content-col {
    width: 90%;
    padding: 0 20px;
}

.news-panel-div .download, .news-panel-div .viewmore {
    font-family: 'Montserrat-Medium';
    padding: 0 35px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #d63e3e;
    text-transform: capitalize;
}

    .news-panel-div .download:hover, .news-panel-div .viewmore:hover {
        color: #fff;
    }

    .news-panel-div .download:before {
        content: url(../images/download-icon.png);
        position: absolute;
        left: 0;
        top: 3px;
    }

    .news-panel-div .viewmore:before {
        content: url(../images/link-icon.png);
        position: absolute;
        left: 0;
        top: 3px;
    }

.news-panel-btn-div {
    padding-top: 30px;
}

.award-services-panel {
    background: #fff url(../images/award-services-bg.png) no-repeat right 20% center;
    position: relative;
    background-size: cover;
    width: 100%;
    min-height: 500px;
}

    .award-services-panel .inner-wrapper {
        width: 85%;
        /* position:relative; */
        margin: auto;
        padding: 60px 0;
    }

    .award-services-panel .award-services-title {
        font-family: 'Montserrat-Medium';
        font-size: 30px;
        line-height: 38px;
        color: #d63e3e;
        text-transform: capitalize;
    }

    .award-services-panel .award-services-desc {
        font-family: 'Montserrat';
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #2e2e2e;
    }

.award-services-listing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* -webkit-column-count: 2; */ /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    /* column-count: 2; */
}

.award-services-listing {
    margin-top: 20px;
}

    .award-services-listing ul li {
        font-family: 'Montserrat';
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        color: #2e2e2e;
        padding: 6px 45px;
        position: relative;
    }

        .award-services-listing ul li:before {
            content: url(../images/medal-icon.png);
            position: absolute;
            left: 0;
        }

.award-services-contact {
    margin-top: 20px;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 85px;
    background: #1c1c1c;
    border-radius: 4px;
    display: inline-block;
}

.award-services-img {
    position: absolute;
    bottom: -6px;
    right: 14%;
}

    .award-services-img img {
        max-width: 100%;
    }

.award-services-contact:hover {
    background: #d63e3e;
}

.award-services-panel .inner-wrapper .inner-content {
    width: 50%;
}

.client-say-div {
    width: 100%;
    background: #ffffff;
}

.client-say-content {
    width: 70%;
    padding: 0 60px;
    position: relative;
    margin: auto;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2e2e2e;
}

.client-say-div .inner-wrapper {
    padding: 60px 0 40px 0;
}

.client-say-content .author {
    font-style: italic;
}

    .client-say-content .author:before {
        content: ' ';
        display: inline-block;
        border-top: 1px solid #2e2e2e;
        width: 30px;
        height: 6px;
        margin-right: 15px;
    }

.client-say-title {
    font-family: 'Montserrat-Medium';
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2em;
    width: 92%;
    color: #dd1c22;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.client-say-content:before {
    content: '“';
    left: 0;
    top: 30%;
    position: absolute;
    display: inline-block;
    font-family: 'Roboto Bold';
    font-size: 109px;
    text-transform: uppercase;
    color: #91959b;
    letter-spacing: 0.2em;
}

.client-say-content:after {
    content: '”';
    right: -22px;
    top: 30%;
    position: absolute;
    display: inline-block;
    font-family: 'Roboto Bold';
    font-size: 109px;
    text-transform: uppercase;
    color: #91959b;
    letter-spacing: 0.2em;
}

.tyres-div {
    width: 100%;
    height: auto;
    font-size: 0;
    /* display: inline-flex; */
}

.tyres-col-1, .tyres-col-2 {
    display: inline-block;
    vertical-align: top;
}

.tyres-col-1 {
    width: 25%;
    /* border-right: 1px solid #ebebeb; */
    text-align: center;
    background-color: #ffffff;
}

    .tyres-col-1.fixed .extension-search-div, .tyres-col-1 .extension-search-div {
        display: none;
    }

.tyres-col-2 {
    background-color: #f6f6f6;
    width: 75%;
    border-left: 1px solid #ebebeb;
}

.tyres-col-3 {
    background-color: #f6f6f6;
}

.tyres-search-nav {
    width: 85%;
    margin: 40px auto;
    display: inline-block;
}

.tyres-search-title {
    display: block;
    font-family: 'Montserrat-Medium';
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    color: #d63e3e;
}

.tyres-search-element {
    margin: 15px 0;
}

tyres-search-element.table {
    display: table;
    width: 100%;
}

.tyres-search-element .ddlList {
    border: 1px solid #d3d3d4;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(19,22,29,0.05);
    -moz-box-shadow: 0px 2px 0px 0px rgba(19,22,29,0.05);
    box-shadow: 0px 2px 0px 0px rgba(19,22,29,0.05);
}

.tyres-products-chunk {
    width: 92%;
    margin: auto;
    /* min-height: 600px; */
    display: inline-block;
    font-size: 0;
    text-align: justify;
    padding: 50px 0;
}

.stlye-block {
    display: inline-block;
    margin: 10px;
    max-width: 300px;
    width: 23%;
    height: 0;
}

.tyres-products-display {
    width: 100%;
    text-align: center;
}

.tyres-col-3 .product-block.tyre-product {
    width: 45%;
}

.product-details-wrapper {
    width: 100%;
    height: 100%;
}

    .product-details-wrapper .inner {
        width: 92%;
        margin: auto;
        padding: 50px 0;
    }

    .product-details-wrapper .product-details-col1, .product-details-wrapper .product-details-col2 {
        display: block;
    }

    .product-details-wrapper .product-details-col1 {
        width: 100%;
        display: table;
        margin-bottom: 40px;
    }

    .product-details-wrapper .product-details-col2 {
        width: 100%;
    }

    .product-details-wrapper .product-img-div {
        width: 92%;
        max-width: 440px;
        position: relative;
    }

        .product-details-wrapper .product-img-div .inner {
            width: 100%;
            padding: 0;
            overflow: hidden;
            padding-top: 100%;
            border: 1px solid #dedede;
        }

        .product-details-wrapper .product-img-div img, .preview-item-img .img-inner img {
            max-width: 98%;
            max-height: 98%;
            position: absolute;
            top: 50%;
            left: 50%;
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
        }

.product-img-preview-div {
    width: 100%;
}

.preview-item-img {
    width: 27%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 10px 0 0;
    max-width: 100px;
}

    .preview-item-img .img-inner {
        width: 100%;
        padding-top: 100%;
        border: 1px solid #dedede;
        position: relative;
    }

.product-details-title {
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #131313;
    margin-bottom: 20px;
}

    .product-details-title .nostock {
        font-family: 'Montserrat-Medium';
        font-size: 16px;
        line-height: 20px;
        font-style: italic;
        padding-left: 10px;
        color: #d64343;
        margin-bottom: 20px;
        text-transform: lowercase;
    }

.product-details-prices {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    color: #131313;
}

    .product-details-prices .price-unit {
        font-family: 'Montserrat-Medium';
        font-size: 24px;
        line-height: 32px;
        text-transform: uppercase;
        color: #d44949;
        padding-left: 10px;
    }

    .product-details-prices .originalprice-unit {
        font-family: 'Montserrat';
        font-size: 16px;
        line-height: 24px;
        text-decoration: line-through;
        color: #2e2e2e;
        padding-left: 5px;
    }

.product-details-qtyddl:before {
    content: 'Quantity:';
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px 0 0;
    color: #08182b;
    display: inline-block;
    vertical-align: middle;
}

.product-details-qtyddl .ddlList {
    border: 1px solid #d3d3d4;
    width: 138px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(19,22,29,0.05);
    -moz-box-shadow: 0px 2px 0px 0px rgba(19,22,29,0.05);
    box-shadow: 0px 2px 0px 0px rgba(19,22,29,0.05);
    padding: 5px 15px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.product-details-nav {
    padding: 40px 0;
}

.product-details-content-block.divider {
    border-top: 2px solid #dedede;
}

.product-details-row {
    width: 100%;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

    .product-details-row .col1, .product-details-row .col2 {
        display: table-cell;
        vertical-align: middle;
    }

    .product-details-row .col1 {
        font-family: 'Montserrat-Medium';
        font-size: 18px;
        line-height: 26px;
        color: #131313;
        width: 45%;
    }

    .product-details-row .col2 {
        width: 55%;
        font-family: 'Montserrat';
        font-size: 16px;
        line-height: 24px;
        color: #2e2e2e;
    }

.product-details-bold-attr {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0;
    color: #131313;
}

.product-details-content-details {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
    margin-bottom: 30px;
}

.btn-back {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
    padding: 15px 80px;
}

.btnAddToCart {
    border: none;
    margin-right: 15px;
    outline: none;
    font-family: 'Montserrat-Medium';
    background-color: #d63e3e;
    border-radius: 5px;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 60px 12px 40px;
    color: #ffffff;
    background: #d63e3e url(../images/cart-plus.png) no-repeat right 14% center;
}

    .btnAddToCart:hover {
        background-color: #b82828;
    }

.btn-back:hover {
    background-color: #a6a6a6;
}

.product-details-mb-col1, .product-details-mb-col2 {
    display: table-cell;
    vertical-align: top;
}

.Breadcrumb, .breadcrumb .inner a {
    color: #fff;
    text-decoration: none;
}

    .Breadcrumb:hover, .breadcrumb .inner a:hover {
        color: #b82828;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.product-details-mb-col1 {
    width: 40%;
}

.product-details-mb-col2 {
    width: 60%;
}

    .product-details-mb-col2 .product-details-content-block {
        padding-left: 20px;
    }

.product-details-col2 .product-details-content-block.desktop {
    display: none;
}

#Gallerylist {
    margin: 30px 0;
    text-align: center;
}

.gallery-wrapper {
    width: 100%;
}

    .gallery-wrapper .inner {
        width: 92%;
        margin: auto;
        /* text-align: center; */
        max-width: 1480px;
    }

#Gallery .galleryItem {
    position: relative;
    width: 32%;
    max-width: 400px;
    margin: 0 0.9% 70px;
    display: inline-block;
    border: 1px solid #dedede;
    overflow: hidden;
    border-radius: 5px;
}

    #Gallery .galleryItem .galleryWrapper {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
        max-height: 420px;
        /* border-radius: 10px; */
        background-color: black;
    }

    #Gallery .galleryItem .galleryLink {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
    }

    #Gallery .galleryItem .Category {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 115px;
        height: 42px;
        display: none;
        text-align: center;
        border-radius: 50px;
    }

        #Gallery .galleryItem .Category .CateTxt {
            font-weight: bold;
            font-size: 14px;
            color: #2c2d2f;
            line-height: 42px;
        }

    #Gallery .galleryItem .galleryHeight {
        padding-top: 75%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #Gallery .galleryItem .galleryDetails {
        position: relative;
        bottom: 0;
        width: 100%;
        height: 120px;
        display: block;
        background-color: white;
    }

    #Gallery .galleryItem .galleryButton {
        position: absolute;
        top: 0;
        right: 5%;
        width: 20%;
        max-width: 80px;
        cursor: pointer;
        border-radius: 50%;
        box-sizing: border-box;
        border: 10px solid white;
        background-color: #d44949;
        transform: translateY(-50%);
    }

.table .table-cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#Gallery .galleryItem .galleryButton img {
    width: 100%;
}

#Gallery .galleryItem .galleryInfo {
    width: 76%;
    height: 100%;
}

.table {
    width: 100%;
    height: 100%;
    display: table;
    text-align: justify;
}

#Gallery .galleryItem .table .table-cell {
    font-family: OpenSans-Regular;
    font-weight: bold;
    text-align: left;
    padding-left: 8%;
}

#Gallery .galleryItem .title {
    font-family: 'Montserrat-Medium';
    height: 50px;
    color: #131313;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

#Gallery .ul li {
    list-style-type: none;
    position: relative;
}

.ul li .bullet {
    position: absolute;
    left: -43px;
    top: -3px;
    transform: translateY(7px);
}

#Gallery .galleryItem .galleryInfo .bullet {
    transform: translateY(0);
}

#Gallery .galleryItem .galleryInfo .date {
    font-family: 'Montserrat-Medium';
    margin: 10px 0;
    font-size: 20px;
    color: #d44949;
}

#Gallery .content-wrapper {
    background: url(images/pixelated-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#mb-shopping a:before {
    content: url(../images/cart-icon.png);
    display: inline-block;
    vertical-align: middle;
}

.terms-and-conditions {
    width: 92%;
    margin: 0px auto;
    padding: 50px 0;
    max-width: 1480px;
}

.terms-title {
    color: #d63e3e;
    font-size: 30px;
    line-height: 38px;
    font-family: Montserrat-Medium;
    text-transform: uppercase;
}

.terms-content-div {
    margin-top: 30px;
}

.terms-subtitle {
    font-family: 'Montserrat-Medium';
    color: #131313;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    padding-top: 20px;
}

.terms-content {
    font-family: 'Montserrat';
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
}

    .terms-content a, .terms-content a:focus {
        color: #2e2e2e;
        font-weight: 600;
    }

        .terms-content a:hover {
            color: #dd3138;
        }

.content-bg {
    background: url(../images/pixelated-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}

.social-media-div {
    margin-top: 20px;
}

.fb-icon, .insta-icon, .fb-icon:focus, .insta-icon:focus, .fb-icon:active, .insta-icon:active {
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    color: #d64343;
    margin-right: 10px;
}

    .fb-icon:hover, .insta-icon:hover {
        color: #a11111;
    }

    .insta-icon:before {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        content: url(../images/carousell-icon.png);
    }

    .insta-icon:hover:before {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        content: url(../images/carousell-icon-hover.png);
    }
/*.fb-icon {
    background: url(../images/fb-icon.png) no-repeat center center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    background-size: contain;
}

.insta-icon {
    background: url(../images/insta-icon.png) no-repeat center center;
    width: 45px;
    height: 45px;
    background-size: contain;
}

.fb-icon:hover {
    background: url(../images/fb-hover-icon.png) no-repeat center center;
    background-size: contain;
}

.insta-icon:hover {
    background: url(../images/insta-hover-icon.png) no-repeat center center;
    background-size: contain;
}*/

.nav-contactNo-col2 .home-icon-top, .nav-contactNo-col2 .fb-icon-top, .nav-contactNo-col2 .insta-icon-top, .nav-contactNo-col2 .home-icon-top:focus, .nav-contactNo-col2 .fb-icon-top:focus, .nav-contactNo-col2 .insta-icon-top:focus, .nav-contactNo-col2 .home-icon-top:active, .nav-contactNo-col2 .fb-icon-top:active, .nav-contactNo-col2 .insta-icon-top:active {
    display: inline-block;
    vertical-align: middle;
    font-size: 31px;
    color: #d64343;
    margin-right: 5px;
}

    .nav-contactNo-col2 .home-icon-top, .nav-contactNo-col2 .home-icon-top:focus {
        font-size: 33px;
        padding-top: 2px;
    }

.nav-contactNo-col2 .insta-icon-top {
    font-size: 33px;
    padding-top: 2px;
}

    .nav-contactNo-col2 .home-icon-top:hover, .nav-contactNo-col2 .fb-icon-top:hover, .nav-contactNo-col2 .insta-icon-top:hover {
        color: #a11111;
    }

.insta-icon-top:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: url(../images/carousell-icon-sm.png);
}

.insta-icon-top:hover:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: url(../images/carousell-icon-sm-hover.png);
}

.banner-subtext {
    font-size: 28px;
    display: block;
}

.sideNote {
    font-family: Montserrat;
    color: #a11111;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.footer-address-div {
    margin-top: 15px;
    display: block;
}

.footer-address-block {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

#lg-photos {
    font-size: 0;
    text-align: justify;
}

    #lg-photos .grid-item {
        display: inline-block;
        vertical-align: top;
        /*float:left;*/
        text-align: center;
        width: 33.2%;
    }

        #lg-photos .grid-item img {
            max-width: 100%;
        }

.answer .hyperlink, .contact-email .hyperlink {
    text-decoration: underline;
    color: blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .answer .hyperlink:hover, .contact-email .hyperlink:hover {
        color: #dd3138;
    }

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 50px;
    background: #b82828 url(../images/up-arrow.png) no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    a.back-to-top:hover {
        background: #d64343 url(../images/up-arrow.png) no-repeat center 43%;
    }

.error-div {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
}

    .error-div .error {
        padding: 0 30px;
    }

    .error-div .overlay {
        position: absolute;
        left: 0;
    }
.banner-item.dark-font .banner-contrast {
    color: #131313;
}
#home .banner-item.dark-font a:after {
    border-top: 3px solid #131313;
    border-right: 3px solid #131313;
}
@media(min-width:750px) {
    .tyres-col-3 .product-block.tyre-product {
        width: 30%;
    }
}

@media(min-width:1050px) {
    .product-block.tyre-product {
        width: 30%;
    }

    .product-details-wrapper .inner {
        width: 80%;
        margin: auto;
        display: table;
        padding: 50px 0;
    }

    .product-details-wrapper .product-details-col1, .product-details-wrapper .product-details-col2, .product-details-col2 .product-details-content-block.desktop {
        display: table-cell;
        vertical-align: top;
    }

    .product-details-mb-col1 {
        display: block;
        width: 100%;
    }

    .product-details-mb-col2 {
        display: none;
    }

    .product-details-wrapper .product-details-col1 {
        width: 40%;
        border-right: 20px solid transparent;
    }

    .product-details-wrapper .product-details-col2 {
        width: 60%;
        border-left: 20px solid transparent;
    }
}

@media(min-width:1100px) {
    .tyres-col-3 .product-block.tyre-product {
        width: 23%;
    }
}

@media(min-width:1150px) {
    .nav-bar {
        top: -1px;
    }

    .mobile-nav-bar {
        display: none;
    }

    .logo {
        position: relative;
        margin-top: 32px;
        margin-right: 16%;
    }

    .nav-bar-co2 {
        display: table-cell;
    }

    .nav-bar-col {
        display: table-cell;
        width: 28%;
        background: #000;
        background: url(../images/nav-bar-shadow.png) no-repeat right 7% center;
    }

    .nav-bar-col3 {
        display: none;
    }

    .search-ddl-div, .search-ddl-div.filter-btn {
        width: 20%;
        display: table-cell;
        vertical-align: middle;
        border-right: 15px solid transparent;
    }

    #home .banner-item {
        top: 28%;
        width: 100%;
        max-width: 494px;
    }
}

@media(min-width:1300px) {
    .nav-content .nav-inner {
        width: 80%;
        padding-right: .5%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .footer-nav-outer {
        display: block;
    }

    .tyres-search-nav {
        width: 80%;
        padding: 40px 10% 40px 0;
        margin: 0;
        display: inline-block;
    }

    .nav-content a, .nav-content .extension {
        padding: 18px 1.8%;
    }

    .nav-inner .nav-table {
        text-align: right;
    }

    .tyres-col-1 {
        text-align: right;
    }
}

@media(min-width:1450px) {
    .footer-nav {
        width: 80%;
    }

    .product-details-row .col1 {
        width: 35%;
    }

    .product-details-row .col2 {
        width: 65%;
    }
}

@media(min-width:1465px) {
    .product-block.tyre-product {
        width: 23%;
        /* float: left; */
    }
}

@media(min-width:1600px) {
    .nav-bar-col {
        background: url(../images/nav-bar-shadow.png) no-repeat right center;
        background-size: cover;
    }

    .nav-content .nav-inner {
        width: 85%;
    }

    .nav-content a, .nav-content .extension {
        padding: 18px 2.5%;
    }
}

@media(min-width:1680px) {

    .award-services-panel {
        background: #fff url(../images/award-services-bg.png) no-repeat right center;
        background-size: cover;
        width: 100%;
    }
}

@media(max-width:1400px) {

    .award-services-panel .inner-wrapper .inner-content {
        /* width: 100%; */
    }

    .award-services-img {
        /* display: none; */
        right: 7%;
    }
}

@media(max-width:1265px) {
    .home-services-block {
        display: inline-block;
        width: 100%;
        margin: 20px auto;
    }

    .brands-carry-col.mb-col {
        display: inline-block;
        width: 50%;
    }

    .home-services-div {
        margin: 0 auto;
    }

    .home-services-inner {
        max-width: 300px;
        background: url(../images/service-bg-mb.png) no-repeat center;
        background-size: cover;
    }
}

@media(max-width:1150px) {
    .award-services-panel {
        background: #fff url(../images/grey-overlay.png) no-repeat right bottom;
        background-size: cover;
        width: 100%;
    }

    .award-services-img {
        display: none;
    }

    .award-services-panel .inner-wrapper .inner-content {
        width: 100%;
    }

    .banner-item .banner-contrast {
        color: #131313;
    }

    #aboutus .banner-item .banner-contrast {
        color: #b82828;
    }

    #home .banner-item .css500.banner-contrast:after {
        content: ' ';
        height: 11px;
        width: 11px;
        display: inline-block;
        position: relative;
        left: 5px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari 3-8 */
        transform: rotate(45deg);
        border-top: 3px solid #131313;
        border-right: 3px solid #131313;
    }
}

@media(max-width:1000px) {
    .news-panel-inner {
        width: 92%;
        margin: auto;
    }

    .product-details-wrapper .product-img-div {
        width: 100%;
    }

    .btnAddToCart, .btn-back {
        display: block;
        text-align: center;
        width: 100%;
    }

    .btn-back {
        margin-top: 20px;
    }
}

@media(max-width:950px) {
    .tyres-col-1, .tyres-col-2 {
        /*display: block;*/
        width: 100%;
    }

    .tyres-search-title {
        display: none;
    }

    .tyres-search-nav {
        margin: 5px 0;
        width: 90%;
    }

    .tyres-products-chunk {
        padding: 20px 0;
    }

    .product-block.tyre-product {
        width: 30%;
    }

    #products .banner-div {
        height: 300px;
    }

    .tyres-col-1.fixed .extension-search-div {
        display: block;
        cursor:pointer;
        background: rgba(38, 38, 38, 0.6) url(../images/double-white-down.png) no-repeat center center;
        width: 100%;
        height: 30px;
    }

    .tyres-col-1.fixed .tyres-search-element .ddlList {
        padding: 10px 15px;
    }

    .tyres-col-1.fixed {
        position: fixed;
        top: 80px;
        z-index: 999;
    }

    .btnFilter {
        /* padding: 19px 0; */
    }

    .tyres-col-1.fixed .tyres-search-element {
        margin: 10px 0;
    }
}

@media(max-width:900px) {
    .client-say-content {
        width: 92%;
        margin: auto;
    }
}

@media(max-width:850px) {
    .news-panel-date-col, .news-panel-content-col, .news-panel-inner .news-panel-col {
        display: block;
        width: 100%;
    }

    .news-panel-date-col {
        width: 80px;
        margin: 20px 0;
    }

    .news-panel-btn-div {
        padding: 30px 0;
    }

    .news-panel-col.divider {
        border-bottom: 1px solid #dedede;
    }

    .product-overlay {
        display: none;
    }
}

@media(max-width:825px) {
    .home-services-block {
        width: 100%;
    }

    #Gallery .galleryItem {
        width: 47%;
    }

        #Gallery .galleryItem .galleryInfo .date {
            font-size: 16px;
        }

    #shopping-cart .banner-item, #checkout .banner-item, #Gallery .banner-item, #Gallery-Details .banner-item, #terms .banner-item, #copyright .banner-item {
        width: 92%;
        font-size: 48px;
        line-height: 48px;
        text-align: center;
        right: 4%;
    }

    #product-details .banner-item, #products .banner-item {
        width: 92%;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        right: 4%;
        top: 27%;
    }

    .banner-subtext {
        font-size: 32px;
        line-height: 36px;
        margin: 10px 0;
    }
}

@media(max-width:750px) {
    .brands-title {
        margin-bottom: 15px;
        text-align: center;
    }

    .brands-carry-col {
        display: block;
        width: 100%;
    }

    .product-block.tyre-product {
        width: 45%;
    }

    .brands-carry-col2 {
        width: 100%;
    }
    /*.product-title, .no-product-title{
        font-size:13px;
        line-height:21px;
        height:63px;
    }*/
}

@media(max-width:700px) {
    .award-services-listing ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .footer {
        font-size: 12px;
        line-height: 18px;
    }

    .btm-footer {
        padding: 10px 20px;
    }
}

@media(max-width:600px) {
    .home-services-inner {
        width: 100%;
        max-width: none;
    }

    #service1 img, #service2 img, #service3 img, #service4 img {
        position: absolute;
        bottom: 46px;
        right: 0px;
    }

    .news-panel-btn-div {
        padding: 30px 0;
        display: table;
        width: 100%;
    }

    .news-panel-div .download, .news-panel-div .viewmore {
        display: table-cell;
    }

    .nav-bar {
        height: 80px;
        top: 0;
    }

    #footer-mb-terms {
        display: block;
    }

    #footer-mb-pipe {
        display: none;
    }
}

@media(max-width:550px) {

    .mobile-nav-bar {
        width: 15%;
    }

    .tyres-col-3 .product-block.tyre-product {
        width: 43%;
    }

    .product-block.tyre-product {
        width: 43%;
        float: left;
    }

    .tyres-products-chunk {
        text-align: center;
    }

    .product-details-wrapper .product-details-col1 {
        display: block;
    }

    .product-details-mb-col1, .product-details-mb-col2 {
        display: block;
        width: 100%;
    }

    .product-details-mb-col2 {
        margin-top: 30px;
    }

        .product-details-mb-col2 .product-details-content-block {
            padding-left: 0;
        }

    .product-details-wrapper .product-img-div {
        max-width: unset;
    }

    .preview-item-img {
        border: none;
    }

    .product-img-preview-div {
        text-align: left;
    }
}

@media(max-width:500px) {
    #home .banner-item {
        top: 10%;
        padding: 0 20px;
        margin: 0;
    }

    .banner-item {
        font-size: 30px;
        line-height: 30px;
    }

    .brands-carry-col.mb-col {
        display: inline-block;
        width: 100%;
    }

    .award-services-listing ul li {
        width: 100%;
        display: block;
    }
}

@media(max-width:400px) {

    .news-panel-div .download, .news-panel-div .viewmore {
        display: block;
        margin: 15px 0;
    }

    .news-panel-btn-div {
        padding: 10px 0;
    }

    .award-services-contact {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
}
