/**
 * Frontend style
 *
 * @author Leanza Francesco
 * @version 1.0.0
 */

table.yith-wcpb-product-bundled-items{
	margin: 10px 0;
}

table.yith-wcpb-product-bundled-items tr{
	margin:5px;
	border:1px solid #ccc;
}


td.yith-wcpb-product-bundled-item-image{
	width:80px;
	padding:0;
	vertical-align: top;
}

td.yith-wcpb-product-bundled-item-image img{
	width:80px;
}

td.yith-wcpb-product-bundled-item-data{
	padding: 0 0 0 10px !important;
	position: relative;
}

td.yith-wcpb-product-bundled-item-data h3{
	font-size: 12px;
	margin: 5px 0;
}

td.yith-wcpb-product-bundled-item-data p{
	margin-bottom: 5px;
}

div.yith-wcpb-product-bundled-item-instock, div.yith-wcpb-product-bundled-item-outofstock{
	background: #00f;
	padding: 0px 40px 0 10px;
	font-weight: 600;
	background: rgba(200,200,200,0.6);
	margin-bottom: 10px;
	float:right;
	font-size: 13px;
}

div.yith-wcpb-product-bundled-item-instock{
	color: green;
}

div.yith-wcpb-product-bundled-item-outofstock{
	color: red;	
}

tr.yith-wcpb-child-of-bundle-table-item{
	height: 30px;
}

tr.yith-wcpb-child-of-bundle-table-item td.product-name a{
	font-size: 12px;
	padding-left: 15px;
}

tr.yith-wcpb-child-of-bundle-table-item td.product-name::before{
	content:"- ";
}

tr.yith-wcpb-child-of-bundle-table-item dl.variation dt, tr.yith-wcpb-child-of-bundle-table-item dl.variation dd{
	font-size: 11px;
}


input.yith-wcpb-bundled-quantity{
	width:60px;
}

.yith-wcpb-product-bundled-item-image .price{
	text-align: center;
}

.yith-wcpb-product-bundled-item-image .price del, .yith-wcpb-product-bundled-item-image .price ins{
	display: block;
	background: #f1f1f1;
	line-height: 1.4;
}

.yith-wcpb-product-bundled-item-image .price del{
	font-size: 12px !important;
	opacity: 1 !important;
	text-align: center !important;
}

.yith-wcpb-product-bundled-item-image .price del span.amount{
	font-size: 12px !important;
	opacity: 1 !important;
	text-align: center !important;
}

.yith-wcpb-product-bundled-item-image .price ins{
	font-weight: bold;
	color: #008000;
	line-height: 1.7;
	text-align: center !important;
}

td.yith-wcpb-product-bundled-item-data table.variations, td.yith-wcpb-product-bundled-item-data table.variations tr{
	border: 0px none;
}

/*
	W I D G E T
*/

.yith_wcpb_bundle_widget{
	background: #FFFFFF !important;
	border: 2px solid #f1f1f1;
	padding: 20px 30px !important;
}

.yith_wcpb_bundle_widget h3{
	font: 700 17px "Open Sans",Helvetica,sans-serif !important;
	text-transform: uppercase;
	color: #777 !important;
}
ul.yith_wcpb_bundle_list_widget{
	list-style: none !important;
	padding: 0;
}

ul.yith_wcpb_bundle_list_widget > li{
	min-height: 65px;
	padding-bottom: 20px;
}

ul.yith_wcpb_bundle_list_widget li img{
	float: right;
	margin-left: 4px;
	width: 45px;
	height: auto;
	box-shadow: none;
}

ul.yith_wcpb_bundle_list_widget li a{
	display: block;
	font-weight: 700;
}

div.yith-wcbm-widget-bundle-container{
	overflow: auto;
	display: block;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top:1px solid #eaeaea;
}

div.yith-wcbm-widget-bundle-container a{
	font: 600 16px "Open Sans",Helvetica,sans-serif !important;
	text-transform: uppercase;
	text-decoration: none;
	color: #cf1a00;
}

.yith-wcbm-widget-bundle-price del{
	font: 300 14px "Open Sans",Helvetica,sans-serif !important;
	color: #777777;
}

.yith-wcbm-widget-bundle-price ins{
	font: 700 15px "Open Sans",Helvetica,sans-serif !important;
	background: transparent;
	font-weight: 800;
}

.yith-wcbm-widget-bundle-price > span.amount{
	font: 700 15px "Open Sans",Helvetica,sans-serif !important;
	background: transparent;
	font-weight: 800;
}

ul.yith-wcbm-widget-bundled-items{
	margin:0 !important;
	padding:0 !important;
	list-style: none !important;
}

ul.yith-wcbm-widget-bundled-items li{
	min-height: auto;
	height: 25px;
}

ul.yith-wcbm-widget-bundled-items li a{
	font: 600 13px "Open Sans",Helvetica,sans-serif !important;
	text-decoration: none;
	color: #777777;
}

ul.yith-wcbm-widget-bundled-items li img{
	float: right;
	margin-left: 4px;
	width: 18px;
	height: auto;
	box-shadow: none;
}


tr.yith-wcpb-child-of-bundle-table-item td.product-name::before {
	content: none;
}

.yith-wcpb-child-of-bundle-table-item .tableProductDesc{
	padding-left: 100px;
}

.yith-wcpb-child-of-bundle-table-item .tableProductImg {
	left: 15px;
}

tr.yith-wcpb-child-of-bundle-table-item td.product-name a {
	padding-left: 0;
}

table.yith-wcpb-product-bundled-items tr {
	border: none;
}

.yith-wcpb-product-bundled-item-data {
	vertical-align: middle;
}