.product-page
{
	margin-top:0px;
}

.wpc-img:hover {
    border: 5px solid #bbbbbb !important;
}

#wpc-catalogue-wrapper {
	margin: 0px auto;
	padding-bottom: 10px !important;
}

#wpc-catalogue-wrapper a
{
	color:#777 !important;
}

.wp-catalogue-breadcrumb
{
	margin:0px auto !important;
	font-size:18px;
	padding: 30px 0 20px !important;
}

.wp-catalogue-breadcrumb a
{
	color:#444 !important;
}

#wpc-col-1 a
{
	background-image:none !important;
	color:#535353 !important;
}

/*#wpc-col-1 {
width: 25% !important;
float: left;
margin: 0 2% 0 0 !important;
line-height: inherit;
}*/

#wpc-col-1 {
width: 25% !important;
float: left;
margin: 0 2% 0 0 !important;
line-height: inherit;
}


#wpc-col-1 ul {
	border-right:1px solid;
}

#wpc-col-2 {
width: 73% !important;
float: left;
}

.wpc-product {
margin: 0px 2% !important;
margin-bottom:27px !important;
}

.wpc-product {
    border: 1px solid #e0dcd9;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #e0dcd9;
    text-align: center;
}

.wpc-next-prev
{
	margin-top:20px !important;
}

.wpc-next-prev a
{
	text-decoration:underline;	
	font-size:18px;
}

#wpc-col-2 a:hover {
color:#3a3a3a !important;
}

#wpc-col-2 a.pagination-number:hover {
color:#000 !important;
}

.wpc-product-img {
display:none;
}

.wpc-img img {
border-radius: 0;
box-shadow: none;
height: 100% !important;
width: 100% !important;
}

.wpc-img 
{
border: none !important;
text-align: center;
}

.wpc-img:hover
{
border: none !important;
}



.cat-item, .cat-item-1
{
	display:none;
}

ul.wpc-cats
{
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

ul.wpc-cats li
{
	/* float:left; */
	margin: 15px 14px;
	text-align:center;
	width: 200px;
}

ul.wpc-cats a
{
	color:#a0a0a0;
	font-size:20px;	
}

ul.wpc-cats a:hover
{
	color:#3a3a3a;
}

ul.wpc-cats img
{
	display:block;
	margin-top:10px;
	width:200px;
	height:200px;
	border: 5px solid var(--my-color);
	background: #3a3a3a;
	font-size: 0;
}

ul.wpc-cats img:hover
{
	border: 5px solid #3a3a3a;
}

/****************/

#wpc-col-1 ul li.wpc-category a {
font-weight: bold;
}

#wpc-col-1 .sub-cat a
{
	font-weight:normal !important;
	background:none !important;
}

#wpc-col-1 .active-wpc-cat .sub-cat a
{
	background:none !important;
	font-style: italic;
}

#wpc-col-1 .active-wpc-cat .sub-cat a:hover
{
	background:var(--my-color) !important;
}


#img2,
#img3
{
	display: none;
}

.product-order
{
	/*display: none;*/
}

.product-order a
{
	background: #f1f1f1;
	display: block;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
}

.product-order a:hover
{
	background: var(--my-color);
}

#contents #wpc-col-2 p {
  margin-bottom: 0px;
}

.main-cat a
{
	color: #fff !important;
}

.pro-cat-name
{
	min-height: 51px;
}