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

#masthead {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.product img.wp-post-image,
.product img.attachment-woocommerce_thumbnail {
    box-shadow: 0 0 1px rgba(0,0,0,0.75) !important;
}

.button.alt {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.2s;
    font-family: var(--e-global-typography-56f70b3-font-family), Sans-serif;
    text-transform: var(--e-global-typography-56f70b3-text-transform);
    background-color: var(--e-global-color-accent) !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.button.alt:hover {
    background-color: #D03100 !important;
}

a.button.product_type_external[href=""] {
    display: none !important;
}

p:not(:first-child) {
    margin-top: 1rem;
}

p:not(:last-child) {
    margin-bottom: 1rem;
}

.woocommerce-product-details__short-description form {
    max-width: 554px;
}