@charset "utf-8";
/*
Product Category
(pc = product category)
*/
.n-pc-category-dropdown{
display:inline;
padding:0 2vw 0 0;
}
.n-pc-sort-order{
margin:0 auto;
padding:0;
text-align:center;
font-weight:bold;
font-size:1vw;
font-size:max(16px, min(1vw, 20px));
font-size:clamp(16px, 1vw, 20px);
}
.n-pc-sort-order form{
display:inline;
}
.n-pc-jumpmenu{
padding:2px;
border:1px solid #333;
border-radius:5px;
background-color:var(--input-bg-colour);
color:#9b9b9b;
}
.n-pc-recordcount{
display:inline;
padding:0 0 0 1vw;
font-size:1vw;
}
.row1, .row2, .row3, .row5, .row6, .row7, .row9, .row10, .row11, .hr-row2, .hr-row3, .hr-row4, .hr-row6, .hr-row7, .hr-row8, .hr-row10, .hr-row11, .hr-row12{
display:none;
}
.row4, .row8, .row12{
display:block;
clear:both;
}
.hr-row1, .hr-row5, .hr-row9{
display:block;
clear:both;
margin:.5vw 0 0 0;
padding:0;
border-top:2px solid #333;
border-bottom:0;
}
.n-pc-products{
display:table;
width:100%;
}
.n-pc-container{
overflow:hidden;
width:100%;
}
.n-pc{
padding:2vw 2vw 500em 2vw!important;
margin-bottom: -500em;
width:100%;
}
.n-pc:nth-child(4n+1), .n-pc:nth-child(4n+0), .n-pc:nth-child(4n-1){
border-left:2px solid #333;
}
.n-pc:nth-child(4n+0),.n-pc:nth-child(4n-1){
border-right:2px solid #333;
}
.n-pc img{
display:inline;
}
