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

.wd-popup.wd-promo-popup{
	background-color:rgb(72,118,202);
	background-image: none;
	background-repeat:repeat;
	background-size:cover;
}

.page-title-default{
	background-color:rgb(72,118,202);
	background-image: url(https://www.bundlebundle.shop/wp-content/uploads/2021/09/digitals-promo-popup.jpg);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(23,23,47);
	background-image: none;
}

:root{
--wd-text-font:"Open Sans", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Nunito", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Nunito", 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%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", 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;
}
:root{
--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;
}
:root{
--wd-primary-color:rgb(72,118,202);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
.single-product .main-page-wrapper{
	background-color:rgb(249,249,249);
	background-image: none;
}

:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(72,118,202);
}
:root{
--btn-accented-bgcolor-hover:rgb(52,108,210);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--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;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@media (max-width: 576px) {
	/* Product Title */
.product-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

/* Discounted and Original Price */
.product-pricing {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.product-price-current {
  font-size: 1.7rem;
  font-weight: 600;
  color: #43b324; /* Green shade for offer price */
}
.product-price-original {
  font-size: 1.1rem;
  color: #b0b0b0;
  text-decoration: line-through;
  font-weight: 400;
}

/* Product Description */
.product-description {
  font-size: 1.15rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

/* Feature List */
.product-features {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 1.5rem;
}
.product-features li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

/* Add to Cart Button */
.add-to-cart-btn {
  background-color: #43b324;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 0.85rem 2.2rem;
  border: none;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(67, 179, 36, 0.13);
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
  display: inline-block;
}
.add-to-cart-btn:hover {
  background-color: #388e1a;
  box-shadow: 0 4px 12px rgba(67, 179, 36, 0.18);
}

/* Wishlist & Compare Links */
.action-links {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.action-links a {
  color: #2874f0;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s;
}
.action-links a:hover {
  color: #174ea6;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .product-title { font-size: 1.3rem; }
  .product-price-current { font-size: 1.2rem; }
  .product-description,
  .product-features { font-size: 0.97rem; }
  .add-to-cart-btn { font-size: 1rem; padding: 0.7rem 1.4rem; }
}

}

