.widget-product>iframe{height:52px!important}.widget-cart>iframe{height:52px!important}.wp-caption{margin-bottom:20px;text-align:center;padding-top:5px;width:auto!important}.wp-caption img{border:0 none;padding:0;margin:0}.wp-caption p.wp-caption-text{width:auto!important;line-height:1.5;font-size:11px;padding:3px 0;margin:0 0 0 0;background:#f6f6f6;display:block;-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.wp-smiley{margin:0!important;max-height:1em}img.alignright{float:right;margin:0 0 1em 1em}img.alignleft{float:left;margin:0 1em 1em 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}a[href^=tel]{color:inherit;text-decoration:none;color:white}if (!function_exists('yith_wcpb_customization_display_only_min_bundle_price_html')){function yith_wcpb_customization_display_only_min_bundle_price_html($price,$product){if ($product->per_items_pricing){$from=$product->get_per_item_price_tot_max(true,true,true);$to=$product->get_per_item_price_tot();if ($from>$to){$price='From ' . wc_price($to)}}return $price}add_filter('yith_wcpb_woocommerce_get_price_html','yith_wcpb_customization_display_only_min_bundle_price_html',10,2)}