/*
 * Porto Theme Override.
 * Tarmac Sportz - Createive Theory
 */

/* VARS */
:root {
    --theme-grey: #333333;
    --theme-red: #ec3339;
}

/*Core Style Amends*/
.page-header.type2 .block-search .action.search:before {
    color: #333333 !important;
}
.page-header.type2 .block-search input {
    background-color: white !important;
    color: grey !important;
    font-weight: bold;
}

/*Hiding IWD PayPal Smart Buttons*/
.minicart-wrapper .iwd-paypal-wrapper {
    display: none !important;
}
.cart-container .checkout.methods .iwd-paypal-wrapper {
    display: none !important;
}
#iwd_opc_top .iwd-opc-smart-buttons {
    display: none !important;
}

/*Hiding Cart Notice*/
body.checkout-cart-index .cart.item.message.notice {
    display: none;
}

/*Tiled Landing Page*/
.page-layout-tiled-landing .page-main {
    max-width: 100% !important;
    padding-bottom: 15px;
}
.page-layout-tiled-landing .page-main .columns {
    display: none;
}
.page-layout-tiled-landing .page-main .tiled-landing-container h1 {
    text-align: center;
    margin: 0;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner {
    display: flex;
    flex-wrap: wrap;
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile {
    flex-basis: 20%;
    position: relative;
    overflow: hidden;
    padding: 20px;
    transition: 0.2s ease-in-out;
    z-index: 1;
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s ease-in-out;
    z-index: 9;
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1vw;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile img {
    width: 100%;
    height: 100%;
    filter: brightness(40%);
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile:hover {
    transform: scale(0.9);
    transition: 0.2s ease-in-out;
}
.page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile:hover a {
    text-decoration: none;
}
@media (max-width: 768px) {
    .page-layout-tiled-landing .page-main .tiled-landing-container h1 {
        margin-bottom: 5px;
    }
    .page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile {
        flex-basis: 50%;
        padding: 5px;
    }
    .page-layout-tiled-landing .page-main .tiled-landing-container-inner .sub-cat-tile div a {
        font-size: 11px;
    }
}

/*New Navigation Styling - Megantic*/
@media (min-width: 768px) {
    .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n + 1) {
        clear: none;
    }
    .sw-megamenu.navigation li.level0.fullwidth > .submenu {
        max-width: 100% !important;
        padding: 10px 10px 0;
    }
    .sw-megamenu.navigation li.level0.fullwidth:nth-child(-n + 3) > .submenu .subchildmenu.col-md-12.mega-columns {
        padding-bottom: 10px;
        column-count: 4;
        height: 100%;
    }
    .sw-megamenu.navigation li.level0.fullwidth:nth-child(-n + 3) .subchildmenu.mega-columns.columns4 > li {
        width: 100%;
        display: inline-block;
        position: relative;
        height: auto;
        float: left;
        margin-bottom: 0px;
    }
    .sw-megamenu.navigation li.level0.fullwidth .subchildmenu.mega-columns.columns4 > li {
        /* margin-top: 10px; */
    }
    .page-header.type2 .sw-megamenu.navigation li.level0.fullwidth > .submenu a {
        padding: 3px 3px 5px;
        margin-top: 0;
    }
    .level1 > a {
        color: red !important;
    }
}
@media (max-width: 767px) {
    .page-header.type2 .block-search .action.search:before {
        color: white !important;
    }
}

@media (max-width: 767px) {
    .page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li > a > span {
        font-size: 1.3rem;
    }
    .sw-megamenu.navigation li.ui-menu-item.level1 > a {
        display: inline-block !important;
    }
    .ui-menu-item.level1.parent > .subchildmenu {
        display: none;
    }
    .ui-menu-item.level1.parent.active > .subchildmenu {
        display: block;
    }
    .ui-menu-item.level1.parent:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "\f807";
        font-family: "porto-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        right: 15px;
        line-height: unset;
        font-size: 2.2rem;
        top: 4px;
        position: absolute;
        color: #aaa;
    }
    .ui-menu-item.level1.parent.active:after {
        content: "\f804";
    }
}

/*Category Top Info*/
.cat_top_info .page-title-wrapper {
    padding-left: 10px;
    border-left: 5px solid #777777;
    margin: 10px 0px 20px 0px;
}
@media (max-width: 767px) {
    .cat_top_info .page-title-wrapper {
        padding: 0;
        border: none;
        text-align: center;
    }
}
.cat_top_info .page-title-wrapper h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.cat_top_info .category-description {
    background-color: rgb(237, 237, 237);
    padding: 20px;
}

/*Category Mobile Filter Amends*/

@media (max-width: 767px) {
    .filter-title strong {
        color: #777 !important;
        width: 100px !important;
        height: 70px !important;
        z-index: 99999998 !important;
    }
    .filter.active .filter-title strong {
        color: transparent !important;
    }
    .layered-filter-block-container .filter.active {
        z-index: 99999999;
    }
    .layered-filter-block-container .filter.active .filter-title {
        width: 100% !important;
    }
    .layered-filter-block-container .filter.active .filter-current {
        width: 100% !important;
    }
    .layered-filter-block-container .filter.active .filter-current + .block-actions {
        width: 100% !important;
    }
    .layered-filter-block-container .filter.active .filter-options {
        width: 100% !important;
    }
    .layered-filter-block-container .filter.active .filter-options .filter-options-title {
        padding: 10px 15px !important;
    }
    .layered-filter-block-container .filter.active .filter-options .filter-options-content {
        padding: 10px 15px !important;
    }
    .layered-filter-block-container .filter.active .filter-options-title:after {
        right: 10px !important;
    }
    .layered-filter-block-container .filter.active .filter.active .filter-current .item {
        padding: 0 50px !important;
    }
    .layered-filter-block-container .filter.active .amshopby-remove {
        left: 30px !important;
    }
}

/*Wheel Landing Page*/

.cms-jr-wheels-uk .page-main {
    max-width: 1920px;
    width: 100%;
    padding: 0 0 15px 0;
}
.wheel-landing-container .wheel-landing-banner {
    width: 100%;
    line-height: 0;
}
.wheel-landing-container .wheel-landing-banner img {
    width: 100%;
}
.wheel-landing-container .wheel-landing-banner img.mobile {
    display: none;
}
.wheel-landing-container .wheel-landing-tagline {
    background-color: #232323;
    color: white;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
.wheel-landing-container .wheel-landing-tagline p {
    margin: 0;
}
.wheel-landing-container .wheel-landing-product-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 0;
}
.wheel-landing-container .wheel-landing-product-tile {
    position: relative;
    overflow: hidden;
    flex-basis: 20%;
}
.wheel-landing-container .wheel-landing-product-tile:hover > img {
    transform: scale(1.2);
    transition: 0.2s ease-in-out;
    filter: brightness(20%);
}
.wheel-landing-container .wheel-landing-product-tile div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s ease-in-out;
    z-index: 9;
}
.wheel-landing-container .wheel-landing-product-tile div:hover {
    opacity: 1;
}
.wheel-landing-container .wheel-landing-product-tile div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.wheel-landing-container .wheel-landing-product-tile img {
    transition: 0.2s ease-in-out;
    width: 100%;
}
.wheel-landing-container .wheel-landing-product-container .wheel-landing-divider {
    position: relative;
    overflow: hidden;
    flex-basis: 60%;
    background-image: url("https://www.tarmacsportz.co.uk/pub/media/wysiwyg/tarmacsportz/jr-landing/offroad-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wheel-landing-container .wheel-landing-product-container .wheel-landing-divider div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.wheel-landing-container .wheel-landing-product-container .wheel-landing-divider div p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 35px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
@media (max-width: 767px) {
    .wheel-landing-container .wheel-landing-banner img.desktop {
        display: none;
    }
    .wheel-landing-container .wheel-landing-banner img.mobile {
        display: block;
    }
    .wheel-landing-container .wheel-landing-product-tile {
        flex-basis: 100%;
        height: 150px;
    }
    .wheel-landing-container .wheel-landing-product-tile div {
        opacity: 1;
    }
    .wheel-landing-container .wheel-landing-product-tile div a {
        font-size: 20px;
    }
    .wheel-landing-container .wheel-landing-product-tile img {
        max-height: unset;
        margin-top: -35%;
        filter: brightness(20%);
    }
    .wheel-landing-container .wheel-landing-product-tile:hover > img {
        transform: scale(1);
        transition: 0.2s ease-in-out;
        filter: brightness(40%);
    }
    .wheel-landing-container .wheel-landing-product-container .wheel-landing-divider {
        flex-basis: 100%;
        height: 150px;
        background-color: black;
        background-image: none;
    }
}

/*Car Selector Page*/

.car-select-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #808080a8;
    z-index: 999999999999;
    text-align: center;
    justify-content: center;
    display: none;
}
.car-select-loader img {
    align-self: center;
}
.car-select-loader.load {
    display: flex;
}
.car-select-container .car-select-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, 0.71);
    display: none;
}
.car-select-container .car-select-overlay.show {
    display: block;
}
.car-select-container .car-select-banner {
    width: 100%;
    line-height: 0;
}
.car-select-container .car-select-banner img {
    width: 100%;
}
.car-select-container .car-select-banner img.mobile {
    display: none;
}
.car-select-container .car-select-tagline {
    background-color: #232323;
    color: white;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
.car-select-container .car-select-tagline p {
    margin: 0;
}
.car-select-container .car-select-make-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 0;
}
.car-select-container .car-select-make-container .car-make-tile {
    position: relative;
    overflow: hidden;
    flex-basis: 20%;
}
.car-select-container .car-select-make-container .car-make-tile img {
    transition: 0.2s ease-in-out;
    width: 100%;
    opacity: 0.7;
}
.car-select-container .car-select-make-container .car-make-tile:hover > img {
    cursor: pointer;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.car-select-container .car-select-make-container .car-make-tile > div {
    display: none;
    z-index: 999999999;
    left: 50%;
    right: 0;
    bottom: 0;
    background-color: white;
    position: fixed;
    margin-left: -40%;
    width: 80%;
    height: max-content;
    padding: 30px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    transform: translateY(-50%);
    display: none;
    top: 50%;
}
.car-select-container .car-select-make-container .car-make-tile > div.show {
    display: block;
}
.car-select-container .car-select-make-container .car-make-tile > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 0;
}
.car-select-container .car-select-make-container .car-make-tile > div .car-select-close {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 25px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    z-index: 99999999;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model {
    position: relative;
    flex-basis: 25%;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model > a {
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 16px;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model:hover > a {
    text-decoration: none;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model:hover > a img {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model:hover > a p {
    color: black;
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model:hover > .model-inner {
    display: flex;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model > a img {
    width: 200px;
    display: block;
    margin: 0 auto;
    transition: 0.2s ease-in-out;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model > a p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    z-index: 9999999;
    font-style: italic;
    color: #7b7b7b;
    transition: 0.2s ease-in-out;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model .model-inner {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(204, 204, 204, 0.9);
    height: max-content;
    line-height: 1;
    flex-direction: column;
    padding: 10px;
    z-index: 99999999;
    text-align: center;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    display: none;
    width: 35%;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model .model-inner.pop {
    display: flex;
}
.car-select-container .car-select-make-container .car-make-tile > div > div .model .model-inner a {
    flex-basis: 100%;
    display: block;
    color: black;
    font-weight: bold;
    padding: 3px;
}
@media (max-width: 1040px) {
    .car-select-container .car-select-make-container .car-make-tile > div {
        top: 60px;
        margin-top: unset;
        transform: translateY(0%);
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .car-select-container .car-select-make-container .car-make-tile {
        flex-basis: 50%;
    }
    .car-select-container .car-select-make-container .car-make-tile > div > div .model {
        flex-basis: 50%;
    }
    .car-select-container .car-select-make-container .car-make-tile > div > div .model > a img {
        opacity: 1;
        width: 100px;
    }
    .car-select-container .car-select-make-container .car-make-tile > div > div .model a {
        font-size: 12px;
    }
    .car-select-container .car-select-make-container .car-make-tile > div {
        height: fit-content;
    }
    .car-select-container .car-select-make-container .car-make-tile > div > div .model:last-of-type p {
        margin: 0;
        display: table;
    }
    .car-select-container .car-select-banner img.desktop {
        display: none;
    }
    .car-select-container .car-select-banner img.mobile {
        display: block;
    }
    .car-select-container .car-select-make-container .car-make-tile > div > div .model .model-inner {
        width: 100%;
        background-color: rgba(204, 204, 204, 1);
    }
    .car-select-container .car-select-loader {
        display: none !important;
    }
}

/*
 * CUSTOM
 * ------------------------------
 */
.categorypath-brands-rota-wheels .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-rota-wheels .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-japan-racing .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-japan-racing .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-bola-wheels .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-bola-wheels .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-two-forge-wheels .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-two-forge-wheels .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-concaver .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-concanver .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-enkei-wheels .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-enkei-wheels .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-xxr-wheels .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-xxr-wheels .amfinder-common-wrapper {
    display: none !important;
}
.categorypath-brands-cobra-sport .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-milltek-sport .brand-shop-outer {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.categorypath-brands-milltek-sport .amfinder-common-wrapper {
    display: none !important;
}

.bg-black {
    background-color: #000;
}
.bg-red {
    background-color: var(--theme-red);
}

.c-white {
    color: #fff;
}
.c-black {
    color: #000;
}
.c-red {
    color: var(--theme-red);
}

.fw-bold {
    font-weight: 700;
}

.bg-cov-cen {
    background-size: cover;
    background-position: center;
}

.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}

.bottom-0 {
    bottom: 0;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #777;
}
h1 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
h3 {
    font-size: 16px;
    font-weight: 600;
}
h4 {
    font-size: 14px;
    font-weight: 600;
}
h5 {
    font-size: 12px;
    font-weight: 600;
}
h6 {
    font-size: 11px;
    font-weight: 600;
}

/* Form List */
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

/* Buttons */
.action.primary {
    font-size: 14px;
    border-radius: 0;
}

@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute;
    }
    .position-lg-relative {
        position: relative;
    }
}

/*
 *  HEADER
 *  --------------------------------------------------
 */

body > .block-static-block {
    margin-top: 0 !important;
}

body > .widget.block.block-static-block {
    margin-bottom: 0px;
}
.page-header.type2 {
    background-position: 50% 30px;
    background-repeat: no-repeat;
    background-color: #1c1c1c !important;
}
.header > *:not(script) {
    display: inline-block;
}

@media (max-width: 767px) {
    .header > *:not(script) {
        width: 100%;
    }
}

.header > .header-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 0 !important;
    padding: 0 !important;
}

.header > .header-left .logo {
    margin: 8px 40px 8px 0;
}
.header > .header-left .logo img {
    /* width: auto; */
    /* height: 80px; */
    height: auto !important;
    width: 180px;
}

.header > .header-left .action.nav-toggle::before {
    color: white !important;
}

.page-header.type2 {
    border-top: 0 !important;
}

.page-header.type2 .header.content {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .page-header.type2 .header.content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header > .header-left .logo {
        margin-right: 20px !important;
    }
}

.page-header.type2 .header.content .header-center {
    margin-left: 0;
    margin-right: auto;
    max-width: 460px;
}
.page-header.type2 .header.content .header-center .search-area > a {
    /* display: none !important; */
    height: 35px;
    color: white;
}

.page-header.type2 .header.content .header-center .block.block-search {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.page-header.type2 .header.content .header-center .block.block-search input#search {
    border-radius: 20px;
}

.page-header.type2 .header.content .header-right {
    display: flex;
}

@media (min-width: 992px) {
    .page-header.type2 .navigation:not(.side-megamenu) .level0 .level-top {
        padding: 15px 10px 15px 10px !important;
    }
}

@media (min-width: 992px) {
    .page-header.type2 .navigation:not(.side-megamenu) .level0 {
        margin-right: 10px !important;
    }
}

.page-header.type2 .header.panel > .header.links > li > a {
    border-left: none;
    color: white !important;
    text-transform: uppercase !important;
}
.page-header.type2 .top-links-area a {
    padding: 0;
}
.page-header.type2 .links {
    margin: 0;
}
.page-header.type2 > div.main-panel-top {
    border-bottom: 1px solid #191919;
    background-color: #333333;
}

.page-header.type2 .top-links-icon {
    display: none !important;
}

.page-header.type2 .panel.wrapper::after {
    display: none !important;
}

.section-item-content.nav-sections-item-content {
    border-top: 1px solid #474747;
}

.page-header.type2 a.my-account,
.page-header.type2 a.wishlist {
    display: none !important;
}

.page-header.type2 div.custom-block {
    line-height: 20px;
    color: white;
}

.page-header.type2 .action.showcart {
    color: white;
}

.page-header.type2 .minicart-wrapper .action.showcart::after {
    display: none;
}

.headerDel {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    margin-right: 20px;
}
.headerDel span {
    display: block;
    font-size: 1.25em;
}
.headerPN {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
}
.headerPN span {
    display: block;
    font-size: 0.6em;
}
.section-item-content.nav-sections-item-content .sw-megamenu > ul > li.fullwidth,
.section-item-content.nav-sections-item-content .sw-megamenu > ul > li.menu-item-has-children,
.section-item-content.nav-sections-item-content .sw-megamenu > ul > li {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li {
    display: inline-block;
}
.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li:hover {
    background-color: var(--theme-red);
}

.page-header.type2 .navigation .level0.parent > a.level-top:after {
    line-height: unset;
}
.section-item-content.nav-sections-item-content .sw-megamenu > ul a.slantSur {
    z-index: 1;
    background-color: inherit;
    transition: all 0.1s;
}
.section-item-content.nav-sections-item-content .sw-megamenu > ul a.slantSur.slantSurOn {
    background-color: var(--theme-red);
}
.section-item-content.nav-sections-item-content .sw-megamenu > ul > li.slantSurOn {
    margin-left: 8px;
}

.section-item-content.nav-sections-item-content .sw-megamenu > ul > li a.slantSur:before {
    display: block;
    content: " ";
    width: 10px;
    height: 100%;
    top: 0;
    background-color: inherit;
    position: absolute;
    left: -4px;
    transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    z-index: -1;
}
.section-item-content.nav-sections-item-content .sw-megamenu > ul > li a.slantSur:after {
    display: block;
    content: " ";
    width: 10px;
    height: 100%;
    top: 0;
    bottom: auto;
    left: auto;
    background-color: inherit;
    position: absolute;
    right: -4px;
    transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    z-index: -1;
    margin: 0;
}
.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li.fullwidth > a,
.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li.menu-item-has-children > a,
.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li.menu-static-width > a {
    padding-right: 10px;
    line-height: 1;
}

.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li > a {
    padding: 17px 8px 17px 10px;
}

.page-header.type2.sticky-header .section-item-content.nav-sections-item-content .sw-megamenu > ul > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.page-header.type2.sticky-header
.section-item-content.nav-sections-item-content
.sw-megamenu
> ul
> li.fullwidth
> a::after,
.page-header.type2.sticky-header
.section-item-content.nav-sections-item-content
.sw-megamenu
> ul
> li.menu-item-has-children
> a::after,
.page-header.type2.sticky-header
.section-item-content.nav-sections-item-content
.sw-megamenu
> ul
> li.fullwidth
> a::after,
.page-header.type2.sticky-header
.section-item-content.nav-sections-item-content
.sw-megamenu
> ul
> li.menu-item-has-children
> a::after,
.page-header.type2.sticky-header
.section-item-content.nav-sections-item-content
.sw-megamenu
> ul
> li.menu-static-width
> a::after,
.page-header.type2.sticky-header
.section-item-content.nav-sections-item-content
.sw-megamenu
> ul
> li.menu-static-width
> a::after {
    right: 8px;
}
.page-header.type2 .main-nav ul.menu > li > a {
    margin-left: 0;
    margin-right: 0;
}

.page-wrapper > div.breadcrumbs {
    max-width: 100%;
}
.page-wrapper > div.breadcrumbs .item {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    header.page-header .nav-sections-item-title.active {
        background-color: var(--theme-red);
    }
    header.page-header .nav-sections-item-title.active > a.nav-sections-item-switch,
    header.page-header .nav-sections-item-title.active > a.nav-sections-item-switch:visited {
        color: #fff !important;
    }
    header.page-header .nav-sections-item-title:not(.active) {
        background-color: #000;
    }
    .mobile-hidden {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header.type2 .header .custom-block .headerDel {
        display: block;
        text-align: right;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .page-header.type2 .header .custom-block .headerPN {
        display: block;
        text-align: right;
    }
    .cart-area {
        top: 35%;
        height: auto;
    }
    .page-header.type2 .main-nav ul.menu > li > a {
        padding: 17px 11px 17px 11px;
    }
    .page-header.type2 .main-nav ul.menu > li.menu-full-width > a,
    .page-header.type2 .main-nav ul.menu > li.menu-item-has-children > a,
    .page-header.type2 .main-nav ul.menu > li.menu-static-width > a {
        padding-right: 11px;
    }
}

@media only screen and (max-width: 991px) {
    .page-header.type2 .header .logo img {
        height: 90px;
    }
}

@media only screen and (max-width: 480px) {
    .header > .logo {
        margin-right: 10px;
    }
    .page-header.type2 .header .logo img {
        height: 60px;
    }
    .page-header.type2 .cart-area {
        margin: 18px 0;
    }
    .page-header.type2 .search-area {
        /* margin: 18px 10px; */
        margin: 0;
        padding-left: 0px;
    }
    .page-header.type2 .menu-icon {
        margin: 18px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .section-item-content.nav-sections-item-content .sw-megamenu > ul > li {
        width: 100%;
    }
    .section-item-content.nav-sections-item-content .sw-megamenu > ul > li a span,
    .nav-sections .header.links a {
        color: #fff;
    }
    .sections.nav-sections,
    .navigation li.level0 > a.ui-state-active,
    .navigation li.level0 > a.ui-state-active + .submenu,
    .navigation .level0 {
        background-color: #000;
    }
}

div.sidebar .block-category-nav {
    display: none;
}

/* ARRAN EXTRA */

.search-autocomplete ul li {
    color: #000;
}

@media (max-width: 991px) {
    .page-header.type2 .custom-block > .headerPN {
        display: none;
    }
}

@media (max-width: 1199px) {
    .page-header.type2 div.custom-block {
        float: right;
        margin-right: 70px;
        margin-top: 10px;
        margin-bottom: 10px;
        position: unset;
        height: auto;
    }
}

@media (min-width: 768px) {
    /* Menu Item Hover effect */
    .navigation.sw-megamenu > ul > li.fullwidth.parent::after {
        content: "";
        margin: 0;
        line-height: unset !important;
        display: block;
    }

    .navigation.sw-megamenu > ul > li.ui-menu-item:hover > a {
        position: relative;
    }
    .navigation.sw-megamenu > ul > .ui-menu-item:hover > a > .rhover-slant::before,
    .navigation.sw-megamenu > ul > .ui-menu-item:hover > a > .rhover-slant::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 20px;
        height: 100%;
        background: var(--theme-red);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-16deg);
        -ms-transform: skew(-16deg);
        transform: skew(-16deg);
        z-index: -1;
    }

    .navigation.sw-megamenu > ul > .ui-menu-item:hover > a > .rhover-slant::after {
        left: 100%;
    }

    .page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li.fullwidth > a {
    }
    .page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li .submenu {
        background-color: white;
        border-color: var(--theme-red);
    }
    .page-header.type2 .sw-megamenu.navigation li.level0.fullwidth > .submenu a,
    .page-header.type2 .sw-megamenu.navigation li.level0.staticwidth > .submenu a {
        color: #777;
        padding: 3px;
    }
    .page-header.type2 .sw-megamenu.navigation li.level0.fullwidth > .submenu .level2 a {
        padding: 5px;
    }
    .page-header.type2 .sw-megamenu.navigation li.level0.fullwidth > .submenu a:hover,
    .page-header.type2 .sw-megamenu.navigation li.level0.staticwidth > .submenu a:hover {
        color: #777;
        background-color: #f3f3f3;
    }
    .page-header.type2 .sw-megamenu.navigation li.level0.fullwidth > .submenu a:hover span,
    .page-header.type2 .sw-megamenu.navigation li.level0.staticwidth > .submenu a:hover span {
        text-decoration: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
    .page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li > a > span {
        font-size: 8px;
    }
}

@media (min-width: 1070px) {
    .page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li > a {
        padding: 17px 15px 17px 15px;
    }
}

/*
 *  FOOTER
 *  --------------------------------------------------
 */
.footer-middle {
    background-image: url("../images/background-img.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 20px 0;
    background-size: cover;
}
.footerMText {
    text-align: left;
    color: #fff;
}
.footerMText p {
    line-height: 17px;
    margin-bottom: 10px;
}
.footerMText p.footerMTextFirst {
    font-size: 24px;
    line-height: 30px;
}
.footerLArea {
    text-align: right;
}
.footerLArea img {
    margin: 10px 0px;
}
.footerLArea p {
    font-size: 34px;
}
.footer-slim-links {
    background-color: #000;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-slim-links a {
    padding: 0 5px;
}

.footer-container {
    border-top: 0;
}
.footer {
}
.footer .block .block-content {
    background-color: transparent;
    padding: 0;
}
.footer-top {
    background-color: #f0f0ed;
    padding: 15px 0;
}
#feed-container {
    padding: 50px 0;
}
#feed-container .owl-item {
}
#feed-container .owl-item .item {
    padding: 0 20px 0 90px;
    text-align: left;
    color: #121214;
    line-height: 1.5;
    font-size: 16px;
    background: url(../images/i_twitter.png) 20px 0 no-repeat;
}
#feed-container .timePosted {
    font-size: 14px;
    font-style: italic;
    color: #777;
}
.cms-index-index .footer-container.fixed-position {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
}
.cms-index-index .footer-container.fixed-position .footer-top,
.cms-index-index .footer-container.fixed-position .footer-middle {
    display: none;
}
.cms-index-index .footer-container.fixed-position .footer-bottom {
    padding: 5px 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}
.footer-container.fixed-position .footer-bottom .custom-block {
    margin-left: 20px;
}
.footer-container.fixed-position .footer-bottom .custom-block.f-right {
    margin-left: 60px;
}
.footer-container .bottom-container {
    margin: 0 0 5px;
}

.footer-middle {
    background-color: #121214;
    color: #777;
    padding: 40px 0;
    font-size: 13px;
}
.footer-middle a {
    color: #fff;
}
.footer-middle a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-middle ul.links {
    padding: 0;
    margin-top: -5px;
}
.footer-middle ul.links li {
    position: relative;
    padding: 10px 0;
    line-height: 1;
    display: block;
}
.footer-middle ul.links li i {
    margin-left: -5px;
}
.footer-middle ul.features {
    padding: 0;
    margin-top: -5px;
}
.footer-middle ul.features li {
    position: relative;
    padding: 10px 0;
    line-height: 1;
    display: block;
}
.footer-middle ul.features li i {
    margin-left: -5px;
    margin-right: 3px;
}
.footer-middle p {
    margin-bottom: 15px;
    color: #fff;
}
.footer-middle p.label {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
}
.footer-middle ul {
    padding: 0;
}
.footer-middle .block {
    text-align: left;
    line-height: 1.5;
    border: 0;
    margin: 0;
    background-color: transparent;
    float: none;
    width: auto;
}
.footer-middle .block .block-title {
    margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    text-transform: none;
}

.footer-middle .contact-info li {
    padding: 5px 0;
}
.footer-middle .contact-info li:first-child {
    padding-top: 0;
}
.footer-middle .contact-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.footer-middle .contact-info i {
    color: #777;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
}
.footer-ribbon {
    position: absolute;
    margin: -56px 0 25px 0px;
    padding: 10px 20px 6px 20px;
    background-color: #08c;
}
.footer-ribbon:before {
    border-right: 10px solid #005580;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
.footer-ribbon span {
    color: #fff;
    font-size: 20px;
    font-family: "Shadows Into Light", cursive;
}
.block.block-facebook-like .block-title a.btn-like {
    background-color: #08c;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: 400;
    margin-right: 55px;
}
.footer-middle .block.block-subscribe .input-box {
    padding: 0;
    margin-top: 50px;
}
.footer-middle .block.block-subscribe .input-box input.input-text {
    float: left;
    height: 30px;
    padding: 0 10px;
    padding-right: 85px;
    border: 0;
    background-color: #dcdcdc;
    border-radius: 5px;
    max-width: 300px;
}
.footer-middle .block.block-subscribe .input-box button {
    float: left;
    width: 75px;
    margin-left: -75px;
}
.footer-middle .block.block-subscribe .input-box button span {
    padding: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    font-weight: normal;
    min-width: 75px;
}
.footer-middle .block.block-subscribe em {
    color: #cef09d;
    font-size: 12px;
    display: block;
    margin: 5px 0;
}

.footer-middle .block-tweets ul {
    margin-top: -15px;
}
.footer-middle .block-tweets ul li {
    padding: 15px 0;
    border-top: 1px solid #75b11f;
}
.footer-middle .block-tweets ul li:first-child {
    border-top: 0;
}
.footer-middle .block-tweets p.tweet {
    margin-bottom: 10px;
}
.footer-middle .block-tweets p.timePosted {
    margin-bottom: 0;
    color: #a5d75f;
    font-size: 11px;
    font-style: italic;
}

.footer-middle .block-flickr-photos .block-content {
    margin: -5px;
}
.footer-middle .block-flickr-photos a.flickr-image {
    width: 65px;
    display: inline-block;
    margin: 5px;
}
.footer-middle .block-flickr-photos a.flickr-image:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.footer-middle .block-flickr-photos a.flickr-image img {
    width: 100%;
}

.footer-middle .fb-persons {
    margin: -5px;
}
.footer-middle .fb-persons .fb-person {
    display: inline-block;
    width: 75px;
    padding: 5px;
    text-align: center;
}
.footer-middle .fb-persons .fb-person a {
    width: 100%;
    display: inline-block;
}
.footer-middle .fb-persons .fb-person a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.footer-middle .fb-persons .fb-person a img {
    width: 100%;
}

.footer-middle {
    background-image: url(/pub/media/tarmac/footer/background-img.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.footer-bottom {
    min-height: 50px;
    line-height: 40px;
    background-color: #fff;
    padding: 25px 0;
}
.footer-bottom a.logo {
    float: left;
    margin-right: 45px;
}
.footer-bottom a.logo img {
    display: inline-block;
    vertical-align: middle;
}
.footer-bottom .custom-block {
    float: left;
    margin-left: 60px;
}
.footer-bottom .custom-block img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer-bottom address {
    float: right;
    line-height: 40px;
}

#totop {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #404040;
    font-size: 16px;
    color: #08c;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 5px 5px 0 0;
}
#totop:hover {
    background-color: #555;
}

.footer .social-icons {
    float: left;
}
.social-icons a:first-child {
    margin: 0;
}
.footer .social-icons a {
    background-color: #9e9e9e;
    border-radius: 50%;
}
.footer .social-icons a.icon1-class:hover {
    background-color: #3c599b;
}
.footer .social-icons a.icon2-class:hover {
    background-color: #1ca8e3;
}
.footer .social-icons a.icon3-class:hover {
    background-color: #4975b6;
}

.footer-bottom ul.links a {
    color: #777;
    font-size: 11px;
}
.footer-bottom ul.links li {
    padding: 0 12px;
    border-right: 1px solid #bbb;
    font-size: 11px;
}
.footer-bottom ul.links li:first-child {
    padding-left: 0;
}

.footerLArea a {
    font-size: 34px;
    margin-bottom: 15px;
    display: block;
}

.footerLArea a:hover {
    text-decoration: none;
}

.mobile-nav.side-block {
    width: 300px !important;
    left: -300px;
}

.header.links .greet.welcome {
    display: none;
}
.link.wishlist,
.section-item-content.nav-sections-item-content > ul:nth-child(2) {
    display: none;
}

.social-icons {
    float: right;
}
.social-icons span.label {
    line-height: 30px;
    font-size: 13px;
    color: #8b8c8d;
    display: inline-block;
    padding: 0;
}
.social-icons a {
    background: url(/pub/media/tarmac/footer/social-icons-sprite.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-color: #000;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 10px;
    line-height: 30px;
}
.social-icons a:hover {
    background: url(/pub/media/tarmac/footer/social-icons-hover-sprite.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    display: inline-block;
    text-indent: -9999px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {
    .footerLArea {
        text-align: center !important;
    }

    .footerLArea img {
        width: 200px;
    }
    .footerLArea a {
        font-size: 23px;
    }

    .footer-bottom .social-icons {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-bottom .custom-block {
        margin: 0;
    }
}

/*
 *  GLOBAL
 *  --------------------------------------------------
 */

/* MISC */
.message.notice {
    font-size: 13px;
}

/* OWL Controlls */
.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    height: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

/* CLERK IO SLIDERS */
.clerk-design-button {
    background-color: #00b67a;
    margin: 5px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    border-radius: 0;
}
.clerk-slider-item {
    border: 1px solid #eee;
    border-radius: 3px;
}

/*
 *  MINICART
 *  --------------------------------------------------
 */
.minicart-wrapper .action.showcart .counter.qty {
    color: #000 !important;
}

/*
 *  HOMEPAGE
 *  --------------------------------------------------
 */

.hp-top-slider {
    margin-bottom: 0 !important;
}

/* Remove Title and expand page fullwidth */
body.cms-home-page .page-title-wrapper {
    display: none;
}
body.cms-home .page-main,
body.cms-home-page .page-main {
    max-width: 100%;
    padding: 0;
}

/* Bar Under slider */
body.cms-home-page .homepage-bar .text-area {
    width: 100%;
}

/* Category Blocks and Social Blocks */
.cms-home-page .main-container.col1-layout {
    padding: 20px 0 0px;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.homepage-six-block {
    margin-top: 20px;
}

.homepage-six-block .col-md-4 {
    margin-bottom: 25px;
}

.homepage-social-blocks {
    margin-top: 20px;
    margin-bottom: 20px;
}

.homepage-social-blocks .social-tag {
    font-size: 20px;
    text-align: center;
    color: black;
    font-weight: bold;
    font-style: italic;
}

/* Wheel Landing */
.wheel-landing-block .main img {
    width: 100%;
}

.wheel-landing-block .main {
    margin-bottom: 25px;
}

.wheel-landing-block .col-md-6 {
    margin-bottom: 25px;
}

.wheel-landing-block .item {
    padding: 10px;
}

.wheel-landing-block .brand-tag {
    font-size: 20px;
    text-align: center;
    color: black;
    font-weight: bold;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 0;
}
/* R-DIVISION */
body.cms-home .homepage-six-block.rdivision {
    margin-bottom: 2rem;
}

.container.homepage-six-block.rdivision .hvr-float {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}
.container.homepage-six-block.rdivision .row img {
    margin: 0 auto;
}

/* Bottom slider */
body.cms-home-page .hp-bottom-slider.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

/* Custom Support */
.vert-offset-top-3 {
    margin-top: 3em;
}
.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.custom-support {
    text-align: left;
}
.custom-support .icon-holder {
    float: left;
    color: #272727;
    border: 2px solid #9c9c9c;
    border-radius: 100px;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.custom-support .icon-holder svg {
    max-height: 20px;
}
.custom-support div.content {
    margin-left: 76px;
}
.custom-support div.content > h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.custom-support div.content > em {
    color: #888;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.custom-support div.content > p {
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .homepage-social-blocks .col-md-4 {
        margin-bottom: 20px;
    }

    .wheel-landing-block .owl-item .item img {
        margin: 0 auto;
    }
}

/*
 *  ALL BRANDS PAGE
 *  --------------------------------------------------
 */
body.cms-brands .brand-item {
    min-height: 40px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.cms-brands .brand-item p {
    text-align: left;
    color: var(--theme-red);
}
body.cms-brands .brand-item .am-image-wrapper,
body.cms-brands .brands-letter .brand-item .label:before {
    display: none;
}
body.cms-brands .brand-item:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/*
 *  CATEGORY
 *  --------------------------------------------------
 */

@media (min-width: 1200px) {
    .page-main {
        max-width: 1610px;
        margin-top: 20px;
    }
    .products-grid.columns4 .product-item {
        width: 20%;
    }
}

body:not(.cms-vehicle):not(.page-with-filter):not(.cms-home-page) .amfinder-common-wrapper.amfinder-horizontal {
    display: none;
}

/* SHOP BY BRAND */
.page-wrapper > div.breadcrumbs {
    margin-bottom: 0;
}
.brand-shop-outer .brand-shop-slider img {
    width: auto;
    margin: auto;
    max-height: 550px;
}
.brand-shop-outer .brand-shop-name {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    border-top: 6px solid #ec3339;
}
.brand-shop-outer .brand-shop-name h1 {
    margin-bottom: 0;
}
.brand-shop-outer .brand-shop-txt p {
    font-size: 14px;
    line-height: 19px;
}
.brand-shop-outer .brand-shop-txt h2,
.brand-shop-outer .brand-shop-txt strong {
    color: #ec3339;
}

@media (min-width: 992px) {
    .brand-shop-outer .brand-shop-slider .owl-item > .item {
        display: flex;
        flex-direction: row;
    }
    .brand-shop-outer .brand-shop-name {
        border-top: 0;
    }
    .brand-shop-outer .brand-shop-txt {
        border-top: 6px solid #ec3339;
    }
}

/*
 *  PRODUCT LISTING
 *  --------------------------------------------------
 */
body.catalogsearch-result-index .clerk-grid-pricing {
    flex-direction: column;
}
body.catalogsearch-result-index .columns {
    display: flex;
}
body.catalogsearch-result-index div.sidebar.sidebar-main {
    order: 1;
}
body.catalogsearch-result-index div.column.main {
    order: 2;
}
body.catalogsearch-result-index div.sidebar.sidebar-additional,
body.catalogsearch-result-index div.sidebar.sidebar-main {
    display: unset;
}

/* LIST */
.products-grid .product-item .product-item-details strong.product-item-name {
    white-space: unset;
    max-height: 64px;
}
.products.list.items.product-items {
    display: flex;
    flex-flow: row wrap;
    padding: 2rem 0 2rem 0;
}
.amshopby-filter-current .amshopby-items.items {
    padding-left: 10px;
    padding-right: 10px;
}
.filter-options-title {
    background-color: var(--theme-red);
    border-radius: 0;
    border: 0;
    color: #fff;
}
.filter-options-item.active .filter-options-title,
.filter-options-content {
    border-radius: 0;
}
.filter-options-title:after {
    color: var(--theme-red);
}

.products-grid .product-item-details .product-item-actions .actions-secondary {
    display: none;
}
.product-item .product-item-info {
    padding: 50px 0 10px;
    transition: all 0.3s;
}
.product-item .product-item-info .actions {
    filter: alpha(opacity=0);
    transition: all 0.3s;
}

.price-box.price-final_price .price {
    font-weight: 500;
    font-size: 20px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

div.product-reviews-summary.short {
    font-size: 11px;
    line-height: 1.25;
    margin: 3px 0;
    background: url(/pub/media/tarmac/product/list/rating-bar.png) center no-repeat;
    height: 14px;
}

.products-grid .product-item-details .product-item-actions .tocart {
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    margin: 0;
    border: 0;
    padding: 0 20px 0 15px;
    text-transform: uppercase;
    color: #fff;
    border-color: #ec3339;
    background-color: #ec3339;
}

/* BORDERS MOBILE */
.products.list.items.product-items > .product-item {
    border-left: 1px solid #e3e4e4;
}
.products.list.items.product-items > .product-item .product-item-info {
    border-top: 1px solid #e3e4e4;
}
.products.list.items.product-items > .product-item:nth-child(1) .product-item-info,
.products.list.items.product-items > .product-item:nth-child(2) .product-item-info {
    border-top: 0;
}

/* HOVER */
.products.wrapper .product-item:hover .product-item-info .actions {
    visibility: visible;
    opacity: 1;
}
.products.wrapper .product-item:hover .product-item-info.type1 div.product-item-photo {
    box-shadow: none;
}
.products.wrapper .product-item:hover {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.products.wrapper .product-item:hover .product-item-info {
    padding: 10px 0 50px;
}

@media (max-width: 991px) {
    /* BORDERS MOBILE */
    .products.list.items.product-items > .product-item:nth-child(odd) {
        border-left: 0;
    }
}
@media (min-width: 768px) {
    body.catalogsearch-result-index .clerk-search-result-headline {
        padding-left: 13px;
    }
    body.catalogsearch-result-index div.sidebar.sidebar-main {
        width: 25% !important;
    }
    body.catalogsearch-result-index div.column.main {
        width: 75% !important;
    }
    body.catalogsearch-result-index div.sidebar.sidebar-main,
    body.catalogsearch-result-index div.column.main {
        -webkit-flex-grow: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        flex-basis: unset;
    }
}

@media (min-width: 992px) {
    /* BORDERS TABLET */
    .products.list.items.product-items > .product-item:nth-child(3) .product-item-info {
        border-top: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    /* BORDERS TABLET */
    .products.list.items.product-items > .product-item:nth-child(3n + 1) {
        border-left: 0;
    }
}

@media (min-width: 1200px) {
    /* BORDERS DESKTOP */
    .products.list.items.product-items > .product-item:nth-child(4) .product-item-info {
        border-top: 0;
    }
    .products.list.items.product-items > .product-item:nth-child(4n + 1) {
        border-left: 0;
    }
}

/*
 *  PRODUCT PAGE
 *  --------------------------------------------------
 */
body.catalog-product-view .right-side-open {
    display: none !important;
}
body.catalog-product-view .columns .column.main {
    width: 100%;
}
body.catalog-product-view .product.attribute.overview {
    display: none;
}

body.catalog-product-view p.availability {
    border: 1px solid #eee;
    border-top: 3px solid #ec3339;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ec3339;
}

body.catalog-product-view p.availability span {
    text-transform: none;
    color: #777;
    font-weight: normal;
}

body.catalog-product-view .product-info-stock-sku,
body.catalog-product-view .product-social-links {
    display: none;
}
body.catalog-product-view .reviews-actions .action.add {
    display: none;
}
body.catalog-product-view .box-tocart .fieldset {
    position: relative;
}
body.catalog-product-view .box-tocart .input-text.qty {
    width: 40px;
}
body.catalog-product-view .box-tocart .action.primary {
    height: 43px;
}
body.catalog-product-view .box-tocart .paypal.checkout {
    position: absolute;
    bottom: -70px;
    left: 0;
}

body.catalog-product-view .box-tocart .mage-error#qty-error {
    position: absolute;
    top: -45px;
}

@media (min-width: 768px) {
    body.catalog-product-view .columns .column.main {
        padding-top: 1rem;
    }
}

/*
 *  ALL BRANDS
 *  --------------------------------------------------
 */
body.cms-all-brands-html .am-image-wrapper {
    display: none !important;
}

/*
 *  LOGIN
 *  --------------------------------------------------
 */
body.customer-account-login .login-container {
    display: flex;
    flex-direction: column;
}
body.customer-account-login .login-container > .block.block-customer-login {
    order: 1;
}
body.customer-account-login .login-container > .block.block-new-customer {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    body.customer-account-login .login-container {
        flex-direction: row;
        padding-bottom: 35px;
    }
    body.customer-account-login .login-container > .block.block-customer-login {
        width: 55%;
        padding-left: 1rem;
        margin-bottom: 0;
    }
    body.customer-account-login .login-container > .block.block-customer-login .fieldset.login .control {
        width: 100%;
    }
    body.customer-account-login .login-container .fieldset:after {
        display: none;
    }
    body.customer-account-login .login-container > .block.block-customer-login .actions-toolbar {
        display: flex;
        flex-direction: row;
    }
    body.customer-account-login .login-container > .block.block-customer-login .actions-toolbar .primary {
        order: 1;
        margin-left: auto;
    }
    body.customer-account-login .login-container > .block.block-customer-login .actions-toolbar .primary > button {
        margin-right: 0;
    }
    body.customer-account-login
    .login-container
    > .block.block-customer-login
    .actions-toolbar
    .secondary
    > .action.remind {
        margin-top: 20px;
    }

    body.customer-account-login .login-container > .block.block-new-customer {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    body.customer-account-login .login-container > .block.block-new-customer > .block-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    body.customer-account-login .login-container > .block.block-new-customer > .block-content > .actions-toolbar {
        margin-top: auto;
        display: flex;
    }
    body.customer-account-login
    .login-container
    > .block.block-new-customer
    > .block-content
    > .actions-toolbar
    > .primary {
        margin-left: auto;
    }
}

/*
 *  CONTACT US
 *  --------------------------------------------------
 */
body.contact-index-index .custom-google-map {
    padding: 0;
    display: none;
}
body.contact-index-index .page-main .contact-info [class^="porto-icon-"],
body.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
    border-radius: 0;
}
body.contact-index-index .page-main .contact-info div:nth-child(3),
body.contact-index-index .page-main .contact-info div:nth-child(5) {
    display: none;
}

/*
 *  CART PAGE
 *  --------------------------------------------------
 */

body.checkout-cart-index .cart.table-wrapper {
    border: 1px solid #ececec;
    padding: 18px;
}
body.checkout-cart-index .cart.table-wrapper .col.item {
    text-align: center;
}
body.checkout-cart-index .cart-container .cart-summary {
    border-radius: 6px;
    padding: 18px;
}

@media (min-width: 768px) {
    .cart-container .form-cart {
        width: 75% !important;
    }
    .cart-summary {
        width: 25% !important;
    }
}

/*
 *  SELECT VEHICLE
 *  --------------------------------------------------
 */
body.cms-vehicle .page-main {
    max-width: 100%;
    padding: 0;
}

/*.vehSelectSec { padding-top: 2rem; }*/
.vehSelectSec-outer {
    background: url("/pub/media/tarmac/finder/select-veh-bg.jpg") 50% 0 no-repeat #2e2e2e;
}
.category-tarmacsportz-root .amfinder-toggle {
    display: block;
    border: 0;
}
.category-tarmacsportz-root .amfinder-horizontal .am-item {
    margin: 0 5px 0 0;
}
.category-tarmacsportz-root .amfinder-buttons {
    display: flex;
    justify-content: center;
}
.cmcategory-tarmacsportz-root .amfinder-title {
    display: none !important;
}
.category-tarmacsportz-root .amfinder-buttons .action.primary {
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 0 12px;
    height: 32px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .amfinder-horizontal .am-item {
        width: 100% !important;
    }
}

.vehSelectSec .page-title {
    display: inline-block;
    background-color: rgba(236, 51, 58, 0.9);
    margin: 10px 6% 0;
    -moz-transform: skewX(-16deg);
    -webkit-transform: skewX(-16deg);
    -o-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
}
.vehSelectSec .page-title h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 50px 14px 35px;
    -moz-transform: skewX(16deg);
    -webkit-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    transform: skewX(16deg);
}
.vehSelectSec .whiteSlant {
    display: inline-block;
    background-color: #fff;
    margin: 0 4%;
    -moz-transform: skewX(-16deg);
    -webkit-transform: skewX(-16deg);
    -o-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
}
.vehSelectSec .whiteSlant p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 12px 50px 12px 35px;
    -moz-transform: skewX(16deg);
    -webkit-transform: skewX(16deg);
    -o-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    transform: skewX(16deg);
}
.vehSelectBox {
    background-color: #333333;
    margin: 10px 0;
    padding: 0px 15px;
}
.vehSelectBox select {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
}
.vehSelectBox .amfinder-horizontal .dropdown-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.vsbSelectTitle::after {
    content: "\f078";
    color: #ec3339;
    padding-top: 5px;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vehSelectBox .amfinder-horizontal {
    width: 100%;
    background-color: unset;
}

@media only screen and (max-width: 991px) {
    /*.vehSelectSec .page-title h1 { font-size: 24px; line-height: 24px; }*/
    .vehSelectSec .whiteSlant p {
        font-size: 14px;
        line-height: 18px;
    }
    .vehSelectBox .amfinder-horizontal .dropdown-title {
        font-size: 16px;
    }
    .vehSelectBox select {
        margin-bottom: 20px;
    }
}

/* Extra additions */
button {
    line-height: 1 !important;
}

.qty.field .qty-changer > a::before,
.col.qty .qty-changer > a::before,
.qty.field .qty-changer > a.qty-inc:after,
.col.qty .qty-changer > a.qty-inc:after {
    display: none;
}

.qty.field .qty-changer > a:first-child,
.col.qty .qty-changer > a:first-child {
    left: unset;
    right: unset;
}

.qty.field .qty-changer > a,
.col.qty .qty-changer > a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 18px;
    line-height: 16px;
    margin-top: 2px;
    color: #ccc;
    font-size: 11px;
    position: unset;
}

.field.qty .qty-changer a {
    width: 16px !important;
}

.field.qty .qty-changer a > i {
    display: inline-block !important;
}

.qty.field .input-text.qty,
.col.qty .input-text.qty {
    border-width: 1px;
}

.cart.item .field.qty {
    display: flex !important;
}

.cart.item .field.qty .control.qty {
    width: auto !important;
    margin-right: 4px;
}

/* Checkout */
.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
    background-color: #ec3339;
    padding: 14px 10px;
}

.cart.actions button.action:not(:hover),
.cart-discount .actions-toolbar button.action:not(:hover) {
    background-color: #ec3339;
    color: white;
}

@media (min-width: 1200px) {
    .block.category.event,
    .footer.content,
    .header.content,
    .navigation,
    .page-wrapper > .breadcrumbs ul,
    .page-wrapper > .page-bottom,
    .page-wrapper > .widget,
    .top-container {
        max-width: 1280px !important;
    }
}

.page-header .panel.wrapper {
    min-height: unset !important;
}

.table.grouped .product-item-name {
    white-space: normal;
}

.loading-mask {
    display: none !important;
}

.filter-options-title {
    padding: 10px 15px;
}

.filter-options-title .toggle {
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #ddd;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
    font-size: 10px;
}

.filter-options-title .toggle::after {
    color: var(--theme-red);
}

@media (max-width: 768px) {
    .page-header.type2 .minicart-wrapper {
        margin-left: auto !important;
    }
}

.subtotal .amount.price-container {
    border: none !important;
}

.page-header.type2 .nav-sections {
    min-height: unset !important;
}

.cart-design-2 .action.showcart .minicart-icon {
    border-color: #ffffff !important;
}

.product-reviews-summary.short {
    display: none !important;
}

.product-item-name a {
    white-space: normal;
}

.box-tocart .action.tocart.btn-subscribe {
    display: none !important;
}

.catalog-category-view .page-title-wrapper {
    display: inherit !important;
}

.sidebar-content .sidebar.sidebar-additional {
    display: none;
}

.page-header.type2 .section-item-content.nav-sections-item-content .sw-megamenu > ul > li.fullwidth > a {
    color: white !important;
}

@media (max-width: 991px) {
    .navigation .ui-menu-item a {
        color: white !important;
    }
}
