.shadow-type1 {
  -moz-box-shadow: 1px 1px 3px #4E6075;
  -webkit-box-shadow: 1px 1px 3px #4E6075;
  box-shadow: 1px 1px 3px #4E6075;
}

/*404 Not Found*/
.addButton {
  width: 100%;
  text-align: center;
  display: block;
}

#store-item #slideShow {
  display: block;
  float: none;
}

.catalogQty {
  text-align: center;
  margin-bottom: 5px;
}

#store-item .catalogPrice {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  left: 0;
  display: block;
  position: relative;
  color: #089D35;
  width: 100%;
}

#categoriesMenu {
  margin: 0;
}

.category-select {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  background-color: #232323;
}

.category-select-title {
  font-weight: bold;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.category-select img {
  width: 100%;
}

.category-select .about {
  display: none;
}

.category-select-grid-box {
  position: relative;
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

#items-list {
  margin: 0;
}

.item-select {
  display: block;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  background-color: #232323;
  border: thin solid #232323;
  border-radius: 3px;
}

.item-select-title {
  height: 3.5em;
  overflow: hidden;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.item-select-title a {
  display: block;
  width: 100%;
  font-size: 0.8em;
}

.item-select-title a:hover {
  text-decoration: none;
}

.item-select-thumb, .item-select-thumb a {
  background-color: #232323;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.item-select .about {
  display: none;
}

.item-select-grid-box {
  text-align: center;
  display: inline-block;
}

/* centered columns styles */
.row-centered {
  text-align: center;
}

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.item-select-price {
  position: absolute;
  top: 8px;
  right: 25px;
  z-index: 8;
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #232323;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#catalogCriteria {
  font-size: 0.9em;
  padding: 5px;
}

#catalogCriteria DL {
  margin-left: 5px;
}

#cartItems {
  margin-left: 2em;
  margin-right: 2em;
}

.cartTotal {
  text-align: center;
}

@media (max-width: 768px) {
  #cartItems {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
.cartItem {
  list-style: none;
  margin-left: 0px;
}

.cart-footer {
  text-align: center;
  margin-bottom: 1em;
}

.catalog-list-item {
  list-style: none;
  padding: 0.5em;
  background-color: #232323;
  -moz-box-shadow: 1px 1px 3px #6b839d;
  -webkit-box-shadow: 1px 1px 3px #6b839d;
  box-shadow: 1px 1px 3px #6b839d;
  margin: 0.7em;
}

@media screen and (min-width: 768px) {
  .catalog-list-item {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 0.8fr;
  }
}
h2.catalog-list-item-title {
  margin: 0.3em;
  text-align: left;
  font-size: 1.4em;
}

.catalog-list-item-shrt-desc {
  text-align: left;
  color: #f8f6f6;
  margin: 0.3em;
}

.catalog-list-item-thumb img {
  width: 100%;
  margin-right: 0.5em;
  border: thin #232323 solid;
}

.catalog-list-item-price {
  font-size: 1.5em;
  color: green;
  text-align: right;
  margin-right: 0.5em;
}

.catalog-list-item-actions a {
  width: calc(100% - 2em);
  margin: auto;
}

#prodDesc {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media screen and (min-width: 768px) {
  #prodDesc {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.prod-desc {
  padding: 0.8em;
}

/*This file does not exist on the server.
This file is an empty place holder.*/

/*# sourceMappingURL=catalog.css.map */
