.product hr.yellow {
    border: none;
    height: 5px;
    /*background-color: yellow;*/
    /*margin: 0 0 10px 0;*/
    margin: 0;
}

i.copy {
    font-family: 'Glyphicons';
    font-style: normal;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

i.copy::before {
    content: "\e61d";
}
/*
.mgItemGallery img { cursor: pointer; }

.mgItemGallery > div {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.mgItemGallery > div img {
    margin-right: 10px;
    height: 80px;
    border: 1px solid #CCC;
    max-width: 100%;
}*/

.mgItemGallery > div:first-child {
    border: 1px solid #CCC;
    text-align: center;
    padding: 10px;
}

.mgItemGallery > div.thumbs {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /*border: 1px solid #CCC;*/
    margin: 10px 0;
}

.mgItemGallery > div.thumbs img {
    margin-right: 10px;
    height: 80px;
    border: 1px solid #CCC;
    max-width: 100%;
}

.item .product .title { padding: 0 0 10px 0; }

.item .product .ordercode {
    padding: 10px 0 10px 20px;
    display: flex;
    justify-content: space-between;
}

.item .product .info {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #CCC;
}

.item .product .criteria {
    padding: 0;
    margin: 0 20px;
}

.product .orderaction {
    display: flex;
    padding: 10px 0;
    margin-left: 20px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.product .orderaction > div { flex: 1; }

.product .orderaction h4 { margin: 6px 0; }
.product .orderaction .price h3 { color: #999; margin: 5px 0; }
.product .orderaction .price h2 { font-size: 32px; margin-top: -10px; }

/*.product .orderaction > div:not(:first-child) { border-left: 1px solid #CCC; }*/

.item .product .orderaction h3 { text-align: center; }

.product .imagesub {
    height: 60px;
    width: 60px;
    max-width: 60px;
    text-align: center;
    padding: 5px;
}

.product .imagesub img {
    max-width: 60px;
    max-height: 60px;
    vertical-align: middle;
}

.product .imagesub span {
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}

.product .infosub {
    padding: 10px;
}

.product .infosub a {
    color: #000;
    text-decoration: none;
}

.product .recommended { margin: 10px 0 20px 20px; }

.product .recommended .recitems {
    display: flex;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.product .recommended .recitems > div { flex: 1; }

.product .recommended .recitems .imagerec,
.product .recommended .recitems .inforec { text-align: center; }

.product .recommended .recitems .imagerec img { max-width: 140px; }

.product .recommended .recitems .pricerec {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}