.header-full .logo img {
/* Change this for desktop */
    max-width: 210px !important;
    height: auto !important;
    max-height: none !important;
}

.custom-hero-text h2 {
  font-size: 96px;
  font-weight: 200;
  color: #e5de74;
  text-transform: uppercase;
}

.custom-hero-text h3 {
  font-size: 48px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .custom-hero-text h2 {
    font-size: 48px;
  }
  .custom-hero-text h3 {
    font-size: 24px; 
  }
}

.shop-filters .filter-title {
background: #e6df6b;
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;
}


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

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #fff;
}

.product-sku {
    font-size: 1rem;
    color: #626262;
}

.toolbar .cart-btn > .btn span {
    background-color: #5f6061;
}

.inktonerfinder_wrapper h5 {
    color: #e6df6b;
}

.inktonerfinder_wrapper {
    background-color: #5f6061;
}

nav.menu ul.catalog > li:nth-child(10) {
    background-color: #e4db74;
}
nav.menu ul.catalog > li:nth-child(09) {
    background-color: #db74e4;
}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }

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

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

.ex-loggedin .loginprices { display: none; }


/* makes any image added to the main menu lose the 100% height allowing them to get stacked over each other */
.menu.expanded .catalog .submenu li.has-image {
    height: auto;
}

body.ex-loggedin #contentblock_142105 {
visibility: hidden;
}

.in-stock {
    color: #8fce00;
}

.out-stock {
    color: #FF0000;
}
/* mobile banner */

.countyOX-mobileBaner {
	background-color:#049af3;
        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;

	}
}

 i.fa-recycle {
    display: none;
    }

.ecoblock_container .col-lg-8.col-md-8{
    width: 100%;
}

/*Search Bar Rounded*/

header section.search .search-form .form-group input {
    border-color: #e5da3d;
    border-radius: 20px;
}

background:#e5da3d;
}

.shadow {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-out;
}

.shadow:hover {
  transform: translateY(-5px);

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }