.banner.mobile {
    display: none;
}

ul.groupmenu {
    display: flex !important;
    justify-content: start;
}

.linksandsearch-wrapper,
.minicart-wrapper,
.search-wrapper {
    position: relative;
    top: 20px;
}

.product.info.detailed .product.data.items>.item.title>.switch:hover {
    color: #222!important;
}


/*Taken from Scripts and Stylesheets area*/


/*MAG-984 - KV - 2018-11-02*/

.products-grid.wishlist ol.product-items {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.product.data.items>.item.title.active>.switch {
    color: #1c4c85 !important;
    border-color: #1c4c85 !important;
}

.product-info-main .product-social-links a {
    color: #1c4c85 !important;
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    color: #1c4c85 !important;
}

.page-layout-1column .products-grid .product-items.isotope .iso-item.product-item .product-item-info .cdz-product-bottom{
    background: rgba(28,76,133,0.5);
}