p.stock.out-of-stock {
    display: none;
}

a.buy-now {
    display: none;
}

/**  */
body > header,
body > footer {
	background-image: url("wp-content/uploads/2018/12/lightpaperfibers.png");
	background-repeat: repeat;
}

body > header::after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #FDFCFA;
	display: block;
}
body > header::before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background-color: #FDFCFA;
	display: block;
}

header .top-header p,
header .top-header a,
footer nav li a,
footer .footer-links p,
header nav li a {
	color: #000;
}

header nav li ul li a {
	color: #fff;
}

.newsletter-signup {
	position: relative;
	background: #FACD2F;
}

.newsletter-signup::after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 5px;
	background-color: #FDFCFA;
	display: block;
}
.newsletter-signup::before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 15px;
	background-color: #FDFCFA;
	display: block;
}
.slider .slide .description {
	background-color: rgba(0,0,0,.3);
}