a {
    color: #333;
}

.body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    margin-top: 0;
    margin-bottom: 0;

}

ul,
li,
ul li,
ul li ul {
    padding: 0;
    margin: 0;
}
body {
     -webkit-overflow-scrolling: touch;
}
#content {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}
[class^="fa-"],
[class*=" fa-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-down-arrow:before {
    content: "\e900";
}

.fa-home:before {
    content: "\e901";
}

.fa-dirt-bike:before {
    content: "\e902";
}

.fa-road-bike:before {
    content: "\e903";
}

.fa-cart-basket:before {
    content: "\e904";
}

.fa-active-heart:before {
    content: "\e905";
}

.fa-heart:before {
    content: "\e906";
}

.fa-phone:before {
    content: "\e942";
}

.fa-search:before {
    content: "\e986";
}

.fa-truck:before {
    content: "\e9b0";
}

.fa-man:before {
    content: "\e9dc";
}

.fa-woman:before {
    content: "\e9dd";
}

.fa-facebook:before {
    content: "\ea90";
}

.fa-instagram:before {
    content: "\ea92";
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

html,
body {
    height: 100%;
}

.off-canvas {
    padding: 10px;
    overflow-y: auto;
}

.off-canvas h2 {
    font-size: 20pt;
    color: #777;
    font-family: 'compacta_bd_btbold';
    display: block;
    text-align: center;
}

h1, .sidebarBlock-heading {font-family: 'compacta_bd_btbold'; color:#333;}
.nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

article {
    padding-right: 10px;
}

.owl-carousel .item {
    min-height: 200px;
    text-align: center;
    font-family: 'compacta_bd_btbold';
}

.product-slider h3 {
    font-size: 15pt;
    float: left;
    width: 100%;
    padding: 5px 0;
    display: block;
    font-family: 'compacta_bd_btbold';
    margin: 0;
}

.product-slider .price {
    font-size: 18pt;
}

.large-fixed {
    width: calc(100vw - 280px);
}

.sidebar {
    width: 280px;
}

.products .product {
    position: relative;
}

.products a {
    display: block;
    padding: 5px;
    border: 1px solid #eaeaea;
    margin: 10px;
}

.products .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1px;
    background: rgba(237,120,67, .95);
    height: 100%;
    width: 100%;
    display: none;
}

.products .cover button {
    color: #FFF;
}

.products .cell:hover .cover {
    display: block;
}

.options a {
    display: block;
    padding: 5px;
    color: #000;
}

.options a {
    background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #ed7843 50%);
    background-position: -0% 0;
    background-size: 200% auto;
    transition: background-position 0.5s ease-out;
    list-style: none;
}

.options li {
    padding: 2px 0;
}

.options a:hover {
    background-position: -90.99% 0;
    color: white;
}

.option a:hover > i {
    border: 1px solid white;
}

.options a i {
    background: #ed7843;
    color: white;
    font-style: normal;
    border-radius: 50%;
    width: 20px;
    height: auto;
    text-align: center;
    line-height: 20px;
    font-size: 10pt;
    padding: 5px;
    border: 1px solid #ed7843;
}

/* Footer */
footer {
    background: #333 url('img/footer-bg.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}

footer:before {
    background: rgba(000,000,000,.65);
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}

footer .grid-container,
footer section {
    position: relative;
    z-index: 0;
}

footer h3 {
    font-family: 'compacta_bd_btbold';
}

/* Top Banner */
.banner-top {
    padding: 10px 0;
}

/* Header */
header .cell {
    display: flex;
    align-items: center;
}

header a {
    color: #7C7C7C;
}

header .member-express a {
    font-size: 10pt;
    padding: 0px;
    margin: 0;
}

header .member-express .menu {
}

header .menu-express a {
    padding: 10px;
    font-family: 'compacta_bd_btbold';
    font-size: 18pt;
    transition: .3s ease-out;
    text-transform: uppercase;
}

header .menu-express a:hover {
    color: #ED7843;
}

.megaMenu h3 {
    font-family: 'compacta_bd_btbold';
    font-size: 22pt;
    position: relative;
    display: inline;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
}

.megaMenu h3:after {
    background: #ED7843;
    content: '';
    height: 5px;
    right: 0px;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.action-bg {
    background: white;
    margin: 5px;
}

.close-bar {
    text-align: center;
    display: block;
    width: 100%;
}

.close-btn {
    color: #777;
    position: relative;
    width: 100px;
    margin: 0 auto;
    display: block;
    font-family: 'compacta_bd_btbold';
}

.close-bar i {
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(180deg);
}

/*.megaMenu {
    max-height: 0;
    overflow: hidden;
    transition: .5s max-height linear;
    background-image: url('img/dropdown-bg-dark.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    color: #606060;
}*/

.megaMenu .wrap {
    padding: 5% 0;
}

.menu li {
    padding: 2px 5px;
}

.menu li ul a {
    font-size: 15pt;
    color: #555;
}

.megaMenu .cell .white {
    background: white;
    margin: 10px;
    padding: 10px;
}

.megaMenu .cell .block {
    min-height: 220px;
}

.breadcrumbs {
  border:1px solid #eaeaea;
  background:#FFF;
  border-radius:5px;
  padding:10px;
  margin:10px 0;
}

.search-express {
    font-family: 'compacta_bd_btbold';
    color: #555;
    padding: 10px 0;
}

/* accordion-menu */
.accordion-menu > li > a {
    font-family: 'compacta_bd_btbold';
    font-size: 18pt;
    color: #7C7C7C;
    text-transform: uppercase;
}

.accordion-menu a {
    width: 100%;
    display: block;
}

/* uur re   Mini Cart */
.mini-cart {
    position: relative;
    width: 52px;
    margin-top: 5px;
    margin-left: 20px;
    cursor: pointer;
}

.mini-cart button {
    font-size: 25pt;
    color: #7C7C7C;
    cursor: pointer;
}

.mini-cart .count {
    background: #ED7843;
    color: #FFF;
    display: block;
    width: 25px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    font-size: 10px;
    border: 2px solid #FFF;
}

.mini-cart-list {
    margin-bottom: 20px;
}

.mini-cart-list li {
    display: block;
    border: 1px solid #eaeaea;
    background: white;
    padding: 5px;
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.mini-cart-list h3 {
    font-size: 15pt;
    font-family: 'compacta_bd_btbold';
    margin: 0;
    padding: 10px 0 0 0;
}

.mini-cart-list .count {
    background: #ED7843;
    color: #FFF;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 50%;
    font-size: 13px;
    border: 2px solid #FFF;
}

/* Featured Gears */
.featured-gear {
    background: white;
    float: left;
    width: 100%;
}

.featured-gear > li {
    float: left;
    width: 50%;
}

/* Product Featured */
.point-of-sale .item {
    position: relative;
    margin: 10px;
    overflow: hidden;
}

.point-of-sale h3 {
    position: absolute;
    top: 40%;
    left: 0;
    background: #ED7843;
    width: 100%;
    padding: 10px;
    font-family: 'compacta_bd_btbold';
    color: white;
    text-transform: uppercase;
    font-size: 30pt;
    text-align: center;
}

.point-of-sale .item img {
    transition: .3s ease-in-out;
}

.point-of-sale .item:hover img {
    transform: rotate(4deg) scale(1.1, 1.1);
}

.styled-h2 {
    position: relative;
    padding: 10px 0;
    color: #606060;
}

.styled-h2 h2 {
    background: white;
    display: inline;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    font-family: 'compacta_bd_btbold';
    text-transform: uppercase;
}

.styled-h2:before {
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #606060;
    content: '';
    border-radius: 30%;
}

/* Sidebar */
.sidebar-fixed {
    width: 250px;
}

/* search bar */
.searchbar {
    display: none;
}
.searchbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    opacity: 0;
}

.searchwrap i {
    position: relative;
    z-index: 1;
}

.searchbar input {
    width: 100%;
    background: #FFF;
    padding-right: 125px;
    position: absolute;
}

.searchbar a {
    position: relative;
    float: right;
}

.opensearch {
    display: block;
    left: 0;
    right: 40px;
    opacity: 1;
}
