@charset "UTF-8";
.product-item {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-item .product-name {
  height: 37px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.product-item .product-name a {
  color: black;
}

.product-item .quick-attr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}

.product-item:hover .quick-attr {
  display: block;
}

.quick-attr > .item {
  cursor: pointer;
  position: relative;
  margin: 0;
}

.quick-attr > .item .cover-img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  padding: 2px;
}

.quick-attr > .item .label {
  border: 1px solid gainsboro;
  min-width: 30px;
  display: inline-block;
  color: #585858;
}

.quick-attr > .item > input {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  visibility: hidden;
}

.quick-attr > .item > input:checked + .cover-img {
  -webkit-box-shadow: 0 0 0px 2px;
  box-shadow: 0 0 0px 2px;
}

1 .quick-attr + .label {
  background-color: #F44336;
  color: white;
  border-color: #b33232;
}

.action-control {
  border: 0;
  display: block;
  height: auto;
  padding: 5px 0px;
  width: 100%;
  color: #f0f0f0;
  border-top: 1px solid #f0f0f0;
  background: #42210b;
}

button.button.quick-view {
  border: none;
  background-color: transparent;
  color: gainsboro;
  font-size: 1.2em;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product-item._product-item._item:hover {
  -webkit-box-shadow: 0 0 12px -1px black;
  box-shadow: 0 0 12px -1px black;
}

ul#productCategory a {
  font-size: 15px;
}

ul#productCategory a:link {
  font-family: 'Ropa Sans','Athiti',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul#productCategory a:visited {
  font-family: 'Ropa Sans','Athiti',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul#productCategory a:hover {
  font-family: 'Ropa Sans','Athiti',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul#productCategory ul a.active {
  font-family: 'Ropa Sans','Athiti',"Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}

ul#productCategory ul a.active:after {
  content: "←";
}

.h_cate {
  padding: 13px 20px;
  color: #555555;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

body[data-page=shop] .breadcrumb {
  display: block;
}
/*# sourceMappingURL=showroom.css.map */