/*
Theme Name: Woodmart Child
Description: A child theme of Woodmart Theme
Author: b42
Author URI: https://b42.it
Version: 1.0.2
Template: woodmart
*/

/* header */
.wd-header-nav {
    flex: 0 1 auto !important;
}
.wd-header-nav.wd-header-secondary-nav {
    display: none;
}
.wd-sub-menu li > a {
    font-size: 16px;
}

/* footer */
/* cookie consent banner */
.wcc-consent-container {
    z-index: 99999999999 !important;
}

@media all and (max-width: 1024px) {
    .wcc-revisit-bottom-left,
    #ht-ctc-chat {
        bottom: 67px !important;
    }
    #ht-ctc-chat {
        right: 60px !important;
    }
}

/* products */
body.single-product .single-breadcrumbs .wd-products-nav {
    display: none !important;
}


/* blog */
body.single header.entry-header .entry-thumbnail {
    display: none !important;
}

body.single header.entry-header .post-date {
    position: relative;
}

/* single product */
.c-cart_message {
    border: 1px solid #83b735;
    padding: 10px;
}

.c-cart_message .title,
.c-order-contacts .title {
    text-transform: uppercase;
}

.c-cart_message p:last-child,
.c-order-contacts p:last-child {
    margin-bottom: 0;
}