body {
  font-family:Arial;
  color:#333333;
}

.pick_main_heading {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.pick_ship_address {
  font-family: arial;
  margin-bottom: 20px;
}

.pick_order_no {
    float: right;
    font-size: 18px;
    font-family: arial;
    margin-right: 50px;
	font-weight: bold;
    line-height: 25px;
}

.pick_thumb img {
    /* width:100px;
    height:auto; */
    margin-bottom:5px;
	max-height: 150px;
    width: auto;
}

.pick_thumb {
  float:left;
  margin-right: 1%;
  width:10%;
  min-height:190px;
  width:120px;
}

.pick_cat_name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    padding-bottom:10px;
    clear: both;
    padding-top: 5px;
    text-decoration: underline;
}

.pick_subcat_name {
    font-weight: bold;
    padding-bottom:5px;
    clear: both;
    padding-top: 5px;
    font-size:90%
}

.pick_subcat_group {
	display:inline;
}

.pick_qty {
  padding:10px;
  border:1px #000000 solid;
  display: inline-block;
  margin-bottom: 10px;
}
.pick_cat2_name {
  font-weight:bold;
  clear:both;
  margin-bottom: 10px;
}

.pick_subcat_summary {
  float:right;
  margin-right:30px;
  font-weight:bold;
  clear:both;
}

.pick_prodname {
  display:none;
}

.pick_summary {
  float:right;
}

.pick_summary_item {
  margin: 5px 0 5px 0;
  font-weight:bold;
}
.pick_prodsku {
  margin-bottom: 7px;
  font-size: 75%;
  text-align: center;
}
.pick_image {
	text-align:center;
}

.yith-wcbm-badge.yith-wcbm-badge-css-7 {
    max-height: 35px;
}

@media print {
	.pick_pagebreak {page-break-after: always;}
	.pick_thumb {page-break-inside:avoid;}
	.pick_subcat_group {page-break-inside:avoid;}
	/*.pick_subcat_name {page-break-before:always;} */
	/* .pick_cat_name {page-break-before:always;} */
}


