.ps-product:hover {
   border-color: rgb(255, 255, 255);
    box-shadow: rgb(11 28 42 / 15%) 2.5px 4.33px 50px 5px;
    z-index: 1;
}
.header .header__top {
    background-color: #ffffff !important;
    border-bottom: 1pxsolidrgba(0,0,0,.15);
    padding: 25px 0;
}
form.ps-form--quick-search {
    border: 1px solid #e1e1e1;
}
.ps-form--quick-search button {
    border-radius: 0 !important;
}

.ps-product-list .ps-section__header {
    background-color: #b67901 !important;
}
.tag a{
  line-height: 33px;
    display: block;
    color: #6e6e6e;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    padding: 0 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    line-height: 28px;
}

li.tag {
    display: inline-block;
    max-width: 100%;
    margin: 0 4px 7px 0;
}
 li.tag < .widget_footer{
  background:red;
}
.tag-footer{
  width:18%;
}
.ps-product-list .ps-section__header h3 {
    color: #fff !important;
}
.header .header__extra span, .header .ps-form--quick-search button {
    background-color: #b67a01 !important;
}
.header .header__extra span{
    background-color: #cf190c !important;
}

.ps-footer__copyright p:last-child span {
    margin-left: 6px !important;
}
.foot_neak{
  color:#b67a01 !important;
}
.ps-product-list .ps-section__links li a {
    color: #fff;
}
.ps-footer__widgets {
    padding: 35px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}
.ps-product__actions {
    display: none;
}
.ps-product__sharing {
    display: none;
}
.ps-page__right {
    display: none;
}