.basic_menu #menu > ul > li > a:hover { background: #00d5e0;}
.basic_menu #menu > ul > li:hover > a { background: #00d5e0;}
.custom_menu #menu { background-color: #00d5e0;}
.custom_menu #menu > ul > li > a { background-color: #00d5e0;}

body{
	background-image: url(/images/a_subtlenet2.png);
}
.header_new .logo{
	width: 200px;
	text-align: center;
}
.header_new .first_td{
	width: 20%;
	min-width: 200px;
}

.header_new .info{
	width: 20%;
	min-width: 200px;
}
#container {
	/*width: 930px;*/
	max-width:1150px;
	box-sizing: border-box;
	width:100%;
	margin: 20px auto;
	text-align: left;
	background: #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	padding: 10px 20px 20px;
	border-radius: 6px;
}


.catalog_numeric{
	width: 37px;
	margin-top: 3px;
	text-align: center;
}
.quant-prev{
	margin-bottom: 8px;
	display:flex;
	justify-content: center;
}
.quant-prev input[type=button], .quant-prev input[type=text] {float:none;}
.quant-prev .sub_prod_count {margin-right:0;}
.quant-prev input[type=text] {width: 30px;margin:0 4px;}
/*@media screen and (max-width: 980px) {*/
@media only screen and (max-width: 759px) {
#button-cart {margin-left: 41px;}
}
.ulinks {
	margin: 20px 0;
}
.ulinks > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	padding: 0;
}
.ulinks > ul > li {
	list-style: none;
	margin: 5px;
	padding: 0;
}
.ulinks > ul > li > a {
	background: #e4e4e4;
	border-radius: 4px;
	display: block;
	padding: 7px 12px;
	font-weight: 500;
	text-decoration: none;
	transition: 300ms;
}
.product_holder .image {
	height: 170px;
}
.product_holder .image a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.product_holder .image img {
	max-width: 95%;
	max-height: 90%;
	width: auto!important;
}
.left_sidebar .product_holder .image {
	height: auto;
}
.bring_more_wrapp {
	display: none!important;
}
.ptext a {
	color: #CBB14E;
	text-decoration: underline;
}
.ptext a:hover {
	color: #000;
	text-decoration: none;
}