.page-footer {
    background-color: #343434 !important;
}
.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    /*content: '\e611';*/
    content : url('../images/icon-shopping-cart.png')!important;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.featured-row-block .pagebuilder-poster-content .block-products-list {
    padding : 40px !important;
}
 .page-header{
    position: fixed;
    width: 100%;
    z-index: 900;
}
.page-wrapper{
    height: 100Vh;
}  
.sections.nav-sections{
    margin-top: 100px;
}
.custom-header-logo .logo{
    max-width: 80% !important;
}
.minicart-wrapper.active .mage-dropdown-dialog{
    position : fixed !important;
}
.minicart-wrapper.active .block-minicart {
    right : -35px !important;
}
.minicart-wrapper .action.showcart .counter.qty {
    margin: -10px 0 0 !important;
    border-radius: 9px !important;
}
.product-items .product-item-details{
    text-align : center;
}
.product-items .product-item-details .product-item-name 
.product-item-link
.product-item-link:hover,
.product-item-link:visited {
    font-weight: 700;
    text-decoration : none;
}
.product-item-brand-block .action {
    text-decoration : none;
    background: #d10327;
    border: 1px solid #d10327;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
    background: #374249;
    border: 1px solid #006bb4;
    color: #ffffff;
}




