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

.place-order .woocommerce-info {
    display: inline-block;
}
/* ROW: keep tight */
.vr-mega-menu .vr-menu-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1px 0;
}

/* Thumb */
.vr-mega-menu .vr-menu-thumb {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.vr-mega-menu .vr-menu-thumb-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

/* Title bigger */
.vr-mega-menu .vr-menu-title {
    flex: 1;
    font-size: 14.5px;
    font-weight: 500;
    color: #222;
    line-height: 1.25;
    text-decoration: none;
}
.vr-mega-menu .vr-menu-title:hover {
    text-decoration: underline;
}

/* Price + Add to cart: same baseline, same size */
.vr-mega-menu .vr-menu-price,
.vr-mega-menu .vr-menu-action {
    display: flex;
    align-items: center;      /* hard center vertically */
}

/* Price – fixed column so all line up */
.vr-mega-menu .vr-menu-price {
    flex: 0 0 80px;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: #556b2f;
}

/* Add to cart – same size, underlined */
.vr-mega-menu .vr-menu-trigger {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: #333;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.vr-mega-menu .vr-menu-trigger:hover {
    color: #000;
}

/* Tighten heading / group spacing */
.vr-mega-menu .elementor-heading-title {
    margin-bottom: 6px !important;
}
.vr-mega-menu .elementor-widget {
    margin-bottom: 4px;
}
.vr-mega-menu .elementor-column .elementor-widget-wrap {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

