.nav-shadow:after {
	display:none;
}
#product-table {
	width:100%;
	margin: 0px auto;
}
#product-table td {
	border:3px solid #fff;
	position: relative;
}
#footer-wrapper-outer {
	margin: 0 auto !important;
}
#product-table td:hover {
	background-color:#f9f9f9;
}
.product-image {
	display:table-cell;
	padding: 20px 0;
}
.product-image img {
	width:200px;
}
.product-text {
	display:table-cell;    
	width: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}
#product-table td > a {
	position:absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
}
.product-title {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 1.1em;
    text-transform: uppercase;
	/* white-space: nowrap; */
}
.product-info {
	color: #222;
	font-size: 0.9em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 400px){
    .product-text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
}
.container-fluid > .row > .col-xl-6 > a {
  display: block;
  text-decoration: none;
}

.container-fluid > .row > .col-xl-6 > a:hover {
  background: #e9e9e9;
}
.container > .row > .col-xl-6 > a {
  display: block;
  text-decoration: none;
}

.container > .row > .col-xl-6 > a:hover {
  background: #e9e9e9;
}

.container-fluid > .row > .col-xl-4 > a {
	display: block;
	text-decoration: none;
  }
  
  .container-fluid > .row > .col-xl-4 > a:hover {
	background: #e9e9e9;
  }
  .container > .row > .col-xl-4 > a {
	display: block;
	text-decoration: none;
  }
  
  .container > .row > .col-xl-4 > a:hover {
	background: #e9e9e9;
  }