/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Woodmart Theme - Bugfix: Hide larger price for product variations */
.hide-larger-price .price > .woocommerce-Price-amount.amount:not(:first-of-type) {
    display: none;
}

.wd-sticky-btn-shown {
    ~ #chat-widget-container {
        bottom: calc(var(--wd-sticky-btn-height) - 4px)!important;
    }    
}

@media (max-width: 1024px) {
    .sticky-toolbar-on #chat-widget-container {
        bottom: 51px!important;
    }
    .sticky-toolbar-on .wd-sticky-btn-shown {
        ~ #chat-widget-container {
            bottom: calc(51px + var(--wd-sticky-btn-height))!important;
        }    
    }
}