:root {
	--wd-text-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 14px;
	--wd-title-font: "Italiana", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Allura", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(190,161,99);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(190,161,99);
	--btn-accented-bgcolor-hover: rgb(173,141,74);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--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: url(https://www.meadignita.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd .product-label.new {
	background-color: rgb(33,33,33);
	color: rgb(190,161,119);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* STYLE FOR BLOG POSTS */
.wd-meta-author{
	display: none;
}

.wd-post-author{
	display: none;
}

.meta-author{
	display: none !important;
}

.post-title{
font-size: 18px !important;
}

.wd-post-meta{
	display: none !important;
}

.wd-post-date{
	display: none !important;
}

.wd-post-excerpt{
	margin-bottom: 15px;
}

.wd-post-read-more{
	padding-bottom: 30px;
}

.wd-post-read-more a{
	padding: 15px 30px;
	margin-top: 10px;
	border: 1px solid #BEA177;
	border-radius: 50px;
}

.wd-post-read-more a:hover{
	background-color: #BEA177;
	color: white;
	border: 1px solid transparent;
}

.wd-social-icons{
	display: none;
}


/* STYLE FOR PRODUCT ARCHIVE */

 .product-labels{
    display: none !important;
}

 .star-rating{
    display: none !important;
}

 .wd-buttons .wd-compare-btn{
    display: none !important;
}

 .wd-buttons{
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    height: 45px !important;
    width: 45px !important;
}

 .wd-buttons .wd-wishlist-btn{
    border-radius: 50% !important;
    height: 45px !important;
    width: 45px !important;
}

@media screen and (max-width: 1024px){
	.wd-buttons .wd-wishlist-btn{
		height: 35px !important;
    width: 35px !important;
	}
	
	.wd-buttons{
		height: 35px !important;
    width: 35px !important;
	}
}

.wd-wishlist-content .wd-buttons{
	display: none !important;
}

.wd-cart-subtotal .amount{
	color: white !important;
}

 .amount{
    color: black !important;
}

 .wd-add-btn a{
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
    border-bottom: 2px solid black !important;
}

 .wd-add-btn a:hover{
    background-color: transparent !important;
    color: black !important;
    box-shadow: none !important;
    border-bottom: 2px solid black !important;
}


/* STYLE PENTRU HEADER */

.whb-general-header:hover{
	background-color: white;
	color: #464646;
}

.whb-general-header:hover a, .whb-general-header:hover a span{
	color: #464646;
}

.whb-general-header:hover a::after, .whb-general-header:hover .wd-cart-subtotal .amount{
	color: #464646 !important;
}

/* VARIATION ATC STYLE */

.variations_button button{
	background-color: white;
	border: 1px solid #BEA177;
	color: #BEA177;
	box-shadow: none;
}

/* STYLE FOR FOOTER MAILCHIMP */

.footer-mailchimp .col{
	margin: 0 !important;
}

.footer-mailchimp input[type=email]{
	font-size: 13px;
	border: 1px solid #464646;
	color: #464646;
}

.footer-mailchimp .col-auto{
	width: 100% !important;
}

.footer-mailchimp input[type=submit]{
	width: 100%;
	
	color: #EDE9E1 !important;
	border: 0 !important;
	box-shadow: none !important;
	background-color: #BEA177 !important;
}

.footer-mailchimp input[type=submit]:hover{
	box-shadow: none !important;
	background-color: transparent !important;
	border: 1px solid #BEA177 !important;
	border-top: 0 !important;
	
	color: #BEA177 !important;
}

/* STYLE PT PRODUCT ARCHIVE */

.product-wrapper img{
	aspect-ratio: 239/358 !important;
	object-fit: cover !important;
}

/* MEGA MENIU STYLE */

.woodmart-nav-link:hover{
	color: #BEA177 !important;
}

/* 3) First-level dropdown panel: pin to top of the menu and open to the right */
.wd-dropdown-menu.wd-dropdown a{
	padding: 20px 30px;
}

.wd-dropdown-menu.wd-dropdown{
	box-shadow: none;
}

.sub-sub-menu {
	box-shadow: none;
}

.wd-dropdown-menu.wd-dropdown a:hover span{
	color: #BEA177;
}

.woocommerce a.button{
	padding: 0 !important;
}

/* FOR VARIABLE ITEMS */

.variable-items-wrapper li{
	border-radius: 50px !important;
    height: 45px !important;
	min-width: 45px !important;
}

@media screen and (max-width: 768px){
	.variable-items-wrapper li{
			height: 35px !important;
		min-width: 35px !important;
		font-size: 12px !important;
	}
}
