.main-content .content .prod-list li::before {
	width: 0px;
	height: 0px;	
}

.main-content .content .prod-list .doc-list li::before {
	width: 5px;
	height: 5px;
}






.product-info-list {
/* 	justify-content: center; */
}

.product-info-list > section {
	height: 230px;
	width: 295px;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

.product-info-list > section > a {
	justify-content: center;
	align-items: center;
	height: 100%;
	border: 2px solid #ed1c24;
	text-align: center;
	padding: 10px;
	background: #fff;
}

.product-info-list > section:hover {
	background: #ed1c24;
	-webkit-transform: scale(1.12);
  -moz-transform:    scale(1.12);
  -ms-transform:     scale(1.12);
  -o-transform:      scale(1.12);
  transform:         scale(1.12);
} 

.product-info-list > section:hover > a {
	border-color: #FFF;
	color: #fff !important;
	background: #ed1c24;
}

.product-info-list > section > a > header > h3 {
	margin: 0;
	transition: all 0.3s ease 0s;
}

.product-info-list > section:hover > a > header > h3 {
	color: #FFF !important;
	transition: all 0.3s ease 0s;
}

.popup {
	background: #FFF;
	width: 100% !important;
	padding: 30px;
}

/*=== PRODUCT SPECS PAGE ===*/

.product-info-list header {
    padding: 5px 5px 5px 0;
}

.product-info-list header a {
    display: block;
}

/* Product List */

.menu-style .prod-list {
    display: flex;
    flex-wrap: wrap;
}

.menu-style .prod-list > li {
    flex-basis: 33.33%;
    margin-bottom: 30px;
    list-style: none;
    padding: 0 14px 0 0;
}

.menu-style .prod-list > li:before {
    display: none;
    padding-left: 0;
}

.menu-style h4 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin: 20px 0 10px;
}

.menu-style h4:first-child {
	margin-top: 0 !important;
}

/* Document List */
.menu-style h4 {
    border-bottom: 2px solid #636466;
    margin-bottom: 5px;
}
.menu-style .doc-list li {
    padding-left: 0;
}

.menu-style .doc-list li {
    list-style: none;
    padding-left: 0;
}

.menu-style .doc-list a:before {
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
    color: #C4161C;
}

.menu-style .doc-list a[href$=".pdf"]:before {
    content: "\f1c1";
}

.menu-style .doc-list a[href^="http"]:before {
    content: "\f0c1";
}

.menu-style .doc-list a[href$=".doc"]:before,
.menu-style .doc-list a[href$=".docx"]:before {
    content: "\f1c1";
}
