.buy-together-wrap * {
box-sizing: border-box; }
.buy-together-hidden {
display: none; }
.buy-together-wrap .item-products-wrap {
display: inline-block;
width: 100%; }
.buy-together-wrap .item-product {
color: #0062bd; }
.buy-together-wrap .item-product .item-product-title {
margin-right: 7px; }
.buy-together-wrap .item-product .buy-together-price {
color: #eeab10; }
.buy-together-wrap .item-product .buy-together-price del {
color: #b2b3b3; }
.buy-together-wrap .item-product label {
cursor: pointer;
color: inherit; }
.buy-together-wrap .item-product.zanbt-main-item {
color: #686c6f; }
.buy-together-wrap .item-products-wrap .item-product {
position: relative;
margin-bottom: 30px;
overflow: visible; }
.buy-together-wrap .item-products-wrap .item-product .thumbnail-wrap {
border: 1px solid #e2e2e2;
padding: 10px;
overflow: visible;
position: relative; }
.buy-together-wrap .item-products-wrap .item-product .thumbnail-wrap:before {
content: "+";
position: absolute;
font-size: 1.714em;
line-height: 1.458em;
height: 1.458em;
width: 1.458em;
border-radius: 50%;
top: 50%;
left: -.729em;
margin-left: -16px;
display: inline-block;
text-align: center;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
z-index: 1000;
color: #999; }
.buy-together-wrap .item-products-wrap .item-product .item-product-title {
font-size: 14px;
color: #333;
line-height: 24px;
min-height: 48px; }
.buy-together-wrap .item-products-wrap .item-product img {
max-width: 100%;
width: auto;
height: auto; }
.buy-together-wrap .item-products-wrap .item-product .buy-together-price {
color: #eeab10; }
.buy-together-wrap .item-products-wrap .item-product .buy-together-price del {
color: #b2b3b3; }
.buy-together-wrap .item-products-wrap .item-product:first-child .thumbnail-wrap:before {
display: none; }