/* - - TechStyles Sytle - - */
.logo {
    position: relative;
    float: left;
    padding-top: 25px;
    padding-left: 12px;
    margin-right: 20px;
    background: white;
}
.category-item .product-title a,
.product-item .product-title a{
  background: white;
  margin: 5px;
  padding: 10px;
}

.header-currencyselector {
  display: none;
}

.loadingScreen .loadingLogo .loadingSpinner {
  display: none;
}


#logorow .grid_12 .banner_page_title {
  font-weight: 600;
  text-shadow: none;
}

.option-description {
  display: none;
}

/* - Adding 'order more...' buttons to the cart - */
.cart-products {
  display: block;
  height: 125px;
  margin: auto;
}
.cart-product {
  display: inline;
  padding: 25px;
  font-size: 20px;
  font-weight: 600;
  min-width: 173px;
  width: 19%;
  margin-bottom: 5px;
  height: 55px;
  background-color: grey;
}


@media (max-width: 960px) {
  .cart-products {
    height: 300px;

}
.cart-product {
  width: 49%;
}
}

.coupon-box__wrapper #discountcouponcode {
min-width: 100%;
margin-bottom: 20px;
}

.deals {
background: #89d5d2;
padding: 12px;
}
