#productCatalogueWrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shopCategoryLink {
  position: relative;
  text-align: center;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  border: 1px solid #362f2d;
  background-color: #fff;
  display: block;
}
.shopCategoryLink img {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  border: 1px solid #dedede;
  margin-bottom: 8px;
}
.shopCategoryLink h2,
.shopCategoryLink h3,
.shopCategoryLink h4 {
  font-size: 1rem;
}
.shopCategoryLink h3 {
  font-size: 22px;
}
.shopCategoryLink h5 {
  font-size: 18px;
  font-weight: 700;
}
.shopCategoryLink .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}
.shopCategoryLink .cover .table {
  margin: 0;
}
.shopCategoryLink .cover h3,
.shopCategoryLink .cover h5 {
  margin: 0;
  display: block;
}
.shopCategoryLink:hover .cover {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.homePageCategories ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.homePageCategories ul li {
  margin: 0 15px 30px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.homePageCategories a {
  display: block;
  width: 100%;
  padding-top: 100%;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #cecece;
}
.homePageCategories a.noimg {
  background-size: contain;
}
.homePageCategories a span.coverwrapper {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.homePageCategories a span.linkcover {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: center no-repeat #fff;
  display: block;
  content: " ";
  background-size: cover;
}
.homePageCategories a span.linkcover.noimg {
  background-size: contain;
}
.homePageCategories a span.title {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  font-size: 12px;
  background: #c23b3b;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
  text-transform: uppercase;
  transform: translateY(-100%);
}
.productHomePageLink {
  display: block;
  width: 200px;
  height: 120px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.attributeValues {
  margin: 0;
  padding: 0;
}
.attributeValues li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.attributeValues li b {
  padding-right: 10px;
}
.structurelist ul {
  margin: 0;
  padding: 0;
}
.structurelist ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bluebg {
  background: #f4ffff;
  padding: 30px 30px 0;
  border: 1px solid #cecece;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.productItem .productPrice {
  font-weight: 700;
}
.productItem .productDescription {
  margin: 30px 0;
}
.productItem h1 {
  margin-bottom: 0;
}
.productItem h2,
.productItem h3,
.productItem h4 {
  font-weight: 700;
}
.productLink {
  position: relative;
  min-height: 170px;
  padding: 20px 0 20px 200px;
  border-bottom: solid 1px #cecece;
}
.productLink img {
  position: absolute;
  top: 10px;
  left: 0;
}
.productLink h2 {
  margin: 0;
  text-transform: uppercase;
}
.productLink h3 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.productLink .button {
  color: #000;
  border-color: #000;
}
.productLink .button:hover {
  background: #000;
  color: #fff;
}
.productPopupLink {
  display: block;
}
.productItem .caption-wrapper {
  position: relative;
  display: block;
  margin: 15px 0;
  border: 1px solid #cecece;
}
.productItem .caption-wrapper img {
  display: block;
  margin: 0 auto;
}
.productItem .caption {
  width: 100%;
  display: block;
  background-color: #c23b3b;
  color: #fff;
  text-align: center;
  padding: 5px;
  z-index: 1;
  text-transform: uppercase;
}
#attributeValues {
  margin-bottom: 15px;
}
#attributeValues .expandbox {
  margin-bottom: 20px;
}
#attributeValues .expandlink {
  display: block;
  background: #e80033;
  border-radius: 10px;
  font-size: 1.2rem;
  color: #fff;
  padding: 7px 40px 7px 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#attributeValues .expandlink:after {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  content: "+";
  /* color: #c71818; */
  color: #e80033;
  line-height: 18px;
  text-align: center;
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  font-weight: 700;
}
#attributeValues .expandlink.active {
  background: #e80033;
}
#attributeValues .expandlink.active:after {
  content: "-";
  color: #e80033;
}
#attributeValues .expandcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.attributeValues {
  margin-bottom: 15px;
}
.attributeValues .expandbox {
  margin-bottom: 20px;
}
.attributeValues .expandlink {
  display: block;
  background: #e80033;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #fff;
  padding: 5px 40px 5px 20px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.attributeValues .expandlink:after {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  content: "+";
  color: #e80033;
  line-height: 18px;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
}
.attributeValues .expandlink.active {
  background: #e80033;
}
.attributeValues .expandlink.active:after {
  content: "-";
  color: #e80033;
}
.attributeValues .expandcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}
#productDownloads {
  font-size: 16px;
  margin-bottom: -30px;
}
#productDownloads .pdflink {
  display: block;
  position: relative;
  min-height: 60px;
  margin-bottom: 30px;
  padding: 0 10px 0 80px;
  color: #000;
  text-decoration: none;
}
#productDownloads .pdflink span {
  display: block;
  color: #e80033;
}
#productDownloads .pdflink:before {
  display: block;
  content: " ";
  width: 60px;
  height: 60px;
  background: url(../img/pdf.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#productPopupParent a {
  display: block;
}
#productPopupParent a img {
  display: block;
  margin: 0 auto;
}
