/**
 * @file
 * Styles for uc_catalog module.
 */

td.category span a {
  display: inline-block;
  margin: 8px 0 0 0;
  padding-left: 15px;
}

td.category span a:before {
  font-family: "yoho";
  content: '\e8c1';
  font-size: 10px;
  margin-right: 5px;
  bottom: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

td.category.width-1 a {
  text-align: left;
}

.cat a {
  display: block !important;
  color: #DD4492 !important;
  font-size: 18px !important;
  font-family: 'Play-Regular', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
  padding: 0 !important;
  margin-bottom: -20px !important;
  text-align: center !important;
}

.cat a:hover {
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  color: #798081 !important;
}

.cat a:before {
  display: none !important;
}

img.category {
  float: right;
  margin-left: 1em;
}
table.category-products {
  clear: right;
  width: 70%;
  margin: 20px 0 0 6px; 
  border: none !important;
}
table.category {
  clear: right;
  width: 100%;
  border-collapse: initial !important;
}
table.category *,
table.category * tr {
  background-color: transparent;
  border: none;
}
td.category {
  vertical-align: top;
}
td.category.width-1 {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #F6F6F6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
td.category img {
  margin: 0;
  padding: 0;
}
table.category-products form {
  margin-bottom: 1em;
  margin-top: 1em;
}

/**
 * Grid view elements.
 */
.category-grid-products {
  text-align: center;
  width: 100%;
}
.category-grid-products table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
  width: 100%;
}
.category-grid-products td {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}
.category-grid-products .catalog-grid-image {
  display: block;
  padding: 5px;
  text-align: center;
}
.category-grid-products .catalog-grid-title {
  display: block;
  text-align: center;
}
.category-grid-products .catalog-grid-sell-price {
  display: block;
  text-align: center;
}
.category-grid-products .add-to-cart {
  display: block;
  text-align: center;
}