@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//paradox-sound.com/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 300;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(211,175,50);
	--wd-alternative-color: rgb(191,191,191);
	--wd-link-color: rgb(211,175,50);
	--wd-link-color-hover: rgb(211,191,42);
	--btn-default-bgcolor: rgb(0,0,0);
	--btn-default-bgcolor-hover: rgb(86,86,86);
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgba(0,0,0,0.75);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(237,237,237);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(211,175,50);
}
.product-labels .product-label.new {
	background-color: rgb(30,115,190);
}
.product-labels .product-label.featured {
	background-color: rgb(221,51,51);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(0,0,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1550px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1550px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1550px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1550px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/*
 {
background:linear-gradient(
  45deg,
  #999 5%,  
  #fff 10%,  
  #ccc 30%,
  #ddd 50%,
  #ccc 70%,
  #fff 80%,
  #999 95%
);
}
*/
.wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner, .wd-side-hidden {
background: linear-gradient(
  45deg,
  #ccc 5%,  /* Minimal dark tone for contour */
  #fff 10%,  /* Brightest highlight */
  #eee 30%,  /* Very light mid-tone */
  #fff 50%,  /* Center-most is white/pure highlight */
  #eee 70%,  /* Very light mid-tone */
  #fff 80%,  /* Brightest highlight */
  #ccc 95%   /* Minimal dark tone for contour */
);
	}

.wd-sub-menu li>a {
	color: #353535 !important; 
}



body {
/*    letter-spacing: 1px; */
}

/* If you want to apply this to specific elements, you can change 'body'
   to a more specific class or tag, for example: */

/*
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
}
*/

/* .wd-entities-title a:hover,.wd-entities-title a {
  color: white; */
}
.wd-prefooter {
  padding-bottom: 0;
}

/* 1. Light Grey Background for the Dropdown Menu */
/* This targets the main dropdown container (the mega menu box) */
.wd-dropdown {
    background-color: #f4f4f4 !important; /* A very light grey */
    border-top: none !important; /* Remove any potential border from the menu item above it */
}

/* 2. Smoother Dropdown Animation */
/* Add a transition property to the dropdown to smooth its appearance */
.wd-dropdown {
    /* Apply transition to the opacity property over 0.3 seconds with an ease-out timing function */
    transition: opacity 0.5s ease-out !important;
}

/* To ensure the transition works correctly, you might need to adjust how the menu is hidden and shown.
   This code assumes the menu is controlled by a class like 'wd-opened' or similar which affects its visibility.
   If the default theme mechanism uses visibility or height/width, you may need a different approach,
   but this opacity transition is the most common way to smooth out a mega menu appearance. */


/* 3. Product Titles in Black (from previous request) */
.wd-dropdown .product-title a,
.wd-dropdown .wd-entities-title a {
    color: #000000 !important;
}

/* Optional: Keep the color black even when hovering over the link */
.wd-dropdown .product-title a:hover,
.wd-dropdown .wd-entities-title a:hover {
    color: #000000 !important;
}


.wd-prefooter {
    padding-bottom: 0 !important;
}


.wd-sub-menu li>a img, .wd-nav-img {
    max-height: var(--nav-img-height, 30px);
}

/* Background color of the bar */
body .wd-toolbar {
    background-color: #000000; /* Change to your color */
}

/* Color of the icons and labels */
body .wd-tools-element > a {
    color: #ffffff; /* Change to your color */
}

/* Color of the active/hover state */
body .wd-tools-element > a:hover,
body .wd-tools-element.wd-active > a {
    color: #eeeeee; /* Change to your color */
}

/* --- REFINED SUBTLE METALLIC TABS --- */

/* Inactive Tab (Subtle Silk Silver) */
.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab a {
    background: linear-gradient(
      45deg,
      #e0e0e0 0%, 
      #f5f5f5 45%, 
      #f5f5f5 55%, 
      #e0e0e0 100%
    ) !important;
    color: #666 !important; /* Soft grey text */
    border: 1px solid #d1d1d1 !important;
    border-bottom: none !important;
    border-radius: 3px 3px 0 0 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

/* Active Tab (Subtle Champagne Gold) */
.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background: linear-gradient(
      45deg,
      #d4c59f 0%,   /* Muted Satin Gold */
      #e9dfc4 45%,   /* Soft highlight */
      #e9dfc4 55%,   /* Soft highlight */
      #d4c59f 100%   /* Muted Satin Gold */
    ) !important;
    color: #5c4b24 !important; /* Muted bronze text */
    transform: translateY(-1px);
}

/* Text Polish - Removing the aggressive bolding for a cleaner look */
.vc_tta-tabs .vc_tta-title-text {
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}