/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.15
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product_list_widget .nota {display: none;}
.product-small .nota {display: none;}
.woocommerce-password-hint {display: none;}
.woocommerce-password-strength.short {display: none !important;}
.woocommerce-password-strength.bad {display: none !important;}
.woocommerce-password-strength.good {display: none !important;}
/*bordes redondeados*/
input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="password"], input[type="text"], textarea{border-radius: 10px;height: 50px;}
input[type="search"] {border: 1px solid #149bd7}
.woocommerce-billing-fields .form-row label {display: none;}
#billing_country_field {display: none}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {color: red; display: block}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {display: block}
/*.badge-container {display: none}*/
td.product-thumbnail {min-width: 50px !important; max-width: 60px !important; width: 60px !important;}
form.checkout input[type="checkbox"] {margin-top: 4px !important; float: left;}
.small_width.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details, .small_width.composite_form .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {width: 80% !important;}
.woocommerce #content div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page #content div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page div.product .small_width.bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce #content div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page #content div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page div.product .small_width.composite_form .bundle_form div.bundled_product_summary .bundled_product_images {width: 20% !important;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}