/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* BEGIN - Name your price & Product Addons - estilos enricgomez */
.nyp-product .cart {
	flex-direction: column;
}
.nyp-product .cart .nyp {
    margin-bottom: 15px;
}
.nyp-product .cart .nyp label {
    margin-bottom: 10px;
    font-weight: bold;
}
.nyp-product .cart .nyp input.amount {
    text-align: left;
    font-weight: bold;
    background-color: #fcffe8;
}
.nyp-product .cart .wc-pao-addon-container {
    margin-bottom: 15px;
}
.nyp-product .cart .wc-pao-addon label.wc-pao-addon-name {
    font-weight: bold;
}
.nyp-product .cart .wc-pao-addon .wc-pao-addon-description {
    font-style: italic;
}
.nyp-product .cart .wc-pao-addon .wc-pao-addon-description p {
    margin: 0px;
    font-size: 13px;
}
.nyp-product .cart .wc-pao-subtotal-line .price {
    color: #10191C !important;
    font-size: 24px !important;
    font-weight: bold;
}
/* END - Name your price & Product Addons - estilos enricgomez */