/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.tm-extra-product-options{
    font-family: "Montserrat", Sans-serif;
}

.tm-extra-product-options h2.tc-epo-label{
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #707070;
}
.tm-extra-product-options h3.tc-epo-label{
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #707070;
}
.tm-extra-product-options .tm-epo-field{
    font-weight: 500;
    font-size: 18px;
    color: #ACACAC;
    background: #fff;
    border-color: #DDDADA;
    border-radius: 0;
}

.tc-totals-form dl.tm-extra-product-options-totals{
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
}
.tc-totals-form dl.tm-extra-product-options-totals .tm-final-totals{
    padding-right: 10px;
    color: #707070;
}
.tc-totals-form dl.tm-extra-product-options-totals .tm-final-totals .price {
    color: #707070;
    font-weight: 500;
}

.tm-extra-product-options .tc-upload-preview .tc-upload-image .tc-upload-remove{
    padding: 0;
    border: none;
}
.tm-extra-product-options .cpf-type-upload .tm-epo-field-label{
    width: 100%;
}
.tm-extra-product-options .cpf-type-upload .tm-epo-field-label .cpf-upload-wrap{
    font-weight: 500;
    font-size: 18px;
    color: #ACACAC;
    background: #fff;
    border: 1px solid #DDDADA;
    border-radius: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    position: relative;
}
.tm-extra-product-options .cpf-type-upload .tm-epo-field-label .cpf-upload-wrap::after{
    content: 'Drop files here or select files';
    position: absolute;
/*     right: 8px; */
    top: 10px;
    left: 15px;
}

.tm-extra-product-options .cpf-type-upload .tm-epo-field-label [data-content]::after {
  content: attr(data-content);
}
.tm-extra-product-options .cpf-type-upload .tm-epo-field-label:hover .cpf-upload-wrap::after{
    color: var( --e-global-color-primary );
    text-decoration: underline;
}
.tm-extra-product-options input.tm-epo-field.tmcp-upload{
    opacity: 0;
}
/*
.elementor-add-to-cart .quantity{
    display: none;
}
.elementor-add-to-cart .single_add_to_cart_button{
    display: none !important;
}
*/