.navigation__left .menu--dropdown>li:hover>a{color:#fff!important}
a.ps-logo img {
   
    width: 100%;
    max-width: 250px;
}

div.phpdebugbar-closed, 
div.phpdebugbar-minimized,
ul.navigation__extra,
.ps-product-list .ps-section__links li a#new-arrival-tab, .ps-product-list .ps-section__links li a#best-sellers-tab, .ps-product-list .ps-section__links li a#special-offer-tab,
.ps-product-list .ps-section__links li a#undefined-tab {
    display: none;
} {
   
    display: none;
}

@media (min-width: 768px)
{

.widget.widget_footer.widget_contact-us {
    width: 25% !important;
}
  
  .navigation .navigation__right{
 margin-right:280px;
}
}

@media only screen and (max-width: 720px) and (min-width: 421px)  {
.ps-block--site-features .ps-block__item
{
    flex: 1 1 auto;
	width:initial;
  display:inherit;
}
.ps-block--site-features
{
   
    flex-flow: initial;
    flex-wrap: wrap;
   gap:25px;
 	
    justify-content: center;
    align-items: center;

  }  
.ps-block--site-features .ps-block__item:last-child
{
margin-bottom:auto;
  }
}
.ps-blog--sidebar .ps-blog__left .ps-post--detail.sidebar .ps-post__footer .ps-post__social {
    display: none;
}

.header .header__top,.navigation{
 background-color:#222842 ;
}

.ps-btn:active, .ps-btn:hover, button.ps-btn:active, button.ps-btn:hover{
   background-color:#222842 !important;
}

.ps-btn, button.ps-btn,.menu--dropdown>li:hover{
     background-color:#222842 !important;
}


.pagination .page-item a.page-link:hover, .pagination .page-item.active .page-link {
    background-color: #222842;
    color: white;
}

.navigation .navigation__right{
  justify-content: center;
}

.ps-footer__copyright{
 justify-content:center; 
}


.ps-newsletter.mt-40{
 display:none; 
}