/*
 Theme Name:   Woopy Child Theme
 Theme URI:    https://woopy.ancorathemes.com/
 Description:  Woopy Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     woopy
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  woopy
*/

/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #814f8c;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #53345a;
}

/** --------------------------------------------- **/

.non-mobile-top-header .din-white-text .sc_layouts_item_icon {
    color: #dddddd;
}
.non-mobile-top-header .din-white-text .sc_layouts_item_details_line1 {
    color: #dddddd;
}

.trx_addons_page_scrolled .top-right-menu-wrapper {
    pointer-events: none;
}

.header_position_under .top_panel {
    z-index: 6;
}

.trx_addons_page_scrolled.header_position_under .top_panel {
    z-index: 3;
}

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

/** ------------- menu fixes -------------- **/

@media (min-width: 1280px) {
    .sc_layouts_menu_nav > li[class*="columns-"] > ul.sub-menu {
        column-count: 4;
    }

    .sc_layouts_menu_nav > li[class*="columns-"] > ul.sub-menu > li {
        margin-bottom: 2rem;
        width: 100%;
    }
}