@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.hollywoodgoldexchange.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #d19e3c;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 18px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #d19e3c;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #d19e3c;
	--btn-accented-bgcolor-hover: #96989a;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #fbbc34;
	--notices-success-color: #fff;
	--notices-warning-bg: #f23737;
	--notices-warning-color: #ffffff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center center;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: #96989a;
}

.whb-color-dark .navigation-style-default .item-level-0>a:hover{
    color:black;
}

.whb-color-dark .navigation-style-default .item-level-0>a{
    color:white;
}

.labels-rounded .product-label {
/*    background-color:#d19e3c; */
}
    
.tab-label:after {
background-color:#24a186;
}

.woodmart-navigation .item-level-0.menu-item-has-children>a:after{
    color:white;
}

.in-stock { 
    display:none;
}

img.stripe-jcb-icon.stripe-icon {
    display: none;
}
img.stripe-diners-icon.stripe-icon {
    display: none;
}

.payment_methods li>label {
		font-size: 16px;
		font-weight: bold;
}
}

.title-size-small {
    padding-top: 160px;
    padding-bottom: 20px;
}



#prices-wrapper {
  position: relative;
  font-family: inherit;
  width: 100%;
  z-index: 999;
}
#prices-inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
	font-family: inherit;
	font-size: 14px;
  color: #FFF;
}
.price-block {
    display: inline-block;
    padding: 0 40px;
  }

.widget a:hover, .woodmart-widget a:hover, div[class^=vc_wp] a:hover {
color: #d19e3c;
}

.login-form-side .create-account-question {
     display: none;
}
.site-mobile-menu .menu-item-register{
	display:none;
}

.product-label.out-of-stock {
    background-color: #000000;
    color: #ffffff;
}


.searchform[class*="wd-style-with-bg"] .searchsubmit {
    color: #fff;
    background-color: #24a186;
}


.wd-nav.wd-gap-l {
    --nav-gap: 47px;
}