/*
Theme Name: Woodora Child
Author: wpdruggy
Description: Themes & Templates For All Platforms
Template: woodora
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: woodora
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

woodora is based on Templatetrip https://www.templatetrip.com/, (C) 2012-2020 Automattic, Inc.
templatetrip is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
     --body-text-color: #666;
     --secondary-color: #000000;
     --primary-color: #200f00;
     --border-color-01: #e5e5e5;
     --dark-background-color:#200f00;
     --white-color-text: #fffdf2;
     --dark-color-text: #aaaaaa;
     --light-bg-color: #ffffff;
     --Red-color: #ff0000;
     --primary-font: "Neutraface Text", sans-serif !important;
     --secondary-font: "Neutraface Text", sans-serif;
}

.right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove{
	font-family: arial;
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle{
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: visible;
        opacity: 1;
        left: calc(min(100vw - 40px, 800px));
        right: auto;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    color: #ffffff !important;
    }
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu{
    width: 100%;
}

@media(max-width:991px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
         background: transparent;
         color: #ffffff !important;
    }
}

.row {
    --bs-gutter-x: 0rem;
}

.category-marquee .text-marquee {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.d-none{
    display: none !important;
}

.image-hotspot-wrap .img-1{
    width: 100%;
}

.image-hotspot-wrap .img-1 img{
    width: 100%;
}

body.woocommerce-page.woocommerce-account .woocommerce .log-account{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}