/*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: #a9a9a9 !important;
    color: #ffffff !important
    font-family: 'Poppins' !important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #ffffff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px !important;
    font-weight: 400 !important;
    border-radius: 0px !important;
    left: auto;
    color: #ffffff !important;
    background-color: #3b3737 !important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Forum' !important;
    text-transform: capitalize !important;
}

.woocommerce-message {
    border-top-color: #3b3737 !important;
}

/**/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #1d2327 !important;
    border-radius: 0px !important;
    font-family: 'Poppins' !important;
    font-size: 13px !important;
}

select.gt_selector {
    border-radius: 0px !important;
    font-family: 'Poppins'!important;
    font-size: 13px !important;
}