.loginprices a{
    padding:15px 25px;
    color:#fff;
    background:#022b4a;
    transition:0.25s all;
    border-radius:5px;
}

.loginprices a:hover{
    background:#808080;
}

.nFlex{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.nLinkArea{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.ex-loggedout .nLoggedIn{
  display:none;
}
.ex-loggedin .nLoggedOut{
  display:none;
}

.remanufactured {
    background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/ink_toner_finder/os-ink-remanufactured-bg.jpg') no-repeat center;
    background-size:cover;
    padding:100px;
    margin:80px 0;
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.remanufactured > *{
    margin:15px;
}

.remanufactured img{
    transition:opacity 0.35s;
}

.remanufactured img:hover{
    opacity:0.7;
}

.ex-content-page .page-content .remanufactured h1{
    color:#fff;
    font-weight:300;
    max-width:300px;
    line-height:34px;
}

.ex-content-page .page-content .remanufactured h1 strong{
    color:#fff;
}

.inkTonerByBrand .row > div{
    margin-bottom:40px;
}

.byBrandWrap.nFlex{
    flex-wrap:wrap;
    background:#f7f7f7;
    padding:40px;
    border-radius:10px;
}

.byBrandShopAll{
    width:100%;
    text-align:center;
    display:block;
    color:#fff;
    margin:15px 0;
    font-weight:700;
    padding:15px;
    background:#022b49;
    border-radius:10px;
    transition:0.35s all;
}

.byBrandShopAll:hover{
    background:#a73130;
    color:#fff;
}

.inkTonerByBrand h1{
    margin:0 0 40px;
    text-align:center;
}

.inkBox{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:20px;
    width:47%;
    height:140px;
    border:1px solid #022b4a;
    border-radius:10px;
    margin:25px 0;
    overflow:hidden;
    background:#fff;
}

.inkBox a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.inkBox img{
    transition:0.35s all;
    opacity:0.75;
    filter:brightness(0);
}
.inkBox:hover img{
    opacity:1;
    filter:brightness(1);
}

.inkFinderMain{
    padding-top:140px;
    padding-bottom:140px;
    background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/ink_toner_finder/os-ink-bg.jpg');
    margin-top:0;
    margin-left:0;
    margin-right:0;
    background-size:cover;
}

.inkFinderMain p{
    text-align:center;
    max-width:1000px;
    margin:0 auto 50px;
    font-size:16px;
}

.inkFinderMain .printer_button{
    width:100%;
    height:52px;
    border:0;
    border-radius:5px !important;
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#022b4a url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/ink_toner_finder/os-ink-arrow.png')no-repeat right 25px center;
    text-align:left;
    padding:0 25px;
    margin:0;
}

.inkFinderMain .inktonerfinder_wrapper{
    background:#fff;
    border-radius:0 !important;
    padding: 50px;
    max-width:1170px;
}

.inkFinderMain .inkselectform{
    display:flex;
    justify-content:space-between;
    max-width:1000px;
    padding:0 20px;
    flex-wrap:wrap;
}

.inkFinderMain.inktonerfinderwidget .form-group{
    width:23%;
}

.inkFinderMain h5{
    color:#022b4a;
    font-size:24px;
    font-weight:700;
    text-align:center;
    margin:0 0 25px;
}

.inkFinderMain .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
}
.inkFinderMain .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#f6f4f4;
    border-color:#fff;
}
.inkFinderMain .select2-container--default.select2-container--disabled .select2-selection__rendered{
    font-weight:300;
    color:#666;
}

.inkFinderMain .select2-container--default .select2-selection--single{
    border:0;
    padding:0 25px;
    height:52px;
    border-radius:5px;
    border:2px solid #022b4a;
}

.inkFinderMain .select2-container--default .select2-selection--single .select2-selection__arrow{
    right:10px;
    top:2px;
}

.inkFinderMain .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#022b4a transparent transparent;
}
.inkFinderMain .select2-container--default.select2-container--disabled .select2-selection__arrow b{
    border-color:#666 transparent transparent;
}


.catalog-grid .tile .list-attribute.product-stock{
    min-height:34px;
}
.catalog-grid{
  margin-top:0;
}

.catalog-grid .tile .product-name{
    min-height:65px;
}
.indicators-grid{
    min-height:24px;
}

.productgridwidget .btn.btn-primary{
	max-width: 100%;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.shopping-cart table.items-list thead{
    background:#022b4a;
}

.shopping-cart table.items-list th{
    color:#fff;
}

.shopping-cart table.items-list{
    border:3px solid #022b4a;
}

.shopping-cart table.items-list td{
    border-bottom:1px dashed #022b4a;
}

.shopping-cart table.items-list td.name{
    text-align:right;
}

.shopping-cart table.items-list td.total .content_value{
    background:#022b4a;
    color:#fff;
}

.shopping-cart table.items-list img{
    max-height:110px;
}

.shopping-cart table.items-list td.qnt-count .incr-btn{
    background:#022b4a !important;
}

.shopping-cart table.items-list td.delete .delete-btn{
    background:#022b4a !important;
    border-radius:3px;
}

.shopping-cart .to-checkout {
	padding: 8px 20px;
	font-size: 16px;
	border-radius: 3px;
    background:#022b4a;
}

.shopping-cart .btn-default{
    border-radius:3px;
}

.shopping-cart table.items-list td.qnt-count .incr-btn:hover,
.shopping-cart table.items-list td.delete .delete-btn:hover,
.shopping-cart .to-checkout:hover, 
.shopping-cart .btn-default:hover{
    background-color:#91daff !important;
}

.ex-cart .colourChoice{
    font-size:0;
}

.ex-cart .colourChoice p{
    display:inline-block;
    margin:0 10px 0 0;
}

.ex-cart .colourChoice span,
.ex-cart .colourChoice p,
.ex-cart .colourChoice i{
    font-size:13px;
    vertical-align:middle;
}

.softgraybackground .product-shopping-actions-tierpricing .group-focus div{
    padding:5px 0;
}
.softgraybackground .product-shopping-actions-tierpricing .group-focus div:not(:last-of-type){
    border-bottom:1px solid #ddd;
}

.deskscreens .page-content .row{
    margin-bottom:40px;
}

.deskscreens .page-content p, .deskscreens .page-content h1{
    margin-bottom:20px;
}

.deskScreensList{
    list-style:none;
    padding:0;
    margin:0;
}

.deskScreensList li{
    margin:0;
    padding:0;
    line-height:22px;
}

@media (min-width:768px) and (max-width:992px) {
    .page-content.twocolumnsleft .filter-container{
        float:none;
    }
}

@media (min-width:992px) {

    .twocolumnsleft .catalog-grid > .container > .row{
        position:relative;
    }

}

/* covid page */

.covidTitle{
    background:#b53333 url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Covid/covid-title-bg.png')no-repeat top 30px right 50px;
    padding:75px 40px;
    margin-bottom:30px;
}

.covidTitle h1{
    font-size:52px;
    color:#fff !important;
    margin:0 0 15px;
}

.covidTitle h2{
    font-size30px;
    color:#fff;
    margin:0;
    font-weight:400;
}

.cvList{
    padding:0;
    list-style:none;
}

.cvList li{
    padding:0 0 0 30px;
    margin:15px 0;
}

.cvList li.cv1{ background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Covid/covid-bullet1.png')no-repeat top 4px left; }
.cvList li.cv2{ background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Covid/covid-bullet2.png')no-repeat top 4px left; }
.cvList li.cv3{ background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Covid/covid-bullet3.png')no-repeat top 4px left; }
.cvList li.cv4{ background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Covid/covid-bullet4.png')no-repeat top 4px left; }
.cvList li.cv5{ background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Covid/covid-bullet5.png')no-repeat top 4px left; }

.cvProd{
    background:#f7f7f7;
    padding:10px 30px;
    margin:20px 0;
    max-height:160px;
}

.cvProd img{
    width:auto;
    height:140px;
}

.cvProd .btn.btn-primary{
    font-size:16px;
    padding:10px 20px;
}

.catBoxes{
    margin:40px 0;
}

.catBoxes .nFlex{
    flex-wrap:wrap;
}

.catBox{
    width:24%;
    border-radius:5px;
    overflow:hidden;
    margin:5px 0;
    position:relative;
    background:#f7f7f7;
}

.cbImg{
    width:100%;
    height:208px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:12%;
}

.catBox a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.catBox img{
    max-width:100%;
    max-height:100%;
    height:auto;
    width:auto;
}

.catboxbButton{
    width:100%;
    color:#fff;
    background:#002b4b;
    padding:10px;
    text-align:center;
    transition:0.25s all;
}

.catBox:hover .catboxbButton{
    background:#b53333;
}

@media (max-width:768px) {
    .catBox{
        width:49%;
    }
}

/**/

.isoFilters{
    background:#022b4a;
    border-radius:18px;
    overflow:hidden;
}

.isoFilters h2{
    padding:25px 18px;
    background:#e6e6e6;
    font-size:18px;
    color:#242222;
    text-transform:uppercase;
    text-align:center;
    border-bottom:2px solid #f4f2f0;
    position:relative;
    margin:0;
}

.isoFilters h2:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: solid 15px #e6e6e6;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.filterOptions{
    padding:40px 18px 18px;
}

.filterOptions h3{
    font-size:18px;
    color:#fff;
    font-weight:400;
}

.filterOptions select{
    padding:5px;
    width:160px;
    margin:0 0 10px;
    max-width:100%;
}

.isoReset button{
    border-radius:15px;
    border:none;
    color:#fff;
    background:#ae1a19;
    color:#fff;
    font-size:14px;
    padding:5px 30px;
    text-align:center;
    margin-top:30px;
    transition:0.25s all;
}

/*office boxes*/

.osBoxes.nFlex{
    flex-wrap:wrap;
}

.osBox{
    height:270px;
    width:330px;
    border:1px solid #d2d2d2;
    position:relative;
    margin:10px 2px;
}

.osFilters .osBox{
    margin:10px;
}


.osBoxImg{
    position:absolute;
    top:0;
    left:0;
    width:auto;
    height:100%;
    opacity:0;
    transition:0.5s all;
    width:250px;
    height:195px;
}

.osBoxImg img{
    max-height:100%;
}

.osBoxImg.active{
    opacity:1;
}

.osText{
    position:absolute;
    bottom:10px;
    text-align:center;
    width:100%;
}

.osText p{
    margin:0;
}

.osText p:first-of-type{
    margin-bottom:5px;
    font-size:18px;
}

.osText .btn-primary{
   margin:0;
    border-radius:12px;
    font-size:14px;
    line-height:14px;
    min-height:0;
    font-weight:700;
    transition:0.25s all;
}

.osText .btn-primary:hover{
    background:#941f0c;
}

.osBoxCols{
   position:absolute;
    top:15px;
    right:10px;
}

.osBoxCols span{
    font-size:12px;
    margin-bottom:5px;
}

.osBoxCols .nFlex{
    flex-direction:column;
    justify-content:center;
}

.osCol{
    width:25px;
    height:25px;
    position:relative;
    border:2px solid #fff;
    border-radius:1px;
    transition:0.25s all;
}

.osCol:hover{
    border-color:#941f0c;
}

.osCol.beech{  background:#efe6c8; }
.osCol.oak{  background:#765c48; }
.osCol.white{  background:#fff; }

.osCol.white:after{
    width:21px;
    height:21px;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #000;
    content:"";
}

/*end boxes*/

/*office content title section*/

.osContentTitle{
    margin-top:30px;
}

.osContentTitle .nFlex{
    align-items:stretch;
}

.osContentTitle .nFlex > div{
    width:50%;
}

.osContentTitle .ostImg{
    background-position:center;
    background-size:cover;
}

.osContentTitle .ostText{
    background:#022b4a;
    padding:20px;
}

.osContentTitle p, .osContentTitle h1{
    color:#fff !important;
}

.osContentTitle h1{
    margin-bottom:30px;
}

/**/

/* office chairs */

.ex-name-officechairs .osContentTitle .ostImg{
    background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Office_Chairs/os-chair-top.jpg');
}

/* end office chairs */

/* office desks*/

.ex-name-officedesks .osContentTitle .ostImg{
    background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/Office_Desks/os-desk-main.jpg');
}

/* end office chairs */

.headCart .promotion_discount, .headCart .cart-search{
    display:none !important;
}

.ex-home .hero-slider.container{
    margin:0 auto !important;
}

.ex-home .imageslider_wrapper{
    background:#f9f9f9;
}

.ex-l-2015 .dashBanner, .ex-a-1254043 .dashBanner{
    display:none !important;
}

.dashboard-catalogue{
    display:none;
}

.dashBanner{
    position:relative;
    margin-left: 10px;
}

.dashBanner img{
    display:block;
}

.dashBanner a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.dashBanner .dbOverlay{
    position:absolute;
    top:20%;
    bottom:0;
    left:40%;
    width:50%;
    height:80%;
    max-width:560px;
}

.dashBanner p{
    font-size:24px;
    color:#fff;
    line-height:30px;
}

.dashBanner p span{
    text-transform:uppercase;
    color:#abdbff;
    font-weight:700;
}

.dashBanner .dashButton{
    font-size:14px;
    background:#fff;
    color:#2e93c9;
    border-radius:10px;
    padding:10px 15px;
    line-height:14px;
    transition:0.5s all;
    display:inline-block;
    font-weight:700;
}

.dashBanner:hover .dashButton{
    background:#000;
    color:#fff;
}

.headCart .cart-dropdown .footer .total{
    display:none;
}

.headCart .cart-dropdown .footer .to-cart-wrapper{
    width:100%;
}

.cart-dropdown{
    z-index:1000;
}

#search_113781 .searchtable .products-wrapper .result.active{
    background:#ccc;
}

.hideme{
    display:none;
}

#minicart_113771 .cart-btn > .minicart_count {
	position: absolute;
	background: #022b4a;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top:-6px;
	right:2px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 22px;
}

.ex-home .zonetop{
    margin-bottom:0;
    margin-top:0;
}

.ex-home .zonebottom{
    margin-bottom:0;
    margin-top:0!important;
}

.nFlex.ppBoxes{
    flex-wrap:wrap;
    justify-content:space-around;
    margin:40px 0;
}

.nFlex.ppBoxes a {
	width: 19%;
	height: auto;
	background: #42693d;
	transition: 0.5s all;
	display: block;
	margin: 10px 2px;
	min-width: 140px;
    cursor:default
}

.nFlex.ppBoxes a:hover{
    background:#022b4a;
}

.ex-product .catalog-single .price {
background: #162346;
padding: .4em 3em;
color:#fff;
}

.magnify-large {
	position: absolute;
	display: none;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0 0 0 7px rgba(255,255,255,.85),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 0 7px rgba(255,255,255,.85),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
	box-shadow: 0 0 0 7px rgba(255,255,255,.85),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.ex-product .social-links{
     display:none;
}

.container.mainproductpagedesktop .row{
    position:relative;
}

.container.mainproductpagedesktop .row .filter-container{
    position:sticky;
    top:0;
}

.container.mainproductpagedesktop .row .filter-container .softgraybackground{
    background:none;
    border:1px solid #022b4a;
    border-radius:10px;
}

.custBanner{
    position:relative;
}

.cbButton{
    background:#1d3756;
    color:#fff;
    border-radius:8px;
    position:absolute;
    bottom:8%;
    left:5%;
    transition:0.25s all;
    font-weight:700;
    font-size:16px;
    padding:12px 20px;
}

.cb1 .cbButton{
    color:#161616;
    background:#fff;
}

.cb2 .cbButton{
    background:#f07d05;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}

.custBanner:hover .cbButton{
    background:#2a3b5e;
    color:#fff;
}

.ex-name-termsandconditions .content_container p, .ex-name-privacypolicy .content_container p, .ex-name-environmentalpolicy .content_container p{
    font-size:14px;
}

.shop-filters .filter-section .categories li:hover > a{
    color:#fff;
    text-decoration:underline;
}

.shop-filters .filter-section .filter-static{
    color:#fff !important;
}

.shop-filters .showhide-indicator{
    color:#fff;
}

.ex-name-userguide .content_container .row{
    margin-bottom:50px;
}

.ex-content-page .page-content.twocolumnsleft .filter-container .menulinks_container h4{
    color:#fff;
    font-size:16px;
    padding:12px;
    background:#022b49;
    margin:0;
}

.ex-content-page .page-content.twocolumnsleft .filter-container .menulinks_container .quicklinks{
    background:#f7f7f7;
}

.ex-content-page .page-content.twocolumnsleft .filter-container .menulinks_container li{
    margin:0;
}

.ex-content-page .page-content.twocolumnsleft .filter-container .menulinks_container li a{
    padding:12px;
    border-bottom:1px solid #fff;
    font-size:16px;
    color:#343536;
    transition:0.25s all;
    display:block;
}

.ex-content-page .page-content.twocolumnsleft .filter-container .menulinks_container li a:hover{
    background:#022b49;
    color:#fff;
}


.nFlex.nPPE{
    margin-top:40px;
    flex-wrap:wrap;
    padding-right:230px;
    background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/ppe-bg.png')no-repeat scroll top right;
}

.nFlex.nPPE .nFlex{
  width:48%;
  justify-content:flex-start;
  margin:0 0 40px;
}

.nFlex.nPPE .nFlex img{
    margin-right:30px;
    transition:0.25s all;
    width:135px;
    height:135px;
}

.ppeLink{
    font-size:16px !important;
    font-weight:700 !important;
     text-decoration:underline;
    transition:0.25s all;
}

.nFlex.nPPE a:hover img{
    opacity:0.7;
}

.nFlex.nPPE a:hover .ppeLink{
    color:#022b49;
}

.nButton{
    transition:0.25s all;
    margin:5px;
    background:#022b4a;
    border-radius:7px;
    min-width:145px;
    text-align:center;
    color:#fff;
    font-size:16px;
    line-height:16px;
    padding:15px 25px;
    font-weight:700;
    display:inline-block;
}

.nButton:hover{
    background:#e53b3a;
    color:#fff;
}

/*.ex-content-page .page-content h1{
    color:#022b49;
    text-transform:none;
    font-weight:700;
}*/

.nUnderline{
    height:3px;
    background:#022b49;
    width:250px;
    max-width:100%;
    margin:10px 0 30px;
}

.nContent p{
    font-size:18px;
    font-weight:300;
}

.ex-category .catalog-grid .list-attribute.product-category{
    display:none;
}

.ex-category .catalog-grid .tile .price-label{
    font-size:1.4rem;
}

.menu .catalog li:hover{
    background-color:#022b4a;
}

.homeProds .nFlex{
    border:1px solid #e6e6e6;
}

.titleBox{
    width:23%;
    background:#022b4a;
    padding:30px;
    color:#fff;
    min-height:260px;
}

.titleBox h1{
    font-weight:700;
    font-size:2em;
    color:#fff;
    text-transform:none;
}

.titleBox p{
    line-height:22px;
    color:#fff;
    margin:10px 0 25px;
}

.titleBox a{
    color:#fff;
    display:block;
    text-transform:uppercase;
    padding:15px 0;
    font-size:18px;
    text-align:center;
    border-radius:5px;
    border:1px solid #fff;
    transition:0.25s all;
}

.titleBox a:hover{
    background:#fff;
    color:#022b4a;
}

.prodBox{
    width:10%;
    position:relative;
}

.prodBox a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.prodTitle{
    height:55px;
    font-size:14px;
    line-height:20px;
}

.prodBox img{
    display:block;
    margin: 0 auto 15px;
}

.prodPrice{
    color:#022b4a;
    font-size:12px;
    line-height:16px;
}

.prodPrice span{
    font-size:20px;
    font-weight:700;
}

.prodDivider{
    width:1px;
    height:240px;
    border-right:2px dashed #e6e6e6;
}

.hCont p a.hEmail{
  font-size:14px;
}

.custBanners a{
    max-width:32%;
}

.custBox{
    width:220px;
    height:120px;
    background:#fff;
    border-radius:3px;
    border:1px solid #e1e1e1;
    border-top:none;
    max-width:15%;
    text-align:center;
    transition:0.5s all;
    position:relative;
    margin-top:10px;
}

.custBox p{
    margin:0;
    font-size:13px;
    transition:0.5s all;
}

.custBox a{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.custBox img{
    margin:20px 0 15px;
    transition:0.5s all;
}

.custBox:hover{
    background:#a73130;
    border-color:#fff;
}

.custBox:hover p{
    color:#fff;
}

.custBox:hover img{
    filter:  brightness(0) invert(1);
}

.custBoxes{
    margin-bottom:35px;
}

.customerArea{
    padding:25px 0 25px;
    background:#f9f9f9;
}

.ex-home .zonebottom .imageslider_wrapper{
    margin-top:0;
}
.zonebottom{
  margin-top:0!important;
}

.merchandising-content-static .widget-box p{
    font-size:16px;
}

.merchandising-content-static .widget-product-box .product-name-container{
    font-size:14px;
}

h1{
  text-transform:uppercase;
}

h1 strong{
  font-weight:900;
  color:#2a3b5e;
}

.contactus p{
    margin-bottom:20px;
}

.horizDivide {
	width: 100%;
	height: 1px;
	position: relative;
	background: #ddd;
	margin: 20px 0;
}

.horizDivide:before {
	width: 100px;
	height: 2px;
	background: #022b4a;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.horizDivide.green:before {
	background: #42693d;
}

.shop-filters{
    background:#022b4a;
}

.shop-filters a, .shop-filters .filter-section .categories li a, .shop-filters .filter-section h5, .shop-filters .filter-options a.active, .shop-filters .remove-filter{
    color:#fff;
} 

footer.footer{
    padding-top:0;
}

.footersection-2 .footersection-2{
    background:#fff;
    padding-top:20px;
    padding-bottom:20px;
}

.footer .footersection-2 p, .footer .footersection-2 a{
    color:#1e1e1e;
}

.footersection-1 .footersection-1{
    padding-top:60px;
    padding-bottom:60px;
}

.footer .footContact p{
    color:#6aa9dc;
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
    margin:0 0 20px;
}

.footContact p a{
    color:#fff;
}

.footContact p a:hover{
    text-decoration:underline;
}

.footer h3{
    color:#91daff;
    font-size:18px;
    text-transform:none;
    margin-bottom:30px;
    font-weight:400;
    text-transform:uppercase;
}

.footLogo{
    display:block;
    margin:0 0 40px;
}

.footer p{
    font-size:16px;
    color:#fff;
}

.footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footSoc{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#6aa9dc;
    margin:0 10px 0 0;
    transition:0.35s background;
    vertical-align:middle;
}

.footSoc:hover{
    background:#000;
}

.footBot p{
    font-size:14px;
}

ul.footLinks li{
    padding: 4px 0;
    position: relative;
    margin:0;
}

ul.footLinks li a{
    font-size:16px;
}

.topBar ul li.nLoggedin {
    display:none;
}

.ex-loggedin .topBar ul li.nLoggedin{
    display:inline-block;
}

.homeBrands  .owl-carousel .owl-stage{
    transition:1s all !important;
}

.homeBrands{
    margin-bottom:23px !important;
    padding-bottom:0;
    margin-top:-24px !important;
}

.homeBrands .imgthumbnail{
    height:120px;
}

.homeBrands img{
    /*opacity:0.25;
    filter: grayscale(100%);
    transition:0.25s all;*/
}

.homeBrands img:hover{
    /*filter:none;
    opacity:1;*/
}

.strip{
    padding:30px 0;
}

.strip .nFlex div:not(stripDivide){
    max-width:22%;
}

.strip h3{
    margin:0 0 10px;
    color:#022b4a;
}

.strip p{
    margin:0;
    font-size:15px;
    color:#343536;
}

.strip img{
    margin-right:20px;
    flex:0 0 auto;
}

.strip span{
    display:inline-block;
    vertical-align:middle;
}

.stripDivide{
    width:1px;
    height:83px;
    background:#e0e0e0;
}

.hbText{
    align-self:flex-end;
    text-align:left;
    position:relative;
    z-index:2;
    width:100%;
    padding:30px;
}

.hbText p{
    color:#fff;
    font-size:14px;
    text-shadow: 0px 0px 3px #000;
    margin:0;
    transition:0.5s all;
}

.hbText h2{
    color:#fff;
    text-shadow: 0px 0px 3px #000;
    margin:0;
    transition:0.5s all;
}

.homeBox a{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    z-index:3;
}

.hbImg{
    background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/os-homebox-ph.jpg')no-repeat scroll center center;
    background-size:cover;
    transition:0.5s all;
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    z-index:1;
}

.hbImg{
    filter: grayscale(1);
}
.hbImg.hbImg6{
    filter: grayscale(0);
}

.hbImg.hbImg1{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb1.jpg')no-repeat scroll center center; }
.hbImg.hbImg2{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/x6.jpg')no-repeat scroll center center; }
.hbImg.hbImg3{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb2.jpg')no-repeat scroll center center; }
.hbImg.hbImg4{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb3.jpg')no-repeat scroll center center; }
.hbImg.hbImg5{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb6.jpg')no-repeat scroll center center; }
.hbImg.hbImg6{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb-covid.jpg')no-repeat scroll center center; }
.hbImg.hbImg7{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb7.jpg')no-repeat scroll center center; }
.hbImg.hbImg8{ background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/hb4.jpg')no-repeat scroll center center; }

.homeBox{
    width:50%;
    height:298px;
    position:relative;
    display:flex;
    background:#022b4a;
}

.n20 .homeBox, .homeBox.large{
    width:100%;
}

.homeBox:hover .hbImg{
    /*opacity:0.2;*/
    filter: grayscale(0);
}
.hero-intro > .col-xs-12{
  padding-left: 0;
  padding-right: 0;
}
.hbOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgba(2,43,74,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	transition: 0.35s opacity;
	opacity: 0;
}
.hero-intro .col:hover .hbOverlay{
    opacity:1;
}

@media (min-width: 992px) {
  .hero-intro .col-md-2 {
    width: 20%;
  }
}

.hero-intro > .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-intro > .row > div {
    margin-bottom: 5px;
  }
}
.hero-intro > .row .col-md-2 {
  height: 460px;
}
@media (max-width: 991px) {
  .hero-intro > .row .col-md-2 {
    height: 314px;
  }
}
.hero-intro > .row .col-md-2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-intro > .row .col-md-4 {
  height: 314px;
}
.hero-intro > .row .col-md-4 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero-intro > .row .hbOverlay {
    opacity: 1;
  }
}

.homeBox:hover p{
    margin-left:40px;
}

.homeBox:hover h2{
    margin-left:20px;
}

.homeBoxes{
    padding: 0;
}

.homeBoxes .nFlex{
    flex-wrap:wrap;
}

.homeBoxes > .nFlex > .nFlex{
    width:40%;
}

.homeBoxes > .nFlex > .nFlex.n20{
    width:20%;
}

.homeText{
    padding:60px 0;
}

.menu .catalog li.menu-ink a{
    background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/os-head-ink.png')no-repeat scroll center left;
    padding-left:45px;
    font-weight:400;
}

.menu .catalog-block{
    background:#f7f7f7;
}

.menu .catalog > li > a{
    color:#636363;
    font-weight:700;
    font-size:15px;
    text-transform:uppercase;
    font-family:"PT Sans", sans-serif;
    padding:15px;
}

.toolbar .cart-btn > .btn{
    display:none;
}

.toolbar .cart-btn{
    width:114px;
    height:51px;
    background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/os-head-basket_1.png')no-repeat scroll center top;
    cursor:pointer;
}

.toolbar .cart-btn:after{
    content:"Your Basket";
    font-size:14px;
    color:#022b4a;
    font-weight:400;
    display:block;
    margin-top:32px;
    width:114px;
    text-align:center;
}

.toolbar .account-btn .user-icon{
    width:20px;
    height:23px;
    background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/os-head-account_1b.png')no-repeat scroll center center;
}

.toolbar .account-btn .user-icon:before{
    content:"";
}

.dropdown-menu span.overlap{
    opacity:0;
}

.toolbar .shopping-tools-wrapper > a.logged-in{
  display:block;
}

.toolbar .shopping-tools-wrapper .account-btn > span{
    display:block;
    margin:0 auto;
}

.toolbar .shopping-tools-wrapper .account-btn > span br{
    display:none;
}

.toolbar .account-btn span .welcome-message:last-of-type{
    display:block;
}


.toolbar .account-btn span .welcome-message strong{
    font-size:14px;
    color:#022b4a;
    font-weight:400;
}

.ex-loggedout .toolbar .account-btn span .welcome-message strong{
    font-size:0;
}

.ex-loggedout .toolbar .account-btn span .welcome-message strong:before{
    content:"Login / Register";
    font-size:14px;
}

header section.search .search-form .form-group input{
    border:0;
    background:#f7f7f7;
    height:44px;
   border:1px solid #022b4a;
}

header section.search .search-form button[type="submit"]{
    height:44px;
    width:50px;
    top:0;
    right:0;
    background:#022b4a url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/os-head-search.png')no-repeat scroll center center;
}

header section.search .search-form button[type="submit"] i{
    display:none;
}

.hCont p{
    font-size:16px;
    margin:0;
    line-height:24px;
}

.hCont p a{
    color:#162346;
    font-size:22px;
    font-weight:700;
} 

.hCont p a:hover{
    text-decoration:underline;
}

.headersection-1{
    background:#022b4a;
    padding:5px 0;
    overflow:hidden;
}
.zonetop{
  margin-bottom: 0px!important;
}
.topBar .nFlex{
    padding-left:200px;
}

.topBar ul{
    list-style:none;
    margin:0;
    padding:0;
}

.topBar ul li{
    display:inline-block;
    margin:0;
    padding:0;
    vertical-align:middle;
}

.topBar ul li a{
    color:#fff;
    font-size:14px;
}

.topBar ul li a:hover{
    text-decoration:underline;
}

.topBar ul li.divider{
    margin:0 15px;
    width:2px;
    height:13px;
    background:#fff;
}

.header-full .logo img {
    /*max-width: 150px !important;*/
    max-width:100% !important;
    max-height: none !important;
    width: auto !important;
}

/* officescape add to cart popup*/

#modalAddToCart .product-shopping-actions-prices, #modalAddToCart .footer-wrapper{
    color:#000;
}

#modalAddToCart .modal-title{
    color:#aaa;
}

#modalAddToCart .modal-title .fa.fa-check{
    color:limegreen;
}

#modalAddToCart .mpiImg{
    max-width:160px;
    margin:0 auto 20px;
}

#modalAddToCart .product-compare-action{
    color:#555;
}

#modalAddToCart .mpiCont h1{
    font-size:18px;
    color:#022b4a;
    text-transform:none;
    margin:0 0 15px;
}

#modalAddToCart .mpiCont .label-focus{
    background:none;
    color:#000;
    padding:0;
    font-size:100%;
    font-weight:400;
}

#modalAddToCart .mpiCont .product-item-spacing{
    margin-bottom:10px;
}

#modalAddToCart .mpiCont .product-shopping-actions-prices{
    padding:0;
}

#modalAddToCart .mpiButtons{
   margin-top:20px;
}

#modalAddToCart .mpiButtons .btn.btn-default{
    font-size:1.125em;
}

#modalAddToCart .mpiAlsoConsider .footer-wrapper{
    margin-left:5px;
}

#modalAddToCart .mpiAlsoConsider .footer-wrapper .product-name{
    margin-bottom:15px;
    font-weight:400;
}

#modalAddToCart .mpiAlsoConsider .footer-wrapper .product-name a, #modalAddToCart .mpiAlsoConsider h4, #modalAddToCart .catalog-single .tile .footer span{
    color:#000;
}

#modalAddToCart .nDivide{
    width:100%;
    height:1px;
    background:#aaa;
    margin:40px 0 20px;
}

#modalAddToCart .mpiAlsoConsider .brand-label, #modalAddToCart .mpiAlsoConsider .indicators-grid, #modalAddToCart .mpiAlsoConsider .footer-wrapper > span:not(.price-label-inc-vat), #modalAddToCart .mpiAlsoConsider .divquickview, #modalAddToCart .mpiAlsoConsider .addtoquicklist-wrapper{
    display:none;
}

#modalAddToCart .qty-list, input.qty-list, #modalAddToCart input.qty-list.form-control{
    color:#343536;
}

#modalAddToCart .mpiAlsoConsider h3{
    color:#000;
    margin:-15px 0 30px;
    font-size:16px;
}

.mainproductpagedesktop .ProdGridModal{
    display:none;
}

#modalAddToCart .ProdGridModal{
    display:block;
}

@media only screen and (min-width : 768px) {
    #modalAddToCart .modal-dialog{
        width:800px;
    }
}

/**/


#search_113781{
    margin: 0 100px;
}


.slideContent{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align:center;
    padding:5%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.slideContent img{
    margin:0 0 50px;
}

.slideContent p{
    font-size:24px;
    color:#fff;
    font-weight:300;
    position:relative;
    margin:0;
    max-width:1000px;
}

.slideContent h1{
    font-size:45px;
    color:#fff;
    font-weight:700;
    margin:0 0 60px;
    max-width:1000px;
}

.homeSliderArea{
    overflow:hidden;
    position:relative;
}

.slick-slide img {
	max-width: none;
	height: 100%;
    min-width:100%;
}

.homeSlider .slick-prev, .slick-next{
    z-index:1;
}
.homeSlider .slick-prev{
    left: 15px;
}
.homeSlider .slick-next{
    right: 15px;
}

.homeSlider .slick-list{
   height:600px;
}

.homeSlide{
    /*default slide img to show, overridden below*/
    background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide1.jpg')no-repeat center;
    background-size:cover;
    width:100vw;
    height:600px !important;
}

.homeSlide.hs1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-1-wt.jpg'); }
.ex-loggedin .homeSlide.hs1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-1-wt2.jpg'); }
.homeSlide.hs2{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-2-wt2.jpg'); }
.ex-loggedin .homeSlide.hs2{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-2-wt.jpg'); }
.homeSlide.hs3{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-3-wt2.jpg'); }
.ex-loggedin .homeSlide.hs3{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-3-wt.jpg'); }
.homeSlide.hs4{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-4-wt.jpg'); }
.ex-loggedin .homeSlide.hs4{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-4-wt.jpg'); }

.homeTextLower{
     padding:120px 0;
}

.homeTextLower h1{
    margin:0 0 30px;
    text-align:center;
}

.homeTextLower p{
    font-weight:300;
    font-size:16px;
}

.serviceBoxes{
    background:#022b4a;
    padding:80px 0;
    text-align:center;
}
.hbOverlay{
    text-align:center;
}
.home-introduction h3{
  text-align: center;
  color: #6aaae4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.home-introduction h2{
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.home-introduction p{
  text-align: center;
    font-size: 16px;
}
.serviceBoxes .container > h2{
    margin:0 0 60px;
    text-transform:uppercase;
}
.home-border{
    border: solid 1px #fff;
}
.homep1,
.homep2,
.homep3,
.homep4{
  background-image: url("https://www.upstreamworkplace.com/wp-content/themes/UpStreamTheme1/assets/images/weareupstream1.jpg");
  background-size: cover;
  padding: 20px 20px;
  min-height: 250px;
  height: 100%;
  position: relative;
}
.home-points{
  padding-top:40px;
}
.hpOverlay{
  background-color: rgba(22, 49, 80, 0.95);
  width: 100%;
  height: 100%;
  Position: absolute;
  left: 0;
  top: 0;
}
.hpOverlay span{
  color: #6aaae4;
  font-weight: 700;
  font-size: 18px;
  margin-top: 60px;
  display: block;
  text-align: center;
}
.hpOverlay p{
  color: white;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  padding:20px;
}
.imgwrapper{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #6aaae4;
  border-radius: 40px;
}
.imgwrapper img{
  filter: brightness(0) invert(1);
}
.homecase{
  padding-top:60px;
  padding-bottom:30px;
}
.homecase h2{
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.post-category-name{
  height: 35px;
  width: 170px;
  background: #6aaae4;
  position: absolute;
  display: flex!important;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  top: -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: -23px;
  text-shadow: 1px 1px 4px #52525200!important;
}
.post-excerpt{
  color: #737373;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 10px 0;
}
.blog-posts-grid-view .tile{
  box-shadow:0 3px 10px 4px rgba(0, 0, 0, 0)!important;
}
.blog-posts-grid-view .footer-wrapper{
  background:#F7F7F7;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.blog-posts-grid-view .post-date{
  font-size: 12px;
}
.blog-posts-grid-view .post-read-time{
  font-size: 12px;
}
.serviceBoxes h2,
.serviceBoxes h3,
.serviceBoxes p,
.hbOverlay p{
    color:#fff;
}

.serviceBoxes .nFlex{
    align-items:stretch;
    height:694px;
}

.serviceBoxes .nFlex .nFlex:first-child{
    width:74%;
    flex-wrap:wrap;
}

.serviceBoxes .nFlex .nFlex:last-child{
    width:24%;
    flex-direction:column;
}

.serviceBox{
    position:relative;
    width:31%;
    height:328px;
    background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox2.jpg')no-repeat center;
    background-size:cover;
}

.sb1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-1.jpg') }
.sb2 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-2.jpg') }
.sb3 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-3.jpg') }
.sb4 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-4.jpg') }
.sb5 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-5.jpg') }
.sb6 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-6.jpg') }
.sb7 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-7.jpg') }
.sb8 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-8.jpg') }
.sb9 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-homebox1-9.jpg') }

.serviceBox h3{
    text-transform:uppercase;
    margin:0 0 30px;
}

.serviceBox h3.sbTitle{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    background:rgba(2,43,74,0.7);
    padding:15px 10px;
    transition:0.35s opacity;
    margin:0;
}

.sbOverlay{
    position:absolute;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    background:rgba(2,43,74,0.7);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:10px;
    transition:0.35s opacity;
    opacity:0;
}

.sbOverlay > img{
  margin: 0 0 30px;
  padding: 0 45px;
}
.hbOverlay > img{
  margin: 0 0 30px;
  padding: 0 45px;
}

.serviceBox p{
    margin:0 0 40px;
    font-size:16px;
    font-weight:400;
}
.hbOverlay p{
    margin:0 0 40px;
    font-size:16px;
    font-weight:400;
}

.serviceBox p.sbButton{
    margin:0 auto;
    max-width:100%;
    width:200px;
    background:#fff;
    color:#022b4a;
    text-transform:uppercase;
    padding:10px 5px;
    font-weight:700;
}
.hbOverlay p.sbButton{
    margin:0 auto;
    max-width:100%;
    width:200px;
    background:#fff;
    color:#022b4a;
    text-transform:uppercase;
    padding:10px 5px;
    font-weight:700;
}
.hero-intro p.sbButton{
    margin:0 auto;
    max-width:100%;
    width:200px;
    background:#fff;
    color:#022b4a;
    text-transform:uppercase;
    padding:10px 5px;
    font-weight:700;
}

.serviceBox:hover .sbTitle{
    opacity:0;
}

.serviceBox:hover .sbOverlay{
    opacity:1;
}

.homeAccount {
	padding: 50px 0;
	background: url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-becomecustomer-bg1.jpg')no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.homeAccount h1{
    width:30%;
    color:#fff;
    font-size:40px;
    font-weight:400;
    margin:0;
}

.homeAccount .nFlex div{
    width:66%;
}

.homeAccount p{
    margin:0 0 30px;
    font-size:16px;
    color:#fff;
}

.homeAccount p:last-of-type{
    margin:0;
}

.ugButton{
    transition:0.35s all;
    background:#022b4a;
    border:2px solid #000;
    color:#fff;
    border-radius:8px;
    font-size:16px;
    text-transform:uppercase;
    padding:10px 20px;
    display:inline-block;
    margin:5px 0;
}

.ugButton img{
    vertical-align:middle;
    margin-left:30px;
    filter:brightness(0) invert(1);
    transition:0.35s all;
}

.ugButton:hover{
    border-color:#022b4a;
    background:none;
    color:#022b4a;
}

.homeAccount .ugButton:hover{
    color:#fff;
}

.ugButton:hover img{
    filter:brightness(1) invert(0);
}

.homeAccount .ugButton:first-of-type{
    margin-right:35px;
}

/*landing pages start*/
.ex-name-landingpageupstreamcare .row-breadcrumb,
.ex-name-landingpageupstreaminteriors .row-breadcrumb,
.ex-name-landingpageupstreamcatering .row-breadcrumb,
.ex-name-landingpageupstreamfacilities .row-breadcrumb,
.ex-name-landingpageupstreamworkwear .row-breadcrumb,
.ex-name-landingpageupstreamoffice .row-breadcrumb{
  display:none;
}

.lpTop{
  height:300px;
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-topbanner-care.jpg') no-repeat center;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  padding:10px;
  background-size:cover;
}
.ex-name-landingpageupstreaminteriors .lpTop{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-topbanner-interiors.jpg'); }
.ex-name-landingpageupstreamcatering .lpTop{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-topbanner-catering.jpg'); }
.ex-name-landingpageupstreamfacilities .lpTop{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-topbanner-facilities.jpg'); }
.ex-name-landingpageupstreamworkwear .lpTop{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-topbanner-workwear.jpg'); }
.ex-name-landingpageupstreamoffice .lpTop{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-topbanner-office.jpg'); }

.lpTop h1{
  color:#fff;
  font-weight:700;
  margin:30px 0 0;
  text-align:center;
  text-transform: none;
}

.lpIntroText{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
.ex-name-landingpageupstreaminteriors .lpIntroText{
 margin-bottom:50px; 
}
.lpIntroText h1{
  font-size:28px;
  font-weight:700;
  text-transform: uppercase;
  margin:0 0 20px;
  text-align:center;
  color: #022b4a;
}
.lpIntroText p{
  margin:0;
  text-align:center;
  color:#000;
}

.lpPromoBanners{
  margin:0 0 80px;
}

.lpAccount{
  margin:0 0 80px;
  padding: 35px 50px 30px;
}
.lpAccount .ugButton:first-of-type{
  border-color:#022b4a;
}
.lpAccount .ugButton:last-of-type{
  border:2px solid #fff;
  background:transparent;
}
.lpAccount .ugButton:last-of-type:hover{
  border:2px solid #fff;
  background:#fff;
  color:#022b4a;
}
.lpAccount p:first-of-type {
  font-weight:600;
}
.lpAccount h1{
  min-width:240px;
}

.lpProducts.nFlex{
  margin:60px 0 20px;
  flex-wrap:wrap;
  align-items: flex-start;
}
.lpProductsBox.nFlex{
  width:31%;
  margin:0 0 60px;
  align-items: flex-start;
}
.lpPbImg{
  width:170px;
  height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #042b4a;
  padding:5px;
}
.lpPbImg img{
  max-height:100%;
}
.lpPbLinks{
  width:calc(100% - 195px);
}
.lpPbLinks h3{
  text-transform:uppercase;
  margin:0;
}
.lpPbProduct.nFlex{
  position:relative;
  padding:5px 20px 5px 0;
  border-bottom:1px solid #2e4259;
  transition:0.35s all;
}
.lpPbProduct.nFlex:last-of-type{
  border-bottom:none;
  margin-bottom:20px;
}
/*.lpPbProduct.nFlex:hover{
  padding-right:10px;
}*/
.lpPbProduct.nFlex:hover p{
  color:#91daff;
}
.lpPbProduct img{
  position:absolute;
  right:10px;
  transition:0.35s;
}
.lpPbProduct:hover img{
  right:0px;
}
.lpPbMore{
  text-transform:uppercase;
  color:#5ba2dc;
  font-size:14px;
  font-weight:600;
  margin-top:10px;
}
.lpPbMore:hover{
  color:#022b4a;
}

.lpExperts.nFlex{
  background:#6aa9dc;
  padding:15px;
  margin-bottom:70px;
}
.lpExperts p{
  margin:0;
}
.lpeText{
  margin:0 100px 0 0;
}
.lpeText h1{
  margin:0;
  font-size:30px;
  color:#fff;
  font-weight:700;
}
.lpeText h1 span{
  color:#042b4a;
}
.lpeText p{
  color:#042b4a;
  margin:0;
  font-weight:500;
}
.lpBtn{
  padding:10px;
  width:210px;
  text-align:center;
  color:#fff;
  background:#042b4a;
  display:inline-block;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  border:2px solid #042b4a;
  transition:0.35s all;
}
.lpBtn:hover{
  background:#5ba2dc;
}

.lpForm{
  height:640px;
  background:#eef0ed;  
  padding:55px;
}
.lpForm h1{
  color:#042b4a;
  font-weight:700;
  text-align:center;
}

.lpSectors{
  padding:70px 0;
  background:#042b4a;
  margin: 0 0 80px;
}
.lpSectors h1{
  color:#fff;
  font-weight:500;
  margin:0 0 30px;
  text-transform:uppercase;
  text-align:center;
}
.lpSectors h1 span{
  font-weight:700;
}
.lpSlide{
  position:relative;
}
.lpsImg{
  height:200px;
  overflow:hidden;
  margin-bottom:20px;
}
.lpSlide img{
  transition:0.5s;
}
.lpSlide:hover img{
  transform:scale(1.2);
}
.lpSlide h3{
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 10px;
}
.lpSlide h3 span{
  color:#fff;
  font-weight:400;
  text-transform:uppercase;
  margin:0 0 10px;
}
.lpSlide p{
  color:#fff;
  margin:0 0 25px;
}
.lpSlide p:last-of-type{
  margin:0;
  transition:0.35s all;
}
.lpSlide:hover p:last-of-type{
  color:#91daff;
}
.lpSlide p span{
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
}
.lpSectorsSlider .slick-slide {
  margin: 0 17px;
}
.lpSectorsSlider .slick-list {
  margin: 0 -17px;
}
.lpSectorsSlider .slick-prev{
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-sliderarrow-left.png') no-repeat center !important;
  left:-85px;
}
.lpSectorsSlider .slick-next{
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-sliderarrow-right.png') no-repeat center !important;
  right:-85px;
}
.lpSectorsSlider .slick-prev, .lpSectorsSlider .slick-next{
  width:20px;
  height:34px;
  z-index:1;
  opacity:1;
}
.lpSectorsSlider .slick-prev:before,
.lpSectorsSlider .slick-next:before{
    display:none;
}

.lpServices{
  margin: 0 0 50px;
}
.lpTitle{
  font-weight:500;
  color:#042b4a;
  text-transform:uppercase;
  margin:0 0 40px;
  text-align:center;
}
.lpTitle span{
  font-weight:700;
}
.lpBrandsTitle{
  margin-bottom: -30px;
}
.lpsBoxes.nFlex{
  flex-wrap:wrap;
}
.lpsBox{
  position:relative;
  width:23%;
  height:130px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px;
  margin: 0 0 30px;
  border:2px solid #000;
}
.lpsb1{border-color:#7373b4;}
.lpsb2{border-color:#d30e68;}
.lpsb3{border-color:#5c7e96;}
.lpsb4{border-color:#ef761f;}
.lpsb5{border-color:#db0934;}
.lpsb6{border-color:#6cc2b6;}
.lpsb7{border-color:#fdc52b;}
.lpsb8{border-color:#58c3e3;}
.lpsb9{border-color:#61a60e;}
.lpsbOverlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:5px;
  opacity:0;
  transition:0.5s all;
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box1.jpg') no-repeat center;
  background-size:cover;
}
.lpsBox:hover .lpsbOverlay{
  opacity:1;
}
.lpsb2 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box2.jpg');}
.lpsb3 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box3.jpg');}
.lpsb4 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box4.jpg');}
.lpsb5 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box5.jpg');}
.lpsb6 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box6.jpg');}
.lpsb7 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box7.jpg');}
.lpsb8 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box8.jpg');}
.lpsb9 .lpsbOverlay{background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-services-bg-box9.jpg');}

/*interiors*/
.isBgImage{
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-midbanner-interiors-v2.jpg') no-repeat center;
  background-size:cover;
  height:423px;
  position:relative;
}
.isInnerText{
  background:#fff;
  padding: 45px 105px;
  text-align:center;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 76vw;
  margin: 0 auto;
  right: 0;
}
.isInnerText .lpTitle{
  margin: 0 0 20px;
}
.isInnerText p{
  margin:0;
  color:#042b4a;
}
.isInnerText .lpBtn{
  margin-top:40px;
  font-size:14px;
  font-weight:700;
  width:160px;
}
.isInnerText .lpBtn:hover{
  color:#042b4a;
  background:#fff;
}
.isStepBoxes{
  background:#042b4a;
  padding:105px 0 80px;
}
.isStepBoxes .nFlex{
  flex-wrap:wrap;
  align-items: stretch;
}
.isStepBox{
  width:22%;
  text-align:center;
}
.issbImg{
  display:flex;
  align-items:center;
  justify-content:center;
  width:140px;
  height:95px;
  margin:0 auto 45px;
}
.issbImg img{
  max-height:100%;
}
.isStepBox h3{
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
  font-weight:700;
  margin:0 0 10px;
}
.isStepBox p{
  color:#fff;
  margin:0;
}

.lpInteriorsWfh{
  margin:80px 0 90px;
}
.lpInteriorsWfh p{
  text-align:center;
  margin:0 0 30px;
}
.wfhFilter{
  width:32%;
  overflow:hidden;
  border:1px solid #042b4a;
  height:220px;
}
.wfhfRight{
  width:31.5%;
  height:100%;
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-wfhfilter1-interiors.jpg')no-repeat center;
  background-size:cover;
  min-height:220px;
}
.wfhf2 .wfhfRight{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-wfhfilter2-interiors.jpg');}
.wfhf3 .wfhfRight{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/landing-pages/ug-landing-wfhfilter3-interiors.jpg');}
.wfhfLeft{
  width:68.5%;
}
.wfhfTitle{
  background:#fff;
  padding:27px 5px 27px 30px;
}
.wfhfTitle h3{
  font-weight:500;
  font-size:14px;
  margin:0;
}
.wfhfTitle h3  span{
  font-weight:700;
  font-size:20px;
  text-transform:uppercase;
}
.wfhfOptions{
  background:#042b4a;
  align-items: stretch;
  min-height: 125px;
}
.wfhfOption{
  width:calc(100% / 3);
  padding:15px 5px;
  position:relative;
}
.wfhfOption p{
  font-size:14px;
  color:#fff;
  font-weight:500;
  margin:0;
  text-align:center;
  transition:0.35s;
}
.wfhfImg{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  width:100%;
  height:60px;
  margin-bottom:10px;
}
.wfhfImg img{
  transition:0.35s all;
}
.wfhfOption:hover .wfhfImg img{
  margin-bottom:5px;
}
.wfhfOption:hover p{
  color:#fff;
}
/*interiors end*/

/*landing pages end*/

/* Start of add Sticky header EvoX */
.menubarStick {
  position: fixed !important;
  top: 0;
  width:100%;
  z-index: 15;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.headersection-2.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}
/* change me to the height of the sticky row */
.menubarHeader {
    padding-bottom:77px;
}
/* end of add Sticky header EvoX */


/*brochure pop-up start*/
body:not(.ex-name-testpage) .brochureStick,
body:not(.ex-name-testpage) .brochurePopup{
 display:none;
}

.brochureStick{
  width:468.5px;
  padding:10px 15px;
  transform: rotate(-90deg) translate(0, -215px);
  background:#6aa9dc;
  position:fixed;
  bottom:300px;
  left:0;
  cursor:pointer;
  z-index:99;
}
.brochureStick h1{
  font-size:16px;
  font-weight:600;
  color:#042b4a;
  margin:0;
  text-transform:none;
}

.brochurePopup{
  position:fixed;
  bottom:85.5px;
  left:-800px;
  width:740px;
  overflow:hidden;
  transition:0.5s all;
  z-index:10;
}
.brochurePopup > .nFlex{
  align-items:stretch;
}
.brochureImg{
  width:300px;
  height: 469px;
}
.brochureImg img{
  object-fit:cover;
  width:100%;
  height:100%;
}
.brochureText{
  width:calc(100% - 300px);
  background:#f7f7f7;
  padding:25px 20px;
  position:relative;
  z-index:1;
}
.brochureText:before{
  position: absolute;
  content: "";
  background: inherit;
  z-index: -1;
  height: 100%;
  width: 45px;
  top: 0px;
  left: 0px;
  transform-origin: top left;
  transform: skewX(-5deg);
}
.brochureText h1{
  color:#6aa9dc;
  font-weight:600;
  text-transform:none;
  margin:0 0 10px;
}
.brochureText p{
  color:#042b4a;
  text-transform:uppercase;
  margin:0 0 15px;
}
.brochureText input{
  color:#042b4a;
}
.brochureText input::placeholder{
  color:#042b4a;
  font-weight:300;
}
.brochureText > .nFlex > div{
  width:49%;
}
.brochureText button{
  background: #6aa9dc;
  color: #042b4a;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 25px;
  transition:0.35s all;
}
.brochureText button:hover{
  background: #042b4a;
  color: #fff;
}
.brochureText .checkbox label{
  font-size:12px;
  color:#616161;
}
.brochureText .closebtn {
  position: absolute;
  top: 25px;
  right: 25px;
  width:13px;
  height:11px;
  background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/ug-brochure-close.png') no-repeat center;
  cursor:pointer;
}

.zonebottom .response-message,
footer .response-message{
  display:none;
}

/*brochure pop-up end*/

/*no search results page */
@media (max-width:992px)  {
 .sideinfoBox {
    margin-right: auto;
    margin-left: auto;
 }
}
  
.sideinfoBox {
  margin: 0 auto;
  padding: 20px;
  border: solid #464648 1px;
  background: #f1f1f1;
  max-width: 400px;
}

.sideinfoBox .nButton {
  width: 100%;
  font-weight: 400;
}

.sideinfoBox .nButton p {
  color: white;
}

.sideinfoBox span,
.workhours span {
  font-weight: 700;
  color: #022b4a;
}

.sideinfoBox .nButton img {
  position: absolute;
  margin: 0 0 0 -40px;
}

.sideinfoBox p {
  margin-bottom: 0;
}

.sideinfoBox > p:nth-child(2) {
  display: block;
  min-width: 70%;
  margin: 10px auto;
}

.sideinfoBox > p:nth-child(2) a {
  color: #292c2e;
}

.sidebarSeparator {
  border: solid #464648 1px;
  width: 100%;
}

.workhours {
  text-align: center;
  margin-top: 10px;
}

.workhours h3,
.workhours p {
  display: inline;
}

.ex-emptysearchresults .row-breadcrumb{
  display:none;
}

.ex-emptysearchresults .zonetop{
  background:#f1f1f1;
  padding:30px 0;
  margin-bottom:60px;
}
.ex-emptysearchresults .zonetop p{
  font-size:20px;
  font-weight:400;
  margin:0;
  color:#464648;
}
.ex-emptysearchresults .zonetop p span{
  color:#6caadd;
  font-size:20px;
  font-weight:400;
}
.noResultSearch + div p {
  font-weight: 300;
}
.noResultSearch .search{
  padding:0;
  max-width:570px;
  margin-bottom:50px;
}
.noResultSearch section.search .search-form .form-group input{
  border:3px solid #464648;
  height:60px;
}
.noResultSearch section.search .search-form button[type="submit"]{
  top:10px;
}
.noResultSearch .relsearch button i {
  color: #f98f26;
  line-height: 35px;
}

.noResultSearch section.search .search-form .form-group input{
    border:0;
    background:#f7f7f7;
    height:44px;
    border:1px solid #022b4a;
}

.noResultSearch section.search .search-form button[type="submit"]{
    height:44px;
    width:50px;
    top:0;
    right:0;
    background:#022b4a url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/os-head-search.png')no-repeat scroll center center;
}

.noResultSearch section.search .search-form button[type="submit"] i{
    display:none;
}

.noResultBoxes.nFlex{
  margin:30px 0 30px;
  justify-content:flex-start;
}

.ex-emptysearchresults .page-content p{
  color: #292c2e;
}
.ex-emptysearchresults .page-content h2{
  margin:0 0 30px;
  color:#2e4259;
  font-size: 24px;
  font-weight: 700;
}

.noResultPoints ul{
  list-style:none;
  padding:0;
  margin:0 0 30px;
}
.noResultPoints ul li{
  padding: 5px 0 5px 20px;
  margin:0;
  background:url('https://eu.evocdn.io/dealer/1233/content/media/Content_Pages/ug-nosearch-arrow.png')no-repeat left center;
  font-size:16px;
}
/* no search results page end */



@media only screen and (max-width: 1449px){
  .lpSectors .container{
    width:85%;
    margin:0 auto;
  }
}

@media only screen and (max-width: 1366px){
  #search_113781 {
	   margin: 0 50px;
  }

  .footer .footContact p{
    font-size:20px;
  }
}

@media only screen and (max-width: 1200px) {
.homeSlide.hs1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-1-wt-mob.jpg'); }
.ex-loggedin .homeSlide.hs1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-1-wt-mob2.jpg'); }
.homeSlide.hs2{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-2-wt-mob.jpg'); }
.ex-loggedin .homeSlide.hs2{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-2-wt-mob.jpg'); }
.homeSlide.hs3{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-3-wt-mob.jpg'); }
.ex-loggedin .homeSlide.hs3{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-3-wt-mob.jpg'); }
.homeSlide.hs4{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-4-wt-mob.jpg'); }
.ex-loggedin .homeSlide.hs4{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-4-wt-mob.jpg'); }

    .nFlex.nPPE .nFlex{
        flex-direction:column;
        text-align:center;
    }
    .nFlex.nPPE .nFlex img{
        margin:0 0 20px;
    }

   .dashBanner .dbOverlay p{
       font-size:18px;
        line-height:20px;
    }

    .lpProductsBox.nFlex {
 	width: 48%;
    }

    .wfhFilter{
	width: 100%;
	margin-bottom: 10px;
    }
    .wfhFilters.nFlex {
	flex-direction: column;
    }
}


@media (min-width: 993px) {
    .serviceBox.sbSmall{
        width:100%;
        height:31%;
    }

    .serviceBox.sbSmall .sbOverlay p:first-of-type{
        display:none;
    }

    .sb4,
    .sb5,
    .sb6{
        align-self:flex-end;
    }
}

@media (max-width: 992px) {
    .serviceBoxes .container > .nFlex{
        flex-direction:column;
    }

    .serviceBoxes .nFlex{
        height:auto;
    }

    .serviceBoxes .nFlex .nFlex{
        width:100% !important;
    }

    .serviceBoxes .nFlex .nFlex:last-child{
        flex-direction:row;
        flex-wrap:wrap;
    }

    .serviceBox{
        margin:10px 0;
        width:32%;
    }

    .remanufactured{
        flex-direction:column-reverse;
        align-items:center;
        text-align:center;
        padding:40px 0;
    }

    .inkFinderMain.inktonerfinderwidget .form-group {
	width: 80%;
	min-width: 225px;
    }
    .inkFinderMain .inkselectform {
	flex-direction: column;
	align-items: center;
    }

    .footer h3{
        margin-top:30px;
   }
    .custBoxes.nFlex, .custBanners.nFlex{
        flex-wrap:wrap;
        justify-content:space-around;
    }
    .custBoxes.nFlex .custBox, .custBanners a{
        max-width:none;
        margin:10px;
    }

   .dashBanner .dbOverlay{
        top:5%;
    }

  .lpSectorsSlider .slick-prev{
    left:-40px;
  }
  .lpSectorsSlider .slick-next{
    right:-40px;
  }

  .lpsBox{
    width:32%;
  }

  .isInnerText{
    width: 96vw;
    padding: 30px;
  }
  .isStepBox{
    width: 48%;
    margin-bottom:20px;
  }
}

@media (max-width: 768px) {

    .homeAccount .nFlex{
        flex-direction:column;
    }
    .homeAccount h1{
        margin-bottom:40px;
        width:100%;
    }
    .homeAccount .nFlex div{
        width:100%;
    }

    .serviceBox{
        margin:5px 0;
        width:49%;
    }

    .serviceBox.sb3,
    .serviceBox.sb6,
    .serviceBox.sb9{
        width:100%;
    }

    .shopping-cart table.items-list td.name,
    .shopping-cart table.items-list td{
       text-align:center;
        padding:10px;
        border:none;
    }
    .shopping-cart table.items-list td.delete, .shopping-cart table.items-list td.qnt-count{
        display:block;
    }
    .nFlex.nPPE {
        padding:0;
        background:none;
    }
    .homeBoxes > .nFlex{
        flex-direction:column;
    }
    .homeBoxes > .nFlex > .nFlex.n20,  .homeBoxes > .nFlex > .nFlex {
	width: 100%;
    }
    .homeBoxes > .nFlex > .nFlex.n20 .homeBox {
        width:50%;
    }
     .strip .nFlex div:not(stripDivide){
        flex-direction:column;
        text-align:center;
    }
    .strip img{
        margin-bottom:20px;
    }
    ul.footLinks li:after{
        display:none;
    }
    ul.footLinks li{
        margin:10px;
    }
    .ex-name-userguide .content_container .row{
        text-align:center;
    }
    .ex-name-userguide .content_container img{
        margin-bottom:10px;
    }
    .dashBanner{
        display:none;
    }

    .lpProductsBox.nFlex {
 	width: 100%;
    }

  .lpSectors .container{
    width:80%;
  }

  .lpsBox{
    width:49%;
    margin-bottom:15px;
  }

  .lpExperts.nFlex{
    flex-direction: column;
    text-align: center;
  }
  .lpeText{
    margin: 0 0 20px;
  }
}

@media (max-width: 480px) {

  .footer .footContact p{
    font-size:16px;
  }

.homeSlide.hs1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-1-wt-mob-xs.jpg'); }
.ex-loggedin .homeSlide.hs1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-1-wt-mob-xs2.jpg'); }
.homeSlide.hs2{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-2-wt-mob-xs.jpg'); }
.ex-loggedin .homeSlide.hs2{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-2-wt-mob-xs.jpg'); }
.homeSlide.hs3{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-3-wt-mob-xs.jpg'); }
.ex-loggedin .homeSlide.hs3{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-3-wt-mob-xs.jpg'); }
.homeSlide.hs4{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedout-4-wt-mob-xs.jpg'); }
.ex-loggedin .homeSlide.hs4{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Theme/Upstream_Group/ug-slide-loggedin-4-wt-mob-xs.jpg'); }

    .serviceBox{
        width:100%;
        margin:10px 0;
    }

    .inkBox{
        width:100%;
        margin:15px 0;
    }

    .nFlex.nPPE .nFlex{
        width:100%;
    }
    .homeBox{
        width:100% !important;
    }
    .hbImg{
        background-size:cover !important;
    }
    .strip .nFlex {
        flex-direction:column;
    }
    .stripDivide{
        display:none;
   }
    .strip .nFlex div:not(stripDivide) {
	max-width:none;
        width:100%;
        margin-bottom:30px;
    } 

  .lpsBox{
    width:100%;
    margin-bottom:5px;
  }

  .isInnerText p{
    font-size:14px;
  }
  .isBgImage{
    height: 500px;
  }
}



.griditems .tile .buttons.group {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.griditems .btn-list{
    width: calc(100% - 60px) !important;
}

.headermenu_container .menu.expanded .catalog .submenu li.has-image.nav-banner.nb29 a:before {
    content: "Social Distancing";
}

.signinText p{
  margin:0 0 20px;
  font-size: 14px;
}

.signinText h3{
  color:#022b4a;
  margin-bottom:10px;
  font-size: 14px;
}

.signinText ul{
  padding:0;
  margin:0;
  list-style:none;
}

.signinText ul li{
  margin:3px 0;
  padding:0;
}

.signinText .fa{
  color:#022b4a;
  margin-right:10px;
}

.ex-loggedout .toolbar .account-dropdown div.description{
  display:none;
}

.ex-loggedout .toolbar .account-dropdown {
	left: 12px;
	width: 300px;
	border-radius: 0;
	padding: 20px;
	margin: -4px 0 0;
  border:1px solid #d6d6d6;
  z-index:9;
  top:120%;
}

.ex-loggedout .toolbar .account-dropdown .arrow_box{
  display:none;
}

.ex-loggedout .toolbar .account-dropdown .form-group{
  background:#022b4a;
  text-align:center;
  padding:13px 15px;
  transition:0.25s background;
  border-radius: 5px;
  margin-bottom:20px;
}

.ex-loggedout .toolbar .account-dropdown .form-group a{
  color:#fff;
  font-weight: 400;
  font-size:14px;
}

.actBtn{
  color:#022b4a;
  font-weight: 400;
  font-size:14px;
  text-align:center;
  padding:8px 15px;
  transition:0.25s all;
  border-radius: 5px;
  margin-bottom:20px !important;
  border: 1px solid #022b4a;
  display:block;
}

.actBtn:hover{
  color:#fff;
  background:#022b4a;
}

.ex-loggedout .toolbar .account-dropdown .form-group:hover{
  background:#000;
}

.productimage_container .ms-slide-bgcont .magnify {
    height:100%;
}

/* Basket Catalogue Banner */
.basketBannerWrap{
  width:70%;
  padding-right: 5px;
}
.basketResumeWrap{
  width:30%;
  padding-left:5px;
}
.shopping-cart .cart-resume{
  float:none;
}

.basketBanner{
  margin-top:26px;
  background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/Catalogue2024.jpg')no-repeat center;
  background-size:cover;
  padding:56px 40px;
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.basketBanner p{
  margin:0;
  color:#fff;
  font-weight: 500;
  font-size:18px;
}

.basketBanner h1{
  color:#6aa9dc;
  font-size: 30px;
  font-weight:700;
  margin:0;
}

.basketCatalogueButton{
  margin-top:15px;
  display:block;
  background:#fff;
  color:#022b4a;
  cursor: pointer;
  font-size:16px;
  text-transform: none;
  width:170px;
}


@media (max-width:991px){
  .basketBannerWrap,
  .basketResumeWrap{
    width:100%;
    padding:0 15px;
    margin:10px 0;
  }
}
/* End Basket Catalogue Banner */

.floating-buttons {
  position: fixed;
  top: 3px;
  z-index: 20; /* Increase the z-index value to place the widget in front */
}

#quote-product-list-button::before {
  content: "View Quote List";
}

#quote-product-list-button {
  width: 180px;
  height: 120px;
  border-radius: 40px;
  font-size: 1em;
  padding: 10px 15px;
  background: #6AA9DC;
}

#quote-product-list-button:hover {
  background: #022b4a;
}

#quote-product-list-button .fa {
  display: none;
}

#quote-product-list-button .count {
  margin-top: -5px;
  background: #000;
}

.order-weight {
    display: none;
}

/*MH Test*/
.MHtest {
    padding: 150px 0;
    background: url('https://eu.evocdn.io/dealer/1233/content/media/MH Folder/UpstreamBottle.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center; /* Adjusted to center */
}

.MHtest .nFlex {
    width: 100%;
}

.MHtest .logo-container img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container */
}

.MHtest p {
    margin: 0 0 60px;
    font-size: 16px;
    color: #fff;
}

.MHtest p:last-of-type {
    margin: 0;
}

.MHtest2 {
    padding: 150px 0;
    background: url('https://eu.evocdn.io/dealer/1233/content/media/MH Folder/UpstreamSource.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center; /* Adjusted to center */
}

.MHtest2 .nFlex {
    width: 100%;
}

.MHtest2 .logo-container img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container */
}

.MHtest2 p {
    margin: 0 0 60px;
    font-size: 16px;
    color: #fff;
}

.MHtest2 p:last-of-type {
    margin: 0;
}

.MHtest3 {
    padding: 150px 0;
    background: url('https://eu.evocdn.io/dealer/1233/content/media/MH Folder/PrintersUpstream.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center; /* Adjusted to center */
}

.MHtest3 .nFlex {
    width: 100%;
}

.MHtest3 .logo-container img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container */
}

.MHtest3 p {
    margin: 0 0 60px;
    font-size: 16px;
    color: #fff;
}

.MHtest3 p:last-of-type {
    margin: 0;
}
.interiorsBoxes .sb1{ background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb2 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb3 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb4 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb5 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb6 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb7 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb8 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }
.interiorsBoxes .sb9 { background-image:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/FurniturePlaceholder.png') }

/*Fox Biscuits*/

.Fox {
    padding: 150px 0;
    background: url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/PHOTO-2023-12-12-17-05-29%20(3).jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center; /* Adjusted to center */
}

.Fox .nFlex {
    width: 100%;
}

.Fox .logo-container img {
    max-width: 100%; /* Ensure the logo doesn't exceed its container */
}

.Fox p {
    margin: 0 0 60px;
    font-size: 16px;
    color: #fff;
}

.Fox p:last-of-type {
    margin: 0;
}

/*Fox Interiors Background*/
.FoxImage{
  background:url('https://eu.evocdn.io/dealer/1233/content/media/My_Banners/Untitled%20design%20-%202024-02-22T122604.173.png') no-repeat center;
  background-size:cover;
  height:423px;
  position:relative;
}

/**/

.ex-category.ex-name-projects .row-breadcrumb,
.ex-category.ex-name-projects .blogpostslist_container .category-name{
  display: none;
}

.blog-projects .tile {
  box-shadow: none !important;
}

.blog-projects .post-image {
  height: 258px;
  overflow: visible !important;
  border-bottom: 1px solid #dedede;
}

.blog-projects .post-category {
  left: 25px !important;
  bottom: -10px !important;
}

.blog-projects .post-category-name {
  background: #022b4a;
  text-transform: none !important;
  padding: 5px 25px;
  margin: 0 !important;
  font-weight: 600 !important;
}

.blog-projects .footer-wrapper {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 30px 25px 25px 25px !important;
}

.blog-projects .post-name h4 a {
  font-weight: 600;
}

.blog-projects .post-excerpt {
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.blog-projects .post-link a {
  padding: 12px 25px 12px 25px;
  background: #022b4a;
  width: 100%;
  display: block !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}

.blog-projects .post-link a:hover {
  background: #6aa9dc;
}

.latest-projects .post-image {
  width: 145px !important;
}

.latest-projects .post-category {
  display: block !important;
  left: 0 !important;
  bottom: inheit !important;
  top: 10px;
}

.latest-projects .post-category-name {
  background: #022b4a;
  text-transform: none !important;
  padding: 5px 20px;
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 12px;
}

.latest-projects .post-content {
  border: 1px solid #dedede;
  padding: 20px 20px 35px 20px!important;
}

.latest-projects .post-name h4 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.latest-projects .post-name h4::after {
  content: "View >";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  color: #fff;
  background: #022b4a;
  font-size: 14px;
  padding: 8px 20px;
}

.latest-projects .post-name h4:hover::after {
  background: #6aa9dc;
}

.latest-projects .post-excerpt {
  display: block !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-size: 14px;
}

.latest-projects .post-excerpt custom-html {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.project-title-area {
  position: relative;
  padding: 130px 0;
}

.project-title-area .custom-post-image-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-title-area .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.project-title-area .container::before,
.project-title-area .container::after {
  display: none;
}

.project-title-area .project-title {
  padding: 45px;
  width: 100%;
  max-width: 695px;
  background: rgba(2,43,74,0.91);
}

.project-title-area .project-title h1 {
  color: #fff;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
}

.project-title-area .project-title .post-excerpt,
.project-title-area .project-title .post-excerpt p {
  color: #fff;
}

.project-title-area .project-logo {
  background: #6aa9dc;
  width: 300px;
  height: 220px;
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

@media (max-width: 991px) {
  .project-title-area .container {
    flex-direction: column-reverse;
  }
}

.project-points-area {
  background: #022b4a;
  padding-top: 15px;
  padding-bottom: 15px;
}

.project-points-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.project-points-block {
  display: flex;
  gap: 10px 25px;
  align-items: center;
}

.project-points-block img {
  filter: brightness(0) invert(1);
}

.project-points-block div {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.project-points-block strong {
  font-weight: 600;
}

@media (min-width: 701px) and (max-width: 991px) {
  .project-points-block  {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .project-points-inner {
    grid-template-columns: 1fr 1fr; 
  }
}

@media (max-width: 480px) {
  .project-points-inner {
    grid-template-columns: 1fr; 
  }
}

.blog-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 0;
}

.project-slider-wrapper {
  width: 49%;
}

.project-content {
  width: 49%;
}

.project-content h2 {
  font-weight 600;
  font-size: 24px;
  margin: 0 0 20px;
}

.project-content strong {
  font-weight: 600;
}

.project-content p {
  margin: 0 0 20px;
  font-size: 14px;
}

.project-content p:last-child {
  margin: 0;
}

.project-slider {
  margin: 0 !important;
}

.project-slider .slick-dots {
  bottom: 0;
}

.project-slider .slick-dots li button {
    width: 25px;
  height: 25px;
  font-size: 12px
}

.project-slider .slick-dots li button::before {
  width: 44px;
  height: 39px;
  color: #fff;
  opacity: 0.5;
  font-size: 12px
}

.project-slider .slick-dots .slick-active button::before {
  opacity: 1;
  color: #fff;
}


/* Hide ONLY that button inside the compare modal */
#productCompareModal .modal-body .clear-all {
  display: none !important;
}
/* Hide ONLY that button inside the compare modal */
#productCompareModal .modal-body .clear-all {
display: none !important;
}