.top-header
{
  background:black;
}

.top-header, .top-header a {
    color: white;
}

.menu>li>a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-transform: unset;
}

.categories_box {
    
    text-transform: uppercase;
}

.page--shop .page__hero h1 {
    
    display: none;
}

.section--homepage .section__header h3 {
    
    font-weight: 500;
    text-transform: capitalize;
}

.item {
    margin-bottom: 20px;
}

body
{
	color:black;
}

p, span, a
{
	color:black;
}

.product--detail .product__desc p
{
	color:black;
  	font-weight: 100;
}
.top-header span {
    color: white;
}

.ps-block--feature>.ps-block__right small {
    color: #000000;
    display: block;
    font-size: 1.4rem;
}
.ps-block--feature>.ps-block__left i {
    color: #000000;
    font-size: 3.5rem;
}