#header.full-header #logo{
  background-color: #ffffff;
  text-align: center;
  padding-left: 30px;
}
#header.full-header #logo, #header.full-header #primary-menu > ul{
  border: none;
}
.dark #header:not(.transparent-header),
#header.dark:not(.transparent-header) {
	background-color: #2b0050;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sticky-header{
  background-color: #2b0050;
}

.dark #primary-menu:not(.not-dark) ul ul{
  background-color: #2b0050;
  border-color: #2b0050;
  border-top-color: #e70036;
}

.header_imp{
  font-size: 4em;
  text-transform: uppercase;
}

.refrigerator img{
  width: 100%;
}

.section{
  margin: 0;
}

#footer.dark, .dark #footer{
  background-color: #2b0050;
}

.product_card img{
  width: 100%
}
.product_card h3{
  font-size: 20px;
  text-align: center;
}