body.woocommerce-checkout .friendship-notice {background: #eb5100!important; text-align: center!important; font-weight: 900!important; font-size: 20px}
.cart_item, .product {color: #000!important}body, html {overflow-x: hidden}

#faq_nav.faq-nav-is-sticky {
	position: fixed;
	top: 50px!important;
	z-index: 999;
 height: 50px;
background: #f86103;
  line-height: 30px;
}

.admin-bar #faq_nav.faq-nav-is-sticky {
	top: 52px;
}

@media (max-width: 767px) {
	#faq_nav.faq-nav-is-sticky {
		position: static;
	}
}