/* 
Theme Name: Graphicten Elementor Child
Theme URI: https://graphicten.com/
Description: Graphicten Elementor Child Theme
Author: Graphicten
Author URI: https://graphicten.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: g10-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 */

html {
    background-color: #010101;
}

body {
    background-color: #fff;
}

.elementor-button {
    text-decoration: none !important;
}

.alignwide {
    margin-inline: 0 !important;
}

.wc-block-cart__submit-button {
    background-color: #E02726 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.wc-block-cart__submit-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.wc-block-components-product-name {
    font-size: 18px !important;
}

.woocommerce-MyAccount-navigation li::marker {
    display: none !important;
}

.woocommerce-MyAccount-navigation li {
    list-style: none !important;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.form-row br,
.woocommerce-MyAccount-navigation li a br {
    display: none !important;
}

.form-row {
    margin-bottom: 16px !important;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #efefef;
    font-weight: bold;
    margin-bottom: 1px;
}

fieldset,
.woocommerce-MyAccount-content fieldset {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 16px !important;
}

.gform_button {
    background-color: #E02726 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 20px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.gform_button:hover {
    background-color: #010101 !important;
    color: #fff !important;
}

.gfield_label {
    font-size: 20px !important;
}


#primaryNav.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #010101;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 32001;
}

#primaryNav .elementor {
    width: 100%;
}


#primaryNav.offcanvas-collapse.open {
    visibility: visible;
    display: flex;
    transform: translateX(-100%);
}

.close-mobile {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E02726 !important;
    color: white !important;
    top: 28px;
    text-decoration: none;
    border-radius: 500px;
    z-index: 32002;
}

.close-mobile:hover {
    background-color: #fff !important;
    color: #E02726 !important;
}

.close-mobile i.fas {
    display: flex !important;
}

@media screen and (min-width: 1024px) {
    #primaryNav.offcanvas-collapse {
        transform: none !important;
    }
}