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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.header-banner{
	background-color:rgba(0,0,0,0.78);
	background-image: none;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: url(https://majicpaper.com/wp-content/uploads/2022/08/Page-title-banner-1.jpg);
	background-size:cover;
	background-position:center center;
}

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

:root{
--wd-text-font:Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(0,0,0);
--wd-text-font-size:16px;
}
:root{
--wd-title-font:Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font: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%);
}
:root{
--wd-alternative-font:Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font: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:Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:500;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:16px;
}
:root{
--wd-primary-color:523CFD;
}
:root{
--wd-alternative-color:rgb(0,0,0);
}
:root{
--wd-link-color:rgb(15,15,15);
--wd-link-color-hover:rgb(89,89,89);
}
:root{
--btn-default-bgcolor:rgb(82,60,253);
}
:root{
--btn-default-bgcolor-hover:rgb(82,60,253);
}
:root{
--btn-accented-bgcolor:rgb(82,60,253);
}
:root{
--btn-accented-bgcolor-hover:rgb(82,60,253);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
.product-labels .product-label.onsale{
	background-color:rgba(255,255,255,0);
}

.product-labels .product-label.onsale{
	color:rgba(255,255,255,0);
}

.product-labels .product-label.new{
	background-color:rgba(255,255,255,0);
}

.product-labels .product-label.out-of-stock{
	background-color:rgba(255,255,255,0);
}

.product-labels .product-label.out-of-stock{
	color:rgba(255,255,255,0);
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #fff;
		
					--btn-default-color-hover: #fff;
		
					--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-brd-radius: 0px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
				--btn-accented-box-shadow-active: none;
				--btn-accented-bottom: 0px;
			
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
	
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/*Disable featured image on single post*/
.single .entry-header img { display: none; }

/*Single post date removal*/
.post-single-page .woodmart-post-date {
    display: none;
}

.post-single-page {
    text-align: left;
}

/*Disable date on grid*/
.wd-post-date.post-date { display: none; }

/*Disable social icons hover on grid*/
.article-body-container .hovered-social-icons {
    display: none
}

/*Disable author on grid*/
.entry-meta-list li.meta-author {
	display: none;
}

#tab-desc_tab table tr:nth-child(2n+1) {
  background: #f7f7f7;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}

/*product quantity field size*/
div.quantity input[type="number"] {
width: 90px;
height: 42px;
border-radius: 0;
border-right: none;
border-left: none;
}

.menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu
{
    width: 275px;
}

body .labels-rounded .out-of-stock {
display: none;
}

a.login-to-prices-msg {
    color: #4F3DFC;
    font-weight: 600;
}

.woocommerce-product-details__short-description {
		font-style: italic;
		font-weight: bold;
		color: #1B1919;
		font-size: 14px;
}