/** MOBILE -------------------------------------------------------------- **/
/** Mobile Header -------------------------------------------------------------- **/
.row.fullheader.mobile {
    background: #000;
    margin: 50px 0px 0px 0px !Important;
    padding: 0px 0px 0px 0px;
    color: #fff;
}





.row.fullmenu.mobile {
    background: #2A2A2A;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    top: 0px;
}
/** WIDE HERO BACKGROUNDS -------------------------------------------------------------- **/
/** Hero Backgrounds **/
.wide_hero.home.mobile,
.wide_hero.page.mobile {
    background-image: url('/image/catalog/website/backgrounds/ace-tyres-and-auto-home-page-tyre-background-mobile.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 0px;
}

/** CONTAINER CONTENT **/
#common-home.mobile {
    margin-top: 75px;
}
#product-category.mobile {
    margin-top: 75px;
}
#information-information.mobile {
    margin-top: 100px;
}
#product-search.mobile {
    margin-top: 35px;
}

/** HEADER **/
/** Top Row **/
.row.fullheader.mobile .logosearchworkshop {
    background: none;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


.row.fullheader.mobile .acelogo {
    background: none;
    width: 100%;
    color: #fff;
    margin: 0px auto 0px auto;
    align-content: center;
}
.row.fullheader.mobile .acelogo img {
    width: 60%;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    display: block;
}
.row.fullheader.mobile .acesearch {
    background: none;
    width: 90%;
    color: #fff;
    margin: 0px auto 0px auto;
    display: block;
}
.row.fullheader.mobile .aceworkshop {
    background: none;
    width: 90%;
    color: #fff;
    margin: 0px 0px 10px 0px;
}

.row.fullheader.mobile .aceworkshop img {
    background: none;
    width: 90%;
    margin: 30px auto 22px auto;
    padding: 0px 0px 10px 0px;
    display: block;
}
/** Middle Row **/
.row.fullheader.mobile .addressphone {
    background: none;
    width: 90%;
    text-align: left;
    float: left;
    margin: 3px 0px 10px 0px;
    padding: 0px 0px 20px 0px;
}
.row.fullheader.mobile .address {
    width: 90%;
    text-align: center;
    margin: 2px 0px 25px 0px;
}
.row.fullheader.mobile .phone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row.fullheader.mobile .address a.fa-map-marker,
.row.fullheader.mobile .address a {
    color: #FFCC2A;
 }
.row.fullheader.mobile .address .fa-map-marker a:hover,
.row.fullheader.mobile .address a:hover {
    background: red;
    color: #fff;
}
.row.fullheader.mobile .address a {
    background: #2a2a2a;
    border: 0px solid #ddd;
    border-radius: 5px;
    padding: 7px 20px 9px 20px;
    color: #FFCC2A;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
}
.row.fullheader.mobile .phone .fa-phone,
.row.fullheader.mobile .phone a {
    color: #FFCC2A;
}
.row.fullheader.mobile .phone .fa-phone a:hover,
.row.fullheader.mobile .phone a:hover {
    background: red;
    color: #fff;
}
.row.fullheader.mobile .phone a {
    background: #2a2a2a;
    border: 0px solid #ddd;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    padding: 10px 35px 10px 35px;
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
}
.row.fullheader.mobile .address .fa-map-marker {
    font-size: 1.9rem;
    padding: 0px 5px 0px 0px;
}
.row.fullheader.mobile .phone .fa-phone {
    font-size: 2.1rem;
    padding: 0px 10px 0px 0px;
}

/** BREADCRUMBS --------------------------------------------------------------**/
.wide_breadcrumb {
    background: #ddd;
    width: 100%;
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wide_breadcrumb a.goback {
    background: #2A2A2A;
    border-radius: 5px;
    border: 0px solid #000;
    color: #FFCC2A;
    padding: 7px 15px 8px 15px;
}
.wide_breadcrumb a:hover.goback {
    background: red;
    color: #fff;
}
.wide_breadcrumb ul {
    background: #ddd;
}
.wide_breadcrumb .breadcrumb li a {
    background: none;
    margin: 0px 0px 0px 0px;
    color: #000;
    font-size: 1.1rem;
}
.wide_breadcrumb .breadcrumb li a:hover {
    text-decoration: underline;
    color: #FFF;
}

/** WIDE ROWS -------------------------------------------------- **/
.wide_hero.home {
    background: none;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.wide_first.home.mobile {
    background: #000;
    width: 100%;
    height: auto;
    padding: 75px 0px 0px 0px;
}
.wide_second.home.mobile {
    background: #FFCC2A;
    width: 100%;
    padding: 75px 0px 75px 0px;
    height: auto;
}
.wide_third.home.mobile {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 75px 0px 75px 0px;
}

/** HERO HOME Content **/
.mobile .container.home {
    background: none;
    margin: 40px auto 60px auto;
}
.mobile .container.home .herocontent {
    background: none;
    text-align: center;
}
.mobile .container.home .herocontent h1.h1_title {
    background: none;
    font-size: 5rem;
    line-height: 5.75rem;
    font-weight: 900;
}
.mobile .container.home .herocontent h1.h1_title .statementup {
    color: #FFF;
}
.mobile .container.home .herocontent h1.h1_title .statementdown {
    color: #FFCC2A;
}
.mobile .container.home .herocontent h2.h2_title {
    background: none;
    font-size: 2rem;
    font-weight: 600;
    color: #FFF;
    margin-top: 20px;
    line-height: 3rem;
}
.mobile .container.home .herocontent h2.h2_title .statementup {
    color: #FFF;
    margin-bottom: 30px;
}
.mobile .container.home .herocontent h2.h2_title .statementdown {
    color: #FFCC2A;
}

/** HERO HOME Buttons **/
.mobile .container .home .herobuttons {
    background: none;
    margin-top: 30px;




}
.mobile .container .home .herobuttons .herobutton {
    background: #2A2A2A;
    float: none;
    border: 0px solid red;
    border-radius: 10px;
    font-size: 2.5rem;
    padding: 10px 20px;
}
.mobile .container .home .herobuttons .herobutton_left {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.mobile .container .home .herobuttons .herobutton_right {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile .container .home .herobuttons .herobutton_left a {
    background: #FFCC2A;
    color: #000;
}
.mobile .container .home .herobuttons .herobutton_right a {
    background: #2A2A2A;
    color: #FFCC2A;
}
.mobile .container .home .herobuttons .herobutton_left a:hover,
.mobile .container .home .herobuttons .herobutton_right a:hover {
    background: #FF0000;
    color: #fff;
}

/** HERO Content PAGE **/
.mobile .container.page {
    background: none;
    margin: 40px auto 60px auto;
}
.mobile .container.page .herocontent {
    background: none;
    text-align: center;
}
.mobile .container.page .herocontent h1.h1_title {
    background: none;
    font-size: 5rem;
    line-height: 5.75rem;
    font-weight: 900;
}
.mobile .container.page .herocontent h1.h1_title .statementup {
    color: #FFF;
}
.mobile .container.page .herocontent h1.h1_title .statementdown {
    color: #FFCC2A;
}
.mobile .container.page .herocontent h2.h2_title {
    background: none;
    font-size: 2rem;
    font-weight: 600;
    color: #FFF;
    margin-top: 20px;
    line-height: 3rem;
}
.mobile .container.page .herocontent h2.h2_title .statementup {
    color: #FFF;
    margin-bottom: 30px;
}
.mobile .container.page .herocontent h2.h2_title .statementdown {
    color: #FFCC2A;
}

/** HERO Buttons PAGE **/
.mobile .container.page .herobuttons {
    background: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.mobile .container.page .herobuttons .herobutton_left {
    background: none;
    float: left;
    margin-right: 15px;
}
.mobile .container.page .herobuttons .herobutton_left a {
    background: #2A2A2A;
    color: #FFCC2A;
}
.mobile .container.page .herobuttons .herobutton_left a:hover {
    background: #FF0000;
    color: #fff;
}
.mobile .container.page .herobuttons .herobutton_right {
    background: none;
    float: left;
    margin-right: 15px;
}
.mobile .container.page .herobuttons .herobutton_right a {
    background: #2A2A2A;
    color: #FFCC2A;
}
.mobile .container.page .herobuttons .herobutton_right a:hover {
    background: #FF0000;
    color: #fff;
}
.mobile .container.page .herobuttons .herobutton {
    background: #2A2A2A;
    float: left;
    border: 0px solid #000;
    border-radius: 10px;
    font-size: 1.8rem;
    padding: 10px 20px;
    text-align: center;
}





/** FOOTER Wide -------------------------------------------------------------- **/
.widerow_footer.mobile {
    background: #2A2A2A;
}





























