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

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

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

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

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #e82a2a;
    color: #fff;
}
 
.toolbar .cart-btn>.btn {
    background: #595959;
}
 
btn:hover>.button, .toolbar .cart-btn:hover>.btn {
    background-color: #e82a2a;
}

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

.label-danger {    
background-color: #32cd32;
}

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



/*Bic*/

.bicgrey {
  background: #444444;
  margin-left: -14vw;
  margin-right: -14vw;
  padding-top: 2vw;
  Padding-bottom: 2vw;
}

@media (min-width: 769px) {
#contentblock_293750, #contentblock_293751,#contentblock_293752,#contentblock_293753 {
width: 25%;
}
}

.paddinglr {
  padding-left: 13vw;
  padding-right: 13vw;
}

.btn-white {
background-color: #fff;
color: #000
}

.paddingtb {
  padding-top: 2vw;
    padding-bottom: 2vw;
}

.btn-white:hover {
background-color: #fff;
  color: #000
}

.nomargin {
  margin-top:0px !important;
  margin-bottom:0px !important;
}

.paddingt {
  padding-top: 3vw;
}

/*Q-Connect*/

@media (min-width: 769px) {
#contentblock_294027, #contentblock_294028, #contentblock_294029, #contentblock_294030 {
width: 25%;
}
}

.qgreen {
  background: #8dc73f;
  padding-top: 2vw;
  padding-bottom: 2vw;
    margin-left: -14vw;
  margin-right: -14vw;
}

/*nescafe*/

@media (min-width: 769px) {
#contentblock_294039, #contentblock_294040, #contentblock_294041, #contentblock_294042 {
width: 25%;
}
}

.Nescafehalf {
  background: linear-gradient(0deg,rgba(171, 40, 40, 1) 70%, rgba(255, 255, 255, 1) 70%) !important;
  margin-left: -14vw;
  margin-right: -14vw;
   padding-top: 2vw;
  padding-bottom: 2vw;
}

@media (min-width: 769px) {
.dflex1 > div {
	display: flex;
}
  .alignccent2 > div > div {
	align-content: center;
}  
}