.h02-middle{display:grid;grid-template-columns:47.5% 47.5%;grid-gap:0 5%;width:100%;align-items:start}
.page-item-addfld-values select, .page-item-addfld-values input{background:#fff url(/images/check/box_48_ddd.png) no-repeat left center;padding:10px 5px 10px 40px;}

@media screen and (max-device-width: 800px){

.h02-middle{display:none;}

}

label[for^="page-item-addfieldinlist-option-field36"]::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--color);
    margin-right: 8px;
    vertical-align: middle;
	border-radius: 50%;
}


input[type="radio"][id^="page-item-addfieldinlist-option-field36"] {
  display: none;
}

label[for^="page-item-addfieldinlist-option-field36"] {
	cursor: pointer; margin-right:20px;
}

label[for^="page-item-addfieldinlist-option-field36"]::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  transition: outline 0.3s;
}

input[type="radio"][id^="page-item-addfieldinlist-option-field36"]:checked + label[for^="page-item-addfieldinlist-option-field36"]::before {
  outline: 2px solid darkgray;
  outline-offset: 2px;
}
#page-item-addfld-title-field36{display:none}
.page-item-subprices-table{margin:30px 0}
.page-item-subprices-table-item > :nth-of-type(1){grid-area:pist-1;}
.page-item-subprices-table-item > :nth-of-type(2){grid-area:pist-2;font-weight:bold;}
.page-item-subprices-table-item > :nth-of-type(3){grid-area:pist-3;display:none !important;}
.page-item-subprices-table-item > :nth-of-type(4){grid-area:pist-4;display:none !important;}

.page-item-subprices-table-item-old{float:left;margin-right:10px;font-size:16px;color:#000;list-style-type:none;cursor:pointer;
display:grid;grid-gap:10px;align-items:center;grid-template-columns:auto 50px;grid-template-areas:"pist-1 pist-2"}
.page-item-subprices-table-item{margin:10px 0;font-size:16px;color:#000;list-style-type:none;cursor:pointer;
display:grid;grid-gap:10px;align-items:center;grid-template-columns:auto 50px;grid-template-areas:"pist-1 pist-2"}
.page-item-subprices-table-data-title{display:none}
.page-item-subprices-table-item-other{padding:5px 10px;border:solid 1px #999;background:#fff}
.page-item-subprices-table-item-selected{padding:4px 9px;border:solid 2px #666;background:#eee}
.page-item-subprices-table-data-title{padding-right:0;font-style:italic}
.page-item-subprices-table-data-manufacturer_id{display:none !important}