/*
.zoomin img {transition: transform 500ms;}.zoomin:hover img {transform: scale(.95);}

li.standOut > a {
	display: inline-block;
	position: relative;htmlc
	text-decoration: none;
  
}
 li.standOut > a::after {
	content: 'New Products Added!';
	position: absolute;
        bottom: 99%;
	right:11%;
	background: #e00097;
	padding: 0px 6px 0px 5px;
	color: #fff;
	white-space: nowrap;
	opacity: 1;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
li.standOut > a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 8px solid #e00097;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 1;
	right: 12%;
	bottom: 88%;
  
}
li.standOut > a:hover::after {
	bottom: 89%;
}
 li.standOut > a:hover::before {
	bottom: 78%;
}
li.standOut > a::after {
	
    -webkit-animation: fadeinndnd 1s; 
       -moz-animation: fadeinnd 1s; 
        -ms-animation: fadeinnd 1s; 
         -o-animation: fadeinnd 1s;
            animation: fadeinnd 1s;
}
 li.standOut > a::before {
	
    -webkit-animation: fadeinnd 1.6s; 
       -moz-animation: fadeinnd 1.6s; 
        -ms-animation: fadeinnd 1.6s; 
         -o-animation: fadeinnd 1.6s; 
            animation: fadeinnd 1.6s;
}

@keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-moz-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-webkit-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-ms-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-o-keyframes fadeinnd {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.in-stock {
    color: #37b048;
}

.out-stock {
    color: #d22f25;
}

.countyOX-mobileBaner {
	background-color:#009ace;
        text-align:center;

}
.countyOX-mobileBaner a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: -.5px;
    font-weight: bold;
    padding: 10px 5px 10px;
}

.countyOX-mobileBaner-widget {
	display:none;

}

@media only screen and (max-width: 768px) {
	.countyOX-mobileBaner-widget {
		display:block;
          }
}





.cart-dropdown .footer .btn:hover {

    background-color: #009ace;

}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #e10098;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #009ace;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid white;
    border-radius: 50%;
    background: #009ace;
    color: white;
}

.shop-filters .filter-title {
background: #009ace;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: #009ace;
}

.toolbar .cart-btn>.btn {
    background: #009ace;
}

.header-full .logo img {

    max-width: 130px !important;
    height: auto !important;
    max-height: none !important;
}

btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #e10098;
}

.menu ul.catalog > li:hover {
    background-color: #e10098;
}



.menubarStick {
  position: fixed !important;
  top: 0;
  width:100%;
  z-index: 15;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.headersection-3.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}

.menubarHeader {
    margin-top:273px;
}
@media only screen and (max-width: 1010px) {
.menubarHeader {
    margin-top:202px;
}
}
@media only screen and (max-width: 768px) {
.menubarHeader {
    margin-top:0px;
}
}

.headersection-1 {
   padding:15px 0;
}

.header-full > .container {
   width: 100%;
   padding-left: 15px;
   padding-right: 15px; 
   max-width: 1300px !important;
}

.header-mobile {
   box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}

.header-mobile .header-logo img {
   max-width: 130px !important;
}

.header-tel, .header-tel a {
   color: #e10098;
   text-align:left;
   position: relative;
   top:5px;
}

.header-tel, .header-tel a:hover {
   text-decoration: none !important;
   color: #009ace;
}

.header-tel a i {
   color: #e10098;
}

.header-full p {
   font-size: 0.9em;
   line-height:1.3em;
   margin-top:5px;
}


/* JJ CODING BELOW */

/* JJ Global stuff */
html {
  scroll-behavior: smooth;
}
h1 {
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
font-size: 4em;
margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
 h1 {
font-size: 3.25em;  
}
}


.row-breadcrumb {
  display: none;
}
.hidethis {
display: none;
}
.center-stuff {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.topandtail {
margin: 100px auto;
}
.justtop {
margin-top: 100px;
}
.extra-top {
margin-top: 50px;
}
.extra-bottom {
margin-bottom: 50px;
}

/* HEADER CUSTOMISATIONS */

.minicart_count {
display: none !important;
}

.loggedout .hideonloggedout {
display: none;
}

.catalog {
background: rgb(15,152,209);
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
}
header section.search .search-form .form-group input {
  border-color: #bfbfbf;
  border-radius: 0;
}
.headersection-3 .htmlcontent_container {
    padding: 0px;
  margin-top: 0px;
}
.header-cta {
    background-color:#303642;
    text-align: center;
    padding-bottom:6px;
}
.header-cta ul{
    list-style-type:none;
    margin-top: 6px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 25px;
}
.header-cta li{
    display:inline-block;
    margin-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/cta-pointer.png');
    background-repeat:no-repeat;
    background-position:85% 10px;
    transition: background-position 0.5s;
}
.header-cta ul li:hover {
background-position: 100% 10px;
}
.header-cta a {
    background-color:#303642;
    padding-left:50px;
    display:inline-block;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 40px;
    background-position-y: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-image .5s;
}
.header-cta h3 {
    text-align:left;
    font-size:14px;
    color:  #fff;
    margin:0px;
    margin-top:-2px;
    transition: background-color .5s;
}
.header-cta a.eazy-credit {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Credit1.png);
}
.header-cta a.eazy-credit:hover {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Credit-Hover1.png);
}
.header-cta a.eazy-refer {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Refer1.png);
}
.header-cta a.eazy-refer:hover {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Refer-Hover1.png);
}
.header-cta a.eazy-about {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-About1.png);
}
.header-cta a.eazy-about:hover {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-About-Hover1.png);
}
.header-cta a.eazy-services {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Services1.png);
}
.header-cta a.eazy-services:hover {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Services-Hover1.png);
}
.header-cta a.eazy-tellus {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Tell-Us_1.png);
}
.header-cta a.eazy-tellus:hover {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Tell-Us-Hover.png);
}

.flip-box {
  margin: 20px auto 40px;
  background-color: transparent;
  width: 275px;
  height: 40px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-box-back {
  transform: rotateY(180deg);
}
.fauxsignin {
color: #1a2832;
font-weight: 700;
border-radius: 25px;
white-space: nowrap;
}
.fauxsignin i {
background: #1a2832;
color: #fff;
padding: 8px 11px;
margin-right: 5px;
border-radius: 4px;  
transition: transform 500ms;
}
.fauxsignin:hover i {
background: rgb(15,152,209) !important;
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%) !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  transform: scale(1.12);
}
.ex-loggedin .fauxsignin {
display:none;
}

.wemaketext {
font-size: 30px; 
font-weight: 300;
color: #1a2832;
margin-top: -16px;
margin-left: -30px;
font-family: 'Fostter', sans-serif;
font-style: normal;
}

.toolbar .cart-btn > .btn {
background: transparent;
  box-shadow: none;
}  
.toolbar .cart-btn > .btn:hover {
background: transparent;
  box-shadow: none;
}  
.toolbar .cart-btn:hover > .btn {
background: transparent;
  box-shadow: none;
}
.toolbar .cart-btn > .btn span.minicart_count {
background: #fff;
  color: #000;
}
.fa-shopping-bag::before {
background: #1a2832;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-size: 1.25em;
}
.minicart_total {
  color: #000 !important;
}
.container.submenucontainer {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/EazyOffice-Menu2.jpg);
    background-repeat: no-repeat;
background-position: right 120px center;
  width: 100%;
}
.menu .catalog li {
margin: 3px auto;
}
.menu .catalog li:hover {
  margin-bottom: 0px;
     border-bottom: 3px solid #ffffff;
    background-color: transparent;
}
.menu .catalog li .submenu li {
  border-top: 0px solid #fff;
}

/* FOOTER CUSTOMISATIONS */


footer {
 text-align: center;
color: #fff;
background-image: url("https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Footer-Background.jpg");
background-color: #1a2832;
background-position: center right;
background-size: cover;
}
footer.footer {
/* -Jc. 04/05/2026 added: */
    padding-bottom: 0px;
}
.footersection-1 {
/* -Jc. 04/05/2026 removed: margin-bottom: -50px;*/
}
.footercontacts {
margin: auto;
max-width: 550px;
}
.footerimage {
/* -Jc. 04/05/2026 removed: margin-top: 90px; */
  background-image: url("https://eu.evocdn.io/dealer/1535/content/media/2023_Build/EazyOfficeWhite.png");
background-position: top right;
  background-repeat: no-repeat;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
  margin-bottom: 25px;
}
footer h3 {
    margin-top: 20px;
  color: #fff;
    text-transform: none;
}
footer h2 {
  text-transform: none;
  color: #fff;
  font-size: 2.5em;
  margin-top: 70px;
  font-weight: 900;
}
footer h6 {
  text-transform: none;
  color: #fff;
  font-size: 0.75em;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 60px;
}
footer .payment img {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 6px;
  width: 55px;
}
.footercontacts .fa {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.footercontacts .social {
display: inline-flex;
    font-size: 2.0em;     
}
@media (max-width: 700px) {
.thumbsupmob {
  margin-top: 100px;
}
}
@media (max-width: 600px) {
.thumbsupmob {
  margin-top: 170px;
}
}

/* -Jc. 04/05/2023 vertical positioning */
@media (min-width:768px) {
  .vert-position {display:flex;}
  .vert-position>div {display:flex; flex:1;}
}
.vert-middle {
  display: flex;
  align-items: center;
  flex:1; 
/* -jj added to align all content center */  
  justify-content: center;  
}
.vert-bottom {
  display: flex;
  align-items: end;
  flex:1;
/* -jj added to align all content center */  
  justify-content: center;  
}

/* -jj added to override in situations where right image is needed */  
.vert-bottom-two {
  display: flex;
  align-items: end;
  flex:1; 
  justify-content: right; 
  margin-right: -30px !important
}


.btn {
background: #1a2832;
color: #fff;
padding: 7px 35px;
font-weight: 700;
border-radius: 25px;
border: 2px solid white;
white-space: nowrap;
}
.btn:hover {
background: rgb(15,152,209);
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}


/* HOMEPAGE 4 TOP CONTENT BOXES */

.homepage-boxes {
display: block !important;
}
.homepage-boxes-outer {
height: 365px;  
position: relative;
margin: auto;
overflow: hidden;
}
.homepage-boxes-inner {
position: absolute;
top: 5%;
left: 8%;
}
.homepage-boxes-inner img {
max-width: 28px;
margin: -6px 8px 0px;
transition: all .8s;
  
}
.homepage-boxes-light {
color: #ffffff;
}
.homepage-boxes-outer:hover .credit-box {
transform: scale(1.15);
}
.homepage-boxes-outer:hover .homepage-boxes-inner img {
margin: -6px 18px 0px;
}

.credit-box {
width: 100%;
height: 100%;
background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Homepage-Piggy.jpg);
background-size: cover;
background-position: center;
transition: all .8s;
}
.homepage-boxes-outer:hover .delivery-box {
transform: scale(1.15);
}
.delivery-box {
width: 100%;
height: 100%;
background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Free-Delivery.jpg);
background-size: cover;
background-position: center;
transition: all .8s;
}
.homepage-boxes-outer:hover .wisdom-box {
transform: scale(1.15);
}
.wisdom-box {
width: 100%;
height: 100%;
background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Homepage-Owl1.jpg);
background-size: cover;
background-position: center;
transition: all .8s;
}
.homepage-boxes-outer:hover .refer-box {
transform: scale(1.15);
}
.refer-box {
width: 100%;
height: 100%;
background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Homepage-Refer1.jpg);
background-size: cover;
background-position: center;
transition: all .8s;
}


/* HOMEPAGE SERVICES */

.homepageservices {
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
color: #fff;
padding: 60px 20px 85px;
margin: 50px auto 100px;
text-align: center;
}
.homepageservices h2 {
color: #ffffff;
font-size: 4em;
margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
.homepageservices h2 {
font-size: 3.25em;  
}
}
.homepageservices h3 {
color: #fff;
}
.homepageservices .fa-solid {
  font-size: 4em;
    transition: transform .2s; /* Animation */
    text-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}
.homepageservices .fa-solid:hover {
  transform: scale(1.25); 
      text-shadow: none;
}
.homepageservices .btn {
background: transparent;
color: #fff;
padding: 7px 35px;
font-weight: 700;
border-radius: 25px;
border: 2px solid white;
white-space: nowrap;
margin: 25px auto 35px;
}
.homepageservices .btn:hover {
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}


/* TOP CATEGORIES HOMEPAGE */
.topcategories h3 {
margin-bottom: 35px;
}
.topcategories img {
width: 100%;
  max-width: 200px;
  transition: transform .2s; /* Animation */
  margin: 10px auto;
}

.topcategories img:hover {
  transform: scale(1.15); 
  filter: grayscale(80%);
}


/* BRAND SLIDER */
.homepage-brandscroller {
max-width: 1450px;
margin: 20px auto 40px !important;
}
.homepage-brandscroller img {
filter: grayscale(100%);
opacity: 0.5 !important;
}
.homepage-brandscroller img:hover  {
filter: grayscale(0%);
opacity: 1 !important;

}

/* MAIN BANNER HOMEPAGE */
.mainbanner .btn {
margin: 20px auto;
}
.mainbanner {
margin: 90px auto 60px;
text-align: center;
}
.mainbanner h2 {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-size: 5em;
line-height: 100%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
.mainbanner h2 {
font-size: 3.25em;  
}
}
.mainbanner h3 {
text-align: center;
  margin-bottom: -10px;
}

/* MAIN BANNER PRODUCT */

.mainbannerproduct .btn {
margin: 5px auto;
}
.mainbannerproduct {
margin: 0px 20px;
text-align: center;
}
.mainbannerproduct h2 {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-size: 2.5em;
line-height: 100%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
.mainbannerproduct h2 {
font-size: 2.5em;  
}
}
.mainbannerproduct h3 {
text-align: center;
  margin-bottom: -10px;
    font-size: 1.5em;
}
.mainbannerproduct img {
margin-top: 20px;
}


.owl-carousel .owl-stage-outer {
border-top: 0;
border-bottom: 0;
}
.mainbanner-yorkie {
max-width: 325px;
 margin: auto;
}
.mainbanner-xmas {
width: 100% !important;
  max-width: 475px;
 margin: -35px auto;
}
/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
  .mainbanner-xmas {
 margin: 0px auto;
      padding: 0px 20px 0px 20px;
  }
}
.xmas {
 background-image: url("https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Eazy-Office-Background.jpg"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */ 
  height: 510px;
}
@media only screen and (max-width: 991px) {
    .righthand {
        display: none;
    }
}

/* -Jc. fix carousel auto-height bug/conflict */
.owl-stage {
    display: block;
}
.owl-carousel .owl-item {
    transform: none!important;
}


/* ABOUT US PAGES */

.circleimage {
    background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Circle.png);
  background-size: cover;
  background-position: center;
}

.gradientbg {
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
}

.gradientbgtext {
 color: #ffffff;
  text-align: center;
  padding: 50px;
  max-width: 700px;
  margin: auto;
}
.gradientbgtext h1 {
background: linear-gradient(300deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
font-size: 4em;
margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
.gradientbgtext h1 {
font-size: 3.25em;  
}
}
.gradientbgtext h2 {
color: #ffffff;
font-size: 4em;
margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
.gradientbgtext h2 {
font-size: 3.25em;  
}
}

.gradientbgtext h3 {
color: #ffffff;
   font-size: 1.75em;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.gradientbgtext span {
     font-size: 1.65em;
}
.gradientbgtext h4 {
color: #ffffff;
   font-size: 1.2em;
  font-weight: 500;
}
.gradientbgtext p {
color: #ffffff;
   font-size: 1em;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 20px;
}
.contactformspace {
padding-bottom: 20%;
}
@media screen and (max-width: 767px) {
.contactformspace {
padding-bottom: 0%;
}
}
.white-bg {
background: #ffffff;  
}
.gradientbgimage img {
padding: 35px 30px 0px 30px;
width: 100%;
  max-width: 675px;
}
.gradientbg .btn {
background: transparent;
color: #fff;
padding: 7px 35px;
font-weight: 700;
border-radius: 25px;
border: 2px solid white;
white-space: nowrap;
margin-top: 25px;
}
.gradientbg .btn:hover {
background: #1a2832;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.ctagreybox {
text-align: center;
padding: 200px 20px;
background-color: #e5e5e5;
  background-image: url("https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Paws-Background-White.png");
background-size: cover;
background-position: right center;
  background-repeat: no-repeat;
}
.ctagreybox h2 {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-size: 4em;
line-height: 100%;
margin-bottom: 20px;  
}
@media screen and (max-width: 550px) {
.catgreybox h2 {
font-size: 3.25em;  
}
}
.ctagreybox p {
margin: 10px;
}
.ctagreybox .btn {
  margin: 20px 5px 10px;
}

.about-us h1 {
font-size: 4em;
  margin-top: -15px;
  margin-bottom: 18px;
}
@media screen and (max-width: 550px) {
.about-us h1 {
font-size: 3.25em;  
}
}


.fauxhone {
font-size: 4em !important;
  line-height: 1.1em;
  margin-top: -15px;
  margin-bottom: 18px;
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;  
}
@media screen and (max-width: 550px) {
.fauxhone {
font-size: 3.25em !important;  
}
}

/* SEE IF THIS CAN BE SHORTCODED */

.ex-name-eazyaboutusmain .zonebottom {
  margin: 0px !important;
}
.ex-name-eazyaboutusmain .catalog-grid {
  margin: 0px !important;
}
.ex-name-eazyaboutusmain .zonetop {
  margin: 0px !important;
}

/* MEET THE TEAM BOXES */

.meetbg {
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
}
.meet-tile {
text-align:center;
height:550px;
background-size: cover;
padding: 50px 10px;
display: flex;
align-items: end;
justify-content: center;

}
.meet-tile:hover  {
cursor: pointer;
 
}
.meet-tile .btn {
display: none;
}
.meet-tile:hover .btn {
display: block;
}
.removespacing {
padding: 0px;
margin: 0px;
}

.alex {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Alex1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}
.alex:hover {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Alex1-RO.png');
}
.daniel {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Daniel.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}
.daniel:hover {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Daniel-RO.png');
}
.glen {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Glen.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}
.glen:hover {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Glen-RO.png');
}
.katie {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Katie.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}
.katie:hover {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Katie-RO.png');
}
.courtney {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Courtney.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}
.courtney:hover {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Courtney-RO.png');
}
.zoe {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Zoe.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;

}
.zoe:hover {
    background-image:url('https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Zoe-RO.png');
}




.meet  .modal-body img {
float:left;
width:250px;
margin-right:15px;
}
.meet .modal-header h3 {
color: #1a2832;
}


/* TESTIMONIALS */


.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 25px; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 7px;
      background: none;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
      border:2px solid #fff; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #fff; }

.testimonials .owl-dots .owl-dot span {
      border:2px solid #000000;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #000000; }

.testimonial-logo {
width: 100%;
max-width: 240px;
margin-bottom: 17px !important;
margin:0 auto;
}
.testimonials .fas {
color: #000;
margin-bottom: 17px;
}
.testimonials p {
  margin: 0px auto 35px;
  max-width: 750px;
}
.testimonials h3 {
margin-bottom: 150px;
}
.testimonials .owl-dots .owl-dot span {
border: 2px solid #e5e5e5;
}

.testimonials {
  background-image: url("https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Speech-Left.png"), url("https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Speech-Right.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat;
  margin: 0px 10px 20px;
}

@media only screen and (max-width: 768px) {
	.testimonial-carousel {
      margin-top: 200px;
}
}

/* WHY US */

.whylinks a {
color: #fff;
}


.readmoreless {
background: transparent;
border: none;
font-weight: 800;
color: #d81f84;
margin-bottom: 25px;
}
.whyus h3 {
margin-top: 25px;
padding: 0px 20px;
}

.whyus p {
padding: 0px 20px 0px 20px;
 margin: auto;
  max-width: 450px;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}


/* FORMS */


.eazyform h1 {
  font-size: 4em;
  line-height: 1.1em;
  max-width: 600px;
  margin: 0px auto 30px;
}
.eazyform h3 {
  margin-bottom: 20px;
}
.eazyform h4 {
font-size: 1.2em;
  font-weight: 600;
  margin-top: 20px;
}
.eazyform, .contact-form {
  background: #ffffff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 70px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
}
.eazyform .form-control {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.eazyform .g-recaptcha {
margin-top: 50px;
justify-content: center;
display: flex;
}
.eazyform .form-control, #quote-product-list-modal .select2-selection--single {
  border: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.eazyform input, textarea, select {
  text-align: center;
}
input.error, textarea.error {
  border-color: #d81f84 !important;
  box-shadow: 0 0 0 1px #d81f84 !important;
}
.alert-success {
background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
  border-color: #d6e9c6;
  color: #fff;
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.swing:hover
{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.swing {
padding-top:8px;
}

.googlemap  {
padding: 0px !important;
          -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
}
.map-responsive {
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.contactus .fas {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-size: 4em;
  margin-top: 50px;
    transition: transform .2s; /* Animation */
}
.contactus .fas:hover {
  transform: scale(1.5); 
}

/* -Jc. 11/05/2023 logged in & mobile header tweaks */

.ex-loggedin .headersection-1 .search_container {
    width: 50%;
}
.ex-loggedout .headersection-1 .search_container {
    width: 66.67%;
}
#htmlcontent_199260 {
    width: 33.33%;
}
.ex-loggedin .headersection-1 #htmlcontent_197043 {
    width: 0px;
}
@media (min-width:768px) {
  .headersection-1 .logo_container {
    display: none;
  }
}
.ex-loggedout .shoppingtools_container {
  display:none;
}

/* -Jc. 11/05/2023 class to reverse columns on desktop, not on mobile */
.reverse-desktop {
  flex-direction: row-reverse;
}

/* hide and show for other box on registration page */

    .other {
      display: none;
    }
.registration {
margin-bottom: 25px;
}


.osano-cm-widget__outline {
  fill: #fff;
  stroke: #1a2832;
}
.osano-cm-toggle__switch {
  background-color: #e5e5e5;
}
.osano-cm-toggle__input:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:hover + .osano-cm-toggle__switch {
  background-color: #1a2832;
  border-color: #1a2832;
}
.osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch::after, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch::after {
  background-color: #fff;
}

.osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
  border-color: #1a2832;
}
.osano-cm-toggle__input:checked + .osano-cm-toggle__switch {
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
    border-color: #1a2832;
  }
.osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch::before {
  border-color: #1a2832;
}
.osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:checked:hover + .osano-cm-toggle__switch {
  background-color:  #1a2832;
  border-color:  #1a2832;
}
.osano-cm-widget__dot {
  fill: #d71f84;
}
.osano-cm-powered-by {
  display: none;
}

/* -Jc. 16/05/2026 menu image styles */
.menu-test a {
    position: relative;
}
.menu-test img {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
li.has-image.menu-test {
    width: 28%!important;
}
.container.submenucontainer {
    padding-bottom: 0px!important;
}


/* POP UP LOGIN BOX CUSTOMISATIONS */

.login-link-request {
 color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
  border-radius: 25px;
  border: 2px solid white;
  white-space: nowrap;
  padding: 10px;
}
.login-link-request:hover {
   color: #fff;
  background: #000 !important;
}
.login-link-reset {
margin-top: -10px;
margin-bottom: 5px;
}
 
.social-sign-in {
  font-weight: 900 !important;
  background: linear-gradient(300deg, rgba(15,152,209,1) 0%, rgba(216,31,132,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
font-size: 2.5em;
}
.social-sign-in p {
  font-weight: 900 !important;
}

.whitelink {
  color: #fff !important;
}
.pushthisup {
margin-top: -31px;
}

/* after transfer category and product page fixes*/

.catalog-grid .catalog-name {
  margin: 40px auto 25px;
  padding: 0 6px;
  text-align: center;
}
.mainproductpagedesktop {
margin-top: 50px;
  margin-bottom: 50px;
}
  .productgridwidget {
    margin-top: 50px;
   margin-bottom: 50px;
}

.filter-selected-row {
  margin-top: 25px;
}





/* -sticky header coding */

/* 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);
}

.header-full.menubarStick  {
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top:0px;
}
/* end of add Sticky header EvoX */

.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}
.hide-this {
display: none;
}

.homepageproductslide .ms-bullet {
display: none !important;
}
/* PAPER CATEGORY HOMEPAGE */
.papercategory h3 {
margin-bottom: 35px;
}
.papercategory img {
width: 100%;
  max-width: 500px;
  transition: transform .2s; /* Animation */
  margin: 10px auto;
}

.papercategory img:hover {
  transform: scale(1.15); 
  
}
/* PAPER CATEGORY HOMEPAGE */
.papercategory2 h3 {
margin-bottom: 35px;
}
.papercategory2 img {
width: 100%;
  max-width: 1450px;
  transition: transform .2s; /* Animation */
  margin: 0px;
}

.papercategory2 img:hover {
  transform: scale(1.05); 
  
}
/* PAPER CATEGORY HOMEPAGE */
.papercategory3 h3 {
margin-bottom: 35px;
}
.papercategory3 img {
width: 100%;
  max-width: 125px;
  transition: transform .2s; /* Animation */
  margin: 10px auto;
}

.papercategory3 img:hover {
  transform: scale(1.25); 
  filter: grayscale(80%);
}
/* HOMEPAGE BANNER */
.homepagepromo1 h3 {
margin-bottom: 70px;
}
.homepagepromo1 img {
width: 100%;
  max-width: 1450px;
  transition: transform .2s; /* Animation */
  margin: 10px;
  }
.homepagepromo1 img:hover {
  transform: scale(1.05); 
    }
.homepagepromo1 {
background-image: url(https://eu.evocdn.io/dealer/1535/content/media/2023_Build/Webpage Background.png);
padding: 0px 0px 20px;
margin: 0px auto 0px;
text-align: center;
  }

.homepageservices img {
width: 100%;
  max-width: 200px;
  transition: transform .2s; /* Animation */
  margin: 10px auto;
}

.homepageservices img:hover {
  transform: scale(1.15); 
  filter: grayscale(80%);
  }

/* Meet the team 2025 amends */
.meettheteam2025 .col-lg-4 {
  width: 20%;
  }