.header .header__top {
    background-color: #fdfbf5;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 25px 0;
}
.navigation {
    background-color: #ffffff;
}
#homepage-1 .ps-download-app {
    margin-bottom: 100px;
    margin-top: 80px;
  display:none;
}
.ps-product:hover .ps-product__thumbnail .ps-product__actions {
    transform: translate(-50%);
    display: none;
}



@media only screen and (max-width:400px){
  body{
  background:#fff;
  }
  #homepage-1 .ps-home-banner {
    margin-bottom: 0px;
    padding-top: 0px !important;
}
  .navigation {
    background-color: #ffffff !important;
}
  .ps-top-categories .col-xl-2 {
        flex: 0 0 50%;
        min-width: 25%;
  		padding:5px !important;
}
  .ps-top-categories .justify-content-center{
justify-content: center !important;
}
  
}
/*category-sec*/
.ps-top-categories .col-xl-2 {
        flex: 0 0 10%;
        max-width: 10%;
  		padding:5px !important;
}

.ps-top-categories .justify-content-center{
justify-content: left !important;
}


.ps-block--category p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
#homepage-1 .ps-home-banner {
    margin-bottom: 30px;
    /* padding-top: 30px; */
}
    /*.ps-home-banner .ps-container {
        max-width: 100%;
        padding: 0 0px;
    }*/
#homepage-1 .ps-home-banner {
    margin-bottom: 30px;
    padding-top: 0px !important;
}

/*navigation*/
.navigation {
    background-color: #d90b13;
}
.navigation a{
  color:#fff !important;
}
.menu__content a{
  color:#000 !important;
}
.sub-menu>li>a {
    color: #000 !important;
    display: inline-block;
    font-size: 14px;
    padding: 6px 20px;
    text-transform: capitalize;
    transition: all .8s cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.menu--product-categories .menu__toggle span {
    color: #fff !important;
    font-size: 20px;
    font-size: 16px;
    font-weight: 600;
}
.ps-tab-list a{
  color:#000 !important;
}
.ps-product-list .ps-section__content {
    padding-top: 25px;
    background: #f2f2f2;
}

.owl-carousel .ps-product {
    margin-bottom: 10px;
    background: #fff;
    margin-left: 16px;
    border-radius: 16px
}
.ps-product {
    border-bottom: 1px solid transparent;
    padding: 0px !important;
}

.ps-product__content {
    min-height: 70px;
    padding: 5px;
}
.ps-product .ps-product__thumbnail img {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.ps-block--category {
    border:none;
    margin-bottom:0px !important;
    padding: none !important;
    text-align: center;
    transition: all .4s ease;
}
.ps-block--category img{
  border-radius: 50%;
}
.ps-page--product .ps-page__container .ps-page__left {
    max-width: 100%;
    padding-right: 30px;
}

.ps-page--product .ps-page__container .ps-page__left {
    max-width: 100%;
    padding-right: 30px;
}
.widget_features {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
}
.ps-product--detail .ps-product__specification p {
    color: #000;
    margin-bottom: 12px;
}
.ps-product--detail .ps-product__shopping .ps-product__actions {
    margin-right: 0;
    display: none;
}

.cat-box{
text-align:center;
  width:70%;
}

.cat-box h4 {
    color: #6d6d6d;
    font-size: 11px;
    font-weight: 600;
}
.col-items {
    width: 100%;
    text-align: center;
}
.cat-box img{
width:100px;
border-radius:50%;
}
.slider-container{
width:100%;
}
.ps-logo img{
  width:100px;
}

.ps-form--quick-search {
    display: flex
;
    flex-flow: row nowrap;
    position: relative;
    top: 26px;
    border: 1px solid #f23c3c;
}

.header .header__extra span, .header .ps-form--quick-search button {
    background-color: #d90b13;
    color: var(--header-button-text-color);
    border-radius: inherit;
}
.navigation {
    background-color: #d90b13;
}
.ps-logo img {
    width: 192px;
    height: auto;
}
header .header__actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    top: 20 !important;
    margin-top: 24px;
}
.owl-carousel .owl-item img {
    width:100% !important;
    border-radius:0% !important;
}
.owl-item .cat-box img{
border-radius:50% !important;
}