
.bundle *{color: #FFF;}
.bundle {padding:10px 0 20px 0;}
.bundle .item {float:left; padding:15px 2%; margin-right:1%; width:19%; height:380px; position:relative; z-index:1;background-color: #56c1f3;color:#fff}
.bundle .item.added {background-color: #9ca8ad;}
.bundle .item.added.curr {background-color: #56c1f3;}
.bundle .added {cursor:pointer; display:block;}
.bundle .item .img {text-align:center; padding:10px 0;}
.bundle .item .price {font-size:20px;font-weight:bold; color:#006fa8;text-align:center;}
.bundle .item .price del {color:#ccd5da;}
.bundle .item .add { display:block; width:37px; height:37px; overflow:hidden; background:url(/upfiles/bundle-icon.png) no-repeat 0 0; position:absolute; top:41%; left:-24px; z-index:2;}
.bundle .item.curr .add { background-position:0 -42px;}
.bundle .name { font-size:18px; font-weight:bold; padding:10px 0 5px 0;}
.bundle .item p {line-height:1.3em;}
.bundle .total-block { float:right; width:24%; height:380px; padding:15px 2%; background:#f38856; color:#fff; position:relative; z-index:1;}
.bundle .total-block .total { display:block; width:37px; height:37px; overflow:hidden; background:url(/upfiles/bundle-icon.png) no-repeat 0 -84px; position:absolute; top:41%; left:-24px; z-index:2;}
.bundle .total-block .imgBox {text-align:center; padding:25px 0;}
.bundle .total-block .imgBox .img {display:inline; margin:0 -25px;}
.bundle .total-block .price { padding:10px; font-size:23px; text-align:center;}
.bundle .total-block .price #new_price { font-size:1.5em; font-weight:bold; color:#006fa8; padding:10px 0 0 0;}
.bundle .total-block .price #saved_price { font-size:0.7em; padding:10px 0 0 0;}
.bundle .total-block .btn {text-align:center; padding-top: 10px; }
.bundle .total-block .btn .vc_btn {background: #006fa8 url(/upfiles/cart-icon.png) 90% 40% no-repeat;
padding-left: 1em;
padding-right: 4em;
background-size: 36px; }
.bundle h3 {color:#fff;}
.bundle .item select#selectlicense{
padding: 0;
margin-bottom: 7px;
border-radius: 0;
width: 100%;
}
#selectlicense {color: #7a7a7a;}
#selectlicense option {color: #000;}
#new-price, #new_sum_price {color: #006fa8;}

@media (max-width: 760px) {
	.bundle .item {width:28%; margin:0 0 2% 2%;}
	.bundle .item:first-child {margin-left:0;}
	.bundle .item .add {top:37%;left:-24px;}
	.bundle .total-block {float:none; width:auto; clear:both;}
	.bundle .total-block .total { top:-24px; left:50%; margin-left:-18px;}
}
@media (max-width: 480px) {
	.bundle .item {float:none; width:auto; height:auto; padding:20px; margin:0 0 10px 0;}
	.bundle .item .add {top:auto; top:-23px; left:50%; margin-left:-18px;}
}
