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

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

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

.nRel{
  position:relative;
}

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

.nButton{
  border-radius: 15px;
  background: #fb9900;
  padding: 10px 60px;
  transition: 0.35s all;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-align:center;
}
.nButton.nbDark{
    background: #fb9900;
}
.nButton:hover{
  background: #fb9900;
  color:#fb9900;
}


.headersection-1{
  background:#fb9900;
}


#vuequicklistdropdown .dropdown-menu li{
  display:block;
}
#vuequicklistdropdown > a > i{
  display:none;
}

.topBar{
  padding:10px 0;
  font-size:15px;
  color:#ffffff;
}

.topBar a{
  color:#122a40;
}
.topBar a:hover{
  color:#ffffff;
}

.topBar p{
  margin:0;
  padding:0;
}

.tbRight:hover p{
  color:#f5a614;
}

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

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

.topBar ul li.tbDivider{
  width:2px;
  height:15px;
  background:#122a40;
  margin:0 25px;
}

.tbRight strong{
  margin-right:20px;
}   

.logo img {
    width: 285px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 71px !important;
}
header .header-full .logo{
  margin:0;
}

.headTel p{
  color:#122a40;
  margin:0;
  padding:0;
  line-height: 25px;
}

.headTel p span{
  font-size:24px;
  font-weight:700;
  font-family:'Roboto', sans-serif;
}

.headTel a{
  color:#122a40;
}
.headTel a:hover{
  color:#f5a614;
}

.headersection-2 .vertical-align {
  display: flex;
  justify-content: space-between;
}

.headersection-2 .vertical-align > div {
  width: auto;
}

.headersection-2 .vertical-align .htmlcontent_container {
  min-width: 200px;
  width: 200px;
}

.headersection-2 .vertical-align .search_container {
    width: auto;
    flex-grow: 1;
}

.headersection-2 .vertical-align .shoppingtools_container .toolbar,
.headersection-2 .vertical-align .minicart_container .toolbar,
.toolbar .cart-btn{
  margin:0;
}

.headersection-2 .vertical-align .minicart_container{
  margin-right:40px;
}

.headersection-2{
  margin:0 auto;
  padding:25px 15px;
}

header section.search .search-form .form-group input {
  height:50px;
  padding-right: 30px;
  background: #fff;
  border: 2px solid #122a40;
  border-radius:20px;
}

header section.search .search-form button[type="submit"] {
	top: 0;
	right: -1px;
	width: 60px;
	height: 50px;
	border-radius:20px;
	background: #122a40 url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-head-search.png')no-repeat center;
	transition: 0.35s background;
}

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

section.search .search-form button[type="submit"]:hover {
	opacity: 1;
	background-color: #f5a614;
}

.toolbar .account-btn{
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size:14px;
  margin:0 !important;
  background:#fb9900;
  border-radius:20px;
}

.toolbar .account-btn .user-icon {
	width: 24px;
	height: 28px;
	background: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-head-login.png')no-repeat center;
	padding: 0;
}

.toolbar .account-btn .user-icon:before{
    display:none;
}

.toolbar .cart-btn > .btn{
    background:none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toolbar .cart-btn:hover > .btn{
    background:none;
}

.toolbar .cart-btn > .btn i{
    width:42px;
    height:37px;
    background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-head-basket.png')no-repeat center;
    padding:0;   
    margin:0;
}
.toolbar .cart-btn > .btn i:before,
.toolbar .cart-btn .minicart_total{
    display:none;
}

.toolbar .cart-btn > .btn span{
  display: block;
  margin: 0;
  padding:0;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  right: -37px;
  color: #fff;
  background-color:#fb9900;
  width:40px;
  height:40px;
  border-radius:50%;  
}

.cart-dropdown span.overlap {
    position: absolute;
    width: 95px;
    height: 25px;
    background-color: transparent;
    right: 0;
    top: -25px;
}

.menu .catalog li {
    padding:0;
}
.menu .catalog li:hover{
    background-color: #ff9900;
}

.menu .catalog li > a{
  font-size:17px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  padding:15px 35px;
}

.homeCats{
    padding:30px 0 60px;
}

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

.catBox{
    width:15.5%;
    padding:25px 10px;
    border-radius:20px;
    margin:12px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:0.35s all;
    position:relative;
    border:2px solid #122a40;
    min-height:120px;
}

.cbImg{
    width:40%;
    transition:0.35s all;
    padding:0 5px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.catBox p{
    width:55%;
    color:#122a40;
    font-size:18px;
    margin:0;
    line-height:30px;
    font-family: 'Roboto', sans-serif;
}

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

.catBox:hover{
    border-radius:0;
}

.catBox:hover .cbImg{
    transform:translateY(-8px);
}

.homeText{
  margin:80px 0;
}

.homeText .nFlex{
  align-items:flex-start;
  flex-wrap:wrap;
}

.htText{
  width:63%;
}
.htText p{
  font-size:18px;
  font-weight:300;
  margin:20px 0 0;
  padding:0;
}
.htText h3{
  margin:0;
  padding:0;
}

.htAccount{
  width:33%;
}
.htAccount h3{
  margin:0;
  padding:0;
  color:#216aa8;
}
.htAccount ul{
  margin:0;
  padding:0;
  list-style:none;
}
.htAccount ul li{
  margin:20px 0;
  padding:0 0 0 45px;
}
.htAccount ul li:not(:last-of-type){
  background: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-home-star.png')no-repeat left center;
  font-size:18px;
}

.homeTestimonials{
  background:#f7f5f1;
  padding:50px 0;
}
.homeTestimonials h2{
  margin:0 0 30px;
  text-align:center;
}

.homeTestimonials .nFlex{
  max-width:1340px;
  margin: 0 auto;
  flex-wrap:wrap;
}

.slick-initialized  .homeTestimonial.slick-slide{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0 20px;
}
.testimonialSlider .slick-prev {
  left: -5px !important;
}
.testimonialSlider .slick-next {
  right: -5px !important;
}
.homeTestimonial h3{
  font-size:20px;
  font-weight:400;
  margin:0 0 20px;
}
.homeTestimonial p{
  margin:30px 0 0;
}

.catalog-single.has-carousel.homeBrands{
   margin-top:40px;
}

footer{
  padding:0;
}


.footersection-1, .footersection-1 .footersection-1{
  background:#c8daee;
}

.footStrip{
  padding:35px 0;
  background:#c8daee;
}

.footStrip .stripBox img {
  margin-right: 25px;
}

.footStrip .stripBox p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #122a40;
}

.footStrip .stripBox p span {
  font-size: 16px;
  font-weight:300;
}

.footMain {
  padding:60px 0;
}

.footMain h3{
  text-transform:none;
  margin:30px 0 10px;
}

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

.footMain ul li{
  margin:0;
  padding:0;
  margin:10px 0 0;
}

.footMain .container > .nFlex {
  align-items: flex-start;
  flex-wrap:wrap;
}

.nButton.nbFoot{
  background: #c8daee;
  padding: 10px 45px;
  color: #216aa8;
}
.nButton.nbFoot:hover{
  background: #f5a614;
  color:#fff;
  text-decoration:none;
}

.footCol{
    width:auto;
}

.footCol.fc1{
  width:30%;
}
.footCol.fc4{
  width:20%;
}

.fc1 p:not(:first-of-type){
  font-size:15px;
  font-weight:300;
  padding:0;
  margin: 30px 0 0;
}

.fc4 p{
  font-size:16px;
  margin: 10px 0 0;
}

.footersection-3 .footersection-3{
  background:#122a40;
}

.footerBot{
  padding: 15px 0;
}

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

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

footer .footerBot ul li{
  margin:0;
  padding:0;
  display:inline-block;
  vertical-align:middle;
  border:none;
  font-size:14px;
}

footer .footerBot ul li.footDivide {
  display: inline-block;
  margin:0 10px;
  width: 2px;
  height: 15px;
  background: #fff;
  vertical-align: middle;
}

.contText h1 {
	margin: 0 0 20px;
}
.contText p {
	margin: 0 0 15px;
}
.contText ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contText li {
	background: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-bulletpoint2.png') no-repeat left top 5px;
	padding: 0 0 0 45px;
	margin: 0 0 15px;
	min-height: 35px;
}

.horizDivide {
	width: 100%;
	height: 1px;
	position: relative;
	background: #ddd;
	margin: 20px 0;
}
.horizDivide::before {
	width: 100px;
	height: 2px;
	background: #bfd1e5;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}

.contactMain button {
  border-radius: 15px;
  background: #216aa8;
  padding: 10px 60px;
  transition: 0.35s all;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border:none;
}
.contactMain button:hover {
  background: #f5a614;
  color:#fff;
}

/* ink and toner page start */
.ex-name-inkandtoner #breadcrumb{
    display:none;
}

.inkTitle{
    background:#bfd1e5;
    padding:40px 0;
}
.inkTitle  h1{
    text-align:center;
    margin:0;
    font-size:24px;
    font-weight:700;
}

.inkWhatis{
    margin:60px 0;
}
.inkWhatis h2 {
  font-size:20px;
	display: flex;
	align-items: center;
}
.inkWhatis h2:before{
  content: "";
  height: 50px;
  display: inline-block;
  width: 50px;
  margin-right:20px;
}
.inkWhatis h2.inkDrop:before {
    background: url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/ink-toner/te-ink-drop.png') no-repeat left center;
}
.inkWhatis h2.inkCartridge:before {
    background: url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/ink-toner/te-ink-cartridge.png') no-repeat left center;
}

.inkFinderMain {
	padding:60px 0;
	background: url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/ink-toner/te-ink-background.jpg');
	background-size: cover;
	margin: -33px 0 0;
}

.inkFinderMain[data-layout="Horizontal"] .horizontal_layout_row {
	flex-direction: column;
	align-items: center;
}

.inktonerfinderwidget.inkFinderMain[data-layout="Horizontal"] .inktonerfinder_wrapper{
  background:none;
}

.inkFinderMain[data-layout="Horizontal"] form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

.inkFinderMain[data-layout="Horizontal"] .inktonerfinder_wrapper .horizontal_layout_left{
    width:100%;
    max-width:1000px;
}

.inkFinderMain[data-layout="Horizontal"] .horizontal_layout_row > div:nth-child(3){
    max-width:1000px;
}

.inkFinderMain[data-layout="Horizontal"] .horizontal_layout_left .horizontal_title{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.inkText{
  max-width: 890px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.inktonerfinderwidget[data-layout="Horizontal"].inkFinderMain .printer_button {
    width: 100%;
    text-align: left;
    height: 60px;
    font-size: 18px;
    background: #122a40 url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/ink-toner/te-ink-arrow-white.png')no-repeat right 25px center !important;
    transition:0.35s all;
    border-radius:14px !important;
}
.inkFinderMain .printer_button:hover{
    background: #fff url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/ink-toner/te-ink-arrow.png')no-repeat right 20px center !important;
}

.inkFinderMain .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 54px;
    font-size: 18px;
}

.inkFinderMain .select2-container--default .select2-selection--single{
    border:0;
    padding:0 25px;
    height:60px;
    border: 3px solid #122a40;
    border-radius:14px;
}

.inkFinderMain .select2-container--default.select2-container--disabled .select2-selection--single{
    border:none;
    background-color: #f6f4f4;
    font-weight:300;
    height:54px;
}

.inkFinderMain .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 10px;
	top: 7px;
	background: url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/ink-toner/te-ink-arrow.png')no-repeat right 8px center;
}

.inkFinderMain .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none;
}

.inkShoptoner, .inkShopink{
  margin:50px 0;
}

.inkShoptoner h1, .inkShopink h1, .inkProducts h1{
  margin:0 0 40px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.inkBoxes.nFlex, .ipBoxes.nFlex{
  flex-wrap:wrap;
  max-width:1450px;
  margin:0 auto;
}

.inkBox{
  display:flex;
  justify-content:center;
  align-items:center;
  width:25%;
  height:160px;
  padding:10px;
  position:relative;
  transition:0.35s all;
}
.inkBox:hover{
  opacity:0.7;
}

.ibImg{
  max-width:150px;
}

.inkProducts{
  background:#bfd1e5;
  padding:50px 0;
}

.ipBoxes{
  padding:0 5px;
  align-items: stretch;
}

.ipBox{
  width:23%;
  padding: 50px 30px;
  background:#fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ipBox .nButton{
  width:215px;
  padding:10px 50px;
}

.ipbImg {
  width: 100%;
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}

.ipBox h3{
  font-size:16px;
  margin:0 0 30px;
}
.ipBox p{
  font-size:14px;
  margin:0 0 30px;
}
.ipBox p span{
  font-size:18px;
  font-weight:700;
}
.ipBox .nButton:not(.nbDark){
  margin:0 0 25px;
}

/* ink and toner page end */

/*no search results page */
.nrProdGrid.nFlex{
    align-items:stretch;
    margin:0 0 30px;
    flex-wrap:wrap;
}

.nrgBox{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:20px 40px;
    width:calc(100%/6);
    position:relative;
    transition:0.35s all;
}

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

.nrgImg{
    max-width:150px;
    height:150px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 0 20px;
}

.nrgImg img{
    transition:0.35s all;
}

.noResultSearch .search{
    padding:0;
    max-width:570px;
    margin-bottom:60px;
}

.noResultSearch section.search .search-form .form-group input{
    border:2px solid #216aa8;
    height:60px;
    border-radius:20px;
}

.noResultSearch section.search .search-form button[type="submit"]{
    top:13px;
}

.noResultSearch .relsearch button i {
    color: #1f659f;
    line-height: 35px;
}

.ex-emptysearchresults .page-content p{
    font-size:16px;
    font-weight:300;
}

.ex-emptysearchresults .page-content h2{
    margin:0 0 30px;
    color:#2e4259;
}

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

.nrBox {
	width: 170px;
	padding: 15px 30px;
	transition: all 0.35s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	text-align: center;
	background: #2c71ac;
    border-radius:20px;
}
.nrBox:not(:last-child){
    margin-right:20px;
}

.nrImg{
    display:flex;
    align-items:center;
    justify-content:center;
    width:35px;
    height:35px;
}
.nrImg img{
    transition:all 0.35s;
}

.nrBox p{
    margin:0;
    line-height:22px;
    transition:all 0.35s;
    color:#fff;
    font-weight: 700 !important;
}

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

.nrBox:hover{
	background: #f5a614;
}

.noResultPoints ul{
    list-style:none;
    padding:0;
    margin:0 0 50px;
}

.noResultPoints ul li{
    padding: 5px 0 5px 30px;
    margin:0;
    background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-nr-arrow.png')no-repeat left center;
    font-size:16px;
    font-weight:300;
}

.ex-emptysearchresults .zonetop{
    background:#bfd1e5;
    padding:30px 0;
    margin-bottom:60px;
}

.ex-emptysearchresults .zonetop p{
    font-size:20px;
    font-weight:700;
    margin:0;
    color:#216aa8;
}

.ex-emptysearchresults .zonetop p span{
    color:#122a40;
}

.catalog-single.has-carousel.nsrBrands{
    margin-top:100px;
}

.nrBanner{
    transition:0.35s all;
}
.nrBanner img{
    margin-bottom:10px;
}
.nrBanner:hover, {
    opacity:0.7;
}

/* no search results page end */

/*home banners start */
.ex-home .desktop .page-content > .row > div > .row:first-child{
  display:flex;
  align-items:stretch;
  margin-bottom:20px;
}

.bannerTwin{
  height:100%
}
#imageslider_153581{
  width: 58%;
   transition:0.35s all;
}
#imageslider_153581:hover{
  opacity:0.7;
}
#imageslider_153581 .imageslider_wrapper{
  margin: 0;
}

#htmlcontent_153582{
  width:42%;
  padding-left:0;
  margin: 0;
}

.twinBanners.nFlex{
  flex-wrap:wrap;
  height:100%;
}
.twinBanner{
  width:48.6%;
  height:100%;
  background: #122a40;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  font-family: 'Roboto', sans-serif;
}
.tbBackground{
  position:absolute;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-twinbanner-bg1-v2.jpg') no-repeat center;
  background-size:cover;
  height:67.5%;
  width:100%;
  bottom:75px;
  left:0;
}
.tb2 .tbBackground{
  background-image:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-twinbanner-bg2-2.jpg')
}
.tbText {
  padding: 20px 20px 0;
  position: relative;
  z-index:1;
}
.tbTextBottom{
  content: "";
  position: absolute;
  width: 150%;
  height: 250px;
  border-bottom: 8px solid #fb9900;
  background: #122a40;
  transform: rotate(-16deg);
  top: -90px;
  left: -30%;
  transition: 0.35s all;
  overflow:hidden;
}
.tb1 .tbTextBottom{
  background: #c5d5e8;
  border-bottom: 8px solid #122a40;
}
.tb2 .tbTextBottom{ top: -70px; }
.tbText h2{
  margin:0;
  color:#fff;
  font-weight:700;
}
.tbText h2 span{
  color:#f5a614;
}
.tb1 .tbText h2{
  margin:0;
  color:#122a40;
}
.tb1 .tbText h2 span{
  color:#216aa8;
  transition:0.35s all;
}
.tb1:hover .tbText h2 span{
  color:#f5a614;
}
.tbText p{
  color:#c5d5e8;
  margin:0;
}
.tb1 .tbText p{
  color:#122a40;
}
.tbTriangle{
  top: 200px;
  left: 0;
  position: absolute;
  width: 30%;
  height: 30%;
  background: #206aa8;
  transform: rotate(54deg);
  transition:0.35s all;
}
.tbButton{
  height:75px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
}
.tbButton .nButton{
  background:#c5d5e8;
  color:#122a40;
  transition:0.35s all;
}

.twinBanner:hover .tbTextBottom{
  transform: rotate(16deg);
  top:-100px;
  height:290px;
}
.twinBanner:hover .tbTriangle{
  width: 120%;
  height: 120%;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  border-radius:50%;
}
.twinBanner:hover .nButton{
  background: #f5a614;
}
.twinBanner .nLinkArea{
    z-index:3;
}

.homeBannerLower.nFlex{
  align-items:stretch;
  overflow:hidden;
}
.hblLeft{
  width:75%;
  background:#122a40;
  position:relative;
  padding:20px;
}
.hblRight{
  width:25%;
  background:#c5d5e8;
  padding:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}
.hblSlope{
  width: 150px;
  border-left: 8px solid #fff;
  transform: rotate(34deg);
  position: absolute;
  height: 600px;
  top: -180px;
  right: -70px;
  background: #c5d5e8;
}
.hbImg{
  position:absolute;
}
.hbi1{
  top:-30px;
  left:0;
}
.hbi2{
  top:-30px;
  right:30px;
}
.hbText{
  width: 80%;
  margin: 0 auto;
  position:relative;
}
.hbText h1{
  color:#fff;
  text-align:center;
  font-weight:700;
  margin:0 0 10px;
}
.hbText h1 span{
  color:#f5a614;
}
.hblLeft .nFlex{
  flex-wrap:wrap;
}
.hblLeft ul{
  list-style:none;
  padding:0;
  margin:0;
}
.hblLeft li{
  width:50%;
  font-size:18px;
  color:#c5d5e8;
  font-family: 'Roboto', sans-serif;  
  background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-banner-tick.png') no-repeat left;
  padding:5px 20px 5px 50px;
  margin:0;
}
.hblButtons .nButton{
  min-width:230px;
}
.hblButtons p{
  text-align:center;
  margin:0;
}
.hblButtons p:first-of-type{
  margin-bottom:20px;
}


.vfHomebanner{
  width:32%;
}
.vfhLeft{
  width:31.5%;
  height:100%;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-vfbanner-img1-1.jpg')no-repeat center;
  background-size:cover;
  min-height:253px;
}
.vfh2 .vfhLeft{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-vfbanner-img2.jpg');}
.vfh3 .vfhLeft{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-vfbanner-img3.jpg');}
.vfhRight{
  width:68.5%;
}
.vfhTitle{
  background:#122a40;
  padding:15px;
}
.vfhTitle h3{
  color:#fff;
  font-weight:400;
  margin:0;
}
.vfhTitle h3  span{
  font-weight:700;
  font-size:24px;
}
.vfhOptions{
  background:#fb9900;
  align-items: stretch;
  min-height: 173px;
}
.vfhOption{
  width:calc(100% / 3);
  padding:15px;
  position:relative;
}
.vfh2 .vfhOption{ width:25%; padding:8px;}
.vfhOption p{
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  color:#122a40;
  margin:0;
  text-align:center;
  transition:0.35s;
}
.vfhImg{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:95px;
}
.vfhImg img{
  transition:0.35s all;
}
.vfhOption:hover .vfhImg img{
  filter: brightness(0) invert(1);
  margin-bottom:15px;
}
.vfhOption:hover p{
  color:#fff;
}



/* 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 {
    margin-bottom:130px;
}
/*end of add Sticky header EvoX*/

/*visual filters start*/
.vf-loading{
    background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/loading-icon-1.gif');
    background-repeat:no-repeat;
    background-position:center;
}

.visual-filter{
  display:flex;
  align-items:stretch;
}

.vf-wrap{
    background-color:#ffffff;
    margin:10px 0;
    padding:10px;
    border: 2px solid #9da6b1;
    height:95%;
}

.visual-filter > div{
  padding: 0 5px;
}

.visual-filter h3{
    text-align:center;
    font-size:18px;
    color:#122a40;
    font-weight:500;
    margin-top:15px;
}

.visual-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    margin-top:30px;
}

.visual-grid a{
    width:80px;
    height:140px;
    margin:5px 0;
    transition:0.3s all;
    background-position:top center;
    background-size:contain;
    background-repeat:no-repeat;
    position: relative;
    overflow: hidden;
}

.visual-filter .remove-filter{
    display:block;
    text-align:center;
}

.visual-filter .remove-filter .remove-text{
    display:none;
}

.visual-grid .remove-filter .remove-text{
    display:none;
}

/*office chairs - visual filter colour*/
.visual-filter-colour .visual-grid a{
    width:80px;
    height:40px;
    opacity:1;
    margin:5px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    border-radius:10px;
}

.visual-filter-colour .visual-grid a:after{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  font-size:16px;
  background:#f5a614;
  font-weight:700;
  opacity:0;
  transition:0.3s all;
  content:"Name";
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  color:#122a40;
}

.visual-filter-colour .visual-grid a:hover:after{
    opacity:1;
}

.visual-filter-colour a.black{ background-color: #181818; }
.visual-filter-colour a.black:after{ content:"Black"; }
.visual-filter-colour a.blue{ background-color: #0d2692; }
.visual-filter-colour a.blue:after{ content:"Blue"; }
.visual-filter-colour a.red{ background-color: #b71010; }
.visual-filter-colour a.red:after{ content:"Red"; }
.visual-filter-colour a.green{ background-color: #4b9410; }
.visual-filter-colour a.green:after{ content:"Green"; }
.visual-filter-colour a.grey{ background-color: #999898; }
.visual-filter-colour a.grey:after{ content:"Grey"; }
.visual-filter-colour a.purple{ background-color: #56288a; }
.visual-filter-colour a.purple:after{ content:"Purple"; }

/*hiding excess visual filters - office chairs, colour*/
.ex-category-officechairs .visual-filter-colour a:not(.black):not(.blue):not(.red):not(.green):not(.purple):not(.grey):not(.remove-filter){ display:none;}


/*office chairs - visual filter style*/
.visual-filter-style .visual-grid a{
  width:76px;
  height:121px;
  margin: 5px 10px;
  order:1;
}

.visual-filter-style .visual-grid a:before,
.visual-filter-style .visual-grid a:after{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  content:"";
  transition:0.3s opacity;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/loading-icon-1.gif') no-repeat center;
  background-size: contain;
}

.visual-filter-style .visual-grid a:after{
  opacity:0;
}

.visual-filter-style .visual-grid a:hover:after{
  opacity:1;
}

.visual-filter-style .visual-grid a:hover:before{
  opacity:0;
}

.visual-filter a.operator-task-chairs:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-operatortask.png'); }
.visual-filter a.operator-task-chairs:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-operatortask-hover.png'); }
.visual-filter a.ergonomic-chairs:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-ergonomic.png'); }
.visual-filter a.ergonomic-chairs:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-ergonomic-hover.png'); }
.visual-filter a.executive-chairs:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-executive.png'); }
.visual-filter a.executive-chairs:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-executive-hover.png'); }

/*hiding excess visual filters - style*/
.ex-category-officechairs .visual-filter-style a:not(.operator-task-chairs):not(.ergonomic-chairs):not(.executive-chairs):not(.remove-filter){display:none;}


/*office chairs - visual filter material*/
.visual-filter-material .visual-grid a{
  width:54px;
  height:97px;
  margin: 0 2px 10px;
}

.visual-filter-material .visual-grid a:before,
.visual-filter-material .visual-grid a:after{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  content:"";
  transition:0.3s opacity;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/loading-icon-1.gif') no-repeat center;
  background-size: contain;
}

.visual-filter-material .visual-grid a:after{
  opacity:0;
}

.visual-filter-material .visual-grid a:hover:after{
  opacity:1;
}

.visual-filter-material .visual-grid a:hover:before{
  opacity:0;
}

.visual-filter a.fabric:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-fabric.png'); }
.visual-filter a.fabric:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-fabric-hover.png'); }
.visual-filter a.mesh-fabric:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-mesh.png'); }
.visual-filter a.mesh-fabric:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-mesh-hover.png'); }
.visual-filter a.faux-leather:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-fauxleather.png'); }
.visual-filter a.faux-leather:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-fauxleather-hover.png'); }
.visual-filter a.vinyl:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-vinyl.png'); }
.visual-filter a.vinyl:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-material-vinyl-hover.png'); }

/*hiding excess visual filters - material*/
.ex-category-officechairs .visual-filter-material a:not(.fabric):not(.mesh-fabric):not(.faux-leather):not(.vinyl):not(.remove-filter){display:none;}

/* visual filter colour - office desks*/
.ex-category-officedesks .visual-filter-colour .visual-grid a{
    width:80px;
    height:40px;
    opacity:1;
    margin:10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:10px;
}

.ex-category-officedesks .visual-filter-colour .visual-grid a:after{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  font-size:16px;
  background:#f5a614;
  font-weight:700;
  opacity:0;
  transition:0.3s all;
  content:"Name";
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  color:#122a40;
}

.ex-category-officedesks .visual-filter-colour .visual-grid a:hover:after{
    opacity:1;
}

.ex-category-officedesks .visual-filter-colour a.oak{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-colour-oak.png'); }
.ex-category-officedesks .visual-filter-colour a.oak:after{ content:"Oak"; }

.ex-category-officedesks .visual-filter-colour a.maple{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-colour-maple.png'); }
.ex-category-officedesks .visual-filter-colour a.maple:after{ content:"Maple"; }

.ex-category-officedesks .visual-filter-colour a.white{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-colour-white.png'); }
.ex-category-officedesks .visual-filter-colour a.white:after{ content:"White"; }

.ex-category-officedesks .visual-filter-colour a.beech{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-colour-beech.png'); }
.ex-category-officedesks .visual-filter-colour a.beech:after{ content:"Beech"; }

.ex-category-officedesks .visual-filter-colour a.walnut{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-colour-walnut.png'); }
.ex-category-officedesks .visual-filter-colour a.walnut:after{ content:"Walnut"; }

/*hiding excess visual filters - colour*/
.ex-category-officedesks .visual-filter-colour a:not(.oak):not(.maple):not(.white):not(.beech):not(.walnut):not(.remove-filter){ display:none;}


/* visual filter size - office desks (width) */
.ex-category-officedesks .visual-filter-size .visual-grid{
  padding: 0 20px;
}

.ex-category-officedesks .visual-filter-size .visual-grid a{
  width: 80px;
  height:40px;
  position:relative;
  background:#fff;
  color:#022b4a;
  border: #122a40 2px solid;
  margin: 10px 5px;
  opacity: 1;
  border-radius:10px;
}

.ex-category-officedesks .visual-filter-size .visual-grid a:after{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  font-size:16px;
  font-weight:700;
  transition:0.3s all;
  content:"Name";
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
}

.ex-category-officedesks .visual-filter-size .visual-grid a:hover{
  background:#f5a614;
  color:#122a40;
  border-color:#f5a614;
}

.visual-filter-size a.\38 00mm{ order:-50;}
.visual-filter-size a.\31 000mm{ order:-45;}
.visual-filter-size a.\31 200mm{ order:-40;}
.visual-filter-size a.\31 400mm{ order:-35;}
.visual-filter-size a.\31 600mm{ order:-30;}
.visual-filter-size a.\31 800mm{ order:-25;}

.ex-category-officedesks .visual-filter-size a.\38 00mm:after{ content:"800";}
.ex-category-officedesks .visual-filter-size a.\31 000mm:after{ content:"1000";}
.ex-category-officedesks .visual-filter-size a.\31 200mm:after{ content:"1200";}
.ex-category-officedesks .visual-filter-size a.\31 400mm:after{ content:"1400";}
.ex-category-officedesks .visual-filter-size a.\31 600mm:after{ content:"1600";}
.ex-category-officedesks .visual-filter-size a.\31 800mm:after{ content:"1800";}

.ex-category-officedesks .visual-filter-size a:not(.\38 00mm):not(.\31 000mm):not(.\31 200mm):not(.\31 400mm):not(.\31 600mm):not(.\31 800mm):not(.remove-filter){ display:none;  }

/* visual filter style - office desks */
.ex-category-officedesks .visual-filter-style .visual-grid a{
  width:126px;
  height:45px;
  margin: 10px 0;
}

.ex-category-officedesks .visual-filter-style .visual-grid a:before,
.ex-category-officedesks .visual-filter-style .visual-grid a:after{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  content:"";
  transition:0.3s opacity;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/loading-icon-1.gif') no-repeat center;
  background-size: contain;
}

.ex-category-officedesks .visual-filter-style .visual-grid a:after{
  opacity:0;
}

.ex-category-officedesks .visual-filter-style .visual-grid a:hover:after{
  opacity:1;
}

.ex-category-officedesks .visual-filter-style .visual-grid a:hover:before{
  opacity:0;
}

.ex-category-officedesks .visual-filter a.rectangular-desks:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-rectangle.png'); }
.ex-category-officedesks .visual-filter a.rectangular-desks:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-rectangle-hover.png'); }
.ex-category-officedesks .visual-filter a.wave-desks:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-wave.png'); }
.ex-category-officedesks .visual-filter a.wave-desks:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-wave-hover.png'); }
.ex-category-officedesks .visual-filter a.radial-desks:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-radial.png'); }
.ex-category-officedesks .visual-filter a.radial-desks:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-radial-hover.png'); }
.ex-category-officedesks .visual-filter a.sit-stand-desks:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-sitstand.png'); }
.ex-category-officedesks .visual-filter a.sit-stand-desks:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-style-sitstand-hover.png'); }

/*hiding excess visual filters - style*/
.ex-category-officedesks .visual-filter-style a:not(.rectangular-desks):not(.wave-desks):not(.radial-desks):not(.sit-stand-desks):not(.remove-filter){display:none;}

/* visual filter size - plain paper*/
.ex-category-plainpaper .visual-filter-size .visual-grid a{
  width:91px;
  height:95px;
  margin: 10px 0;
}

.ex-category-plainpaper .visual-filter-size .visual-grid a:before,
.ex-category-plainpaper .visual-filter-size .visual-grid a:after{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  content:"";
  transition:0.3s opacity;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/loading-icon-1.gif') no-repeat center;
  background-size: contain;
}

.ex-category-plainpaper .visual-filter-size .visual-grid a:after{
  opacity:0;
}

.ex-category-plainpaper .visual-filter-size .visual-grid a:hover:after{
  opacity:1;
}

.ex-category-plainpaper .visual-filter-size .visual-grid a:hover:before{
  opacity:0;
}

.ex-category-plainpaper .visual-filter a.a3:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-size-a3.png'); }
.ex-category-plainpaper .visual-filter a.a3:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-size-a3-hover.png'); }
.ex-category-plainpaper .visual-filter a.a4:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-size-a4v2.png'); }
.ex-category-plainpaper .visual-filter a.a4:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-size-a4v2-hover.png'); }
.ex-category-plainpaper .visual-filter a.a5:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-size-a5v2.png'); }
.ex-category-plainpaper .visual-filter a.a5:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-size-a5v2-hover.png'); }

.ex-category-plainpaper .visual-filter-size a.a3{ order:-50;}
.ex-category-plainpaper .visual-filter-size a.a4{ order:-45; width:54px;}
.ex-category-plainpaper .visual-filter-size a.a5{ order:-40; width:39px;}

/*hiding excess visual filters - style*/
.ex-category-plainpaper .visual-filter-size a:not(.a3):not(.a4):not(.a5):not(.remove-filter){display:none;}


/* visual filter purpose - plain paper*/
.ex-category-plainpaper .visual-filter-purpose .visual-grid a{
  width:67px;
  height:93px;
  margin: 10px 2px;
}
.ex-category-plainpaper .visual-filter-purpose .visual-grid a.vfInkjet yes{margin-top: 12px;}
.ex-category-plainpaper .visual-filter-purpose .visual-grid a.vfCopier yes{margin-top: 14px;}

.ex-category-plainpaper .visual-filter-purpose .visual-grid a:before,
.ex-category-plainpaper .visual-filter-purpose .visual-grid a:after{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  content:"";
  transition:0.3s opacity;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/loading-icon-1.gif') no-repeat center;
  background-size: contain;
}

.ex-category-plainpaper .visual-filter-purpose .visual-grid a:after{
  opacity:0;
}

.ex-category-plainpaper .visual-filter-purpose .visual-grid a:hover:after{
  opacity:1;
}

.ex-category-plainpaper .visual-filter-purpose .visual-grid a:hover:before{
  opacity:0;
}

.ex-category-plainpaper .visual-filter a.vfInkjet.yes:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-pupose-inkjet.png'); }
.ex-category-plainpaper .visual-filter a.vfInkjet.yes:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-pupose-inkjet-hover.png'); }
.ex-category-plainpaper .visual-filter a.vfLaser.yes:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-pupose-laser.png'); }
.ex-category-plainpaper .visual-filter a.vfLaser.yes:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-pupose-laser-hover.png'); }
.ex-category-plainpaper .visual-filter a.vfCopier.yes:before{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-pupose-copier.png'); }
.ex-category-plainpaper .visual-filter a.vfCopier.yes:after{ background-image:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/visual_filters/vf-pupose-copier-hover.png'); }

/*hiding excess visual filters - purpose*/
.ex-category-plainpaper .visual-filter-purpose a:not(.vfInkjet.yes):not(.vfLaser.yes):not(.vfCopier.yes):not(.remove-filter){display:none;}


/* visual filter weight - plain paper */
.visual-filter-weight .visual-grid{
  padding: 0 20px;
}

.visual-filter-weight .visual-grid a{
  width: 80px;
  height:40px;
  position:relative;
  background:#fff;
  color:#022b4a;
  border: #122a40 2px solid;
  margin: 10px 5px;
  opacity: 1;
  border-radius:10px;
}

.visual-filter-weight .visual-grid a:after{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  font-size:16px;
  font-weight:700;
  transition:0.3s all;
  content:"Name";
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
}

.visual-filter-weight .visual-grid a:hover{
  background:#f5a614;
  color:#122a40;
  border-color:#f5a614;
}

.visual-filter-weight a.\37 0gsm{ order:-50;}
.visual-filter-weight a.\37 5gsm{ order:-45;}
.visual-filter-weight a.\38 0gsm{ order:-40;}
.visual-filter-weight a.\39 0gsm{ order:-35;}
.visual-filter-weight a.\31 00gsm{ order:-30;}
.visual-filter-weight a.\31 20gsm{ order:-25;}

.visual-filter-weight a.\37 0gsm:after{ content:"70";}
.visual-filter-weight a.\37 5gsm:after{ content:"75";}
.visual-filter-weight a.\38 0gsm:after{ content:"80";}
.visual-filter-weight a.\39 0gsm:after{ content:"90";}
.visual-filter-weight a.\31 00gsm:after{ content:"100";}
.visual-filter-weight a.\31 20gsm:after{ content:"120";}

.ex-category-plainpaper .visual-filter-weight a:not(.\37 0gsm):not(.\37 5gsm):not(.\38 0gsm):not(.\39 0gsm):not(.\31 00gsm):not(.\31 20gsm):not(.remove-filter){ display:none;  }

/*visual filters end*/


/*login modal popup edits start*/
#loginModal .modal-content{
  padding:40px;
}
.loginPopupTop{
  background:#112a40;
  padding:30px 25px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  margin: 0 0 10px;
}
.loginPopupPoints{
  margin:25px 0 0;
  align-items:flex-start;
}
.loginPopupPoints div{
  width:calc(100% / 3 - 20px);
}
.loginPopupPoints p{
  color:#fff;
  margin:0;
  font-size:14px;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-login-popup-star.png') no-repeat top left;  
  padding:0 0 0 35px; 
}
.loginPopupPoints p span{
  color:#bfd1e5;
  margin:0;
  font-size:16px;
  font-weight:900;
}

#loginModal .social-sign-in p{
  font-weight: 700;
  font-size: 18px;
  color: #216aa8;
}

#loginModal .auth-form {
  padding: 0 60px;
}
#loginModal .auth-form label{
  font-size: 16px;
  font-weight: 700;
}
#loginModal .form-control{
  border: 1px solid #216aa8;
  border-radius: 15px;
}
#loginModal .control--checkbox .control__indicator{
  border: 1px solid #216aa8;
  border-radius: 0;
}
#loginModal .auth-form .checkbox label{
  font-size: 14px;
  font-weight: 400;
}
#loginModal .form-group button{
  border-radius: 15px;
  text-align: left;
  padding: 5px 20px 5px 35px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  height: 50px;
}
#loginModal .form-group button:after{
  content:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-login-popup-arrow.png');
  line-height: 1;
}
#loginModal .form-group button i{
  display:none;
}
#loginModal .form-group button + a{
  display: inline-block;
  float: none !important;
  width: 100%;
  border-radius: 15px;
  text-align: left;
  padding: 5px 20px 5px 35px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  height: 50px;
  background:#216aa8;
  color:#fff;
}
#loginModal .form-group button + a:after{
  content:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-login-popup-arrow.png');
  line-height: 1;
}
#loginModal .form-group button + a:hover{
  background:#000;
}

@media (min-width:768px) {
  #loginModal .modal-dialog {
  	width: 750px;
  }
}

@media (max-width:545px) {
  .loginPopupPoints  {
    flex-direction:column;
    width:100%;
  }
  .loginPopupPoints div  {
    width:100%;
    margin: 0 0 10px;
  }
  #loginModal .auth-form {
    padding: 0;
  }
}
/*login modal popup edits end*/


/*login dropdown edits start*/
.ex-loggedout .toolbar .account-dropdown .form-group .description,
.ex-loggedout .toolbar .account-dropdown .signin_register .description{
  display:none;
}

.ex-loggedout .toolbar .account-dropdown {
  left: -30px;
  top: 104%;
  width: 300px;
  border-radius: 0;
  border: none;
  padding:0 0 20px;
}
.ex-loggedout .toolbar .account-dropdown .arrow_box{
  left: 51px;
}
.ex-loggedout .dropdown-menu span.overlap{
  height: 36px;
}
.signinTitle,
.signinText{
  padding:20px 25px 0;
}
.signinText{
  margin-top:20px;
  border-top:2px solid #bfd1e5;
}
.signinTitle h3,
.signinText h3{
  font-size:16px;
  font-weight:900;
  margin:0 0 15px;
}
.signinText ul{
  padding:0;
  margin:0 0 20px;
  list-style:none;
}
.signinText ul li{
  font-size:14px;
}
.signinText p{
  font-size:14px;
  margin:0 0 20px;
}
.signinText .fa{
  color:#006aac;
  font-size: 16px;
  margin-right: 10px;
}
.ex-loggedout .toolbar .account-dropdown .form-group,
.ex-loggedout .toolbar .account-dropdown .signin_register{
  margin:0 25px 0;
}
.ex-loggedout .toolbar .account-dropdown .pointer{
  padding:10px;
  font-size:16px;
  font-weight:700;
  text-align:center;
  background:#122a40;
  border:2px solid #122a40;
  border-radius:15px;
}
.ex-loggedout .toolbar .account-dropdown .signin_register.pointer{
  background:#216aa8;
  border:2px solid #216aa8;
}
.ex-loggedout .toolbar .account-dropdown .pointer:hover,
.ex-loggedout .toolbar .account-dropdown .signin_register.pointer:hover{
  background:#fff;
}
.ex-loggedout .toolbar .account-dropdown .pointer a{
  color:#fff;
}
.ex-loggedout .toolbar .account-dropdown .pointer:hover a{
  color:#122a40;
}
.ex-loggedout .toolbar .account-dropdown .signin_register.pointer:hover a{
  color:#216aa8;
}
/*login dropdown edits end*/

@media only screen and (max-width : 1469px) {
    .vfhOption p{
        font-size:12px;
    }
  .ex-category-officechairs .visual-filter-material .visual-grid a{
    margin: 0 20px 10px;
  }
}

@media only screen and (max-width : 1240px) {
    .catBox{
        flex-direction:column;
        text-align:center;
    }
    .catBox .cbImg{
        margin:0 0 15px;
        width:100%;
        max-width:none;
        height:80px;
    }
    .catBox p{
        width:100%;
    }

    .headTel p, .headTel p span {
	font-size:14px;
    }

    .headersection-2 .vertical-align .htmlcontent_container {
	min-width: 130px;
    }

    .ex-home .desktop .page-content > .row > div > .row:first-child{
        flex-direction:column;
    }
    .twinBanner{
        min-height:500px;
    }
    #imageslider_153581, #htmlcontent_153582{ 
         width:100%
    }
    #htmlcontent_153582{
        padding:15px;
    }

    .vfHomebanners.nFlex{
        flex-direction:column;
    }
    .vfHomebanner{
        width:100%;
        margin-bottom:10px;
    }
    .vfhOption p{
        font-size:14px;
    }
}

@media only screen and (max-width : 991px) {
    .htText {
	width: 100%;
        margin-bottom:30px;
    }
    .htAccount{
	width: 100%;
    }

    .stripBox.nFlex {
	flex-direction: column;
	align-items: center;
        text-align:center;
    }

    .footStrip .stripBox img {
	margin-right: 0;
    }
    
    .fc2, .fc3 {
	width: 20%;
    }

    .footerBot .nFlex{
      justify-content:center;
    }

    .toolbar .account-btn span{
        display:none;
    }

    #shoppingtools_108715{
        padding:0;
    }

    .ipBoxes{
        padding:0 50px;
    }
    .ipBox{
        width:47%;
        margin-bottom: 10px;
    }

    .homeBannerLower.nFlex{
        flex-direction:column;
    }
    .hblLeft, .hblRight{
        width:100%;
    }
    .hblRight{
        border-top: 8px solid #f5a614;
    }
    .hblSlope{
        display:none;
    }
  .footerBot .nFlex{
    flex-direction:column;
  }

  .visual-filter{
    flex-direction:column;
  }
  .ex-category-officechairs .visual-filter-material .visual-grid a{
    margin: 0 2px 10px;
  }
}

@media only screen and (max-width : 767px) {
    .catBox{
      width: 49%;
      flex-direction: row;
      padding:15px 10px;
      text-align:left;
    }

    .catBox .cbImg{
      width: 60%;
      height: 40px;
      margin: 0;
    }

    .homeTestimonial {
	width: 100%;
        margin-bottom:30px;
    }

    .footMain .footCol {
	width: 100%;
    }

    .fc1{
        margin-bottom:30px;
    }

    .mobAccord .accordList h3 { cursor: pointer; margin:0 0 10px; background:#20333a; padding:20px;}
    .mobAccord ul { max-height: 0; overflow:hidden; transition: max-height 1s ease-out; padding:0;}
    .mobAccord .accordList h3:after { content: "+"; float: right; }
    .mobAccord .accordList.open h3:after { content: "-"; }
    .mobAccord .accordList.open ul { height:auto; max-height: 1000px; transition: max-height 1s ease-in-out !important; }

    .mobAccord ul li{
      margin:0 !important;
      padding:0 !important;
      border:none !important;
      display:block !important;
    }
    .mobAccord ul li a{
      display:block;
      margin:10px 0;
      padding:20px;
      border:1px solid #fff;
      font-size:16px;
      background:none;
    }

    .ipBox{
        width:100%;
    }

    .inkBox{
        width:50%;
    }

    .bannerTwin{
        margin:20px auto;
    }

    .hbText {
	width: 100%;
	margin: 0;
	position: relative;
	padding: 0 30px;
    }

}


@media only screen and (max-width : 480px) {
    .catBox{
        width:48%;
    }

    .footStrip .container > .nFlex {
	flex-wrap:wrap;
    }

    .stripBox.nFlex {
	margin: 10px 0;
        width:49%;
    }

    .footStrip .stripBox img {
      display:none;
    }

    .fbRight{
      display:none;
    }

    .footDivide{
      width:0;
      margin: 0 15px;
    }

    .twinBanner{
        width:100%;
        margin-bottom:20px;
    }

    .hbText{
        padding:0 10px;
    }
    .hblLeft li{
        width:100%;
        text-align: center;
    }

    .vfhOption p{
        font-size:12px;
    }

    .vfh2 .vfhLeft{
        min-height:343px;
    }
    .vfh2 .vfhOptions.nFlex{
        flex-wrap:wrap;
    }
    .vfh2 .vfhOption{
        width:50%;
    }
}

.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%;
}

/*mobile view edits*/
@media only screen and (max-width : 767px){
  .header-mobile{
    align-items:stretch;
  }

  .header-mobile .header-logo{
    max-width: calc(100% - 250px);
  }
  header .header-mobile .logo img {
    max-width: 100% !important;
  }
  header .header-mobile .header-right{
    padding:0;
  }

  .header-mobile .cd-dropdown-wrapper,
  .header-mobile .header-search,
  .header-mobile .minicart_icon{
    margin-top:-15px;
    padding-bottom:15px;
    width:80px;
  }
header .header-mobile .header-menu{
    width:auto;
}
  .header-mobile .cd-dropdown-wrapper{
    border-right:1px solid #c5d5e8;
    padding-top:5px;
  }
  .header-mobile .header-search,
  .header-mobile .minicart_icon{
    border-left:1px solid #c5d5e8;
  }

  .header-mobile .cd-dropdown-wrapper:after{
    content:"Menu";
    color:#000;
    font-size:12px;
    font-weight:500;
    position:absolute;
    bottom:13px;
    left:0;
    right:0;
    font-family:"Roboto", sans-serif;
    z-index:-1;
  }

  .header-mobile .header-search{
    position:relative;
  }
  .header-mobile .header-search:after{
    content:"Search";
    color:#000;
    font-size:12px;
    font-weight:500;
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    font-family:"Roboto", sans-serif;
    z-index:-1;
  }

  header .header-mobile .header-cart .minicart_icon{
    position:relative;
    top:0;
  }
  .header-mobile .minicart_icon:after{
    content:"Basket";
    color:#000;
    font-size:12px;
    font-weight:500;
    position:absolute;
    bottom:9px;
    left:0;
    right:0;
    font-family:"Roboto", sans-serif;
    z-index:-1;
  }
  header .header-mobile .header-cart .minicart_count{
    display:none;
  }

  .mobShopByCat{
    overflow: hidden;
  }

  .mobShopByCat h1{
    font-size:16px;
    font-weight:700;
    color:#132d45;
    margin:0;
    padding:10px;
  }
   .mobCat{
    display: flex;
    align-items: center;
    position:relative;
    padding:12px 42px 12px 20px;
    border-bottom:1px solid #aeaeae;
    background:url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-mob-cat-arrow2.png')no-repeat right 15px center;
  }
  .mobCat:first-of-type{
    border-top:1px solid #aeaeae;
  }
  .mcImg{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
  }
  .mcImg img{
    max-height:100%;
  }
  .mobCat h2{
    margin:0;
    font-size:16px;
    font-weight:400;
    color:#201d1d;
  }

  .mobHomeText{
    background:#c8daee;
    padding:30px 15px;
  }
  .mobHomeText h2{
    font-size:16px;
    font-weight:700;
    margin:0 0 15px;
  }
  .mobHomeText p{
    font-size:16px;
    font-weight:300;
    margin:0 0 15px;
  }
  .mobHomeText p strong{
    font-weight:900;
  }

  .mobHomeaccount.htAccount{
    width:100%;
    padding:30px 15px 0;
  }
  .mobHomeaccount.htAccount h3{
    font-size:16px;
  }
  .mobHomeaccount.htAccount ul li:not(:last-of-type){
    font-size:14px;
  }
  .mobHomeaccount.htAccount ul li:not(:last-of-type) strong{
    font-weight:900;
  }

  .ex-home .mobile .imageslider_wrapper, .ex-home .mobile section.zonebottom{
    margin:0;
  }

  .footStrip{
    padding: 35px 0 15px;
  }
  .footStrip .container > .nFlex{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .stripBox.nFlex {
    width: 45%;
    margin:0 0 20px;
  }
  .stripBox.nFlex p{
     font-size:16px;
  }
  .footStrip .stripBox p span {
     font-size: 14px;
  }
  .footStrip .stripBox img{
    display:none;
  }

  .fc1{
    text-align:left;
  }
  .fc1 p:not(:first-of-type) {
     font-size: 16px;
     font-weight: 300;
     padding: 0;
     margin: 15px 0 0;
  }
  .footMain {
     padding: 20px 0 0;
  }
  .footLogo{
    width:65%;
  }

   .mobAccord .accordList h3 { cursor: pointer; margin:0; background:none; padding:34px 20px 34px 0; text-align:left; font-size:16px; border-top:1px solid #fff;}
  .mobAccord ul, .mobAccord .accordList > div, .homeNewsletter #mc_embed_signup { max-height: 0; overflow:hidden; transition: max-height 1s ease-out; padding:0;}
  .mobAccord .accordList h3:after { content: "+"; float: right; font-weight:100; transform:scale(4); }
  .mobAccord .accordList.open h3:after { content: "-"; }
  .mobAccord .accordList.open ul, .mobAccord .accordList.open > div, .homeNewsletter.open #mc_embed_signup { height:auto; max-height: 1000px; transition: max-height 1s ease-in-out !important; }

  .fc4 .mobAccord .accordList h3{
    border:none;
  }

  .mobAccord .accordList > div .fcAddress{
    padding-bottom:20px;
  }

  .mobAccord ul li{
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    display:block !important;
    background:none;
  }
  .mobAccord ul li a{
    display:block;
    margin:10px 0;
    padding:20px;
    border:1px solid #fff;
    font-size:16px;
    background:none;
  }

  .fc4 p:last-of-type{
     margin-bottom:20px;
  }
  .footerBot img{
    order:-1;
    margin-bottom:20px;
  }
}

@media only screen and (max-width : 480px) {
  footer .footerBot ul li.footDivide.fdLast{
    display:none;
  }
}
/*mobile view edits end*/

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


/* mega menu */
.menu.expanded .catalog .submenu {
  border-bottom: 13px solid #122a40 !important;
}
.menu.expanded .catalog > li > ul.submenu > div > li {
  width: 17%;
}
.menu.expanded .catalog .submenu .submenucontainer > li > a {
  padding: 0;
}
.menu.expanded .catalog .submenu .submenucontainer img {
  border-radius: 25px;
  height: 200px;
  width:100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu.expanded .catalog .submenu .submenucontainer > li {
  height: unset;
  padding: 0 15px;
}
.menu.expanded .catalog .submenu .submenucontainer > li:not(:last-of-type) {
  border-right: 1px solid #dddddd;
}
.menu.expanded .catalog .submenu .submenucontainer > li.has-image {
  padding-bottom: 30px;
}

.menu.expanded .catalog .submenu .has-image a {
  position: relative;  
}
.menu.expanded .catalog .submenu .has-image a:before {
  content: '';
  background-color: hsl(209, 56%, 16%, 80%);
  width: 80px;
  border-radius: 50px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .35s ease;
}
.menu.expanded .catalog .submenu .has-image:hover a:before {
  background-color: hsl(39, 92%, 52%, 80%);
  width: 90px;
  height: 90px;
}
.menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) li:not(:last-of-type) {
  background: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/teg-menuarrow.png') no-repeat right;
  padding-right: 10px;
}
.menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) li:not(:last-of-type):hover {
  background-position-x: 97%;
}
.menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) >  a {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #122a40;
}

.menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Lato';
  color: #404040;
  padding: 0;
}
.menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) li:last-of-type a {
  font-size: 16px;
}
.menu.expanded .catalog .submenu .has-image a:after {
  content: '';
  background: white;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}

.menu.expanded .catalog .nav-menu-1 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/OfficeStationery_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/OfficeStationery_1.svg');
}
.menu.expanded .catalog .nav-menu-1 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/DesktopAccessories_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/DesktopAccessories_1.svg');
}
.menu.expanded .catalog .nav-menu-1 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Books_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Books_1.svg');
}
.menu.expanded .catalog .nav-menu-1 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/WritingInstrument_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/WritingInstrument_1.svg');
}
.menu.expanded .catalog .nav-menu-1 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Files_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Files_1.svg');
}
.menu.expanded .catalog .nav-menu-1 .submenucontainer > li:not(.has-submenu):nth-child(11) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Archive.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Archive.svg');
}

.menu.expanded .catalog .nav-menu-2 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Paper.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Paper.svg');
}
.menu.expanded .catalog .nav-menu-2 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Envelope.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Envelope.svg');
}
.menu.expanded .catalog .nav-menu-2 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Label.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Label.svg');
}
.menu.expanded .catalog .nav-menu-2 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/PackagingMaterials.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/PackagingMaterials.svg');
}
.menu.expanded .catalog .nav-menu-2 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Mailroom.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Mailroom.svg');
}
.menu.expanded .catalog .nav-menu-2 .submenucontainer > li:not(.has-submenu):nth-child(11) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/DocumentBinding.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/DocumentBinding.svg');
}

.menu.expanded .catalog .nav-menu-3 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Desk.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Desk.svg');
}
.menu.expanded .catalog .nav-menu-3 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Seating.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Seating.svg');
}
.menu.expanded .catalog .nav-menu-3 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Table.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Table.svg');
}
.menu.expanded .catalog .nav-menu-3 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Storage.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Storage.svg');
}
.menu.expanded .catalog .nav-menu-3 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Screen.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Screen.svg');
}
.menu.expanded .catalog .nav-menu-3 .submenucontainer > li:not(.has-submenu):nth-child(11) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/853837_eco_ecology_forest_leaves_nature_icon.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/853837_eco_ecology_forest_leaves_nature_icon.svg');
}

.menu.expanded .catalog .nav-menu-4 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Shredder.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Shredder.svg');
}
.menu.expanded .catalog .nav-menu-4 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Printer.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Printer.svg');
}
.menu.expanded .catalog .nav-menu-4 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Computer.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Computer.svg');
}
.menu.expanded .catalog .nav-menu-4 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Mouse.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Mouse.svg');
}
.menu.expanded .catalog .nav-menu-4 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Cablesandadapters.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Cablesandadapters.svg');
}
.menu.expanded .catalog .nav-menu-4 .submenucontainer > li:not(.has-submenu):nth-child(11) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Meetingandexhibition.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Meetingandexhibition.svg');
}

.menu.expanded .catalog .nav-menu-5 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/CovidProtection.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/CovidProtection.svg');
}
.menu.expanded .catalog .nav-menu-5 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/FirstAid.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/FirstAid.svg');
}
.menu.expanded .catalog .nav-menu-5 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/FireSafety_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/FireSafety_1.svg');
}
.menu.expanded .catalog .nav-menu-5 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Clothing.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Clothing.svg');
}
.menu.expanded .catalog .nav-menu-5 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Lock_1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Lock_1.svg');
}

.menu.expanded .catalog .nav-menu-6 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Soap.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/CleaningEquipment.svg');
}
.menu.expanded .catalog .nav-menu-6 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/toilet-paper.svg');
  mask-image: url(https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/toilet-paper.svg');
}
.menu.expanded .catalog .nav-menu-6 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Kitchen.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Kitchen.svg');
}
.menu.expanded .catalog .nav-menu-6 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Floor Washer.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Floor Washer.svg');
}

.menu.expanded .catalog .nav-menu-7 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/projector-icon.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/projector-icon.svg');
}  
.menu.expanded .catalog .nav-menu-7 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/vidwall2x2.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/vidwall2x2.svg');
}  
.menu.expanded .catalog .nav-menu-7 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/ledscr.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/ledscr.svg');
}  
.menu.expanded .catalog .nav-menu-7 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/spotlight-icon.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/spotlight-icon.svg');
}  
.menu.expanded .catalog .nav-menu-7 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Speaker.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Speaker.svg');
} 
.menu.expanded .catalog .nav-menu-7 .submenucontainer > li:not(.has-submenu):nth-child(11) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/boldstage.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/boldstage.svg');
}

.menu.expanded .catalog .nav-menu-8 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
 -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Drinks.svg');
}

.menu.expanded .catalog .nav-menu-8 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/FoodandConfectionery.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/FoodandConfectionery.svg');
}

.menu.expanded .catalog .nav-menu-8 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Cold Drinks.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Cold Drinks.svg');
}

.menu.expanded .catalog .nav-menu-8 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/kettle.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/kettle.svg');
}

.menu.expanded .catalog .nav-menu-8 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Mug Symbol (1).svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Mug Symbol (1).svg');
}

.menu.expanded .catalog .nav-menu-8 .submenucontainer > li:not(.has-submenu):nth-child(11) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Plate and cutlery.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Catering icons/Plate and cutlery.svg');
}

.menu.expanded .catalog .nav-menu-9 .submenucontainer > li:not(.has-submenu):nth-child(1) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Desk 1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Desk 1.svg');
}

.menu.expanded .catalog .nav-menu-9 .submenucontainer > li:not(.has-submenu):nth-child(3) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Chair 1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Chair 1.svg');
}

.menu.expanded .catalog .nav-menu-9 .submenucontainer > li:not(.has-submenu):nth-child(7) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/filing-cabinet.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/filing-cabinet.svg');
}

.menu.expanded .catalog .nav-menu-9 .submenucontainer > li:not(.has-submenu):nth-child(9) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Screen Symbol 1.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Screen Symbol 1.svg');
}

.menu.expanded .catalog .nav-menu-9 .submenucontainer > li:not(.has-submenu):nth-child(5) a:after {
  -webkit-mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Meeting Room.svg');
  mask-image: url('https://eu.evocdn.io/dealer/1078/content/media/My_Theme/Meeting Room.svg');
}

@media only screen and (max-width : 1200px) {
  .menu.expanded .catalog .submenu .submenucontainer > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) li a {
    font-size: 14px;
  }
  .menu.expanded .catalog .submenu .submenucontainer > li:not(.has-image) li:last-of-type a {
    font-size: 13px;
  }
}
@media only screen and (max-width : 768px) {
  #mobileVueNav .is-image {
    display: none;
  }
}
/* */

/*** Dashboard Page Edits ***/
.dashboardSideMenu p{
  font-size:12px;
  color:#ffa200;
  text-align:center;
  background:#122a40;
  padding:15px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
  margin:0;
}
.dashboardSideMenu .dsmTitle{
  font-size:14px;
  color:#fff;
}
.dashboardSideMenu ul{
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
}
.dashboardSideMenu li{
  padding:5px 15px;
  border-bottom:1px solid #ededed;
  font-size:14px;
}
.dashboardSideMenu li a i{
  color:#122a40;
  margin-right:5px;
}

.dashboardPage .grid.simple .grid-title.no-border{
  background:#f3f9ff;
  padding:10px 15px;
}
.dashboardPage .grid.simple .grid-title h3,
.dashboardPage .grid.simple .grid-title h3 span{
  text-transform:capitalize;
}
.dashboardPage .grid-title .cdash-icon{
  background: none;
  box-shadow: none;
  font-size:20px;
}
.dashboardPage .grid.simple:hover .cdash-icon {
  background: none;
  box-shadow: none;
}
.dashboardPage .grid-title .cdash-icon i{
  vertical-align: text-top;
}

.dashboardPage .dashboard-sortable .grid.simple .grid-body .text-left{
  text-transform:capitalize;
}
.dashboardPage .grid-title .tools > a i{
  color:#122a40;
}

.dashboardPage .dashboard-sortable #cdash_myinfo.grid.simple .grid-body{
  display:flex;
  align-items:center;
  justify-content:center;
}
.dashboardPage .dashboard-sortable #cdash_myinfo.grid.simple .grid-body:before,
.dashboardPage .dashboard-sortable #cdash_myinfo.grid.simple .grid-body:after{
  display:none;
}
.dashboardPage .dashboard-sortable #cdash_myinfo.grid.simple .grid-body > .row{
  margin:0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboardPage .dashboard-sortable #cdash_myinfo.grid.simple .grid-body .text-right .text-muted{
  color:#216aa8 !important;
  font-weight:700;
  font-size: 14px;
}
.dashboardPage .dashboard-sortable #cdash_myinfo.grid.simple .grid-body .text-left-mobile{
  margin:10px 0;
  font-size:14px;
}

.dashboardPage .dashboard-sortable #cdash_address.grid.simple .grid-body .text-muted{
  color:#122a40 !important;
  font-size:14px;
}
.dashboardPage .dashboard-sortable #cdash_address.grid.simple .grid-body .text-muted i{
  color:#f5a614;
  margin-right:10px;
}
.dashboardPage .dashboard-sortable #cdash_address.grid.simple .grid-body .fa-tag{
  color:#216aa8;
}
.dashboardPage .dashboard-sortable #cdash_address.grid.simple .grid-body .address-lines{
  margin:10px 0;
  line-height: 30px;
}
/*** End Dashboard Page Edits ***/


/*** Eco page ***/
.ex-name-ecoproducts .row-breadcrumb{
  display:none;
}

.ecoHero{
  height:480px;
  background:url('https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/eco/te-eco-herobg.jpg')no-repeat center;
  padding:20px 0;
  background-size:cover;
}
.ecoHero .nFlex{
  height:100%;
}
.ecoHero h1{
  font-size:48px;
  color:#fff;
  margin:0 0 15px;
  line-height:60px;
  font-weight:700;
}
.ecoHero h1 span{
  color:#eff2b6;
}
.ecoHero p{
  max-width:585px;
  margin:0;
  font-size:18px;
  color:#fff;
  line-height:24px;
}

.ecoIntro{
  background-color:#f5f9f2;
  padding:50px 0;
}
.ecoIntro h2{
  font-weight:700;
  margin: 0 0 25px;
  color:#2b2b2b;
}
.ecoIntro h2 span{
  color:#428418;
}

.ecoBoxes{
  margin:30px 0 10px;
  flex-wrap:wrap;
}
.ecoBox{
  position:relative;
  width:32%;
  margin-bottom:30px;
  border:1px solid #dfdfdf;
}
.ebImg{
  height:230px;
  overflow:hidden;
}
.ebImg img{
  height:100%;
  width:100%;
  object-fit:cover;
  transition:transform 0.35s;
}
.ecoBox h2{
  padding:18px 25px;
  font-size:16px;
  color:#428418;
  font-weight:700;
  margin:0;
}
.ecoBox h2 img{
  transition:transform 0.35s;
}
.ecoBox:hover .ebImg img{
  transform:scale(1.05);
}
.ecoBox:hover h2 img{
  transform:translateX(10px);
}

.hero-slider.mainHomeBanner .ms-bullet{
  width:8px;
  height:8px;
}
.hero-slider.mainHomeBanner .ms-bullets.ms-dir-h{
  bottom:0;
}

@media (max-width:991px){
  .ecoBox{
    width:48%;
  }
}

@media (max-width:768px){
  .hero-slider.mainHomeBanner .ms-bullets.ms-dir-h{
    bottom:20px;
  }
}

@media (max-width:600px){
  .ecoHero{
    height:300px;
  }
  .ecoBox{
    width:100%;
  }
  .ecoHero h1{
    font-size:30px;
    line-height:35px;
  }
}
/*** End Eco page ***/

/*** Sectors Page ***/
.ex-name-sectorpage .row-breadcrumb {
  display: none;
}

/* Hero Section */
.sectorHero {
  height: 435px;
  background: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-hero.jpg") no-repeat center;
  background-size: cover;
}

.sectorHero.eduHero {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-hero-edu.jpg");
}

.sectorHero.foodHero {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-hero-food.jpg");
}

.sectorHero.healthHero {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-hero-health.jpg");
}

.sectorHero.industrialHero {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-hero-industrial.jpg");
}

.sectorHero.profHero {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-hero-prof.jpg");
}

.sectorHero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}

.sectorHero h1 span {
  color: #bfd1e5;
}

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

/* End Hero Section */
/* Sector Boxes */
.sectorBoxes {
  margin: 90px 0;
}

.sectorBoxes .nFlex {
  flex-wrap: wrap;
  align-items: stretch;
}

.sectorBox {
  width: 24%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-box-bg.jpg") no-repeat center;
  background-size: cover;
}

.sectorBox h3 {
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.sectorBox p {
  text-align: center;
  margin: 0;
}

.sectorBox svg {
  margin: 0 0 30px;
  fill: #216aa8;
}

.sectorBox .sbDivider {
  width: 37px;
  height: 4px;
  background: #216aa8;
  display: inline-block;
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .sectorBox {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 530px) {
  .sectorBox {
    width: 100%;
  }
}

/* End Sector Boxes */
/* Categories section / carousel */
.categoriesSlider {
  padding: 115px 0 55px;
  background: #122a40;
}

.csText {
  width: 300px;
}

.csText h2 {
  font-weight: 700;
  color: #f5a614;
  margin: 0 0 15px;
}

.csText h3 {
  color: #bfd1e5;
  font-weight: 700;
  margin: 0 0 15px;
}

.csText p {
  color: #fff;
  margin: 0 0 20px;
}

.csText p:last-of-type {
  margin: 25px 0 0;
}

.csText a {
  display: inline-block;
  padding: 10px clamp(30px, 4vw, 80px);
  background: #bfd1e5;
  font-size: 16px;
  font-weight: 700;
  color: #122a40;
  border-radius: 10px;
  min-width: 150px;
  transition: all 0.35s;
}

.csText a:hover {
  background: #f5a614;
  color: #fff;
}

.csWrapper {
  flex-wrap: wrap;
}

.csSlider {
  width: calc(100% - 370px);
  margin-bottom: 0 !important;
}

.csSlider .slick-dots {
  top: -50px;
  bottom: initial;
  text-align: left;
}

.csSlider .slick-dots li {
  width: 55px;
  height: 15px;
}

.csSlider .slick-dots li button {
  width: 55px;
  height: 15px;
  padding: 0;
}

.csSlider .slick-dots li button:before {
  width: 55px;
  height: 2px;
  content: "";
  background: #fff;
  top: 50%;
}

.csSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f5a614;
}

.csSlider .slick-prev, .csSlider .slick-next {
  top: -28px;
  z-index: 2;
}

.csSlider .slick-prev {
  left: initial;
  right: 40px;
}

.csSlider .slick-next {
  right: -5px;
}

.csSlider .slick-prev:before, .csSlider .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
}

.csSlider .slick-prev:before {
  content: "\f053";
}

.csSlider .slick-next:before {
  content: "\f054";
}

.csCatColumn {
  width: 31%;
}

.csCatColumn h3 {
  color: #f5a614;
  margin: 0 0 10px;
}

.csCatColumn li {
  border-bottom: 1px solid #bfd1e5;
}

.csCatColumn li:last-of-type {
  border-bottom: none;
}

.csCatColumn li a {
  padding: 11px 0;
  color: #fff;
}

.csCatColumn li:last-of-type a {
  font-size: 14px;
  color: #bfd1e5;
}

.csCatColumn a img {
  transform: translateX(-10px);
  transition: transform 0.35s;
}

.csCatColumn a:hover img {
  transform: translateX(0);
}

.csImg {
  width: 100%;
  height: 141px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 35px;
}

.csImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .categoriesSlider {
    padding-top: 50px;
  }
  .csText {
    width: 100%;
    margin-bottom: 80px;
  }
  .csSlider {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .csSlide > .nFlex {
    flex-wrap: wrap;
  }
  .csCatColumn {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* End Categories section / carousel */
/* Product carousel - recommended products */
.merchandisingcontent_container .catalog-single.nMerchandising {
  margin: 75px 0;
  padding: 0;
}

.nCarousel .slick-prev, .nCarousel .slick-next {
  top: -56px;
  z-index: 2;
}

.nCarousel .slick-slide {
  margin: 0 25px;
}

.nCarousel .slick-list {
  margin: 0 -25px;
}

.nCarousel .slick-prev {
  left: initial;
  right: 40px;
}

.nCarousel .slick-next {
  right: -5px;
}

.nCarousel .slick-prev:before, .nCarousel .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  color: #122a40;
}

.nCarousel .slick-prev:before {
  content: "\f053";
}

.nCarousel .slick-next:before {
  content: "\f054";
}

.merchandisingcontent_container .catalog-single.nMerchandising h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 65px;
}

.merchandisingcontent_container .catalog-single.nMerchandising h3:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 6px;
  background: #f5a614;
  margin-right: 30px;
}

.nMerchandising.catalog-single.has-carousel .brand-label,
.nMerchandising.catalog-single.has-carousel .indicators-grid,
.nMerchandising.catalog-single.has-carousel span.uom.uomblock,
.nMerchandising.catalog-single.has-carousel .product-price-rrp,
.nMerchandising.catalog-single.has-carousel input.qty-list,
.nMerchandising.catalog-single.has-carousel .addtoquicklist-wrapper,
.nMerchandising.catalog-single.has-carousel .product-compare-action {
  display: none;
}

.nMerchandising.catalog-single.has-carousel .tile {
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.nMerchandising .imgthumbnail {
  height: 200px;
  border: 1px solid #bfd1e5;
  padding: 10px;
  margin-bottom: 20px;
}

.nMerchandising.catalog-single .tile img {
  max-height: 100%;
  max-width: none;
}

.catalog-grid .nMerchandising.catalog-single.has-carousel .tile .footer {
  min-height: 0 !important;
}

.catalog-grid .nMerchandising.catalog-single.has-carousel .tile .footer .footer-wrapper {
  padding: 0;
  min-height: 0 !important;
  height: 100% !important;
}

.nMerchandising.catalog-single .tile .product-name {
  margin: 0 0 15px;
  min-height: 81px;
}

.nMerchandising.catalog-single .tile .product-name a {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 700;
}

.nMerchandising.catalog-single .tile .product-sku {
  font-size: 14px;
  color: #a5a5a5;
}

.nMerchandising.catalog-single .tile .product-category {
  font-size: 14px;
  color: #a5a5a5;
  margin-bottom: 20px;
}

.nMerchandising.catalog-single .tile .product-category a {
  font-size: 14px;
  color: #a5a5a5;
  font-weight: 400;
}

.nMerchandising.catalog-single .tile .product-category a:hover {
  color: #122a40;
}

.catalog-grid .nMerchandising.catalog-single .tile .price-label {
  font-size: 18px;
  color: #101010;
  font-weight: 900;
}

.catalog-grid .nMerchandising.catalog-single .tile .price-from {
  font-size: 16px;
  color: #101010;
}

.nMerchandising.catalog-single .tile .footer .buttons.group {
  margin-top: 30px;
}

.nMerchandising.catalog-single .tile .footer .btn {
  width: 100%;
  margin: 0;
  color: #122a40;
  background: #bfd1e5;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 30px;
}

.nMerchandising.catalog-single .tile .footer .btn span {
  font-weight: 700;
}

.nMerchandising.catalog-single .tile .footer .btn:hover {
  background: #f5a614;
  color: #fff;
}

/* End Product carousel - recommended products */
/* Sectors Contact Form */
#sectorContact {
  scroll-margin-top: 130px;
}

.sectorForm {
  padding: 50px 60px;
  background: #f2f8ff;
  margin-bottom: 85px;
}

.sectorForm h2 {
  font-weight: 700;
  margin: 0 0 30px;
}

.sectorForm .nFlex > .form-group {
  width: 49%;
  margin-bottom: 25px;
}

.sectorForm label {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 700;
}

.sectorForm input {
  height: 55px;
}

.sectorForm input,
.sectorForm textarea {
  border: 1px solid #bfd1e5;
}

.sectorForm .btn {
  width: 30%;
  margin: 0;
  color: #122a40;
  background: #bfd1e5;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 12px 30px;
  border: none;
  min-width: 150px;
}

.sectorForm .btn:hover {
  background: #f5a614;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sectorForm {
    padding: 20px 30px;
  }
  .sectorForm .nFlex {
    flex-wrap: wrap;
  }
  .sectorForm .nFlex > .form-group {
    width: 100%;
  }
}

/* End Sectors Contact Form */
/* Contact details */
.sectorContact {
  background: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-contact-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 3vw 3.5vw;
  min-height: 711px;
}

.sectorContact h2 {
  color: #f5a614;
  font-weight: 700;
  margin: 0 0 15px;
}

.sectorContact p {
  color: #fff;
  margin: 0 0 30px;
}

.sectorContact li {
  color: #fff;
  line-height: 24px;
  margin: 0 0 20px;
  padding-left: 60px;
  background: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-contact-hours.png") no-repeat top 5px left;
}

.sectorContact li.sectorEmail {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-contact-email.png");
}

.sectorContact li.sectorTel {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-contact-tel.png");
}

.sectorContact li.sectorLocation {
  background-image: url("https://eu.evocdn.io/dealer/1078/content/media/Content_Pages/sectors/te-sectors-contact-location.png");
}

.sectorContact li span {
  color: #bfd1e5;
  font-weight: 700;
}

.sectorContact li a {
  color: #fff;
}

.sectorContact li a:hover {
  color: #f5a614;
}

@media screen and (max-width: 768px) {
  .sectorContact {
    min-height: 0;
  }
}

/* End Contact details */
/*** End Sectors Page ***/
/*** Home Sectors Grid ***/
.sectorGrid {
  margin: 80px 0 90px;
}

h1.titleDecoration {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 35px;
}

h1.titleDecoration:before {
  content: "";
  width: 29px;
  height: 6px;
  background: #f5a614;
  margin-right: 20px;
}

.sectorGrid .container > .nFlex {
  flex-wrap: wrap;
}

.sgBox {
  height: 355px;
  overflow: hidden;
}

.sgBox.sgSquare {
  width: 27%;
}

.sgBox.sgDouble {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.sgBox.sgDouble .sgSmall {
  height: 47.5%;
  width: 100%;
  overflow: hidden;
}

.sgBox.sgRectangle {
  width: 17%;
}

.sgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.sgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 15px 35px;
  background: linear-gradient(to bottom, rgba(18, 42, 64, 0) 0%, rgba(18, 42, 64, 0) 50%, rgba(18, 42, 64, 0.6) 100%);
}

.sgOverlay h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.sgOverlay h2 svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.5s;
}

.sgBox:not(.sgDouble):hover img,
.sgSmall:hover img {
  transform: scale(1.1);
}

.sgBox:not(.sgDouble):hover .sgOverlay svg,
.sgSmall:hover .sgOverlay svg {
  transform: translateX(10px);
}

@media screen and (max-width: 1200px) {
  .sectorGrid .container > .nFlex {
    row-gap: 20px;
  }
  .sectorGrid .sgBox {
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .sectorGrid .sgBox {
    width: 100%;
    height: auto;
  }
  .sectorGrid .sgBox.sgSquare, .sectorGrid .sgBox .sgSmall, .sectorGrid .sgBox.sgRectangle {
    height: 130px;
  }
  .sectorGrid .sgBox.sgDouble {
    row-gap: 20px;
  }
}

/*** End Home Sectors Grid ***/

/*** Homepage Bussiness section ***/
.homeBusiness {
  background: url("https://eu.evocdn.io/dealer/1078/content/media/My_Theme/te-home-business-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0 90px;
  margin-top:75px;
}

.homeBusiness h1.titleDecoration {
  color: #fff;
}

.hbPoints {
  width: 48.5%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.hbPoint {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 30px;
}

.hbPoint:nth-of-type(-n+2) {
  border-bottom: 1px solid #c5d5e8;
}

.hbPoint:nth-of-type(2n+1) {
  border-right: 1px solid #c5d5e8;
}

.hbPoint svg {
  width: 40px;
  margin-right: 20px;
  fill: #c5d5e8;
}

.hbPoint div {
  flex: 1;
}

.hbPoint h2 {
  color: #f5a614;
  font-size: 18px;
}

.hbPoint p {
  color: #fff;
}

.hbBanners {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hbBanner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.hbBanner a {
  z-index: 1;
}

.hbBanner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hbbOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 45px;
}

.hbbOverlay h1 {
  font-size: 24px;
  font-weight: 700;
}

.hbbOverlay p {
  color: #282828;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
}

.hbbOverlay p img {
  margin-left: 10px;
  transition: all 0.5s;
}

.whiteSkew,
.blueSkew {
  position: absolute;
  top: 0;
  left: 0;
  width: 53%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: -1;
  transform-origin: top left;
  transform: skew(-20deg, 0);
  transition: all 0.5s;
  min-width: 430px;
}

.blueSkew {
  background: rgba(197, 213, 232, 0.75);
  width: calc(53% - 20px);
  min-width: 410px;
}

.hbBanner:hover .whiteSkew {
  width: 90%;
}

.hbBanner:hover .blueSkew {
  width: calc(90% - 20px);
}

.hbBanner:hover .hbbOverlay p img {
  transform: translateX(10px);
}

@media screen and (max-width: 1100px) {
  .homeBusiness .container > .nFlex {
    flex-direction: column;
  }
  .hbPoints {
    width: 100%;
    margin-bottom: 20px;
  }
  .hbBanners {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .hbPoints .hbPoint {
    padding: 20px 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c5d5e8;
  }
  .whiteSkew {
    min-width: 320px;
  }
  .blueSkew {
    min-width: 300px;
  }
  .hbbOverlay h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .hbBanner {
    min-height: 150px;
  }
}

/*** End Homepage Bussiness section ***/