/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.sticky-element:not(#page-header).is_stucked {
    z-index: 100;
}
.sticky-element:not(#page-header) {
    height: auto !important;
}
.el-text {zoom:0.8}
.el-text del {display:block;zoom:0.8}
.el-text ins{display:block;zoom:1.5}

.woovr-variations .woovr-variation:hover {
    background-color: transparent;
}

.product.woocommerce.add_to_cart_inline del,
.product.woocommerce.add_to_cart_inline ins {
    display:none;}
.product.woocommerce.add_to_cart_inline a{
	width: inherit;
}

.bundle_price .price {
	font-size: 3em
}
.bundle_price .price del{
	font-weight: 300;
	font-size: .6em !important;
	text-decoration: line-through 1px;
}
table.bundled_products thead,
table.bundled_products .bundled_item_images_col:empty{
	display: none;
}


div.bundled_product_summary, .woocommerce div.product.bundled_product_summary,
table.bundled_products td.bundled_item_details_col,
table.bundled_products td.bundled_item_qty_col{
	margin-right:9px !important;
    padding-bottom: 9px !important;
    margin-bottom: 9px !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

table.bundled_products tbody td.bundled_item_details_col .details h4,
form.bundle_form .bundled_product .details h4{
	font-size: 16px; 
	font-weight: 400;
}
form.bundle_form .bundled_product .details .bundled_product_optional_checkbox, 
table.bundled_products tbody td.bundled_item_details_col .details .bundled_product_optional_checkbox {
	
	color: #c00000;
}
form.bundle_form .bundled_product .details .bundled_product_optional_checkbox input,
table.bundled_products tbody td.bundled_item_details_col .details .bundled_product_optional_checkbox input {
	border-color: silver
}
form.bundle_form .bundled_product .details .bundled_product_optional_checkbox .price,
table.bundled_products tbody td.bundled_item_details_col .details .bundled_product_optional_checkbox .price {
	margin-left: 1em !important;
}
form.bundle_form .bundled_product .price .h3,
table.bundled_products tbody td.bundled_item_details_col .details .price .h3{
	font-size: 18px; 
}
form.bundle_form .bundled_product .price del,
table.bundled_products tbody td.bundled_item_details_col .details .price del{
	font-weight: 400;
	display: inline-block;
	margin-bottom: 0.3em;
	margin-right: 1em;
}