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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//thriftmarket.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--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: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(218,60,60);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(218,60,60);
	--btn-accented-bgcolor-hover: rgb(193,48,48);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://thriftmarket.store/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--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 {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(12,12,12);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
: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: 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: 12px;
}

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


/* Stronger targeting to force custom gradient */
.e-n-tabs .e-n-tab-title.active,
.e-n-tabs .e-n-tab-title[aria-selected="true"] {
  background: linear-gradient(90deg, #ff4d67, #ff8a9e) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(255, 77, 103, 0.3);
}

/* Optional: adjust unselected buttons to look softer */
.e-n-tabs .e-n-tab-title {
  background-color: #f3f3f3 !important;
  color: #333 !important;
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 24px;
  transition: 0.3s ease;
}

.registration-wrapper .ur-submit-button,
.registration-wrapper input[type="submit"] {
  background: linear-gradient(90deg, #ff4d67, #ff8a9e) !important;
  color: #fff !important;
  font-weight: 600;
  border: none;
  border-radius: 50px !important;
  padding: 12px 30px !important;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(255, 77, 103, 0.4);
  transition: all 0.3s ease;
}

.registration-wrapper .ur-submit-button:hover,
.registration-wrapper input[type="submit"]:hover {
  background: linear-gradient(90deg, #ff3c58, #ff7591) !important;
  box-shadow: 0 6px 14px rgba(255, 61, 88, 0.5);
}

#user-registration.user-registration > div > p {
  color: #7c2b2b !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: center !important;
  padding: 12px 24px !important;
  background-color: #ffe6e6 !important;
  border-radius: 8px !important;
  width: fit-content !important;
  margin: 20px auto !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06) !important;
}
/* Fully override button styles with high specificity */
.user-registration .ur-tab,
.user-registration .ur-tab:hover,
.user-registration .ur-tab:focus,
.user-registration .ur-tab.ur-tab-active,
.user-registration .ur-tab.ur-tab-active:hover {
  background: #ff5f7e !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(255, 95, 126, 0.4) !important;
  border: none !important;
  transition: all 0.3s ease;
}

body.logged-in .login-btn {
    display: none !important;
}

