/* Force block display to prevent inline-block width calculation */
.clearfix, form, .payment_methods li {
        display: block;
    }

/* Fix RVA button colors - override Bootstrap/Shadow conflicts */
.rva-shop #rva-parcel-more-button,
.rva-shop #rva-parcel-finish-button,
.rva-shop .rva-complete-button[type="submit"] {
    background-color: #565656 !important;
    border-color: #565656 !important;
    color: #fff !important;
}

/* Fix hover states */
.rva-shop #rva-parcel-more-button:hover,
.rva-shop #rva-parcel-finish-button:hover,
.rva-shop .rva-complete-button[type="submit"]:hover {
    background-color: #0c6 !important;
    border-color: #0c6 !important;
    color: #fff !important;
}

/* Fix price boxes styling */
.rva-price-container .rva-price div[class*='rva-dqt'] {
    border: 1px solid #0c6 !important;
    background-color: transparent !important;
}

/* Ensure price text colors are correct */
.rva-price-container .price,
.rva-price-container .inner-price,
.rva-price-container .price-title {
    color: #0c6 !important;
}

/* Fix the "Show details" link color */
.rva-parcel-product .details a {
    color: #0c6 !important;
    text-decoration: underline;
}

/* Fix any button that got Bootstrap's dark styling */
.rva-shop .krown-button.empty.small {
    background-color: #565656 !important;
    border: 2px solid #565656 !important;
    color: #fff !important;
}

.rva-shop .krown-button.empty.small:hover {
    background-color: #0c6 !important;
    border-color: #0c6 !important;
}

/* Fix the story box icon and header if needed */
.rva-parcel-product .story {
    background-color: #f6f6f6 !important;
}

.rva-parcel-product .story-heading .fal {
    color: #959595 !important;
}

div.price > div.rva-price.clearfix
 {
    display: block !important;
 }

 /* ==========================================================================
   WPBakery Accordion Fix - FAQ Style (v5.0 - Stable Body Class Targeting)
   ========================================================================== */

/* Main container override, scoped to the homepage */
 .vc_tta-accordion {
    margin: 30px 0;
}

/* Style each accordion item (a question/answer pair) */
 .vc_tta-accordion .vc_tta-panel {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0 !important;
}

 .vc_tta-accordion .vc_tta-panel:last-of-type {
    border-bottom: none;
}

/* Style the clickable heading of each panel */
 .vc_tta-accordion .vc_tta-panel-heading {
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border: none !important;
}

/* Style the title text link (h4 > a) */
 .vc_tta-accordion .vc_tta-panel-title > a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #565656 !important;
    line-height: 1.5 !important;
    padding: 18px 25px 18px 50px !important;
    position: relative;
    background-image: none !important; 
}

/* Create our custom chevron icon */
 .vc_tta-accordion .vc_tta-panel-title > a:before {
    display: block;
    content: '\f078'; /* FontAwesome chevron-down */
    font-family: 'Font Awesome 5 Pro', 'FontAwesome';
    font-weight: 300;
    font-size: 14px;
    color: #888888;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Style for the active/open panel */
 .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #333333 !important;
    font-weight: 600 !important;
}

/* Rotate the chevron icon when the panel is open */
 .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a:before {
    transform: translateY(-50%) rotate(-180deg);
    color: #333333;
}

/* Style the content area */
 .vc_tta-accordion .vc_tta-panel-body {
    padding: 15px 25px 30px 50px !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    background-color: #ffffff !important;
    border: none !important;
}

#rva-search-field-container {
	position: relative;
	max-width: 700px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	display: flex;
}

.wrapper {
    padding: 0;
}

#content > .wrapper.clearfix {
   padding: 0;
}

#secondary-header #main-menu .top-menu {
    display: table !important;
    margin: 0 auto;
}

/* Hide the duplicate page title */
article .entry-header {
    display: none !important;
}

.parent.menu-item.menu-item-language > .sub-menu {
    top: 80px !important;
}

.selected.parent.menu-item > .sub-menu {
    top: 80px !important;
}
