#categories {}

#products {}

#categories-list .block {
	margin: 15px 0;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	background-color: #996633;
}

#categories-list .block h1 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0,0,0,1);
    text-align: center;
}
#categories-list div.subCate h1 {
	color: #000;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
	text-transform: uppercase;
}
.modal-trigger {
	cursor: pointer;
}
#products .breadcrumb, #categories .breadcrumb {
	padding: 0;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 700;
}

.opacityZero {
	opacity: 0;
}

#products .breadcrumb .arrow, #products .breadcrumb .cat-active, #categories .breadcrumb .arrow, #categories .breadcrumb .cat-active {
	color: #bb7421;
}

#products .breadcrumb a, #categories .breadcrumb a {
	color: #000;
}

#products .breadcrumb a:hover, #products .breadcrumb a:focus, #categories .breadcrumb a:hover, #categories .breadcrumb a:focus  {
	color: #bb7421;
}

.product-block a {
	color: #bb7421;
}

.product-block .img-placeholder {
	position: relative;
	cursor:pointer;
}

.product-block .img-placeholder a {
	outline: none;
	width: 100%;
	height: calc(591.44px / 1127.34px * 100%);

}

.product-block .img-placeholder .absolute-hover {
	position: absolute;
	padding: 30px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color:  rgba(0,0,0,0.3);
	opacity: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.product-block .img-placeholder .absolute-hover span {
	position: absolute;
	margin: 30px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.product-block .img-placeholder:hover .absolute-hover, .product-block .img-placeholder:focus .absolute-hover {
	opacity: 1;
}

.product-block .img-placeholder img {
	width: 100%;
	height: calc(591.44px / 1127.34px * 100%);
	object-fit: cover;
	object-position: center right;
}

.product-block .product-name h1 {
	font-weight: 700;
	font-size: 1.2em;
	margin:0;
	text-transform: uppercase;
}

.product-block .product-name h2 {
	font-weight: 700;
	font-size: 1.2em;
	margin:0;
	text-transform: uppercase;
}

.product-block .group {
	color: #bb7421;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8em;
	display: inline;
}

.product-block .group svg {
	margin-right: 10px;
	color: #000;
	font-size: 1.6em;
}

.product-block .action svg {
	margin-right: 10px;
	color: #000;
	font-size: 1.6em;
}

.product-block .line {
	height: 3px;
	width: 98%;
	margin: auto;
	background-color:#e3d6c8;
}

#others-list h1 {
	color: #bb7421;
	font-weight: 700;
	font-size: 2.250em;
	text-transform: uppercase;
}

.pnh-table thead th:first-child, .pnh-table tbody tr td:first-child {
	text-align: left;
}

.pnh-table .name {
	text-transform: uppercase;
	font-weight: 700;
}

.pnh-table tbody tr td {
	padding: 10px 0;
	vertical-align: middle;
}

.pnh-table .description {
	text-transform: uppercase;
	font-size: 77%;
}

.pnh-table tbody tr {
	border-bottom: 2px solid #bb7421;
}

.pnh-table thead th {
	border-bottom: 2px solid #bb7421;
	border-top: 0;
	text-transform: uppercase;
}


.pnh-table .description select{
	border: #996633 1px solid;
	outline: none;
	min-width: 200px;
	padding:5px;
	box-sizing: content-box;
 padding: 5px 0;
}
.pnh-table .description option{
	padding:2px;
}
