/* ===================================================================================

* Theme Name: Mykd Child
* Theme URI: https://themeadox.com/mykd/
* Author: ThemeDox
* Author URI: https://themeforest.net/user/themedox/
* Description: Mykd - eSports and Gaming NFT WordPress Theme
* Version: 1.0
* Template: mykd
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.premium-woo-products-inner .shop-grid-active{
    list-style-type: none !important;
    min-height: 100% !important;
    height: 100% !important;
}
.wpfFilterWrapper select{
    color: #fff900 !important;
    background: #000 !important;
    border: 1px solid #fff900 !important;
    font-size: 20px !important;
    text-align: center !important;
    padding: 10px !important;
}


.wpce_content{
    background:#000000 !important;
}

.breadcrumb-area {
    min-height: 40px !important;
}

#cn-accept-cookie{
    color: #000000 !important;
}

#cn-more-info {
    color: #000000 !important;
}

.shop__item {
    background: #000000 !important;
    box-shadow: 0px 0px 2px 2px rgba(240.5869565217391, 255, 0, 0.5) !important;
}

.mykd-shop-area{
    background: #182029 !important;
}

.woocommerce-product-gallery__image{
    box-shadow: 0px 0px 4px 4px rgba(240.5869565217391, 255, 0, 0.5) !important;
}

.main-area{
    background: #182029 !important;
}

@media (max-width: 767px) {
    .elementor-77 .elementor-element.elementor-element-936eda5 {
        --padding-block-start: 100px !important;
    }
}

html{
    overflow-x: hidden !important;
}

.slick-dots li button::before{
    color: #FFF900 !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
    color: #FFF !important;
    opacity: 1 !important;
}

.shop__item-content-top{
    display:none !important;
}

.product .images .shop__item { display: none; } /* hide images div by default */
.product.has-post-thumbnail .images { display: block; } /* show images div when thumbnail is present */

.shop-details-content .title {
    display: none !important;
}

.shop-details-price .woocommerce-Price-amount, .shop-details-price del, .shop-details-price ins{
    display: none !important;
}

.shop-details-bottom div:last-child{
    display: none !important;
}

.product__desc-wrap{
    display: none !important;
}