/* CSS crunched with Crunch - http://crunchapp.net/ */
/*CATEGORIES*/
.category .catimage img {
  margin-left: auto;
  margin-right: auto;
}
.category .catname {
  margin-top: 15px;
  color: #0079ff;
  font-size: 20px;
}
.category .catname a {
  color: #0079ff;
  font-size: 20px;
}
.category .catdesc {
  margin-bottom: 30px;
}
/*PRODUCTS*/
.product .prodname {
  margin-top: 15px;
  color: #0079ff;
  font-size: 20px;
}
.product .prodname a {
  color: #0079ff;
  font-size: 20px;
}
.product .addtop {
  margin-bottom: 30px;
}
/*PRODUCT DETAIL*/
.prodnavigation {
  margin-bottom: 30px;
}
.checkoutbutton {
  display: none;
}
.proddetail .detailname h1 {
  color: #f7911e;
}
/*CART*/
#search-wrap {
  display: inline-block;
  position: relative;
  height: 22px;
  float: right;
  padding: 0;
}
#search-wrap input[type="text"] {
  display: inline-block;
  padding-right: 15px;
  color: #f7911e;
  border: none;
  outline: none;
  width: 0px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
#search-wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #0079ff;
}
#search-wrap input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #0079ff;
  cursor: text;
}
#search-wrap input[type="submit"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  float: right;
  background: url(../images/search.png) center center no-repeat;
  text-indent: -1000000px;
  border: none;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity .4s ease;
}
#search-wrap input[type="submit"]:hover {
  opacity: 0.8;
}
