.navigation--mobile .ps-logo img {
    height: 48px;
    margin-bottom: -3px;
}
#homepage-1 .ps-home-banner .owl-main-slider .ps-banner img {
    object-fit: initial;
}

#homepage-1 .ps-deal-of-day {
    padding-bottom: 10px;
}

.ps-deal-of-day .ps-section__header{
	margin-bottom: 20px;
}

#homepage-1 .ps-download-app {
    margin-bottom: 10px;
    margin-top: 10px;
}

#homepage-1 .ps-product-list{
	margin-bottom: 20px;
}

#homepage-1 .ps-top-categories{
	margin-bottom: 20px;
    margin-top: 20px;
}

.ps-newsletter {
    padding: 20px 0;
}

.ps-footer {
    padding-top: 30px;
}

.ps-footer__links {
    border-top: 1px solid #e1e1e1;
    padding: 30px 0;
}

@media screen and (min-width:1198px){
	.navigation .navigation__right .menu>li:last-child {
    	display: none;
	}
}

@media screen and (max-width:767px){
  #homepage-1 .ps-top-categories {
      margin-top: -15px;
  }
}