/*button.clean-search{
	color: #003478;
}*/
#maincontent .sw-megamenu.navigation.side-megamenu li.level0 > a > span:first-child{
	    max-width: none;
}
.sw-megamenu.navigation.side-megamenu.custom-navigation li.level0 a{
	margin: 0;
}
.top-cart-btn-checkout {
    font-family: inherit;
    font-size: .75rem;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: .875rem 1.5rem;
    border-radius: 2px;
    float: none;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    height: auto;
    line-height: inherit;
    color: #fff !important;
    background-color: #003478;
    border: none;
    display: inline-block;
    text-decoration: none;
}
.top-cart-btn-checkout:hover,
.top-cart-btn-checkout:focus {
    text-decoration:  none !important;
}
a.top-cart-btn-checkout.proceed-to-checkout {
    background: #222529;
    font-size: 15px;
    letter-spacing: -.015em;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}
.proceed-to-checkout::after {
    content: '\e8c4';
    font-family: 'porto-icons';
    padding-left: 1rem;
}
@media (min-width: 768px){
    .cart-summary{
            width: 29.333333%;
    }
}
@media (min-width: 768px){
	.page-header.type2.header-newskin .navigation .level0 > .level-top{
		padding-bottom: 0;
		padding-top: 0;
	}
	.page-header.type2.header-newskin.french .navigation .level0 > .level-top{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty{
		margin-top: 0 !important;
	}
	body .page-header.type2.header-newskin .minicart-wrapper{
		bottom: 8px;
	}
}
strong.product.name.product-item-name, strong.product.sku.product-item-sku{
        text-transform: none;
}