.page-header .header.content .block-search .action.search{background:#106abf;}
.page-header .header.content .block-search .action.search:hover{background:#42ca49;}
.minicart-wrapper .action.showcart{background:#106abf;}
.minicart-wrapper .action.showcart:hover{background:#106abf;}
.page-header .switcher.customer:hover{border-color:#42ca49;}
.nav-sections{background-color:#f25a22;}
.navigation .level0 > .level-top:hover,.navigation .level0 > .level-top.ui-state-focus{color:#262c35;}
.navigation .level0.active > .level-top,.navigation .level0.has-active > .level-top{color:#262c35;}
.nav-sections .navigation .navpro-departments a.level-top{background-color:#262c35;}
@media screen and (min-width: 769px) {
    .block-swissup-ajaxsearch.block-search .field.search {
        display: flex;
        flex-wrap: nowrap;
        border: #cbcbcb 1px solid;
    }
    
    .page-header .header.content .block-search .action.search, .page-header .header.content .block-search .action.search::before {
    line-height: 45px;
    color: #fff;
    font-size: 20px;
	}
    
    .page-header .header.content .switcher.customer {
    order: 2;
    flex-shrink: 0;
    background: #106abf;
	}
    
    .page-header .switcher.customer .toggle .text {
    padding: 0 4px;
    font-weight: 700;
	}
    
    .page-header .switcher.customer .options .action.toggle:after {
     color: #fff;
    }
    
    .banner-argento-stripes-benefits .content .text {
        padding: 0;
    }
    .slick-slide img {
		display: block;
		max-height: 146px;
		margin: 0 10px;
	}
}

.page-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 22px;
}
.nav-sections {
    background-color: #026abf;
}

.nav-sections .navigation .navpro-departments a.level-top {
    background-color: #f54336;
}

.navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
    color: #42ca49;
}

// Front Page Grid
.rw-grid {
    text-align: center;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 1%;
    max-width: 99%;
    padding: 15px 0 15px 0;
}

.rw-grid img {
    object-fit: cover;
    width: 100%;
    height: 100%;
//    filter: brightness(50%);
}

.rw-grid-double img {
	height: 487px;
}

.rw-grid-double-col img {
    max-height: 241px;
    width: 100%;
}

.rw-grid-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2em;    
}

.rw-grid-item {
	position: relative;
}

.page-header .header.content .nav-toggle:before, .page-header .header.content .block-search label:before, .page-header .header.content .minicart-wrapper .action.showcart:before {
    color: #106abf;
}

.box-tocart .field.qty { display: block; }

.price-excluding-tax:after, .weee[data-label]:after {
    content: ' 'attr(data-label);
    font-size: 1.1rem;
}
.price-including-tax:after, .weee[data-label]:after {
    content: ' 'attr(data-label);
    font-size: 1.1rem;
}
.product-options-bottom .price-box .price-container .price-excluding-tax+.price-including-tax .price, .product-info-price .price-box .price-container .price-excluding-tax+.price-including-tax .price, .product-options-bottom .price-box .price-container .weee+.price-including-tax .price, .product-info-price .price-box .price-container .weee+.price-including-tax .price, .product-options-bottom .price-box .price-container .weee .price, .product-info-price .price-box .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
}
.product-info-main .product-info-price .price-box .price-container .price, .product-info-main .product-info-price .price-box .price-container .price-label {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: normal;
    color: #106abf;
}