.shop-card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #eee;
}
.shop-card div {
  padding-top: 5px;
}
.shop-card div a {
  display: flex;
}
.shop-card div a span:first-child {
  padding-right: 5px;
}

.shop-card-image {
  display: block;
  margin-right: 10px;
}

.shop-card-child-item {
  margin-right: 10px;
  color: #454545;
  line-height: 24px;
}

.shop-description {
  padding-top: 60px;
}

.shop-card-category {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.shop-card-category:hover {
  display: block;
  box-shadow: 0 0 10px #ccc;
}

.shop-card-category img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.shop-card-category a {
  text-decoration: none;
}

.shop-card-product-link {
  text-decoration: none;
  display: block;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 10px;
  height: 100%;
}

.shop-card-category-title {
  font-size: 15px;
  color: #454545;
  margin: 25px 0;
  display: block;
}

.group-filters {
  padding: 10px 0;
}

.group-filter {
  margin-bottom: 10px;
}

.group-filter-name {
  font-weight: bold;
  padding: 10px;
}

ul.filters {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter {
  padding: 5px 10px;
}

.filter label {
  font-weight: normal;
}

.filter span {
  display: inline-block;
  padding-left: 5px;
}

.filter-buttons {
  text-align: right;
}

ul.shop-nav {
  background: #454545;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-nav-item {
  border-bottom: 1px solid #666;
  position: relative;
}

.shop-nav-item.active,
.shop-nav-item:hover {
  background: #e12d2d;
}

.shop-nav-item a {
  color: #fff;
  padding: 10px 20px 10px 10px;
  display: block;
  text-decoration: none;
  position: relative;
}

.shop-nav-item a::after {
  content: "";
  width: 0;
  height: 0;
  right: 10px;
  top: calc(50% - 4px);
  position: absolute;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}

.shop-nav-item:hover a {
  color: #fff;
}

.shop-nav-item:hover .shop-nav-dropdown {
  display: flex;
}

.shop-nav-dropdown {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  list-style: none;
  padding: 0;
  background: #fff;
  width: 100%;
  z-index: 2;
  border: 1px solid #ddd;
  flex-wrap: wrap;
  margin: 0;
}

.shop-nav-dropdown a {
  color: #454545 !important;
  display: block;
  padding: 15px;
  text-decoration: none;
}

.shop-nav-dropdown a:hover {
  color: #e12d2d !important;
}

.shop-nav-dropdown-item {
  width: 33%;
}

.shop-nav-dropdown-item a {
  display: flex;
  align-items: center;
}

.shop-nav-dropdown-item img {
  margin-right: 10px;
}

.shop-card-product {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.shop-card-product:hover {
  display: block;
  box-shadow: 0 0 10px #ccc;
}

.shop-card-product:hover .shop-product-form {
  display: block;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 -10px #fff, 5px 0 10px rgba(0, 0, 0, 0.07), -5px 0 10px rgba(0, 0, 0, 0.07);
}

.shop-card-product img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.shop-card-product a {
  text-decoration: none;
}

.shop-card-product-link {
  text-decoration: none;
  display: block;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 10px;
  height: 100%;
}

.shop-card-category-title,
.shop-card-product-title {
  font-size: 15px;
  color: #454545;
  margin: 25px 0;
  display: block;
}

.shop-card-product-price {
  font-size: 12px;
  color: #454545;
  display: block;
}

.shop-card-product-price-row {
  margin: 5px 0;
  display: block;
}

.shop-card-product-cost {
  color: #454545;
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-top: 20px;
}

.shop-card-product {
  position: relative;
  padding: 0;
}

.shop-product-form {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -105px;
  padding: 10px;
  height: 105px;
  background: #fff;
  display: none;
}
.shop-product-form .button {
  height: 2.25rem;
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}

.shop-product-form-cost {
  padding-top: 5px;
}

.shop-product-cost-title {
  color: #888;
}

.shop-product-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.shop-product-form input {
  width: 60px;
}

.shop-product-sku {
  color: #666;
  padding: 10px 0;
}

.shop-product-attributes {
  color: #e12d2d;
  padding: 20px;
}

.shop-product-attribute {
  padding: 10px 0;
}

.shop-product-attribute-text {
  color: #454545;
}

.shop-product-count {
  padding: 20px 0;
}

.shop-product-cost {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 20px 0;
}
/*# sourceMappingURL=shop.css.map */
