/* 
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 */

/*------------------------------------*\
  BASIC
\*------------------------------------*/
/* :focus {
    outline: none; 
}

::-moz-focus-inner {
    border:0;
} */

/* remove blue outline */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.nowrap {
    white-space: nowrap;
}


/*------------------------------------*\
  HEADER
\*------------------------------------*/


/** 
 * Menu buttons on hover
 */
 
.menu-store,
.menu-press {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.menu-store:hover span, 
.menu-press:hover span {
    display: none
}

.menu-store:hover:after {
    content: "Scho Store";
}
.menu-press:hover:after {
    content: "Scho Press & Projects";
}

/**
 * html coded buttons
 */

 .button-header {
    padding: 0 5px;
    border: none !important;
 }



/*------------------------------------*\
  HEADER
\*------------------------------------*/


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
    text-align: center;
}




/*------------------------------------*\
  WOOCOMMERCE
\*------------------------------------*/

.woocommerce-error {
    background-color: #fff !important;
}
 
/* Normally Blue */
.woocommerce-info {
    background-color: #fff !important;
    border-top: 0 !important;
    padding: 0 !important;
}
 
/* Normally Green */
.woocommerce-message {
    background-color: #fff !important;
}
 
/* Normally Green 
body.single-product .woocommerce-message .message-inner {
    background-color: #3bb54a;
} */

.woocommerce-info::before {
    display: none !important;
}