.header--product.header--sticky .navigation {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    left: 0;
    padding: 10px 0;
    top: 0;
    position: fixed;
    transform: translateY(0);
    width: 100%;
    z-index: 9999;
    display: none;
}
.ps-block--shop-features {
    margin-bottom: 40px;
    display: none;
}

.menu-item-has-children:hover{
background:#eee !important;
}
.ps-product.ps-product--inner:hover {
    border-color:  red !important;
    border-width: 20px !important;
}
.menu--dropdown>li.has-mega-menu .mega-menu {
    border-left: none;
    border-color: #ccc;
    left: 100%;
    display: flex;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: auto;
    flex-direction: column;
}
.sold-by > small{
display:none !important;
  width:100% ;
}

.menu--dropdown > li > a:hover{
background:#eee !important;
}

.ps-product__actions{
display:none !important;
}

.product-filter-item{
border:2px solid grey !important;
}

.custom-checkbox span, .custom-radio span{
border:1px solid black !important;
}
.attribute-name{
    font-size:18px;
}
.ps-progress__value{
    display:none !important;
}
.ps-product__progress-bar.ps-progress{
    display:none !important;
}
.ps-block__right{
    display:none !important;
}
.ps-product{
background: #fff !important;
  border-color: #eee;
    border-radius: 10px !important;
  padding: 10px !important;
  margin:5px !important; 
}
.p-2{
display:none !important;
}
.ps-shop-brand{
display:none !important;
}
.menu--product-categories .menu--dropdown>.has-mega-menu{
  margin-right: 0px;
}
.mega-menu__column{
text-decoration: none;
color: black;
}
.mega-menu__column:hover{
background:#eee !important;
}
.menu--dropdown>li{
  margin-right: 0px;
}
.ps-product .ps-product__price.sale del {
    display: none;
}
.pagination .page-item.active .page-link, .pagination .page-item a.page-link:hover{
  color: white;
}