@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Russo One'), local('RussoOne-Regular'), url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap&subset=latin,latin-ext) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans'), local('Open Sans'), url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800&subset=latin-ext) format('truetype');
}


/* body {
  background: #252425 url(../images/tlo_gb.jpg) no-repeat center;
} */

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header.content {
    padding: 0;
}

.page-header .panel.wrapper {
    border-bottom: none;
    background-color: transparent;
}

.page-header .panel .header {
    padding-right: 0px;
}

.nav-sections {
    background-color: transparent;
    margin-bottom: 10px;
}

.nav-sections-item-content>.navigation {
    background: #414141;
    border-top: solid 1px #515151;
}

.navigation .level0>.level-top {
    color: #ffffff;
    text-transform: uppercase;
    border-right: solid 1px #333;
    padding: 20px 20px 21px 19px;
    font: italic bold 15px "Russo One", sans-serif;
}

.navigation span {
    font: italic 16px "Russo One", sans-serif;
    margin-right: 10px;
    font-weight: bold;
}

.breadcrumbs a,
.breadcrumbs a:visited {
    font: "Russo One", sans-serif;
    text-transform: uppercase;
    color: #ff0000;
}

.navigation .level0>.level-top:hover {
    background: #ab1500;
    color: #ffffff;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border-color: #ff0000;
}

#maincontent {
    background: #ffffff;
    padding-top: 30px;
}

.page-footer {
    background: #252425;
}

.footer-col,
.footer-col-1,
.footer-col-2 {
    min-width: 190px;
    margin-right: 40px;
    float: left;
}

.footer h4 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 2px;
    font: italic bold 15px "Russo One", sans-serif;
}

.footer ul,
ol {
    list-style: none;
}

.footer ul li {
    display: block;
    line-height: 23px;
    padding: 0;
}

.footer ul li a {
    text-decoration: none;
    display: inline-block;
    color: #a0a1a2;
}

.copyright {
    background-color: #252425;
    border-top: 1px solid #4c4c4c;
}

.copyright span:first-child {
    float: left;
}

.copyright span:last-child {
    float: right;
}

.copyright a {
    color: #797d80;
    text-decoration: none;
}

#narrow-by-list2 .item a {
    color: #000000;
    text-transform: uppercase;
}

#narrow-by-list2 .count {
    display: none;
}


/* .navigation .level0.parent > .level-top > .ui-menu-icon {
  right: 5px;
} */

.product-item-name {
    min-height: 60px;
}

.actions-secondary .towishlist {
    margin-left: 3px;
}

.actions-secondary .towishlist,
.actions-secondary .tocompare {
    background: #d40000;
    margin-top: -8px;
}

.product-item-actions .actions-secondary>.action {
    color: #fff;
}

.action.primary,
.action.primary:hover {
    background: #d40000;
    border: 1px solid #d40000;
}

.action.primary:hover span {
    color: #333;
}

.products-grid .product-item-info {
    border: 1px solid #dadada;
    padding-left: 4px;
}

.page-wrapper {
    background-color: #000000;
    background-image: linear-gradient(#000000, #252425);
}

.catalog-product-view .reviews-actions .action {
    color: #d40000 !important;
}

.catalog-product-view h1 {
    font-size: 26px;
    font-weight: bold;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    color: #adadad;
}

.products-grid .product-item-info .actions-primary {
    bottom: 4px;
    position: relative;
}

@media (min-width: 768px) {
    .page-layout-1column .product.media {
        width: 30%;
    }
    .page-layout-1column .product-info-main {
        width: 60%;
    }
    .page-layout-2columns-left .column.main {
        width: 100%;
    }
    .product-reviews-summary .reviews-actions {
        margin-top: -3px;
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    .page-products .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 1%;
    }
    .page-products .products-grid .product-item {
        margin-left: 1%;
        width: calc((100% - 8%)/5);
    }
    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 1%;
    }
}

@media (min-width: 640px) {
    .catalog-category-view .products-grid .product-item-info {
        padding: 5px;
        position: relative;
        z-index: 2;
        margin-top: 30px;
    }
    .catalog-category-view .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        height: unset;
        width: unset;
        overflow: unset;
        clip: unset;
        position: relative;
    }
    .catalog-category-view .products-grid .product-item-inner {
        left: -1px;
        margin: 0px;
        padding: 0px;
        right: -1px;
        z-index: 2;
    }
    .catalog-category-view .products-grid .product-item-info:hover {
        margin: 0px;
    }
}

.checkout .multicheckout {
    display: none;
}

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none !important;
    border-bottom: 1px solid #ccc;
}