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

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

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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--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-primary-color: rgb(226,62,29);
	--wd-alternative-color: rgb(226,62,29);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(239,239,239);
	--btn-accented-bgcolor: rgb(226,62,29);
	--btn-accented-bgcolor-hover: rgb(183,39,23);
	--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: rgb(255,255,255);
	background-image: url(https://myeverydeal.com/wp-content/uploads/2025/11/Black-Maximalist-Black-Friday-Sales.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://myeverydeal.com/wp-content/uploads/2021/09/MY-EVERY-DEAL-FLAT-TUMM-scaled.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(249,250,255);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.wd-popup.popup-quick-view {
	--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) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.div_evowap_btn .evowap_btn {
/* 	    width: 100% !important; */
	justify-self:center;
			    border-radius: 31px;
}

.wd-single-add-cart>div>*:last-child, .wd-single-add-cart>*:last-child {
    display: grid;
}

.product-wrapper .attachment-medium_large.size-medium_large{
/* 	height : 350px !important; */
	object-fit : cover !important;
}

.custom-order-complete img{
	height: 300px;
	object-fit:cover;
}







/*Black Friday Sales */
.modal-overlay {
  /* Cover the entire screen */
	display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* Dim, transparent background */
  background-color: rgba(0, 0, 0, 0.75); /* 75% opacity black */
  
  /* Center content (the promo box) */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Ensure it's on top of everything */
  z-index: 1000; 
}

.promo-container {
  /* Style for the box holding the image and button */
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  border-radius: 8px; /* Optional: for a softer look */
  overflow: hidden; /* Ensures the image respects the container's bounds */
}

.Promo-banner {
  /* Your image element */
  display: block;
  max-width: 90vw; /* Responsive image width */
  max-height: 90vh; /* Responsive image height */
  height: auto;
}

.close-button {
  /* Style for the X close button */
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  padding: 0;
  z-index: 1001; /* Ensure button is above the image */
}

.close-button:hover {
  background-color: #eee;
}